flare-floss
String extractor
Automatically extracts obfuscated strings from malware binaries using static analysis techniques
FLARE Obfuscated String Solver - Automatically extract obfuscated strings from malware.
3k stars
132 watching
453 forks
Language: Python
last commit: 8 days ago
Linked from 2 awesome lists
deobfuscationflaregsoc-2024malwaremalware-analysisstrings
Related projects:
Repository | Description | Stars |
---|---|---|
google/oss-fuzz | An automated testing framework that uses random data to find errors in software | 10,548 |
adamyaxley/obfuscate | This header-only C++ library encrypts compile-time string literals to protect them from being easily discovered in binary images. | 1,064 |
fuzzdb-project/fuzzdb | A comprehensive toolset for identifying and exploiting application vulnerabilities through dynamic testing | 8,242 |
lordnoteworthy/al-khaser | A Proof-of-Concept malware application designed to test anti-malware and sandbox systems. | 5,919 |
sh3llyr/statistrings | Analyze strings in files to aid malware detection and hunting by calculating their prevalence | 12 |
kkos/oniguruma | A modern and flexible regular expressions library for text pattern matching | 2,310 |
semgrep/semgrep | A tool for detecting bugs and enforcing coding standards in source code across multiple programming languages. | 10,663 |
dashingsoft/pyarmor | A tool for protecting and securing Python scripts by obfuscating them and binding them to specific machines or setting expiration dates. | 3,452 |
bonnetn/vba-obfuscator | A tool to protect VBA macros by obfuscating their code to evade antivirus signatures | 150 |
find-sec-bugs/find-sec-bugs | A plugin for static analysis of Java web applications and Android applications to identify potential security vulnerabilities. | 2,283 |
ollyxar/php-malware-detector | An application that uses rules and algorithms to identify malicious PHP code in files | 132 |
sunweb3sec/defihacklabs | Analyzes and reproduces DeFi hacking incidents using Foundry | 5,332 |
dissectmalware/batch_deobfuscator | Deobfuscates batch scripts by substituting encoded strings and escaping characters. | 145 |
uppusaikiran/generic-parser | Analyzes malware files to detect suspicious behavior by extracting meta information and features. | 1 |
mrphrazer/obfuscation_detection | Automatically detects obfuscated code and other complex code constructs in binaries to aid reverse engineering. | 575 |