JamesMenetrey / MemorySharp

A C# based memory editing library targeting Windows applications, offering various functions to extract and inject data and codes into remote processes to allow interoperability.
Other
634 stars 135 forks source link

System.ApplicationException #21

Closed CodexOne03 closed 2 years ago

CodexOne03 commented 3 years ago

I'm trying to write an external hack, but can't seem to make it work. Here's the error message: System.ApplicationException: Couldn't get the information from the process, error code '-1073741820'. in Binarysharp.MemoryManagement.Memory.MemoryCore.NtQueryInformationProcess(SafeMemoryHandle processHandle) in Binarysharp.MemoryManagement.MemorySharp..ctor(Process process) in Invoker.Program.Main(String[] args) in source\repos\Invoker\Invoker\Program.cs:row 18

And here's the code

JamesMenetrey commented 2 years ago

Hey!

I waited almost one year to see if you were still using MemorySharp!

I'm very sorry for that horrible delay! Chances are that you already solved your issue (or changed your lib!), but in the current state, MemorySharp does not support (yet) 64-bit process, which may be the architecture of your target process.

Nonetheless, I am still planning to update it to bring x86-64 support very soontm!

Cheers! Jämes