#
angr
Here are 38 public repositories matching this topic...
Reverse Engineering Resources About All Platforms(Windows/Linux/macOS/Android/iOS/IoT) And Every Aspect! (More than 3500 open source tools and 2300 posts&videos)
reverse-engineering
gdb
windbg
ida-plugin
android-security
frida
idapython
radare2
cuckoo
angr
x64dbg
idapro
dynamorio
binaryninja
binnavi
apk-analysis
intelpt
ghidra
-
Updated
Dec 31, 2019
Discovering vulnerabilities in firmware through concolic analysis and function clustering.
-
Updated
Feb 10, 2020 - Python
Handy utilities for the angr binary analysis framework, most notably CFG visualization
-
Updated
Mar 15, 2019 - Python
Code and exercises for a workshop on z3 and angr
-
Updated
Feb 26, 2020 - Python
Tutorial on Symbolic Execution. Hands-on session is based on the angr framework.
-
Updated
May 16, 2020 - Python
Abstract library to generate angr states from a debugger state
-
Updated
Jan 26, 2020 - Python
A pleasant, mild, dark (n)vim theme.
-
Updated
Nov 7, 2019 - Vim script
A tool for finding the one gadget RCE in libc
-
Updated
May 30, 2020 - Python
Final project for the M.Sc. in Engineering in Computer Science at Università degli Studi di Roma "La Sapienza" (A.Y. 2016/2017).
-
Updated
Oct 23, 2017 - Python
Repo for various angr ipython features to give it more of a cli feeling
-
Updated
Jan 5, 2020 - Python
AFL fuzzing coverage CFG visualization
-
Updated
Jan 19, 2018 - Python
lwipのバグを半自動検出くん。First introduced in 「2018年 暗号と情報セキュリティシンポジウム」(SCIS2018).
-
Updated
Nov 2, 2019 - Python
-
Updated
May 20, 2018 - C
Build a CTF-ready VM in 5 min
-
Updated
Jun 8, 2018
An automation tool to generate, obfuscate, compile and run symbolic execution on c source files
-
Updated
Mar 12, 2020 - Python
Improve this page
Add a description, image, and links to the angr topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the angr topic, visit your repo's landing page and select "manage topics."
#1750 shows a way to debloat an object by extracting its encoding / decoding logic into a serializer class.
In this case, the
knowledge_plugins.functions.Functionmoved itsserializeandparse_from_cmgmethods.There are several places along the
angrcodebase where this pattern could be applied:angr/knowledge_plugins/cfg/cfg_model.py