Open gnzlbg opened 6 years ago
Any progress on this? :P
Not really, but shouldn't be too hard to fix. In the code that gets a symbol name, and tries to demangle it, and see if it matches, we can just also try to see if the symbol name matches "as is".
Wanna give it a try?
See https://github.com/gnzlbg/cargo-asm/pull/153. :smile:
Currently
cargo asm
is unable to find#[no_mangle]
functions.