danielkrupinski / MemJect

Simple Dll injector loading from memory. Supports PE header and entry point erasure. Written in C99.
MIT License
463 stars 89 forks source link

Memject Decrypt malfunction #8

Open 0xE232FE opened 4 years ago

0xE232FE commented 4 years ago

Hello @danielkrupinski

The csgo.exe is found but this is not working process = OpenProcess(PROCESS_VM_WRITE | PROCESS_VM_OPERATION | PROCESS_CREATE_THREAD, FALSE, processInfo.th32ProcessID);

process is 0x0

best regards

0xE232FE commented 4 years ago

I fixed it.

0xE232FE commented 4 years ago

decryption malfunction https://github.com/danielkrupinski/MemJect/pull/9

Or3nges commented 4 years ago

Can I ask u how you used the encryption method? I can't seem to use the encrypt/decrypt feature with XOR protection.