rust-unofficial / awesome-rust

A curated list of Rust code and resources.
Creative Commons Zero v1.0 Universal
45.69k stars 2.7k forks source link

Add tracexec #1747

Closed kxxt closed 2 months ago

kxxt commented 2 months ago

tracexec is a tracer for execve{,at} and pre-exec behavior, and launcher for debuggers.

In general, it's useful for debugging build systems, understanding what shell scripts actually do, figuring out what programs does a proprietary software run and attaching debuggers to complex multi-process scripts/applications.

palfrey commented 2 months ago

This should get fixed once you merge master. Note you'll need to change over to using a standard - as pretty much everyone else got confused by that, so I've done https://github.com/rust-unofficial/awesome-rust/pull/1755 but otherwise good to merge once that's sorted.

kxxt commented 2 months ago

This should get fixed once you merge master. Note you'll need to change over to using a standard - as pretty much everyone else got confused by that, so I've done #1755 but otherwise good to merge once that's sorted.

Thanks for your feedback. I have rebased my PR.