japaric / cargo-call-stack

Whole program static stack analysis
Apache License 2.0
560 stars 50 forks source link

Add support for shared libraries? #106

Open newpavlov opened 11 months ago

newpavlov commented 11 months 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.