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
fix: early exit when parsing reloc block entries of SizeOfBlock equal…
… to 0 (#128)
Co-authored-by: Ayoub Faouzi <ayoubfaouzi@users.noreply.github.com>
feat(security): add support for OIDDigestAlgorithmMD5 (#123)
* fix
* feat(security): add support for OIDDigestAlgorithmMD5
---------
Co-authored-by: Ayoub Faouzi <ayoubfaouzi@users.noreply.github.com>
chore: port changes from secDre4mer/pkcs7 + smallstep/pkcs7 to own fo…
…rk (#118)
* chore: replace secDre4mer/pkcs7 with smallstep/pkcs7
* update
---------
Co-authored-by: Ayoub Faouzi <ayoubfaouzi@users.noreply.github.com>
chore(clr): Control CLR metadata parsing (#109)
A new option is provided to control whether
the CLR metadata is parsed. By default, CLR
metadata is parsed. Some users might not find
it useful, and parsing this data is a waste
of CPU cycles. Omitting CLR metadata can optimize
PE parsing tasks.
Co-authored-by: rabbitstack <rabbistack7@gmail.com>