frida / frida-tools

Frida CLI tools
Other
344 stars 93 forks source link

Add help command that displays list of commands #77

Closed yotamN closed 2 years ago

yotamN commented 2 years ago

Together with some refactor to make it possible, I've added an help message (and an unload message that was declared but not implemented).

I've developed it over my other patch of auto java perform because it touched the same code area and I wanted to minimize merge conflicts later, hope it's okay.

yotamN commented 2 years ago

Fixed everything and rebased

oleavr commented 2 years ago

Thanks! Conflicts ⚔️

yotamN commented 2 years ago

Fixed

oleavr commented 2 years ago

Conflicts ⚔️

yotamN commented 2 years ago

rebased again

starplanet commented 2 years ago

There is a bug that _repl_magic.py is not listed in meson.build file. It will cause frida to fail to compile