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 has been 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.
Steps to reproduce:
Start IDA with a new binary to disassemble
Launch Skelenox IDA script
Go to Skelenox UI, then on the notepad tab
Type some text
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: