View Single Post
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 08-15-2012 , 09:26   Re: New IDA VTable Script
Reply With Quote #7

When attempting to dump CBaseClient for CS:GO I get these errors:
Code:
Inheritance Tree:
CBaseClient
 IGameEventListener2
 IClient
  INetChannelHandler
 IClientMessageHandler
  INetMessageHandler
argument of type 'NoneType' is not iterable
Traceback (most recent call last):
  File "python\idaapi.py", line 373, in IDAPython_ExecScript execfile(script, g)
  File "idc/vtable_dump.py", line 253, in <module> Analyze()
  File "idc/vtable_dump.py", line 150, in Analyze if "`non-virtual thunk to'" in name:
TypeError: argument of type 'NoneType' is not iterable
__________________
GoD-Tony is offline