All Projects → r0ngwe1 → elfloader

r0ngwe1 / elfloader

Licence: MIT License
load so file into current memory space and run function

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to elfloader

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 (+25.64%)
Mutual labels:  elf
goelftools
Library for parsing ELF files written in pure Go.
Stars: ✭ 26 (-33.33%)
Mutual labels:  elf
HatVenom
HatVenom is a HatSploit native powerful payload generation tool that provides support for all common platforms and architectures.
Stars: ✭ 84 (+115.38%)
Mutual labels:  elf
ocean
Programming language that compiles into a x86 ELF executable.
Stars: ✭ 164 (+320.51%)
Mutual labels:  elf
elftree
ELF library dependency viewer
Stars: ✭ 40 (+2.56%)
Mutual labels:  elf
pax-utils
[MIRROR] ELF related utils for ELF 32/64 binaries that can check files for security relevant properties
Stars: ✭ 58 (+48.72%)
Mutual labels:  elf
dynlib
IDA Pro plugin to aid PS4 user mode ELF reverse engineering.
Stars: ✭ 51 (+30.77%)
Mutual labels:  elf
dwex
DWARF Explorer - a GUI utility for navigating the DWARF debug information
Stars: ✭ 58 (+48.72%)
Mutual labels:  elf
fileless-elf-exec
Execute ELF files without dropping them on disk
Stars: ✭ 237 (+507.69%)
Mutual labels:  elf
Fe2O3
Simple prepender virus written in Rust
Stars: ✭ 84 (+115.38%)
Mutual labels:  elf
dirt
x86 assembler in scheme
Stars: ✭ 27 (-30.77%)
Mutual labels:  elf
ELFDump
ELFDump is a C parser for ELF64 object files.
Stars: ✭ 15 (-61.54%)
Mutual labels:  elf
stoomboot
An x86 real mode multiboot-ish ELF bootloader
Stars: ✭ 19 (-51.28%)
Mutual labels:  elf
gocave
Finding code caves in ELF files with GoLang
Stars: ✭ 22 (-43.59%)
Mutual labels:  elf
byteripper
A tool to extract code from individual functions in a library.
Stars: ✭ 14 (-64.1%)
Mutual labels:  elf
cdetect
🔬 Detect which compiler and compiler version a Linux executable (in the ELF format) was compiled with
Stars: ✭ 23 (-41.03%)
Mutual labels:  elf
evilELF
Malicious use of ELF such as .so inject, func hook and so on.
Stars: ✭ 56 (+43.59%)
Mutual labels:  elf
Automated-Malware-Analysis-List
My personal Automated Malware Analysis Sandboxes and Services
Stars: ✭ 20 (-48.72%)
Mutual labels:  elf
pakkero
Pakkero is a binary packer written in Go made for fun and educational purpose. Its main goal is to take in input a program file (elf binary, script, even appimage) and compress it, protect it from tampering and intrusion.
Stars: ✭ 143 (+266.67%)
Mutual labels:  elf
C-Experiments
Experiments on C/C++ Exploits
Stars: ✭ 19 (-51.28%)
Mutual labels:  elf

elfloader

load so file into current memory space and run function

run

# create example, hello.so 
make -f makefile.hello

# make elfloader
make

# run function main1 in hello.so
./elfloader ./hello.so main1

elemeta47 at gmail dot com

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].