3 unstable releases

0.3.1 Jul 16, 2020
0.3.0 Jul 11, 2020
0.1.0 Jan 31, 2019

#633 in Concurrency

44 downloads per month

MIT license

48KB
1K SLoC

Ptracer

crates.io version docs.rs docs MIT licensed

Debugger as a library. The idea is to provide a (binary) debugger API which allows easy implementation of custom debugging logic.

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in ptracer by you, shall be licensed as MIT, without any additional terms or conditions.


lib.rs:

A debugger library utilizing ptrace-syscall.

Supported platforms: linux x86_64 and freebsd x86_64.
WARNING: Only one concurrent instance of Ptracer is currently supported!

This library is still in early development.
There may still be edge cases where things will break.

See examples for possible usage.

Dependencies

~2MB
~41K SLoC