mirror of https://github.com/x64dbg/TitanEngine
- working MemoryReadSafe & MemoryWriteSafe in C++ SDK
This commit is contained in:
parent
4b352ebb2a
commit
10a7373eb3
|
|
@ -726,6 +726,8 @@ public:
|
|||
using DumperX::ConvertVAtoFileOffsetEx;
|
||||
using DumperX::ConvertFileOffsetToVA;
|
||||
using DumperX::ConvertFileOffsetToVAEx;
|
||||
using DumperX::MemoryReadSafe;
|
||||
using DumperX::MemoryWriteSafe;
|
||||
};
|
||||
|
||||
class RealignerA;
|
||||
|
|
|
|||
Loading…
Reference in New Issue