MCPcopy Create free account
hub / github.com/Vector35/debugger / WriteMemory

Method WriteMemory

core/adapters/dbgengttdadapter.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128
129
130bool DbgEngTTDAdapter::WriteMemory(std::uintptr_t address, const BinaryNinja::DataBuffer& buffer)
131{
132 return false;
133}
134
135
136bool DbgEngTTDAdapter::WriteRegister(const std::string& reg, std::uintptr_t value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected