-
Updated
Aug 14, 2020 - TypeScript
#
binary
Here are 1,300 public repositories matching this topic...
Process execution for humans
-
Updated
Jul 7, 2020 - JavaScript
Qiling Advanced Binary Emulation Framework
emulator
framework
analysis
binary
reverse-engineering
malware
uefi
unicorn-emulator
unicorn-engine
qiling
cross-architecture
-
Updated
Aug 23, 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
Aug 6, 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
Aug 1, 2020 - Python
A binary encoder / decoder implementation in Rust.
-
Updated
Aug 13, 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
Aug 14, 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
Aug 8, 2020 - Elixir
快速中文分词分析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
Aug 4, 2019 - Java
list
stack
queue
string
binary
matrix
array
lru
pointer
greedy
binary-search-tree
sorting-algorithms
heap
dynamic-programming
hashtable
-
Updated
Apr 11, 2020 - HTML
node.js application archive - create self-contained binary like executable applications that are ready to ship and run
-
Updated
Nov 26, 2017 - LiveScript
QSYM: A Practical Concolic Execution Engine Tailored for Hybrid Fuzzing
-
Updated
Jun 10, 2020 - C++
Wpf Hexeditor is a fast and fully customisable user control for editing file or stream as hexadecimal. 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
May 4, 2020 - C#
Reference implementation for the JavaScript Binary AST format
-
Updated
Jul 16, 2020 - Rust
Binee: binary emulation environment
testing
mock
hooks
analysis
binary
emulation
static-analysis
malware
binary-analysis
unicorn-emulator
-
Updated
Aug 17, 2020 - Go
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
Jul 30, 2020 - C
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