mstange / framehop

Stack unwinding library in Rust
Apache License 2.0
82 stars 11 forks source link

Change the Module creation interface. #11

Closed afranchuk closed 11 months ago

afranchuk commented 1 year ago

There is now a more general ModuleSectionInfo trait which is used to query sections/segments as needed. This moves a lot of cumbersome conditional code into the library to make clients' lives easier.

This also adds object as an optional dependency, where (if enabled) the trait is implemented for references to object::read::Object types.