-
Notifications
You must be signed in to change notification settings - Fork 245
Open
Labels
Component: DebugInfoIssue requires changes to the DebugInfo APIIssue requires changes to the DebugInfo APIDebugInfo: PDBRelated to parsing PDB filesRelated to parsing PDB filesEffort: MediumIssue should take < 1 monthIssue should take < 1 monthImpact: MediumIssue is impactful with a bad, or no, workaroundIssue is impactful with a bad, or no, workaround
Description
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.
Metadata
Metadata
Assignees
Labels
Component: DebugInfoIssue requires changes to the DebugInfo APIIssue requires changes to the DebugInfo APIDebugInfo: PDBRelated to parsing PDB filesRelated to parsing PDB filesEffort: MediumIssue should take < 1 monthIssue should take < 1 monthImpact: MediumIssue is impactful with a bad, or no, workaroundIssue is impactful with a bad, or no, workaround