frida / frida-tools

Frida CLI tools
Other
348 stars 97 forks source link

Add autoreload flag that is on by default #91

Closed yotamN closed 2 years ago

yotamN commented 2 years ago

It would have made more sense to make auto reload off by default but because we don't want to break backwards compatibility we keep it on by default. In order to ease any future migration the auto reload flag exist and will currently do nothing (except overriding any previous --no-auto-reload flag).

Resolves #83

oleavr commented 2 years ago

@yotamN Thanks! Could you tweak the commit messages so they include a tag where appropriate? E.g. repl: Fix xyz. Otherwise this looks ready to merge.

yotamN commented 2 years ago

Sure, fixed it

oleavr commented 2 years ago

Thanks!