Are the BAP able to get the following information #1437
Replies: 1 comment
-
Yes, e.g.,
Well, we only work with binaries.
It won't be able to tell on what architecture the binary was compiled on, but will be able to tell to what architecture it was compiled, e.g.,
Mm, it depends,
Nope. There's no analysis right now that will be able to discover this.
You may also use
To get the list of imported and exported symbols as well as the required libraries. With P.S. sorry for the late reply, I totally forgot that we have discussions. Thanks for the good question, by the way! |
Beta Was this translation helpful? Give feedback.
-
Is the file an executable?
Is the file a binary?
What architecture is the file compile on.
What format is the binary in
Is the binary stripped of the symbol table
Will there be a running process with the binary?
What was the original programming language used?
Just to name a few.
Beta Was this translation helpful? Give feedback.
All reactions