FSecureLABS / z3_and_angr_binary_analysis_workshopLinks
Code and exercises for a workshop on z3 and angr
☆230Updated 4 years ago
Alternatives and similar repositories for z3_and_angr_binary_analysis_workshop
Users that are interested in z3_and_angr_binary_analysis_workshop are comparing it to the libraries listed below
Sorting:
- Use angr inside GDB. Create an angr state from the current debugger state.☆200Updated 5 years ago
- Fuzzing the Kernel Using Unicornafl and AFL++☆303Updated 2 years ago
- HeapHopper is a bounded model checking framework for Heap-implementations☆218Updated 3 months ago
- Tool to generate ROP gadgets for ARM, AARCH64, x86, MIPS, PPC, RISCV, SH4 and SPARC☆305Updated last year
- DynamoRIO plugin to get ASAN and SanitizerCoverage compatible output for closed-source executables☆210Updated 4 years ago
- A python symbolic execution framework using radare2's ESIL (Evaluable String Intermediate Language)☆164Updated 2 years ago
- ☆110Updated 6 years ago
- The new phuzzing framework!☆161Updated last year
- Some helper scripts to set up an environment for angr development.☆118Updated last month
- Vulnerability research notes for VirtualBox and QEMU. Contains debug environment setup notes, a PoC template, exploit primitive notes, an…☆192Updated last year
- SALT - SLUB ALlocator Tracer for the Linux kernel☆153Updated 7 years ago
- PEDA-like debugger UI for WinDbg☆207Updated last year
- An intentionally vulnerable linux driver for research purposes/practice in kernel exploit dev☆124Updated 8 years ago
- Repo for various angr ipython features to give it more of a cli feeling☆56Updated 8 months ago
- ☆183Updated 2 years ago
- Automatic ROPChain Generation☆292Updated 5 years ago
- A plugin for Hex-Ray's IDA Pro and radare2 to export the symbols recognized to the ELF symbol table☆212Updated 3 years ago
- Binary code coverage visualizer plugin for Ghidra☆295Updated last year
- GlibC Malloc for Exploiters presentation☆150Updated 6 years ago
- This tool can be useful for solving some reversing challenges in CTFs events.☆145Updated 5 years ago
- ☆188Updated 6 months ago
- Shellphish's automated patching engine, originally created for the Cyber Grand Challenge.☆262Updated last month
- An awesome list for Effective and Powerful harnesses for fuzzing using libfuzzer - fuzzers by Google☆76Updated 5 years ago
- ROPium is a tool that helps you building ROP exploits by finding and chaining gadgets together☆387Updated 2 years ago
- A tool for finding the one gadget RCE in libc☆77Updated 5 years ago
- AFL + DynamoRIO = fuzzing binaries with no source code on Linux