Skip to content

v1.25.0

Latest
Compare
Choose a tag to compare
@myinusa myinusa released this 14 Jan 10:30
3826f4e

1.25.0 (2025-01-14)

Features

  • Processory/Internal/MemoryAddress.cs: Added PointerInfo class and AddressManagerWithRTTI (19d00f0)
  • Processory/Internal/MemoryAddress.cs: introduce new classes MemoryAddress&lt;T&gt; and AddressManager<TAddress, TPointer> (3e7e8e7)
  • Processory/Internal/MemoryAddressFactory.cs: add method Read&lt;TAddress, TPointer&gt; to return an AddressManager (3e7e8e7)
  • Processory/Internal/MemoryAddressFactory.cs: Modified to use new classes for handling memory addresses with RTTI information (19d00f0)

Bug Fixes

  • Processory.Insight: Update memory dereferencing methods to use Dereference instead of DereferencePointer (076e74e)
  • Processory.Tests/UnitMemoryTest.cs: Remove redundant line about reading addressInfoCE. (71c1d4c)
  • Processory.Tests/UnitMemoryTest.cs: Update test methods to use processoryClient instead of MemoryReader. Removed old AddressInfoCE and replaced with Dereference method. Added more detailed logging in tests. (598fadf)