Open juliankrieger opened 2 years ago
I've compiled a few unstripped Rust binaries which are mistakenly identified by DIE as C++. Maybe this could be fixed by scanning strings? Unstripped binaries have a lot of references to "cargo", rusts package manager.
Hello! Thanks a lot for the report! Do you have any "hello world" rust compiled binary?
cargo build
tmp.tar.gz
cargo build --release
Thanks!
I've compiled a few unstripped Rust binaries which are mistakenly identified by DIE as C++. Maybe this could be fixed by scanning strings? Unstripped binaries have a lot of references to "cargo", rusts package manager.