execve
Here are 57 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
Jan 16, 2026 - 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
🏆 Minishell Project is a 42 project that recreates a simplified version of Bash. It handles command execution, input/output redirection, and environment variables, offering a deeper understanding of shell internals and process management.
-
Updated
Jul 31, 2025 - 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
It is an imitation of the Unix shell built in the C language
-
Updated
Jun 2, 2023 - C
A C implementation of the UNIX pipe mechanism that replicates the behavior of shell command piping. This project provides hands-on experience with process management, file descriptors, and inter-process communication in UNIX-like systems.
-
Updated
Jan 17, 2026 - C
creating a mini shell that mimic the behavior of bash
-
Updated
Jul 27, 2026 - C
Add this topic to your repo
To associate your repository with the execve topic, visit your repo's landing page and select "manage topics."