Skip to content
#

binary

Here are 2,017 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
refactor good first issue
Doctor-love
Doctor-love commented Jan 24, 2022

"Snap" is a popular package format that enables Linux users to install and run applications cross-distro.
In order to help potential users discover and use fq, it would be neat to automatically build and publish a snap during the release process.

fq utilizes GoReleaser in [the "release" workflow

enhancement help wanted good first issue

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