frida / frida-tools

Frida CLI tools
Other
348 stars 97 forks source link

Completion broken in REPL #51

Open yotamN opened 3 years ago

yotamN commented 3 years ago

It seems that the completion does not support calls to functions but instead of aborting the completion and not showing any suggestions the completion crash and show annoying error message to the user.

Aborting is probably the best short term solution but maybe a better completion using ternjs and TypeScript could be used instead. Is there something that would be welcomed? There are some trade off for the two options: