sensepost / objection

📱 objection - runtime mobile exploration
GNU General Public License v3.0
7.46k stars 854 forks source link

How to completely remove frida and Objection installed files from the system. I am looking for a fresh installation #387

Closed iamsidharthbnair closed 4 years ago

iamsidharthbnair commented 4 years ago

Since i am facing a lot of multiple errors, would like to remove the existing installation of frida and objection

leonjza commented 4 years ago

You can use PIP's uninstall command: pip uninstall objection. Everything else is stored in ~/.objection, so just rm that directory as well: rm -Rf ~/.objection.