Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-06-12 | 1.5 kB | |
v1.2.0 source code.tar.gz | 2022-06-12 | 7.8 MB | |
v1.2.0 source code.zip | 2022-06-12 | 7.8 MB | |
Totals: 3 Items | 15.6 MB | 0 |
[1.2.0] - 2022-06-12
Added
- Unit tests for export directory #28.
- Add a new option to allow usage of a custom logger #24.
- Unit tests for delay imports directory #23.
- Allow access to the raw certificates content #22.
- Unit tests for security directory #19.
- Unit tests for bound imports directory #18.
Changed
- Make
GetData()
andGetRVAFromOffset()
andGetOffsetFromRva()
helper routines public. - Keep parsing in exports directories even when anomalies are found #26.
Fixed
- Incorrect check for
skipCertVerification
in security directory. - Null pointer dereference in
GetExportFunctionByRVA()
and out of bounds when calculatingsymbolAddress
in export directory #28. - Reading unicode string from resource directory
readUnicodeStringAtRVA()
#26. - Null pointer dereference in resource directory parsing #25.
- Imphash calculation #17 thanks to @secDre4mer.
- Null certificate header in security directory #19