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
456 forks
Language: Python
last commit: about 1 month 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,671 |
adamyaxley/obfuscate | This header-only C++ library encrypts compile-time string literals to protect them from being easily discovered in binary images. | 1,082 |
fuzzdb-project/fuzzdb | A comprehensive toolset for identifying and exploiting application vulnerabilities through dynamic testing | 8,288 |
sh3llyr/statistrings | Analyze strings in files to aid malware detection and hunting by calculating their prevalence | 12 |
kkos/oniguruma | A flexible and modern regular expression library with support for various character encodings and APIs. | 2,331 |
semgrep/semgrep | A tool for detecting bugs and enforcing coding standards in source code across multiple programming languages. | 10,803 |
dashingsoft/pyarmor | A tool for protecting and obfuscating Python scripts to prevent reverse engineering | 3,720 |
bonnetn/vba-obfuscator | A tool that obfuscates Visual Basic code to evade signature scans from Antivirus software | 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,293 |
ollyxar/php-malware-detector | An application that uses rules and algorithms to identify malicious PHP code in files | 133 |
sunweb3sec/defihacklabs | Reproduces past DeFi hacks to analyze vulnerabilities and improve security in smart contracts | 5,387 |
dissectmalware/batch_deobfuscator | Deobfuscates batch scripts by substituting encoded strings and escaping characters. | 150 |
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. | 580 |