1
0
Fork 0

minor parsing bug

This commit is contained in:
torusrxxx 2018-06-15 21:26:16 +08:00 committed by Duncan Ogilvie
parent ddbeeefab4
commit 380df7ba2e
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ bool BpGet(duint Address, BP_TYPE Type, const char* Name, BREAKPOINT* Bp)
}
else
{
duint base = ModBaseFromName(DLLName);
duint base = ModBaseFromName(DLLName + 1);
Address += base ? base : ModHashFromName(DLLName + 1);
}