| 128 | |
| 129 | |
| 130 | bool DbgEngTTDAdapter::WriteMemory(std::uintptr_t address, const BinaryNinja::DataBuffer& buffer) |
| 131 | { |
| 132 | return false; |
| 133 | } |
| 134 | |
| 135 | |
| 136 | bool DbgEngTTDAdapter::WriteRegister(const std::string& reg, std::uintptr_t value) |
nothing calls this directly
no outgoing calls
no test coverage detected