Skip to content

Commit

Permalink
Add uninstall targets for the objection plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Oct 4, 2023
1 parent 989252e commit 86065c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/objection/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ install: r2f-objection-agent.js
user-install: r2f-objection-agent.js
mkdir -p $(HOME)/.local/share/radare2/r2frida/scripts/
cp -f r2f-objection-plugin.js $(HOME)/.local/share/radare2/r2frida/scripts/

uninstall:
rm -f $(R2_PREFIX)/share/r2frida/scripts/r2f-objection-plugin.js

user-uninstall:
rm -f $(HOME)/.local/share/radare2/r2frida/scripts/r2f-objection-plugin.js

0 comments on commit 86065c8

Please sign in to comment.