-
Updated
Nov 21, 2020 - TypeScript
binary
Here are 1,409 public repositories matching this topic...
-
Updated
Dec 3, 2020 - JavaScript
-
Updated
Dec 3, 2020 - Kotlin
-
Updated
Dec 1, 2020 - Python
-
Updated
Nov 30, 2020 - Go
-
Updated
Nov 1, 2020 - Python
-
Updated
Nov 21, 2020 - Rust
-
Updated
Oct 21, 2020 - PHP
-
Updated
Apr 20, 2020 - Shell
-
Updated
Jun 30, 2020 - JavaScript
-
Updated
Oct 26, 2020 - Elixir
-
Updated
Apr 11, 2020 - HTML
--- FAIL: TestScripts (0.19s)
--- FAIL: TestScripts/tiny (8.78s)
testscript.go:382:
# Tiny mode (8.772s)
> garble -tiny build
> ! binsubstr main$exe 'main.go' 'fmt/print.go'
> env GODEBUG='allocfreetrace=1,gcpacertrace=1,gctrace=1,scavenge=1,scavtrace=1,scheddetail=1,schedtrace=10'
> ! exec ./main$exe
-
Updated
Oct 25, 2020 - Java
-
Updated
Jun 10, 2020 - C++
-
Updated
Dec 2, 2020 - C#
-
Updated
Nov 26, 2017 - LiveScript
-
Updated
Jul 30, 2020 - C
-
Updated
Nov 22, 2020 - Go
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