-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fun fact: debug information is actually an array of structures. Historically, YARA has stopped parsing after finding the first entry with a PDB path (with some other restrictions around the type of debug entry this is). However, each entry can have different information (including pdb paths), so let's add an array of debug_infos structures which contain timestamp, type and pdb path. Just in testing I discovered legit binaries that have different PDB paths in them, which is actually kind of interesting.
- Loading branch information
Showing
2 changed files
with
74 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