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

Crash #7

Open Props69420 opened 5 years ago

Props69420 commented 5 years ago

csgo.exe (or another selected process) crashes when I try to inject the dll using this method, but if I inject the dll using for example Extreme injector (with mmap method selected) it works fine

danielkrupinski commented 5 years ago

Make sure Memject and your dll are compiled in release mode.

Props69420 commented 5 years ago

They are both compiled in Release x64

danielkrupinski commented 5 years ago

How would you inject x64 dll to x86 process?

Props69420 commented 5 years ago

How would you inject x64 dll to x86 process?

I tried to inject the dll into explorer.exe and it crashes too