elf-in-memory-exec
elf-in-memory-exec copied to clipboard
Python3 scripts that executes an elf (Linux executable format) completely in memory.
Results
2
elf-in-memory-exec issues
Sort by
recently updated
recently updated
newest added
Hi, My ELF is at ```python PATH = /home/wols/test ``` When I try run from path, it work. ```python os.execve(PATH, args, dict(os.environ)) ``` But if I try run from memfd,...
→ Changed loop in createFd() to generator expression → Replace str.format() calls with f-strings → Replace double quotes with single quotes → Change printed messages so all of them contain...