execve
Here are 39 public repositories matching this topic...
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.
-
Updated
Jan 3, 2024 - Python
Advanced process execution monitoring utility for linux (procmon like)
-
Updated
Mar 4, 2016 - C
A Ruby micro-framework for writing and running exploit payloads
-
Updated
Feb 15, 2025 - Ruby
pipex is a 42 school project aimed to better understand shell redirection and pipes, by handling them in C.
-
Updated
Nov 30, 2024 - C
It is an imitation of the Unix shell built in the C language
-
Updated
Jun 2, 2023 - C
42cursus-Pipex: C program that recreates the functionality of shell pipes (|) and HereDoc (<< Del). This project focuses on inter-process communication by using fork(), pipe(), dup2(), and execve() to redirect the output of one command to the input of another, mimicking the shell command < infile cmd1 | cmd2 > outfile.
-
Updated
Jul 1, 2025 - C
Alx team project
-
Updated
Apr 28, 2023 - C
Custom Linux Shell
-
Updated
Feb 27, 2023 - C
Improve this page
Add a description, image, and links to the execve topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the execve topic, visit your repo's landing page and select "manage topics."