All Projects → jedisct1 → byteripper

jedisct1 / byteripper

Licence: MIT License
A tool to extract code from individual functions in a library.

Programming Languages

rust
11053 projects

Labels

Projects that are alternatives of or similar to byteripper

Lief
Authors
Stars: ✭ 2,730 (+19400%)
Mutual labels:  elf, macho
dwex
DWARF Explorer - a GUI utility for navigating the DWARF debug information
Stars: ✭ 58 (+314.29%)
Mutual labels:  elf, macho
checksec.rs
Fast multi-platform (ELF/PE/MachO) binary checksec written in Rust.
Stars: ✭ 71 (+407.14%)
Mutual labels:  elf, macho
Detect It Easy
Program for determining types of files for Windows, Linux and MacOS.
Stars: ✭ 2,982 (+21200%)
Mutual labels:  elf, macho
The Backdoor Factory
Patch PE, ELF, Mach-O binaries with shellcode new version in development, available only to sponsors
Stars: ✭ 2,904 (+20642.86%)
Mutual labels:  elf, macho
extrude
🕵️ Analyse binaries for missing security features, information disclosure and more...
Stars: ✭ 51 (+264.29%)
Mutual labels:  elf, macho
HatVenom
HatVenom is a HatSploit native powerful payload generation tool that provides support for all common platforms and architectures.
Stars: ✭ 84 (+500%)
Mutual labels:  elf, macho
golang-debugger-book
From a debugger's view, Let's explore the computer world! How does compiler, linker and debugger coordinate with each other around the program written in specific programming language? How does a debugger work? If we develop a debugger for go programming language, we must master go type system, runtime... and some Operating System internals. OK,…
Stars: ✭ 49 (+250%)
Mutual labels:  elf
goelftools
Library for parsing ELF files written in pure Go.
Stars: ✭ 26 (+85.71%)
Mutual labels:  elf
dynlib
IDA Pro plugin to aid PS4 user mode ELF reverse engineering.
Stars: ✭ 51 (+264.29%)
Mutual labels:  elf
nsec-badge
Software from the NorthSec badge
Stars: ✭ 34 (+142.86%)
Mutual labels:  elf
gocave
Finding code caves in ELF files with GoLang
Stars: ✭ 22 (+57.14%)
Mutual labels:  elf
go-macho
Package macho implements access to and creation of Mach-O object files.
Stars: ✭ 68 (+385.71%)
Mutual labels:  macho
cdetect
🔬 Detect which compiler and compiler version a Linux executable (in the ELF format) was compiled with
Stars: ✭ 23 (+64.29%)
Mutual labels:  elf
evilMACHO
Malicious use of macho, such as dump-runtime-macho, function-hook.
Stars: ✭ 13 (-7.14%)
Mutual labels:  macho
ftrace
Simple Function calls tracer
Stars: ✭ 65 (+364.29%)
Mutual labels:  elf
Fe2O3
Simple prepender virus written in Rust
Stars: ✭ 84 (+500%)
Mutual labels:  elf
stoomboot
An x86 real mode multiboot-ish ELF bootloader
Stars: ✭ 19 (+35.71%)
Mutual labels:  elf
elftree
ELF library dependency viewer
Stars: ✭ 40 (+185.71%)
Mutual labels:  elf
ELFDump
ELFDump is a C parser for ELF64 object files.
Stars: ✭ 15 (+7.14%)
Mutual labels:  elf

Byteripper

A tool to extract code from individual functions in a library.

Support ELF32, ELF64 and Mach-O libraries.

Usage

byteripper -i <input file> -o <output directory>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].