Skip to content

Tags: saferwall/pe

Tags

v1.6.5

Toggle v1.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: off by one while parsing IAT entries (#136)

Co-authored-by: Ayoub Faouzi <ayoubfaouzi@users.noreply.github.com>

v1.6.4

Toggle v1.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: early exit when parsing reloc block entries of SizeOfBlock equal…

… to 0 (#128)

Co-authored-by: Ayoub Faouzi <ayoubfaouzi@users.noreply.github.com>

v1.6.3

Toggle v1.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(dotnet): slice bounds out of range during metadata stream parsing (

…#125)

Co-authored-by: Ayoub Faouzi <ayoubfaouzi@users.noreply.github.com>

v1.6.2

Toggle v1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: bounds out of range when parsing malformed laodconfig (#124)

Co-authored-by: Ayoub Faouzi <ayoubfaouzi@users.noreply.github.com>

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(security): add support for OIDDigestAlgorithmMD5 (#123)

* fix

* feat(security): add support for OIDDigestAlgorithmMD5

---------

Co-authored-by: Ayoub Faouzi <ayoubfaouzi@users.noreply.github.com>

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: typo in ImageSectionLnkMRelocOvfl -> ImageSectionLnkNRelocOvfl (#…

…121)

Co-authored-by: Ayoub Faouzi <ayoubfaouzi@users.noreply.github.com>

v1.5.9

Toggle v1.5.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v1.5.8

Toggle v1.5.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
expose unmap (#116)

v1.5.7

Toggle v1.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
support parsing file metadata table (#113)

Co-authored-by: Matan Peleg <matan.peleg@crowdstrike.com>

v1.5.6

Toggle v1.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>