objection 可以使用外置的插件
以葫蘆娃的wallbreaker為例子
https://github.com/hluwa/Wallbreaker
1.下載git上插件目錄,拷貝至~/.objection/plugins
如果沒有該插件目錄,自行新建
git clone https://github.com/hluwa/Wallbreaker ~/.objection/plugins/Wallbreaker
2.執行objection的時候加-P參數
objection -g com.app.name explore -P ~/.objection/plugins
3.在objection環境下執行plugin wallbreaker,根據提示執行相關的命令
plugin wallbreaker classdump 類名
或者
plugin load 插件的路徑目錄
4.其他插件地址
https://github.com/hluwa/FRIDA-DEXDump
5.參考
https://bbs.pediy.com/thread-260110.htm