Process.NET
Process.NET copied to clipboard
A C# class library for interacting with processes.
Hi, I am currently trying to call a Game Function from my external process. Is that even possible? I only know of the CreateRemoteThread way which is messy and totally...
It has come to my attention that the only way to execute assembly currently is to create a new thread and do it from there. Is there/will there be support...
I really hate to log an issue to do this (sorry), but I can't seem to find an email address to contact you anywhere. I'm trying to inject a 64...
I've found that memorydll has nice feature of writing to address using pointers https://github.com/erfg12/memory.dll/wiki/writeMemory It looks like this: MemLib.writeMemory("game.exe+0x006163DB,0x455,0x54,0xC455", "int", "100"); This is very very useful in real projects, for...
Somehow can't load a module that's inside an executeable. I may be doing something wrong... or simply dumb tbh. It may be loading but simply can't find the pattern at...