-
Updated
Jul 7, 2022 - TypeScript
#
binary
Here are 2,017 public repositories matching this topic...
refactor
Something needs to be reorganized
good first issue
Good issue for getting introduced to the codebase
Process execution for humans
-
Updated
Jun 26, 2022 - JavaScript
Doctor-love
commented
Jan 24, 2022
"Snap" is a popular package format that enables Linux users to install and run applications cross-distro.
In order to help potential users discover and use fq, it would be neat to automatically build and publish a snap during the release process.
fq utilizes GoReleaser in [the "release" workflow
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
Qiling Advanced Binary Emulation Framework
emulator
framework
analysis
binary
reverse-engineering
malware
uefi
unicorn-emulator
unicorn-engine
qiling
cross-architecture
-
Updated
Jul 9, 2022 - 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
Jun 13, 2022 - Kotlin
rodjunger
commented
Oct 18, 2021
What version of Garble and Go are you using?
$ garble version v0.4.1-0.20210929123233-e7320ec9c034 $ go version go version go1.17.2 linux/amd64
What environment are you running Garble on?
good first issue
Good for newcomers
A binary encoder / decoder implementation in Rust.
-
Updated
Jun 15, 2022 - Rust
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
Feb 5, 2022 - 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
Jul 5, 2022 - Python
How to exploit a double free vulnerability in 2021. Use After Free for Dummies
tutorial
binary
pwn
heap
ctf
lock-free
walkthrough
exploitation
microarchitecture
use-after-free
double-free
-
Updated
Oct 31, 2021 - Python
golang
php
socket
unix
tcp
connector
sockets
php7
binary
rpc
soa
pipes
servercodec
performance-php
golang-ipc-bridge
-
Updated
Jul 1, 2022 - Go
Open-source code analysis platform for C/C++/Java/Binary/Javascript/Python/Kotlin 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
Jul 8, 2022 - Scala
Various popular python libraries, pre-compiled to be compatible with AWS Lambda
-
Updated
Apr 20, 2020 - Shell
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.
android
c
c-plus-plus
diff
binary
bytes
patcher
update
folder
delta
bsdiff
patch
dir
directories
differential
xdelta
oldsize
newdata
newsize
olddata
hdiffpatch
-
Updated
Jul 5, 2022 - C
A low-level, lightweight protocol buffers implementation in JavaScript.
-
Updated
Jun 30, 2020 - JavaScript
A powerful static binary rewriting tool
binary
reverse-engineering
elf
binary-analysis
binary-instrumentation
binary-rewriting
binary-patching
e9patch
-
Updated
Jul 7, 2022 - 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
Jul 4, 2022 - C#
A simple and fast library for text-based parser combinators
-
Updated
Jul 3, 2022 - Elixir
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