Skip to content

Commit

Permalink
Add missing quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Apr 23, 2020
1 parent e2c0e57 commit a5a1edb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions objection/console/helpfiles/ios.hooking.watch.method.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ If the --include-backtrace flag is provided, a full stack trace that
lead to the methods invocation will also be dumped.

Examples:
ios hooking watch method "+[KeychainDataManager update:forKey:]
ios hooking watch method "+[KeychainDataManager update:forKey:]"
ios hooking watch method "-[PinnedNSURLSessionStarwarsApi getJsonResponseFrom:onSuccess:onFailure:]" --include-backtrace
ios hooking watch method "+[KeychainDataManager update:forKey:] --dump-args --dump-return
ios hooking watch method "+[KeychainDataManager update:forKey:]" --dump-args --dump-return

0 comments on commit a5a1edb

Please sign in to comment.