japaric / cargo-call-stack

Whole program static stack analysis
Apache License 2.0
579 stars 52 forks source link

Add support for shared libraries? #106

Open newpavlov opened 1 year ago

newpavlov commented 1 year ago

I have a crate which compiles into a shared library (i.e. cdylib). It would be really useful to analyze stack usage of its functions, but currently this utility supports only binaries.