Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 801 Bytes

File metadata and controls

29 lines (20 loc) · 801 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2025-09-04

Added

  • Initial release of KeyDot.
  • Support for key extraction from Windows 64-bit PE files.
  • Support for key extraction from WebAssembly (.wasm) files.
  • Command-line options for debug logging (--debug) and timers (--timers).

[1.0.1] - 2025-09-27

Fixed

  • RIP-relative load functions
  • updated scanning for MOV/LEA instructions

[1.0.2] - 2026-01-12

Added

  • Support for Godot version 3

Fixed

  • Forward searching for patterns
  • add patterns to Godot version search