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
Currently, we calculate imphash also from delayed imports, but if we want to use our imphashes fro example in YARA, or any other place which use standardized imphash, we should not consider delayed imports into imphash.
I propose keeping delayed imports in import table as we do now, but without them being taken into account when calculating imphash. This will probably require some flag to be added for each import (It doesn't necessarily need to be flag called delayed but rather something in terms of excludeFromImphash).
The text was updated successfully, but these errors were encountered:
According to the discussion we had about this issue, it would be also nice to have this information presented in fileinfo as an attribute in import table.
Currently, we calculate imphash also from delayed imports, but if we want to use our imphashes fro example in YARA, or any other place which use standardized imphash, we should not consider delayed imports into imphash.
I propose keeping delayed imports in import table as we do now, but without them being taken into account when calculating imphash. This will probably require some flag to be added for each import (It doesn't necessarily need to be flag called
delayed
but rather something in terms ofexcludeFromImphash
).The text was updated successfully, but these errors were encountered: