ptrace
Here are 88 public repositories matching this topic...
-
Updated
Jan 6, 2020 - Python
https://github.com/kislyuk/argcomplete allows for easy integration with bash auto-completion.
-
Updated
Apr 13, 2018 - Go
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://
-
Updated
Nov 9, 2019 - Common Lisp
-
Updated
May 13, 2020 - Go
-
Updated
May 30, 2017 - C
-
Updated
Aug 9, 2019 - C
-
Updated
Mar 30, 2020 - Makefile
-
Updated
Jun 2, 2020 - Go
Assume state (state.hpp) is process wide states, some resources are per-thread, while others (such as FDs, signal handlers) are per-process. It would be nice too have three APIs like reset(), cloned() and forked(), so that the unix clone (threads) and fork events can be easily to implement.
For instance, if we know some resources are shared among threads (per-process), in rust
Fancier Logging
-
Updated
Nov 5, 2018 - 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 PRoot documentation states:
But CARE is a pretty big meaty example with a lot of its own logic in addition to the syscall stuff it uses PRoot to manage. I was wondering if you could bundle a minimal example that just shows how to build a minimal prog