andreafioraldi
Writing fuzzers to find assertion errors and null ptr derefs. Trying to do a Kamehameha since I was 4.
@eurecom-s3Antibes, France
Pinned Repositories
AFLplusplus
The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more!
LibAFL
Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, ...
angrgdb
Use angr inside GDB. Create an angr state from the current debugger state.
CristoShot
MS Paint powered graphics game in C# 2008 in which an ass throws things to Jesus as antistress
cve_searchsploit
Search an exploit in the local exploitdb database by its CVE
frida-fuzzer
This experimetal fuzzer is meant to be used for API in-memory fuzzing.
frida-js-afl-instr
An example on how to do performant in-memory fuzzing with AFL++ and Frida
IDAngr
Use angr in the IDA Pro debugger generating a state from the current debug session
qasan
QASan is a custom QEMU 3.1.1 that detects memory errors in the guest using AddressSanitizer.
weizz-fuzzer
andreafioraldi's Repositories
andreafioraldi/qasan
QASan is a custom QEMU 3.1.1 that detects memory errors in the guest using AddressSanitizer.
andreafioraldi/cve_searchsploit
Search an exploit in the local exploitdb database by its CVE
andreafioraldi/libafl_quickjs_fuzzing
An example fuzzer about how to fuzz a JS engine combinign Nautilus with Token-level fuzzing
andreafioraldi/afl-qemu-cov
Measure Basic Blocks coverage of all testcases in the AFL queue using a patched QEMU
andreafioraldi/ConstrainedMemorySanitizer
andreafioraldi/CristoShot
MS Paint powered graphics game in C# 2008 in which an ass throws things to Jesus as antistress
andreafioraldi/store-interval-tree
A balanced unbounded interval-tree in Rust with associated values in the nodes
andreafioraldi/ascii-ctf
A tiny and minimal web platform for jeopardy ctf hosting. Who needs javascript? Real hackers use ascii.
andreafioraldi/AFL-exp
andreafioraldi/sanitizer_stacktrace_rs
A Rust crate to generate backtraces using the LLVM codebase
andreafioraldi/mc2
Mirror of the MC2 fuzzer https://dl.acm.org/doi/10.1145/3548606.3560648
andreafioraldi/andreafioraldi
andreafioraldi/meminterval
A simple interval-tree in Rust made to store memory mappings
andreafioraldi/daikon_llvm_blocks
andreafioraldi/klo-routines
Rust cheap coroutines with libc::*context
andreafioraldi/fuzzbench
FuzzBench - Fuzzer benchmarking as a service.
andreafioraldi/andreafioraldi.github.io
andreafioraldi/angr-management
The official angr GUI.
andreafioraldi/cranelift-jit-demo
JIT compiler and runtime for a toy language, using Cranelift
andreafioraldi/frida-rust
Frida Rust bindings
andreafioraldi/fuzz-introspector
Fuzz Introspector -- introspect, extend and optimise fuzzers
andreafioraldi/inkwell
It's a New Kind of Wrapper for Exposing LLVM (Safely)
andreafioraldi/libafl-clean-history
andreafioraldi/magma-1
A ground-truth fuzzing benchmark suite based on real programs with real bugs.
andreafioraldi/nautilus
A grammar based feedback Fuzzer
andreafioraldi/qemu-fibers
Official QEMU mirror. Please see http://wiki.qemu.org/Contribute/SubmitAPatch for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website.
andreafioraldi/rust-bindgen
Automatically generates Rust FFI bindings to C (and some C++) libraries.
andreafioraldi/rust-intervaltree
andreafioraldi/rust-typed-builder
Compile-time type-checked builder derive
andreafioraldi/rv32i_jit_libafl
A super simple RV32i JIT, designed for ease of understanding and modification