Skip to content

Commit

Permalink
forgot about that
Browse files Browse the repository at this point in the history
  • Loading branch information
ioncodes committed Jun 5, 2020
1 parent 5148765 commit c5a48bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ IDACode makes it easy to execute and debug Python 3 scripts in your IDA environm
* **Speed**: Quickly create and execute scripts.
* **Debugging**: Attach a Python debugger at any time.
* **Compatibility**: IDACode does not require you to modify your scripts in a specific way. All scripts can be executed from within IDA without changes.
* **Modularity**: Since the
* **Modularity**: IDACode does not make extensive use of safe wrappers for thread synchronization, this allows you to import any module from any path at any given time. Instead IDACode synchronizes the script execution thread with IDAs main thread to avoid performance and unexpected issues.

IDACode only supports Python 3. If there's a need for Python 2 compatibility please vote [here](https://github.com/ioncodes/idacode/issues/3).

Expand Down

0 comments on commit c5a48bd

Please sign in to comment.