sensepost / objection

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

windows7 Spawn方式Hook #406

Closed kingking888 closed 4 years ago

kingking888 commented 4 years ago
C:\Users\Administrator>objection -g wind.android explore -s 'android hooking watch class_method net.io.SocketConnectionImpl.$init --dump-args --dump-backtrace --dump-return'
Usage: objection explore [OPTIONS]
Try "objection explore --help" for help.

Error: no such option: --dump-args
leonjza commented 4 years ago

Windows support is generally flaky, and I don't really have a quick test bed for it. Could you try and wrap the command with double quotes (") instead of single (')?

kingking888 commented 4 years ago

Thanks a million , It's useful