-
```
What steps will reproduce the problem?
1. Run script.py from Alt-9, which has 'import mymodule'
2. Observe output
3. Modify mymodule.py
4. Run script.py from Alt-9, which has 'import mymodule'
Wh…
-
```
Log attached. The same svn checkout builds fine on a 32bit linux machine.
Similar issue:
https://bugzilla.redhat.com/show_bug.cgi?id=139911#c2
```
Original issue reported on code.google.com by …
-
```
A proxy class for module_info_t does not exist.
This is needed for the module related debug functions.
```
Original issue reported on code.google.com by `interweb...@gmail.com` on 7 Jan 2008 at 1…
-
```
What steps will reproduce the problem?
1. Start IDA with a simple binary
2. print dbg_read_memory(cpu.Esp, 4)
3.
What is the expected output? What do you see instead?
Python>print dbg_read_memory…
-
```
What steps will reproduce the problem?
1. Build idapython on Windows Vista.
What is the expected output? What do you see instead?
EXPECTED RESULTS:
Successful build.
ACTUAL RESULTS:
File "buil…
-
```
What steps will reproduce the problem?
0. Click an x86 instruction.
1. idaapi.decode_insn(idaapi.get_screen_ea())
2. op = idaapi.get_instruction_operand(idaapi.cvar.cmd, 0)
3. print op.n, type(op.…
-
```
IDA 6.1.1100421
IDAPython v1.5.0 final (serial 0)
Enter idaw (text-based version). File > Enter Python command. Enter autoWait()
and press OK. Get
NameError: name 'autoWait' is not defined…
-
```
What steps will reproduce the problem?
1. Create some structure
2. Invoke AddStrucMember with FF_DWRD | offflag() in the "flag" param. I
tried using FF_DWRD | FF_0OFF | FF_1OFF with the same resul…
-
```
What steps will reproduce the problem?
1. Open an .idb with sufficient number of functions (e.g. user32.dll).
2. Run the following code in the python CLI:
import idaapi
import idautils
import idc…
-
```
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…