mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-05-07 17:29:34 +00:00
parent
7ff0859879
commit
bd9be9a765
@ -54,6 +54,9 @@ void init_utils(py::module& m) {
|
||||
"\t* Casse agnostic\n"
|
||||
"\t* Ordinal (**in some extent**) agnostic\n\n"
|
||||
|
||||
".. warning::\n\n"
|
||||
"\tThe algorithm used to compute the *imphash* value has some variations compared to Yara, pefile, VT implementation\n"
|
||||
|
||||
".. seealso::\n\n"
|
||||
"\thttps://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html\n",
|
||||
"binary"_a);
|
||||
|
@ -48,6 +48,8 @@ LIEF_API PE_TYPE get_type(const std::vector<uint8_t>& raw);
|
||||
//! * Casse agnostic
|
||||
//! * Ordinal (**in some extent**) agnostic
|
||||
//!
|
||||
//! @warning The algorithm used to compute the *imphash* value has some variations compared to Yara, pefile, VT implementation
|
||||
//!
|
||||
//! @see https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html
|
||||
LIEF_API std::string get_imphash(const Binary& binary);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user