Closed anthonyprintup closed 3 years ago
Looks good. Can you add the hash of a publicly available sample that you tested this with (preferably something from Malshare).
Looks good. Can you add the hash of a publicly available sample that you tested this with (preferably something from Malshare).
Of course, you can find a sample here.
The hash is located in DllEntryPoint -> DllMain
and is 0x503CBCCD6A5CDEA8i64
by default when viewing in pseudocode.
For 64-bit binaries the equivalent immediate values generally end with
i64
orui64
. As a result this code would break when parsing the value usingint(identifier)
.This commit should solve the problem.
Warning: