mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fleshing out comptime debugging
This commit is contained in:
parent
ff2e40e3bf
commit
b334423106
28 changed files with 2079 additions and 780 deletions
|
@ -515,7 +515,7 @@ public:
|
|||
int SetProtection(intptr address, int size, int prot);
|
||||
void EnableMemCache();
|
||||
void DisableMemCache();
|
||||
template<typename T> T ReadMemory(intptr addr, bool local = false, bool* failed = NULL);
|
||||
template<typename T> T ReadMemory(intptr addr, bool local = false, bool* failed = NULL);
|
||||
bool WriteInstructions(intptr address, void* src, uint64 length);
|
||||
template<typename T> bool WriteMemory(intptr addr, T val);
|
||||
virtual DbgMemoryFlags GetMemoryFlags(intptr address) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue