Skip to content
/ memexecve Public

executing ELF files in-memory without any disk interaction.

Notifications You must be signed in to change notification settings

pqlx/memexecve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memexecve

memexecve is a quick demo to demonstrate execveing an ELF file in memory without ANY disk interaction. This does not serve a practical purpose at all, but is fun regardless.

strace output of memexecve

Compilation

gcc *.c -o memexecve

Usage

./memexecve /path/to/binary arg1 arg2 arg3 ..

Whilst it looks ironic to load a file from disk at first glance, standalone code can be found in memexecve.{c|h}

About

executing ELF files in-memory without any disk interaction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages