recomposer
Binary obfuscation tool
A tool that alters binary files to make them more difficult to track online
Randomly changes Win32/64 PE Files for 'safer' uploading to malware and sandbox sites.
130 stars
18 watching
39 forks
Language: Python
last commit: about 11 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mrphrazer/obfuscation_detection | Automatically detects obfuscated code and other complex code constructs in binaries to aid reverse engineering. | 575 |
phra/pezor | A tool for obfuscating and packing executable files to evade antivirus detection and security measures | 1,856 |
mrphrazer/r2con2020_deobfuscation | Automated deobfuscation tool using symbolic execution and SMT solving to remove obfuscated code from malware | 76 |
woodruffw/steg86 | A tool for hiding information in binary executables without altering their size or execution speed | 287 |
bonnetn/vba-obfuscator | A tool to protect VBA macros by obfuscating their code to evade antivirus signatures | 150 |
reb311ion/replica | An enhancement tool for Ghidra's binary analysis capabilities | 287 |
cbhue/pyfuscation | A Python script that obfuscates PowerShell scripts by replacing function names, variables, and parameters. | 510 |
martyx00/collare | A tool for collaborative reverse engineering of binary files using multiple disassemblers and decompilers. | 134 |
null8626/decancer | A library that removes common unicode confusables/homoglyphs from strings | 102 |
idiotc4t/reflective-hackbrowserdata | A tool that decrypts data from various web browsers. | 168 |
xfflyer/camouflaged-data | A system designed to obscure data within existing applications | 9 |
uxmal/reko | A binary decompiler that analyzes and reverse-engineers machine code binaries from various processor architectures. | 2,168 |
hack2fun/bypassav | A tool for generating obfuscated executable files to evade antivirus detection | 899 |
redballoonsecurity/ofrak | An interactive platform for analyzing and modifying binary firmware | 1,871 |
jnraber/virtualdeobfuscator | Analyzes malware runtraces to remove virtual machine-based protections and extract the original binary's bytecode instructions | 133 |