execve
There are 36 repositories under execve topic.
kxxt/tracexec
Tracer for execve{,at} and pre-exec behavior, launcher for debuggers.
anvilsecure/ulexecve
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.
hc0d3r/sudohulk
try privilege escalation changing sudo command
kfiros/execmon
Advanced process execution monitoring utility for linux (procmon like)
io12/userland-execve-rust
An implementation of execve() in user space
ronin-rb/ronin-payloads
A Ruby micro-framework for writing and running exploit payloads
eljommys/minishell
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.
mcombeau/pipex
pipex is a 42 school project aimed to better understand shell redirection and pipes, by handling them in C.
liz753/pipex
handling pipes in C language
AmanoTeam/glibc_preload
An execve() wrapper that allows executing binaries using a glibc installed in a non-standard location.
motet-a/libforks
For multithreaded programs that fork(2)!
ImShockwaves/minishell
Creating a basic shell from scratch
MinaSamirSaad/simple_shell
It is an imitation of the Unix shell built in the C language
Guiribei/my_shell
A lightweight, reduced version of the Bash shell written in C.
ksaravan910/BackdoorRootkit
Hooks the execve system call to create a backdoor for gaining root privileges.
magnitopic/minishell
As beautiful as a shell
mdabir1203/Pipex
Mega Havoc PIPE( || ) and heredoc's !!_!!
NewGit1999/simple_shell
Alx team project
waltergcc/42-pipex
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.
dpetrosy/42-Pipex
42 School Pipex project aimed to better understand shell redirection and pipes, by handling them in C.
Echo24h/minishell
Un Shell minimaliste pour consolider les connaissances en processus et descripteurs de fichiers : MiniShell inspiré de Bash
IsaacPD/CSE-320-HW3
CSE 320 System Fundamentals II HW 3 - Fork and Execve
kofilolx/simple_shell
a program written in c to mimick linux shell
ldusty/pipex
A project that reproduces the behaviour of the shell pipe | command in C
miketaonjo/pipex
pipex is a 42 school project aimed to better understand shell redirection and pipes, by handling them in C.
olelong/42_minishell
Developing a shell
romz8/pipex
a 42 school project to rebuild shell redirections by handling pipes in C
S-LucasSerrano/pipex
Program that allows you to pass the content of a file through multiple shell commands using pipes.
samuelselasi/simple_shell
Custom Linux Shell
shuygena/minishell
:computer: Our shell that implements some bash functions
hassaanhameed786/cs220-Os
It contains course materials, study guides, practical examples, and assignments that cover fundamental to advanced concepts of OS and functionality.
jhesso/pipex
pipex is a 42 school project aimed to better understand shell redirection and pipes, by handling them in C.
pcapurro/42microshell
Minimalist version of bash.
shuygena/pipex
:fork_and_knife: :twisted_rightwards_arrows: Pipes for execute bash commands
trobert42/pipex
Program coded in C that reproduces the behaviour of the shell pipe (|) command
ve-no/Pipex
pipex is a 1337 school project aimed to better understand shell redirection and pipes, by handling them in C.