Skip to content

Commit

Permalink
chore: update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNoteworthy committed Jun 12, 2022
1 parent 284b64e commit 8f26e64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.2.0] - 2022-06-12

## Added

Expand All @@ -18,12 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Changed

- Make `GetData()` and `GetRVAFromOffset()` helper routines public.
- Make `GetData()` and `GetRVAFromOffset()` and `GetOffsetFromRva()` helper routines public.
- Keep parsing in exports directories even when anomalies are found [#26](https://github.com/saferwall/pe/pull/26).

## Fixed

- Incorrect check for `skipCertVerification` in security directory [#30](https://github.com/saferwall/pe/pull/30).
- Incorrect check for `skipCertVerification` in security directory.
- Null pointer dereference in `GetExportFunctionByRVA()` and out of bounds when calculating `symbolAddress` in export directory [#28](https://github.com/saferwall/pe/pull/28).
- Reading unicode string from resource directory `readUnicodeStringAtRVA()` [#26](https://github.com/saferwall/pe/pull/26).
- Null pointer dereference in resource directory parsing [#25](https://github.com/saferwall/pe/pull/25).
Expand Down

0 comments on commit 8f26e64

Please sign in to comment.