vba-obfuscator
VBA Obfuscator
A tool that obfuscates Visual Basic code to evade signature scans from Antivirus software
2018 School project - PoC of malware code obfuscation in Word macros
150 stars
10 watching
34 forks
Language: Python
last commit: about 3 years ago obfuscatorpython3vba-macros
Related projects:
Repository | Description | Stars |
---|---|---|
phra/pezor | A tool for obfuscating and packing executable files to evade antivirus detection and security measures | 1,869 |
mrphrazer/r2con2020_deobfuscation | Automated deobfuscation tool using symbolic execution and SMT solving to remove obfuscated code from malware | 76 |
d35ha/callobfuscator | Tools for modifying Windows API imports to evade analysis and detection by static/dynamic analysis tools. | 984 |
hack2fun/bypassav | A tool for generating obfuscated executable files to evade antivirus detection | 902 |
mrphrazer/obfuscation_detection | Automatically detects obfuscated code and other complex code constructs in binaries to aid reverse engineering. | 580 |
dissectmalware/xlmmacrodeobfuscator | Decodes and deobfuscates obfuscated Excel macros from various file formats. | 575 |
bashfuscator/bashfuscator | A tool to generate obfuscated Bash code for evading detection in Linux systems | 1,676 |
mrphrazer/hitb2021ams_deobfuscation | Automated deobfuscation of malware code using symbolic execution and simplification techniques | 72 |
cbhue/pyfuscation | A Python script that obfuscates PowerShell scripts by replacing function names, variables, and parameters. | 512 |
bc-security/beginners-guide-to-obfuscation | A beginner's guide to evading detection by employing obfuscation techniques in PowerShell and .NET payloads | 1,016 |
jnraber/virtualdeobfuscator | Analyzes malware runtraces to remove virtual machine-based protections and extract the original binary's bytecode instructions | 133 |
scrt/avcleaner | An obfuscation tool designed to evade antivirus software detection in compiled C/C++ code. | 1,013 |
dissectmalware/batch_deobfuscator | Deobfuscates batch scripts by substituting encoded strings and escaping characters. | 150 |
malwarecantfly/vba2graph | Analyzes VBA code to generate visual call graphs and highlights potential malicious keywords | 275 |
secretsquirrel/recomposer | A tool that alters binary files to make them more difficult to track online | 130 |