binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

Add replacing for platform types with PDB types

Open mishka-freddy opened this issue 5 months ago • 0 comments

What is the feature you'd like to have? I'm working with ntoskrnl.exe and have issue when reversing it. On load it getting PDB information, but platform already have definitions for some types that provided with PDB. Binary Ninja resolve it by adding to PDB types _1 ending. So, types stop conflicting, but for most cases platform definitions is incomplete, as example EPROCESS. And for this case would be better just replace already defined types with what was in PDB. Maybe add checkbox with this option before loading exe, as option.

mishka-freddy avatar Jun 12 '25 13:06 mishka-freddy