frida / frida-tools

Frida CLI tools
Other
348 stars 97 forks source link

Add exec magic command to the REPL #82

Closed yotamN closed 2 years ago

yotamN commented 2 years ago

Sometimes you want to execute a multiline script after you've already opened the REPL and you don't want to close it and lose all state. The exec command will let the user execute a file from the REPL while running, just like typing the code manually.

Again I'm basing this patch on the magics refactors so it won't cause too much conflicts

oleavr commented 2 years ago

Conflicts ⚔️

yotamN commented 2 years ago

Rebased

oleavr commented 2 years ago

Thanks!