All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

ELF Injector: Tool for Injecting Code into ELF Executables

By

dillstead

10mo ago· 17 min readenCode

Summary

The article introduces 'elf_injector,' a tool designed to inject relocatable code chunks into ELF executables, which will execute before the original entry point. It provides instructions for building and running the tool, noting its compatibility with 32-bit ARM processors due to its mix of C and assembly. The tool is available on GitHub for further development.

Key quotes

· 3 pulled
Injects a relocatable code chunk of arbitrary size into an ELF executable that will run before the original entry point of the executable.
The code can only build and run on a 32-bit ARM processor as it contains a mix of C and assembly.
The elf_injector command line utility inserts a code chunk into an ELF executable and has a simple command line interface.
Snippet from the RSS feed
Injects code into an ELF file . Contribute to dillstead/elf_injector development by creating an account on GitHub.

You might also wanna read