ulexecve
ulexecve copied to clipboard
ulexecve is a userland execve() implementation which helps you execute arbitrary ELF binaries on Linux from userland without the binaries ever having to touch storage. This is useful for red-teaming a...
Results
1
ulexecve issues
Sort by
recently updated
recently updated
newest added
``` # cat h.py print('hello') # pyinstaller -F -c h.py ... # ulexecve ./dist/h [1512371] Cannot open PyInstaller archive from executable (/usr/bin/python3.10) or external archive (/usr/bin/python3.10.pkg) ```