-
Updated
Jun 11, 2021 - TypeScript
#
binary
Here are 1,656 public repositories matching this topic...
Process execution for humans
-
Updated
Jun 10, 2021 - 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
Jun 5, 2021 - Kotlin
Qiling Advanced Binary Emulation Framework
emulator
framework
analysis
binary
reverse-engineering
malware
uefi
unicorn-emulator
unicorn-engine
qiling
cross-architecture
-
Updated
Jul 23, 2021 - Python
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
Jun 28, 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
Jul 5, 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
Jul 7, 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
A simple and fast library for text-based parser combinators
-
Updated
May 30, 2021 - Elixir
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
Jan 13, 2021 - HTML
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
Jun 28, 2021 - C
QSYM: A Practical Concolic Execution Engine Tailored for Hybrid Fuzzing
-
Updated
Jul 5, 2021 - C++
快速中文分词分析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
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
Jul 3, 2021 - C++
node.js application archive - create self-contained binary like executable applications that are ready to ship and run
-
Updated
Nov 26, 2017 - LiveScript
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