-
Updated
Dec 16, 2020 - TypeScript
#
binary
Here are 1,436 public repositories matching this topic...
Process execution for humans
-
Updated
Dec 3, 2020 - JavaScript
Easily upload files (Multipart/Binary/FTP out of the box) in the background with progress notification. Support for persistent upload requests, customizations and custom plugins.
android
ssl
http
service
binary
https
ftp
upload
plugins
persistent
notification
background
persistent-data
multipart
multipart-uploads
multipart-formdata
-
Updated
Dec 25, 2020 - Kotlin
Qiling Advanced Binary Emulation Framework
emulator
framework
analysis
binary
reverse-engineering
malware
uefi
unicorn-emulator
unicorn-engine
qiling
cross-architecture
-
Updated
Dec 27, 2020 - Python
Fast, dependency-free, small Go package to infer the binary file type based on its magic numbers signature
golang
extension
validation
binary
filetype
magic-numbers
discovery
lookup
mime
mime-types
magic-number
-
Updated
Dec 5, 2020 - Go
Display information about files in different file formats and find gadgets to build rop chains for different architectures (x86/x86_64, ARM/ARM64, MIPS, PowerPC, SPARC64). For disassembly ropper uses the awesome Capstone Framework.
-
Updated
Dec 21, 2020 - Python
A binary encoder / decoder implementation in Rust.
-
Updated
Dec 24, 2020 - Rust
High-performance PHP-to-Golang IPC bridge
golang
php
socket
unix
tcp
connector
sockets
php7
binary
rpc
soa
pipes
servercodec
performance-php
golang-ipc-bridge
-
Updated
Dec 20, 2020 - PHP
Various popular python libraries, pre-compiled to be compatible with AWS Lambda
-
Updated
Apr 20, 2020 - Shell
A low-level, lightweight protocol buffers implementation in JavaScript.
-
Updated
Jun 30, 2020 - JavaScript
A simple and fast library for text-based parser combinators
-
Updated
Oct 26, 2020 - Elixir
mvdan
commented
Nov 8, 2020
--- 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
list
stack
queue
string
binary
matrix
array
lru
pointer
greedy
binary-search-tree
sorting-algorithms
heap
dynamic-programming
hashtable
-
Updated
Apr 11, 2020 - HTML
快速中文分词分析word segmentation
nlp
science
parser
hmm
binary
forest
quicksort
vpc
pos
segmentation
sonar
multi-language
turing-machine
artificial-intelligence-algorithms
entropy-rate
nero
sensing
orthor
eculid
translator-speech-api
-
Updated
Oct 25, 2020 - Java
Wpf Hexeditor is a powerful and fully customisable user control for editing file or stream as hexadecimal, decimal and binary. Can be used in Wpf or WinForm application
editor
csharp
binary
dotnet
wpf
winforms
hexadecimal
wpf-controls
winforms-application
hexeditor
wpf-hexadecimal-usercontrol
character-table
tbl
winform-ui
hexedit
-
Updated
Dec 24, 2020 - C#
QSYM: A Practical Concolic Execution Engine Tailored for Hybrid Fuzzing
-
Updated
Jun 10, 2020 - C++
a C\C++ library and command-line tools for Diff & Patch between binary files or directories(folder); cross-platform; run fast; create small delta/differential; support large files and limit memory requires when diff & patch.
c
c-plus-plus
diff
binary
xdelta3
bytes
patcher
update
folder
delta
bsdiff
patch
dir
directories
differential
xdelta
oldsize
newdata
newsize
olddata
hdiffpatch
bsdiff4
-
Updated
Dec 27, 2020 - C
node.js application archive - create self-contained binary like executable applications that are ready to ship and run
-
Updated
Nov 26, 2017 - LiveScript
Binee: binary emulation environment
testing
mock
hooks
analysis
binary
emulation
static-analysis
malware
binary-analysis
unicorn-emulator
-
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.Functionmoved itsserializeandparse_from_cmgmethods.There are several places along the
angrcodebase where this pattern could be applied:angr/knowledge_plugins/cfg/cfg_model.py