[C#] Memory Editing (with Pointers)

09/04/2014 22:40 Kaliba21#1
Hi Community!
I just started to learn about memory editing in C#. I would have liked a way
to do it without a custom library, but it seems like that this would only work without pointers :o

Now I am trying to use the library "MemorySharp" but unfortunately MemorySharp isn't supporting x64.
Even if I set the setting of my project to x86 it says that the program I am
trying to access runs with x64. :rolleyes:

Is there any other library which supports 64 bit and editing with pointers for C#?

Thanks in advance!
09/04/2014 22:58 Rorc#2
[Only registered and activated users can see links. Click Here To Register...]
:)
09/04/2014 23:02 Kaliba21#3
Thanks! :handsdown: