Repository navigation

#

execve

Tracer for execve{,at} and pre-exec behavior, launcher for debuggers.

Rust
311
1 天前

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.

Python
185
1 年前

try privilege escalation changing sudo command

C
119
7 年前

Advanced process execution monitoring utility for linux (procmon like)

C
84
9 年前

An implementation of execve() in user space

Rust
28
6 个月前

pipex is a 42 school project aimed to better understand shell redirection and pipes, by handling them in C.

C
13
5 个月前

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.

C
12
4 年前

An execve() wrapper that allows executing binaries using a glibc installed in a non-standard location.

C
4
2 年前

For multithreaded programs that fork(2)!

C
4
5 年前

It is an imitation of the Unix shell built in the C language

C
2
2 年前

Creating a basic shell from scratch

C
2
6 年前

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.

C
1
2 年前

Hooks the execve system call to create a backdoor for gaining root privileges.

C
1
6 年前

A lightweight, reduced version of the Bash shell written in C.

C
1
2 年前