Closed GoogleCodeExporter closed 9 years ago
IDAPython 1.4.3
Original comment by the.23k...@gmail.com
on 14 Jan 2011 at 2:50
Hello,
This script is not compatible with the latest IDAPython (1.4.x). Try contacting
the author for an updated script.
Original comment by elias.ba...@gmail.com
on 21 Jan 2011 at 2:04
Is there any information on what has changed in IDAPython to break this. I'm a
developer and may be able to fix it if there some info on the change.
Original comment by ross.bev...@gmail.com
on 26 Jan 2011 at 11:08
Instruction decoding is different.
Now one can use idautils.DecodeInstruction() and get an insn_t and be able to
access instruction info and its operands in one go.
In all cases, I attached a fixed version I did last year.
Original comment by elias.ba...@gmail.com
on 1 Feb 2011 at 12:56
Attachments:
thnx
Original comment by the.23k...@gmail.com
on 1 Feb 2011 at 2:26
Original comment by elias.ba...@gmail.com
on 11 Feb 2011 at 5:15
For IDA 6.0, Zack updated the script from here:
http://executiveinstruments.com/blog/2011/3/18/re-google-and-ida-60.html
I attached it too
Original comment by elias.ba...@gmail.com
on 22 Mar 2011 at 2:43
Attachments:
Original issue reported on code.google.com by
the.23k...@gmail.com
on 14 Jan 2011 at 2:48