You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I've got a problem I'm not sure on how to start Identifying, and would like some help to even figure out what is going on here
I've opened an Executable with a Large PDB File (Specifically the Ark Survival Ascended Dedicated Server), and found that some of the Classes end up not populated with the member names, being in the same state as not having any symbols, e.g. just labeled with __offset(0x18).d, and lots of ?? for example.
When i use a different program for analysis (e.g. Ghidra), the members for the class I'm looking at get populated just fine, but not in Binary Ninja for some reason.
I am not sure on where to even start checking why this is the case, and i get no errors related to the class's definition in the Binary Ninja Log.
Alot of other classes in that same Executable also get populated just fine (e.g. APrimalStructure), but some do not (e.g. APrimalDinoCharacter)
I'm on 4.2.64555-Stable as of right now, and any help on how I'd go about identifying why would be appreciated :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I've got a problem I'm not sure on how to start Identifying, and would like some help to even figure out what is going on here
I've opened an Executable with a Large PDB File (Specifically the Ark Survival Ascended Dedicated Server), and found that some of the Classes end up not populated with the member names, being in the same state as not having any symbols, e.g. just labeled with
__offset(0x18).d
, and lots of??
for example.When i use a different program for analysis (e.g. Ghidra), the members for the class I'm looking at get populated just fine, but not in Binary Ninja for some reason.
I am not sure on where to even start checking why this is the case, and i get no errors related to the class's definition in the Binary Ninja Log.
Alot of other classes in that same Executable also get populated just fine (e.g.
APrimalStructure
), but some do not (e.g.APrimalDinoCharacter
)I'm on 4.2.64555-Stable as of right now, and any help on how I'd go about identifying why would be appreciated :)
Beta Was this translation helpful? Give feedback.
All reactions