|
IntegrityDisable
IntegrityDisable:
will bypass CreateFileA/CreateFileW integrity checks by Api hooking;
original exe file contents will be kept under the .dat file
Optionally you can choose "Fix Dll can move" to uncheck "Dll can move" this from DllCharacteristics (Optional Header).
Entry point of program is changed, old entry point is called by "call ebx" instruction
Source code (MASM) included.
Hooks will not work in Windows XP and only on Windows 7 or latter OS.
Download link:
https://workupload.com/file/mrqU2zCFAAE
|