Hehouhua / idapython

Automatically exported from code.google.com/p/idapython
Other
0 stars 0 forks source link

IDApython error IDA PRO 5.5 #82

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start IDAPRO
2. LOad a executable
3. See the ouptput 

What is the expected output? What do you see instead?

IDAPython version 1.2.0 final (serial 0)
Copyright (c) 2004-2009 Gergely Erdelyi - http://d-dome.net/idapython/
---------------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Program Files\IDA\python\init.py", line 118, in <module>
    from idaapi import Choose, get_user_idadir, cvar
  File "C:\Program Files\IDA\idaapi.py", line 81, in <module>
    class ucharArray(object):
  File "C:\Program Files\IDA\idaapi.py", line 90, in ucharArray
    __swig_destroy__ = _idaapi.delete_ucharArray
AttributeError: 'module' object has no attribute 'delete_ucharArray'
The initial autoanalysis has been finished.

What version of the product are you using? On what operating system?
IDA PRO 5.5
PYTHON 2.5
idapython-1.2.0_ida5.4_py2.5_win32

Please provide any additional information below.
I am getting this error i am using sulley, paimei for fuzzing

Original issue reported on code.google.com by nitin.a...@owasp.org on 18 Dec 2012 at 7:37