Skip to content

Commit

Permalink
feat(rtti): read all RTTI sections; fix broken function parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
theY4Kman committed Feb 21, 2023
1 parent f5968fd commit 3683c0a
Show file tree
Hide file tree
Showing 5 changed files with 436 additions and 175 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
### Added
- Read all RTTI sections
- Expand RTTI value interpretation and string formatting

### Fixed
- Resolve broken function RTTI parsing
- Prevent error when encountering unknown RTTI control bytes


## [0.1.1] — 2023-02-21
Expand Down
Loading

0 comments on commit 3683c0a

Please sign in to comment.