findpanics
findpanics copied to clipboard
Find calls to panic functions in rust executables
I was mostly doing this to see if it improved #1, but apparently not. Still kinda useful work though, so submitting.
I'm testing this app on some code and it produces something like this: ``` Call to 89b0 ::next at ba48 Call to 89b0 ::next at baa3 Call to 89b0 ::next...
https://github.com/palfrey/findpanics/pull/1 demos this working
There's neither docs nor examples of it. I'm vaguely muddling through and figuring stuff out by trial-and-error, but it's tricky and an example would help!