melkor-android
ELF fuzzer
A tool that generates malformed ELF files to test the limits of an ELF parser's ability to handle corrupted data.
An Android port of the melkor ELF fuzzer
60 stars
7 watching
13 forks
Language: C
last commit: over 10 years ago Related projects:
Repository | Description | Stars |
---|---|---|
anestisb/radamsa-android | An Android port of a fuzz testing tool | 65 |
henshin/filebuster | A fast and flexible web application testing tool that uses brute-force methods to discover vulnerabilities | 213 |
quarkslab/android-fuzzing | A toolkit for greybox fuzzing of Android applications using AFL++ Frida mode | 109 |
stephenfewer/grinder | Automates fuzz testing of web browsers and manages crashes to help identify security vulnerabilities | 416 |
momalab/icsfuzz | A tool used to test security vulnerabilities in industrial control systems by injecting random data into their application code. | 26 |
status-im/nim-drchaos | A fuzzing framework for testing C/C++/Obj-C targets by generating random inputs to induce crashes or verify invariants. | 68 |
google/atheris | A tool that uses fuzz testing to identify bugs in software by randomly generating input data | 1,412 |
compsec-snu/razzer | Automated tool to find and identify race bugs in kernels through fuzzing | 359 |
snuspl/fluffy | A fuzzer that tests Ethereum blockchain clients for consensus bugs by simulating multiple transactions from initial program states | 55 |
jonmetz/androfuzz | A tool for fuzzing Android apps with generated files | 39 |
redteampentesting/monsoon | A tool that sends HTTP requests in a fast and controlled manner to discover or test vulnerabilities in web applications. | 464 |
planetis-m/libfuzzer | Fuzzing tool for finding bugs and security issues in software | 43 |
sefcom/witcher | A framework for fuzzing web applications to detect vulnerabilities like command and SQL injection | 78 |
antojoseph/droid-ff | A toolset for testing the security of Android applications by simulating various types of malformed input data | 85 |
andresriancho/websocket-fuzzer | Automates the process of sending WebSocket messages to test application vulnerabilities | 144 |