Analyzing Rust Binaries #3124
anzosasuke
started this conversation in
General
Replies: 2 comments 2 replies
-
|
Issue #141 deals with adding better Rust support. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I used Ghidra to analyze a Windows DLL written in Rust recently and it worked pretty well. I did had a related question, though - in that DLL, Ghidra didn't automatically make functions out of the exported functions it found. Here are some examples: From briefly investigating why this might be the case, is it because the function prologues don't seem to match any of the patterns defined in https://github.com/NationalSecurityAgency/ghidra/tree/master/Ghidra/Processors/x86/data/patterns ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Have anyone ever tried analyzing rust binaries???? I tried a simple hello world program,, and man it's a disaster. First of all, too many functions. The binary is bloated. Does anybody has ever tried to analyze these binary? Is it worth it or even possible ? Please share some insights on this. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions