-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix empty input file hashes and filenames on IDA 7.5 and lower
IDA 7.6 changed the way IDB metadata is stored. 7.5 and lower used to store the data in the `root_node` netnode. Instead, newer versions implement this using the `getinf_buf()` API. This should address [b/179181035](https://issuetracker.google.com/179181035). PiperOrigin-RevId: 372540288 Change-Id: I2e1b21b1ac98c274b5ba8a3d561255c14b21b770
- Loading branch information
1 parent
00c77be
commit 933e158
Showing
2 changed files
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters