-
```
What steps will reproduce the problem?
1. make a python script using GetFirstMember(ea)
What is the expected output? What do you see instead?
The first offset returned
What version of the produc…
-
```
The functions GetOpType and GetOperandValue affect the DB. This is
unexpected of 'Get' functions.
The problem is that these functions call ua_code, which creates an
instruction. This is obviously…
-
```
The custom viewer feature seems to have broken the non-Windows builds:
idaapi.cpp: In member function ‘bool customviewer_t::create(const char*, int,
custviewer_data_t*)’:
idaapi.cpp:6615: error:…
-
```
Steps to reproduce:
1. Execute 'idal64 -L"logfile.txt"' and open an executable
2. File -> Python Command
3. Enter LocByName('main')
Calling LocByName in idal64 (on MacOS) gives the following er…
-
```
when I run the code "idaapi.register_timer()",the IDAPython says "module object
has no attribute register_timer"
IDA 6.1 + IDAPython 1.5.2 + Python27
```
Original issue reported on code.googl…
-
```
Hi there,
I had some problems with the runscript() function in python/init.py.
At least on my Python version (Python 2.6.2 compiled for i386), the globals
object does not have a key named "__file…
-
```
Here is a patch against the latest SVN (r84) that allows
add_menu_item to work as expected. If you are comfortable
with the this patch works, then I'll work on some of the other
gui functions t…
-
```
You can see that if the recent script box is used, the c++ module executes
the file directly:
http://code.google.com/p/idapython/source/browse/trunk/python.cpp#284
What it should do, like is d…
-
```
What steps will reproduce the problem?
1. Use a database on something common like notepad.exe
2. Select an address and pick out some bytes up above to search for
(I picked "8b 0d b4 9a").
3. Try…
-
```
Windows 7 - IDA 5.5 with IDAPython 1.2.0
Trying to write a plugin for IDAPython using wxPython has freezing issues
due to IDAPython watchdog timer.
I have created a GUI using wxWidgets, which w…