It seems there is a bug in proc_peek_recon. The script attempts to add together two generators:
...
done. looked at 66044 heads.
looking for potentially interesting API calls now.
enumerating xrefs to _strcat
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Program Files\IDA\python\init.py", line 65, in runscript
execfile(script, g)
File "C:/Documents and Settings/XXXXX/Desktop/paimei/proc_peek_recon.py", line 206, in <module>
for xref in CodeRefsTo(location, True)+DataRefsTo(location):
TypeError: unsupported operand type(s) for +: 'generator' and 'generator'
Anyone else see this?




