MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / getInitialBaseAddress

Method getInitialBaseAddress

plugins/WinDbgMemory/WinDbgMemoryPlugin.cpp:429–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429uint64_t WinDbgMemoryPlugin::getInitialBaseAddress(const QString& target) const
430{
431 Q_UNUSED(target);
432 return 0;
433}
434
435bool WinDbgMemoryPlugin::selectTarget(QWidget* parent, QString* target)
436{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected