mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
addr==0 check on memcache in debugger
This commit is contained in:
parent
f081365dab
commit
49716559e4
1 changed files with 3 additions and 0 deletions
|
@ -11874,6 +11874,9 @@ String WinDebugger::DisassembleAtRaw(intptr inAddress)
|
|||
{
|
||||
memCache = new DbgModuleMemoryCache(addrStart & (4096 - 1), 4096 * 2);
|
||||
}
|
||||
|
||||
if (memCache->mAddr == 0)
|
||||
return "";
|
||||
|
||||
//addr_target imageBase = dbgModule->mImageBase;
|
||||
//int imageSize = dbgModule->mImageSize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue