NUL0x4C / AtomLdr

A DLL loader with advanced evasive features
Apache License 2.0
609 stars 85 forks source link

Dll not working after injection #5

Open vigil0x68 opened 6 months ago

vigil0x68 commented 6 months ago

I replaced ntsuspend function with ntresume, the dll not running after injection even tough local process not suspended. İt worked after ı erased the unhooking function (RefreshAllDlls) from actualmain function. What might be the problem ? if everything right in RefreshAllDlls function in which injection scenarios it should work ? Thank you.

vigil0x68 commented 6 months ago

Anyone can help ?