Andrea Fioraldi

Results 17 repositories owned by Andrea Fioraldi

angrdbg

58
Stars
15
Forks
Watchers

Abstract library to generate angr states from a debugger state

angrgdb

197
Stars
25
Forks
Watchers

Use angr inside GDB. Create an angr state from the current debugger state.

IDAngr

266
Stars
32
Forks
Watchers

Use angr in the IDA Pro debugger generating a state from the current debug session

frida-fuzzer

564
Stars
93
Forks
Watchers

This experimetal fuzzer is meant to be used for API in-memory fuzzing.

qasan

332
Stars
35
Forks
Watchers

QASan is a custom QEMU 3.1.1 that detects memory errors in the guest using AddressSanitizer.

cve_searchsploit

163
Stars
52
Forks
Watchers

Search an exploit in the local exploitdb database by its CVE

afl-qemu-cov

20
Stars
5
Forks
Watchers

Measure Basic Blocks coverage of all testcases in the AFL queue using a patched QEMU

asan-giovese

23
Stars
4
Forks
Watchers

My AddressSanitizer implementation in C

frida-js-afl-instr

133
Stars
21
Forks
Watchers

An example on how to do performant in-memory fuzzing with AFL++ and Frida