Page 1 of 1

ida python scripts for opcodes help

PostPosted: Thu Mar 22, 2018 5:08 pm
by lion228
hello I have 2 scripts written in python for ida to printout opcodes from the game exe but only one is working which is WorldOpcodesReceiveExtract.py . I need ExtractOpcodeName.py working so then I know which opcode is for which name can some fix the extractopcodename or add string output code to WorldOpcodesReceiveExtract.py https://mega.nz/#F!u5R1WABD!7GXPDzcoTi_YhUlY03hUxQ can someone do screenshots of how to load the script and start it

Re: ida python scripts for opcodes help

PostPosted: Fri Mar 23, 2018 1:39 pm
by Graveen
bah you generally install Python for Windows and type in a cmd prompt "py myscript.py" (or python myscript.py).

Re: ida python scripts for opcodes help

PostPosted: Fri Mar 23, 2018 8:11 pm
by lion228
the python scripts for IDA Pro but don't know how to load them into ida and run them