Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix android hook overload filter. #293

Merged
merged 1 commit into from
Nov 5, 2019
Merged

Fix android hook overload filter. #293

merged 1 commit into from
Nov 5, 2019

Conversation

jpacg
Copy link
Contributor

@jpacg jpacg commented Nov 5, 2019

android hooking watch class_method android.util.Base64.decode --dump-args


An unexpected internal exception has occurred. If this looks like a code related error, please file a bug report!
'NoneType' object has no attribute 'replace'

Python stack trace: Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/objection/console/repl.py", line 371, in start_repl
    self.run_command(document)
  File "/usr/local/lib/python3.7/site-packages/objection/console/repl.py", line 185, in run_command
    exec_method(arguments)
  File "/usr/local/lib/python3.7/site-packages/objection/commands/android/hooking.py", line 139, in watch_class_method
    overload_filter.replace(' ', ''),
AttributeError: 'NoneType' object has no attribute 'replace'

@leonjza leonjza merged commit 843c870 into sensepost:master Nov 5, 2019
@leonjza
Copy link
Member

leonjza commented Nov 5, 2019

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants