You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 8, 2024. It is now read-only.
The synchronization mechanism in skelenox pushes an abstract to the server each time a new key is pressed on the integrated notepad due to the OnTextChange event. This is very slow since it is a blocking action, and IDA script waits (so IDA too...) the server to respond.
However, the comment describing this event tells: "Push the abstract every 10 changes", which is not what I'm experiencing right know. This functionality should be fixed in order to make the notepad utility more usable.