Skip to content
#

binary

Here are 1,656 public repositories matching this topic...

Pamplemousse
Pamplemousse commented Nov 7, 2019

#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.Function moved its serialize and parse_from_cmg methods.

There are several places along the angr codebase where this pattern could be applied:

  • angr/knowledge_plugins/cfg/cfg_model.py
  • `angr/knowledge_plugins/cfg/cfg

Improve this page

Add a description, image, and links to the binary topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the binary topic, visit your repo's landing page and select "manage topics."

Learn more