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
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.
Is there any other library which supports 64 bit and editing with pointers for C#?
Thanks in advance!







