Super Nanny Injector v3.0
Super Nanny Injector v3.0


New release of Super Nanny Injector, now on version 3 . Before start using it, check past release for more instructions
.What's new:
- Code: many instabilities&bugs fixed, UI polished
, removed some static libs (Qt5 tuning or 5KB smaller exe
). - Obfuscation: now works on DLL too. Both injector and DLL are copied into Temp, using a random name.
- Manual Map: Some bugs were fixed, some remains. To not hung this release, it's on "beta" for now.
- Thread Hijack: new inject method (kind of stealthy
), where a process thread is hijacked to execute DLL code (it doesn't use LoadLibrary and wipe its stub
). Module DLL still been mapped, although it can't be listed/found (for now "Wipe DLL Header" will always fail on this scenario). - Load_stub: Implementation simulating LoadLibraryA, avoiding using aforementioned API call. DLL is mapped without been listed into process's module list, less stealthy than Manual Map, though.
- Wipe Load_stub: Removes every remote data added to make Load_stub works, reducing code footprint. Although DLL can crash if it have too much work on Main, using that with a safe delay doesn't brake things :}. Default is 3 seconds.
- Wipe DLL Header: Removes PE Header from DLL module after injection is successful. Can crash DLL if it still using its header (forward mapping, self tuning, self obfuscation, unpacking etc.).

A/V:
https://www.virustotal.com/file/0820...is/1474418639/
https://virusscan.jotti.org/en-US/fi...job/2ks1gjwnw0

...