Slight change to the vtable dump because it wasn't working all the time.
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402271
This commit is contained in:
parent
350044c9a8
commit
81e40c32c8
@ -66,7 +66,7 @@ static main()
|
|||||||
auto real_addr;
|
auto real_addr;
|
||||||
real_addr = Dword(pAddress);
|
real_addr = Dword(pAddress);
|
||||||
|
|
||||||
szFuncName = GetFunctionName(real_addr);
|
szFuncName = Name(real_addr);
|
||||||
if (strlen(szFuncName) == 0)
|
if (strlen(szFuncName) == 0)
|
||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user