angr
Here are 42 public repositories matching this topic...
-
Updated
Dec 31, 2019
-
Updated
Sep 17, 2020 - Python
-
Updated
Nov 21, 2020 - Java
-
Updated
Mar 15, 2019 - Python
-
Updated
Feb 26, 2020 - Python
-
Updated
May 16, 2020 - Python
-
Updated
Jul 5, 2020 - Python
-
Updated
May 30, 2020 - Python
-
Updated
Jun 13, 2020 - Vim script
-
Updated
Oct 23, 2017 - Python
-
Updated
Sep 4, 2020 - Python
-
Updated
Jan 19, 2018 - Python
-
Updated
Dec 7, 2020 - SaltStack
-
Updated
Nov 2, 2019 - Python
-
Updated
May 20, 2018 - C
-
Updated
Jun 8, 2018
-
Updated
Oct 27, 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