| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-08 | 2.9 kB | |
| v1.6.0 source code.tar.gz | 2026-04-08 | 18.6 MB | |
| v1.6.0 source code.zip | 2026-04-08 | 18.7 MB | |
| Totals: 3 Items | 37.3 MB | 1 | |
What's Changed
Features
- Added ParseVersionResourcesForEntries to support files with multiple product versions. by @getvictor in https://github.com/saferwall/pe/pull/105
- Add NewFile for instantiating File from *os.File by @cedws in https://github.com/saferwall/pe/pull/107
- Support parsing file metadata table for dotnet by @matanix in https://github.com/saferwall/pe/pull/113
- Parse all certificates from multi-signed files by @secDre4mer in https://github.com/saferwall/pe/pull/95
- Expose unmap by @StefanoBalzarottiNozomi in https://github.com/saferwall/pe/pull/116
- chore(clr): Control CLR metadata parsing by @rabbitstack in https://github.com/saferwall/pe/pull/109
Fixes
- fix: Do not spawn visibile consoles, hide certutil window by @StefanoBalzarottiNozomi in https://github.com/saferwall/pe/pull/93
- fix(security): hide console window only in Windows by @ayoubfaouzi in https://github.com/saferwall/pe/pull/94
- fix: use file.opt instead of opt when setting logger creating a file instance. by @Snshadow in https://github.com/saferwall/pe/pull/97
- fix: use Valuelength for parseString instead of whole String size by @Snshadow in https://github.com/saferwall/pe/pull/96
- feat: make
loadSystemRoots()use exit code to test command success by @ayoubfaouzi in https://github.com/saferwall/pe/pull/104 - fix dotnet coded index bugs by @matanix in https://github.com/saferwall/pe/pull/112
- fix: catch out-of-bounds access by @secDre4mer in https://github.com/saferwall/pe/pull/115
- chore: port changes from secDre4mer/pkcs7 + smallstep/pkcs7 to own fork by @ayoubfaouzi in https://github.com/saferwall/pe/pull/118
- fix: translation of algo identifier to hash algo in cert parseHashAlgorithm by @ayoubfaouzi in https://github.com/saferwall/pe/pull/119
- fix: signature valid when both the authentihash matches and the cert chains to a trusted root by @ayoubfaouzi in https://github.com/saferwall/pe/pull/120
- fix: typo in ImageSectionLnkMRelocOvfl -> ImageSectionLnkNRelocOvfl by @ayoubfaouzi in https://github.com/saferwall/pe/pull/121
Chore
- chore: Correct capitalisation of example code by @edeca in https://github.com/saferwall/pe/pull/101
- chore: update README by @ayoubfaouzi in https://github.com/saferwall/pe/pull/103
New Contributors
- @StefanoBalzarottiNozomi made their first contribution in https://github.com/saferwall/pe/pull/93
- @Snshadow made their first contribution in https://github.com/saferwall/pe/pull/97
- @edeca made their first contribution in https://github.com/saferwall/pe/pull/101
- @getvictor made their first contribution in https://github.com/saferwall/pe/pull/105
- @cedws made their first contribution in https://github.com/saferwall/pe/pull/107
- @matanix made their first contribution in https://github.com/saferwall/pe/pull/112
Full Changelog: https://github.com/saferwall/pe/compare/v1.5.0...v1.6.0