Skip to content

Releases: myinusa/Processory

v1.5.0

24 Jun 17:54
Compare
Choose a tag to compare

1.5.0 (2024-06-24)

Features

  • Processory.Native: introduce DbgHelp with UnDecorateSymbolName method #13 (e5f318f)
  • Processory: add RunTimeTypeInformation class for RTTI handling #13 (e5f318f)

v1.4.0

24 Jun 17:14
Compare
Choose a tag to compare

1.4.0 (2024-06-24)

Features

  • assembly: add AssemblyInfo with version details #11 (553d299)
  • build: update csproj with new build properties and pre-build event #11 (553d299)
  • scripts: add PowerShell script for assembly version update #11 (553d299)

v1.3.0

23 Jun 19:18
Compare
Choose a tag to compare

1.3.0 (2024-06-23)

Features

  • MemoryReader: add ReadPointer and ReadPointer<T> methods for enhanced pointer handling #9 (a8c608a)
  • MemoryReader: implement Read<T> method overload for pointer chain resolution (a8c608a)
  • PointerChainFollower: introduce new class for managing pointer chains #9 (a8c608a)
  • Processory.Insight: streamline namespace declaration in Program.cs #9 (a8c608a)
  • Processory: integrate PointerChainFollower into ProcessoryClient #9 (a8c608a)

v1.2.0

23 Jun 18:46
Compare
Choose a tag to compare

1.2.0 (2024-06-23)

Features

  • MemoryReader: enhance memory reading capabilities with new methods #7 (2834830)

v1.1.0

23 Jun 18:30
Compare
Choose a tag to compare

1.1.0 (2024-06-23)

Features

  • MemoryReader: introduce new MemoryReader class for process memory access (d6a7b86)
  • Processory.csproj: enable unsafe blocks and add multiple analyzer packages (d6a7b86)
  • Processory.Insight: add memory reading and logging for screen client (d6a7b86)
  • solution: integrate .editorconfig into solution items (d6a7b86)

v1.0.0

23 Jun 16:41
564e182
Compare
Choose a tag to compare

1.0.0 (2024-06-23)

Features

  • github: add issue templates for bug reports and feature requests (66658c1)
  • github: introduce dependabot configuration for automatic dependency updates (66658c1)
  • github: setup release-please workflow for automated release management (66658c1)
  • Processory: add new projects, tests, and native methods (fdf0b8f)
  • Processory: Create memory structures and system info in Native.Structures (fdf0b8f)
  • Processory: Define native flags and kernel methods in Processory.Native (fdf0b8f)