batch_deobfuscator
Batch deobfuscator
Deobfuscates batch scripts by substituting encoded strings and escaping characters.
Deobfuscate batch scripts obfuscated using string substitution and escape character techniques.
145 stars
8 watching
26 forks
Language: Python
last commit: about 2 years ago batchbatch-scriptdeobfuscationdeobfuscatorescape-charstring-substitution
Related projects:
Repository | Description | Stars |
---|---|---|
mrphrazer/hitb2021ams_deobfuscation | Automated deobfuscation of malware code using symbolic execution and simplification techniques | 71 |
mrphrazer/r2con2020_deobfuscation | Automated deobfuscation tool using symbolic execution and SMT solving to remove obfuscated code from malware | 76 |
dissectmalware/xlmmacrodeobfuscator | Decodes and deobfuscates obfuscated Excel macros from various file formats. | 572 |
holly-hacker/eazfixer | A tool for deobfuscating Eazfuscator-obfuscated .NET assemblies | 377 |
alxs009/panda-deobfuscator | A tool for analyzing and deobfuscating binary executables by manipulating their code and data structures | 5 |
gdbinit/evilquest_deobfuscator | A tool for decrypting strings from the EvilQuest/ThiefQuest malware family. | 6 |
jnraber/virtualdeobfuscator | Analyzes malware runtraces to remove virtual machine-based protections and extract the original binary's bytecode instructions | 133 |
eset/stadeo | An analysis toolset designed to understand and reverse-engineer malicious software using control-flow-flattening and string deobfuscation techniques. | 147 |
rub-syssec/syntia | Deobfuscation framework using program synthesis to learn the semantics of obfuscated code | 301 |
antelox/fopo-php-deobfuscator | Tools to reverse-engineer and deobfuscate PHP files obfuscated by FOPO Obfuscator | 86 |
mindedsecurity/jstillery | Tools and techniques for advanced JavaScript deobfuscation via partial evaluation of Abstract Syntax Trees (ASTs) | 864 |
bonnetn/vba-obfuscator | A tool to protect VBA macros by obfuscating their code to evade antivirus signatures | 150 |
perimeterx/restringer | A tool to deobfuscate and simplify JavaScript code | 336 |
ioncodes/beeless | A tool used to deobfuscate Unity3D games by reversing the transformation of their code into an unreadable format. | 53 |
sindresorhus/gulp-strip-debug | Removes console statements from JavaScript code to strip debugging information | 251 |