toolkit/bin/installer/iss/lite/prepare-tools.bat

50 lines
1.2 KiB
Batchfile
Raw Normal View History

2022-09-04 18:49:17 -03:00
@ECHO OFF
cd "..\..\..\"
:: Analysis
2022-10-09 03:12:54 -03:00
RMDIR "toolkit\Analysis\4n4lDetector" /S /Q
2023-02-28 00:33:28 -03:00
RMDIR "toolkit\Analysis\XAPKDetector" /S /Q
RMDIR "toolkit\Analysis\XPEViewer" /S /Q
2022-09-04 18:49:17 -03:00
:: Decompilers
RMDIR "toolkit\Decompilers\[AUTOIT] Exe2Aut" /S /Q
RMDIR "toolkit\Decompilers\[AUTOIT] MyAutToExe" /S /Q
RMDIR "toolkit\Decompilers\[AUTOIT] UnAutoIt" /S /Q
2023-02-28 00:33:28 -03:00
RMDIR "toolkit\Decompilers\[DELPHI] IDR" /S /Q
2022-10-09 03:12:54 -03:00
RMDIR "toolkit\Decompilers\[DOTNET] dnSpyEx" /S /Q
2022-09-04 18:49:17 -03:00
RMDIR "toolkit\Decompilers\[VB] VB Decompiler" /S /Q
:: Dissasembler
2023-02-28 00:33:28 -03:00
RMDIR "toolkit\Dissasembler\Cutter" /S /Q
2022-09-04 18:49:17 -03:00
2022-10-09 03:12:54 -03:00
:: HEX Editor
RMDIR "toolkit\HEX Editor\REHex" /S /Q
2022-09-04 18:49:17 -03:00
:: Monitor
2022-10-09 03:12:54 -03:00
RMDIR "toolkit\Monitor\HollowsHunter" /S /Q
2023-02-28 00:33:28 -03:00
RMDIR "toolkit\Monitor\MultiMon" /S /Q
2022-09-04 18:49:17 -03:00
RMDIR "toolkit\Monitor\RegShot" /S /Q
RMDIR "toolkit\Monitor\SysAnalyzer" /S /Q
:: NFOMaker
RMDIR "toolkit\NFOMaker" /S /Q
:: Other
2023-07-31 19:09:20 -03:00
RMDIR "toolkit\Other\APKEditorStudio" /S /Q
RMDIR "toolkit\Other\APKToolGUI" /S /Q
2022-10-09 03:12:54 -03:00
RMDIR "toolkit\Other\AstroGrep" /S /Q
RMDIR "toolkit\Other\ProcDOT" /S /Q
2023-02-28 00:33:28 -03:00
:: Reverse
RMDIR "toolkit\Reverse\AT4RE Patcher" /S /Q
RMDIR "toolkit\Reverse\dUP" /S /Q
RMDIR "toolkit\Reverse\uPPP" /S /Q
RMDIR "toolkit\Reverse\Threadtear" /S /Q
RMDIR "toolkit\Reverse\XOpCodeCalc" /S /Q
2022-09-04 18:49:17 -03:00
:: Rootkits Detector
RMDIR "toolkit\Rootkits Detector" /S /Q
pause