You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I using the pe module and parsing the data returned by the Yara's callback function, I can't find any entry related to the import details. Is there any reason why it's not included in the returned data? On that data, I can find export_details (func name, offset, ordinal, etc) but no import_details or similar entry, only number_of_imports available?
Also, is it possible to include the imphash value on that data too?
Thank you!
The text was updated successfully, but these errors were encountered:
The imports stuff is not directly exposed, it is only available via functions, which are not exposed to callback data (for good reasons). This is also true for imphash - it too is a function.
Thank you for this awesome project!
I have some questions:
When I using the
pe
module and parsing the data returned by the Yara's callback function, I can't find any entry related to the import details. Is there any reason why it's not included in the returned data? On that data, I can findexport_details
(funcname
,offset
,ordinal
, etc) but noimport_details
or similar entry, onlynumber_of_imports
available?Also, is it possible to include the
imphash
value on that data too?Thank you!
The text was updated successfully, but these errors were encountered: