-
Updated
Jan 13, 2022 - TypeScript
#
binary
Here are 1,852 public repositories matching this topic...
Process execution for humans
-
Updated
Nov 17, 2021 - JavaScript
Qiling Advanced Binary Emulation Framework
emulator
framework
analysis
binary
reverse-engineering
malware
uefi
unicorn-emulator
unicorn-engine
qiling
cross-architecture
-
Updated
Jan 15, 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
Dec 22, 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
Dec 20, 2021 - Go
A binary encoder / decoder implementation in Rust.
-
Updated
Jan 13, 2022 - Rust
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
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?
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
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
Jan 15, 2022 - Go
Open-source code analysis platform for C/C++/Java/Binary/Javascript/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
Jan 16, 2022 - Scala
Various popular python libraries, pre-compiled to be compatible with AWS Lambda
-
Updated
Apr 20, 2020 - Shell
滴水逆向初、中级学习笔记,不定时更新,自用仓库,不喜勿喷;感谢滴水,有如此完整体系的学习视频,白嫖党嫖了一波...感谢滴水的老师,听课受益匪浅。
-
Updated
Jan 10, 2022
A low-level, lightweight protocol buffers implementation in JavaScript.
-
Updated
Jun 30, 2020 - JavaScript
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 6, 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
Dec 2, 2021 - C#
A simple and fast library for text-based parser combinators
-
Updated
Dec 7, 2021 - Elixir
list
stack
queue
string
binary
matrix
array
lru
pointer
greedy
binary-search-tree
sorting-algorithms
heap
dynamic-programming
hashtable
-
Updated
Jul 26, 2021 - HTML
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