Skip to content

How do I debug platform issues? #2038

Answered by rssor
yrp604 asked this question in Q&A
Discussion options

You must be logged in to vote

There's a default platform for a BinaryView, but each Function has its own reference to a platform object. Function.platfom and BinaryView.platform will show you what's in use for each.

Function is a parameter of function creation (can't be changed after the fact; functions in a bndb are identified by a tuple of (platform, address)).

Was the statically linked file also an elf/mach-o or was it a raw file? My suspicion would be that the type library with syscall information hasn't been loaded for that file.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by yrp604
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants