#
angr
Here are 42 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
Sep 17, 2020 - Python
Angr plugin for Ghdira
-
Updated
Sep 16, 2020 - Java
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
Jul 5, 2020 - Python
A tool for finding the one gadget RCE in libc
-
Updated
May 30, 2020 - Python
A pleasant, mild, dark (n)vim theme.
-
Updated
Jun 13, 2020 - Vim script
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
Sep 4, 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
Deployment and maintenance tool for Cyber Ranges. Core components are salt, openstack, and ceph.
distributed-systems
reverse-engineering
openstack
salt
symbolic-execution
ceph
fuzzing
afl-fuzz
angr
-
Updated
Sep 25, 2020 - SaltStack
Build a CTF-ready VM in 5 min
-
Updated
Jun 8, 2018
Here are some examples and solution of CTF Reverse Engineering and Pwning challenges where I have participated and solved using many tools such as Z3, Angr, IDA Pro and others software and tools.
-
Updated
Nov 22, 2018 - Smali
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