syntia
Code deobfuscator
Deobfuscation framework using program synthesis to learn the semantics of obfuscated code
Program synthesis based deobfuscation framework for the USENIX 2017 paper "Syntia: Synthesizing the Semantics of Obfuscated Code"
301 stars
16 watching
54 forks
Language: Python
last commit: over 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
mrphrazer/r2con2020_deobfuscation | Automated deobfuscation tool using symbolic execution and SMT solving to remove obfuscated code from malware | 76 |
dissectmalware/batch_deobfuscator | Deobfuscates batch scripts by substituting encoded strings and escaping characters. | 145 |
mrphrazer/hitb2021ams_deobfuscation | Automated deobfuscation of malware code using symbolic execution and simplification techniques | 71 |
holly-hacker/eazfixer | A tool for deobfuscating Eazfuscator-obfuscated .NET assemblies | 377 |
eset/stadeo | An analysis toolset designed to understand and reverse-engineer malicious software using control-flow-flattening and string deobfuscation techniques. | 147 |
ioncodes/beeless | A tool used to deobfuscate Unity3D games by reversing the transformation of their code into an unreadable format. | 53 |
alxs009/panda-deobfuscator | A tool for analyzing and deobfuscating binary executables by manipulating their code and data structures | 5 |
xenocoderce/dnpdeobfuscator | Deobfuscation tool for .NET patching applications | 24 |
mindedsecurity/jstillery | Tools and techniques for advanced JavaScript deobfuscation via partial evaluation of Abstract Syntax Trees (ASTs) | 864 |
mrphrazer/msynth | A code deobfuscation framework for simplifying complex Boolean expressions in binary code | 281 |
d35ha/callobfuscator | Tools for modifying Windows API imports to evade analysis and detection by static/dynamic analysis tools. | 981 |
leetonidas/demovfuscator | Recovering control flow from movfuscated binaries by analyzing high-level invariants | 707 |
sindresorhus/gulp-strip-debug | Removes console statements from JavaScript code to strip debugging information | 251 |
sirthias/borer | Provides efficient serialization and deserialization capabilities for binary data formats | 224 |
bonnetn/vba-obfuscator | A tool to protect VBA macros by obfuscating their code to evade antivirus signatures | 150 |