-
Updated
Oct 4, 2021 - TypeScript
#
binary
Here are 1,734 public repositories matching this topic...
Process execution for humans
-
Updated
Jun 10, 2021 - JavaScript
Qiling Advanced Binary Emulation Framework
emulator
framework
analysis
binary
reverse-engineering
malware
uefi
unicorn-emulator
unicorn-engine
qiling
cross-architecture
-
Updated
Oct 11, 2021 - Python
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
Oct 1, 2021 - Kotlin
Fast, dependency-free Go package to infer binary file types based on the magic numbers header signature
golang
extension
validation
binary
filetype
magic-numbers
discovery
lookup
mime
mime-types
magic-number
-
Updated
Sep 17, 2021 - 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
Jun 15, 2021 - Python
A binary encoder / decoder implementation in Rust.
-
Updated
Oct 8, 2021 - 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
Oct 1, 2021 - Go
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
Open-source code analysis platform for C/C++/Java/Binary/Javascript based on code property graphs
javascript
c
java
cpp
graph
binary
llvm
code-analysis
syntax-tree
dataflow
query-language
cpg
code-browser
controlflow
ghidra
fuzzy-parsing
code-property-graph
javabytecode
-
Updated
Oct 8, 2021 - Scala
A simple and fast library for text-based parser combinators
-
Updated
May 30, 2021 - Elixir
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
Sep 30, 2021 - C
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
Jun 16, 2021 - C#
list
stack
queue
string
binary
matrix
array
lru
pointer
greedy
binary-search-tree
sorting-algorithms
heap
dynamic-programming
hashtable
-
Updated
Jul 26, 2021 - HTML
QSYM: A Practical Concolic Execution Engine Tailored for Hybrid Fuzzing
-
Updated
Sep 28, 2021 - C++
A powerful static binary rewriting tool
binary
reverse-engineering
elf
binary-analysis
binary-instrumentation
binary-rewriting
binary-patching
e9patch
-
Updated
Sep 23, 2021 - C++
Fast Binary Encoding is ultra fast and universal serialization solution for C++, C#, Go, Java, JavaScript, Kotlin, Python, Ruby, Swift
javascript
ruby
kotlin
python
java
go
swift
golang
serialization
performance
csharp
cpp
binary
protocol
low-latency
-
Updated
Sep 30, 2021 - 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