horsicq / DIE-engine

DIE engine
MIT License
2.29k stars 317 forks source link

Rust binaries are incorrectly identified as C++ / C #74

Open juliankrieger opened 1 year ago

juliankrieger commented 1 year 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.

horsicq commented 1 year ago

Hello! Thanks a lot for the report! Do you have any "hello world" rust compiled binary?

asukaminato0721 commented 1 year ago
cargo build

tmp.tar.gz


cargo build --release

tmp.tar.gz

horsicq commented 1 year ago

Thanks!