frida / frida-tools

Frida CLI tools
Other
348 stars 97 forks source link

repl: Add load command #99

Closed yotamN closed 2 years ago

yotamN commented 2 years ago

The load command add the given script to the list of users scripts and reload the REPL state to use all the new scripts. Because of its destructive behaviour, there is a confirmation message before loading any given script through the magic command.

Resolves #84

oleavr commented 2 years ago

Thanks!