VC# - Possible to make injectable DLLs?
Hi everyone. I was getting into C++ a bit, and I've finally decided, I'm not ready for it. I like C# a lot more since it's simpler, so is it possible to make hacks with C#? I didn't see many tutorials for that around here, so I wasn't quite sure...
Yes it is.. You can use the same functions as you do in C++.. just import the correct library and thats fine. (Kernel32 or user32 or w/e)
idk i think its possible also i use the vb manner ... since it looks more like vb then C++ look at .net they have converters for both not to c++ or little ammount of them.