-
Updated
Sep 24, 2020 - TypeScript
binary
Here are 1,376 public repositories matching this topic...
-
Updated
Oct 12, 2020 - JavaScript
-
Updated
Oct 17, 2020 - Python
-
Updated
Aug 6, 2020 - Go
-
Updated
Sep 7, 2020 - Python
-
Updated
Oct 16, 2020 - Rust
-
Updated
Oct 2, 2020 - PHP
-
Updated
Apr 20, 2020 - Shell
-
Updated
Jun 30, 2020 - JavaScript
-
Updated
Oct 5, 2020 - Elixir
-
Updated
Aug 4, 2019 - Java
-
Updated
Apr 11, 2020 - HTML
-
Updated
Jun 10, 2020 - C++
-
Updated
Nov 26, 2017 - LiveScript
-
Updated
Oct 11, 2020 - C#
-
Updated
Jul 30, 2020 - C
-
Updated
Jul 16, 2020 - Rust
Improve this page
Add a description, image, and links to the binary topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the binary 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.Function
moved itsserialize
andparse_from_cmg
methods.There are several places along the
angr
codebase where this pattern could be applied:angr/knowledge_plugins/cfg/cfg_model.py