mirror of
https://github.com/x64dbg/x64dbg.git
synced 2024-11-30 08:10:36 +00:00
small fix in TraceFileSearchFuncReturn
This commit is contained in:
parent
7adea4d975
commit
e7edb6ad34
@ -152,8 +152,7 @@ unsigned long long TraceFileSearchFuncReturn(TraceFileReader* file, unsigned lon
|
||||
#endif //_WIN64
|
||||
)
|
||||
{
|
||||
zy.Disassemble(file->Registers(index).regcontext.cip, data, opcodeSize);
|
||||
if(zy.IsRet())
|
||||
if(zy.Disassemble(file->Registers(index).regcontext.cip, data, opcodeSize) && zy.IsRet())
|
||||
return index;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user