![]() |
|
#10
|
|||
|
|||
|
I could successfully install the editor and started perfectly now I realize that I have of some problems using it.
Before starting the editor I can use hex () in python command bar Python> hex (2) 0x2 but when I start the editor with alt +E and typing in the editor and run hex (2) Traceback (most recent call last): File "C: \ Program Files (x86) \ IDA 6.8 \ plugins \ Code editor \ pyeditor.py", line 322, in Runto exec (script, g) File "<string>", line 1, in <module> TypeError: hex (QTextStream): 1 have unexpected argument type 'int' Python> hex / 2) File "<string>", line 1 hex / 2) ^ SyntaxError: invalid syntax Python> hex (2) Traceback (most recent call last): File "<string>", line 1, in <module> TypeError: hex (QTextStream): 1 have unexpected argument type 'int' and then either neither the publisher nor in the command bar can be used without pulling the same mistake. thanks ricnar |
| The Following 3 Users Say Thank You to ricnar456 For This Useful Post: | ||
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IDA 8.3 and Python 3.12 | TQN | General Discussion | 11 | 07-05-2024 01:47 |
| x64dbg python | Storm Shadow | Developer Section | 6 | 08-04-2017 15:29 |
| ollydbg2-python | sh3dow | Community Tools | 0 | 10-07-2014 04:48 |