Hi, so I already know java quit well and want to learn a new language thaf will Allow me to do memory editing and such for game hacking/bots. Would c# allow me to do this, or is c++ the better way to go. Thanks
You can, but its harder to do I guess. (API's and shit).Quote:
Hi, so I already know java quit well and want to learn a new language thaf will Allow me to do memory editing and such for game hacking/bots. Would c# allow me to do this, or is c++ the better way to go. Thanks
Whats difficult about using pointers? And of course your supposed to use pointers, they wouldnt give you the ability to do so if you werent supposed to, what sort of logic is that?Quote:
It IS a little more trouble to work with memory in C# over C++. At least I've found that it's hard as shit to use pointers, though you're not "supposed" to.
Sorry, that was badly worded, and didn't really capture the point I was making. What I meant instead of "you're not supposed to..." is that you can do everything in C# without pointers, though some things may be more difficult. As far as using pointers in C#, it seems that there are more restraints on it to protect memory exceptions to novice programmers than C++, as well as it requires more code to implement the same in C++.Quote:
Whats difficult about using pointers? And of course your supposed to use pointers, they wouldnt give you the ability to do so if you werent supposed to, what sort of logic is that?
While you can happily work with memory in C#, you have a little more control over it in C++, but that certainly doesnt mean that you must use C++.
That's a really shitty way of doing it. Writing the assembly instructions in a C++ DLL and then calling them from your C# project is a much, MUCH better and easier approach. BlackMagic is for remote code execution, not really for local code execution.Quote:
What about BlackMagic ASM?
Cool, I'll have a look at it. :)Quote:
I remember a while back there was a source released for assembly in C#.
Let me find it.
#Edit
There you go:
[Only registered and activated users can see links. Click Here To Register...]
This does exactly the same as the BlackMagic library, fyi.Quote:
I remember a while back there was a source released for assembly in C#.
Let me find it.
#Edit
There you go:
[Only registered and activated users can see links. Click Here To Register...]