File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Changelog
2-
3- All notable changes to this project will be documented in this file.
4-
5- The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6- and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7-
8- ## [ 1.0.0] - 2025-09-04
9-
10- ### Added
11- - Initial release of KeyDot.
12- - Support for key extraction from Windows 64-bit PE files.
13- - Support for key extraction from WebAssembly (.wasm) files.
14- - Command-line options for debug logging (` --debug ` ) and timers (` --timers ` ).
15-
16- ## [ 1.0.1] - 2025-09-27
17-
18- ### Fixed
19- - RIP-relative load functions
20- - updated scanning for MOV/LEA instructions
1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ 1.0.0] - 2025-09-04
9+
10+ ### Added
11+ - Initial release of KeyDot.
12+ - Support for key extraction from Windows 64-bit PE files.
13+ - Support for key extraction from WebAssembly (.wasm) files.
14+ - Command-line options for debug logging (` --debug ` ) and timers (` --timers ` ).
15+
16+ ## [ 1.0.1] - 2025-09-27
17+
18+ ### Fixed
19+ - RIP-relative load functions
20+ - updated scanning for MOV/LEA instructions
21+
22+ ## [ 1.0.2] - 2026-01-12
23+
24+ ### Added
25+ - Support for Godot version 3
26+
27+ ### Fixed
28+ - Forward searching for patterns
29+ - add patterns to Godot version search
You can’t perform that action at this time.
0 commit comments