binaryninja-api
binaryninja-api copied to clipboard
Type signatures lost after PDB loaded
BN is losing function prototypes after PDB is loaded. I'm using version 3.1.3469.
Before PDB loaded:
After:
This is not an enhancement, a bug I guess :)
Indeed. I think we might already have this being tracked by another issue but it's definitely planned for our 3.2 release so I'm adjusting it to that for now and we'll sort if it's a specific duplicate as PDB improvements are high on our priority list right now.
Resolved as of 3.1.3715-dev with the new PDB loader. Symbols that would be created with no types will no longer override existing symbols with types.