Skip to content
/ piex Public

piex is a command to execute a binary received from a pipe.

License

Notifications You must be signed in to change notification settings

uenojp/piex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

piex

piex is a command to execute a binary received from a pipe.

How to use

echo -e '#include<stdio.h>\n int main() {printf("Hi, there\\n");}' | gcc -xc - -o /dev/stdout | piex
cat /no-execute/premission/binary | piex

About

piex is a command to execute a binary received from a pipe.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages