You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to analyze an Android App by using objection. When I installed objection by pip install objection and tried to dump all the memory by memory dump all from_base,I met the same problem as issue 516
I found that this problem is fixed in github version so I reinstall objection by github source code. However, when I tried to use objection -g [process] explore, it get errors.
After reading the new help of objection, I tried to use objection -s [process] or objection -n [process] to do the same job of previous objection -g [process] explore, and not worked.
I have returned the Pypi version and fixed the issue 516 by copy the memory.py of #520
Could someone teach me how to do objection -g [process] explore in the newest objection?
The text was updated successfully, but these errors were encountered:
To start an application: objection -p -s -n "com.google.android.gm" start
-> -p do not pause, otherwise once app is started you first run resume command.
-> -s spawn the identifier.
-> start the replacement of explore
The user guide will only be updated once objection has been released to pip to avoid confusion with the current pip version. I am also in the process of adding some warnings and messages to make it easier to understand this transition as the changes in commands are quite major.
I tried to analyze an Android App by using objection. When I installed objection by
pip install objection
and tried to dump all the memory bymemory dump all from_base
,I met the same problem as issue 516I found that this problem is fixed in github version so I reinstall objection by github source code. However, when I tried to use
objection -g [process] explore
, it get errors.After reading the new help of objection, I tried to use
objection -s [process]
orobjection -n [process]
to do the same job of previousobjection -g [process] explore
, and not worked.I have returned the Pypi version and fixed the issue 516 by copy the memory.py of #520
Could someone teach me how to do
objection -g [process] explore
in the newest objection?The text was updated successfully, but these errors were encountered: