You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Processory/Internal/MemoryAddress.cs: Added PointerInfo class and AddressManagerWithRTTI (19d00f0)
Processory/Internal/MemoryAddress.cs: introduce new classes MemoryAddress<T> and AddressManager<TAddress, TPointer> (3e7e8e7)
Processory/Internal/MemoryAddressFactory.cs: add method Read<TAddress, TPointer> 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)