lddtree-rs
lddtree-rs copied to clipboard
Add support for MachO and PE formats
TODO:
- [ ] MachO specific
find_library- http://clarkkromenaker.com/post/library-dynamic-loading-mac/
- https://matthew-brett.github.io/docosx/mac_runtime_link.html
- https://github.com/tpoechtrager/cctools-port/tree/master/cctools/otool
- [ ] PE specific
find_library- https://stefanoborini.com/windows-dll-search-path/
- https://stmxcsr.com/dll-search-order.html