nbaksalyar / usdt-reader

Rust crate to read USDT probes metadata.
Other
0 stars 0 forks source link

Support DTrace probes on MacOS and Mach-O #1

Open nbaksalyar opened 2 years ago

nbaksalyar commented 2 years ago

goblin::mach allows to read Mach-O headers. usdt-reader should support DTrace USDTs on MacOS.

nbaksalyar commented 2 years ago

There's already an implementation available in oxidecomputer/usdt/dof which can be used for all platforms that support DTrace (macOS, Illumos, FreeBSD).