Repository navigation
execve
- Website
- Wikipedia
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 and anti-forensics purposes.
Advanced process execution monitoring utility for linux (procmon like)
A Ruby micro-framework for writing and running exploit payloads
pipex is a 42 school project aimed to better understand shell redirection and pipes, by handling them in C.
The goal of this project is to create a simple shell. Will be your own little bash or zsh. You are going to learn a lot about processes and file descriptors.
handling pipes in C language
It is an imitation of the Unix shell built in the C language
C program that replicates the shell's pipe functionality. It reads input from a file, executes two commands and directs the output to another file.
Minimalist version of bash.