#
ptrace
Here are 82 public repositories matching this topic...
Inject a shared library (i.e. arbitrary code) into a live linux process, without ptrace
-
Updated
Jan 6, 2020 - Python
remram44
commented
Oct 8, 2019
https://github.com/kislyuk/argcomplete allows for easy integration with bash auto-completion.
rootless OCI container runtime with ptrace hacks (No root privileges nor SUID binaries (e.g. newuidmap) are required!)
-
Updated
Apr 13, 2018 - Go
6
oxr463
commented
Jun 21, 2019
Tools
- Clippy, (Docs: https://rust-lang.github.io/rust-clippy).
- rustfmt.
- Pre-commit hook
- Run in CI, (Travis Example: https://github.com/rust-lang/rustfmt#checking-style-on-a-ci-server).
- Cargo Tests
- [Unit Tests](https://
live process hacking - lisp bindings to ptrace()
-
Updated
Nov 9, 2019 - Common Lisp
Record process launches and files read and written by each process
-
Updated
Jan 12, 2020 - Go
Modifies running processes on Linux
-
Updated
May 30, 2017 - C
chroot, mount --bind, and binfmt_misc without privilege/setup for Linux
-
Updated
Aug 9, 2019 - C
PoC of injecting code into a running Linux process
-
Updated
Sep 11, 2019 - C
-
Updated
Nov 5, 2018 - C
This is a Toy Debugger for compiled languages.
-
Updated
Feb 21, 2019 - C++
Improve this page
Add a description, image, and links to the ptrace topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ptrace topic, visit your repo's landing page and select "manage topics."
The testsuite needs lots of love, but for now, here are some steps to add a new test.
There are more than one type of test, compiled tests written in c, or shell scripts.
Also, if you take a peek at
test/GNUmakefile, you will see some tests are hard-coded in there for some reason.I recently added [
test/test-python01.sh