refactor
Something needs to be reorganized
good first issue
Good issue for getting introduced to the codebase
#
angr
Here are 48 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
Sep 1, 2021
Discovering vulnerabilities in firmware through concolic analysis and function clustering.
-
Updated
Sep 17, 2020 - Python
Decompilation as a Service. Explore multiple decompilers and compare their output with minimal effort. Upload binary, get decompilation.
-
Updated
Apr 25, 2022 - Python
Use angr in Ghidra
-
Updated
Dec 21, 2021 - 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
Dec 29, 2020 - Python
Tutorial on Symbolic Execution. Hands-on session is based on the angr framework.
-
Updated
May 14, 2021 - Python
A tool for finding the one gadget RCE in libc
-
Updated
May 30, 2020 - Python
Abstract library to generate angr states from a debugger state
-
Updated
Jul 5, 2020 - Python
A pleasant, mild, dark (n)vim theme.
-
Updated
Jul 17, 2021 - Vim script
Repo for various angr ipython features to give it more of a cli feeling
-
Updated
May 21, 2022 - 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
AFL fuzzing coverage CFG visualization
-
Updated
Jan 19, 2018 - Python
-
Updated
Nov 7, 2021 - Python
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
operational-technology
-
Updated
May 27, 2022 - Python
lwipのバグを半自動検出くん。First introduced in 「2018年 暗号と情報セキュリティシンポジウム」(SCIS2018).
-
Updated
Jan 21, 2022 - 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