Skip to content

Commit c5a48bd

Browse files
committed
forgot about that
1 parent 5148765 commit c5a48bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ IDACode makes it easy to execute and debug Python 3 scripts in your IDA environm
55
* **Speed**: Quickly create and execute scripts.
66
* **Debugging**: Attach a Python debugger at any time.
77
* **Compatibility**: IDACode does not require you to modify your scripts in a specific way. All scripts can be executed from within IDA without changes.
8-
* **Modularity**: Since the
8+
* **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.
99

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

0 commit comments

Comments
 (0)