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

Updated ReadMe #93

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Updated ReadMe #93

wants to merge 2 commits into from

Conversation

n-aggarwal
Copy link
Member

Updated Readme with updated instruction for running the Dynamic Analysis

@n-aggarwal n-aggarwal linked an issue Nov 22, 2024 that may be closed by this pull request
Copy link
Member

@samir-cerrato samir-cerrato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For Apps to Test:
Once the repo is cloned, you will see there is a file called scripts/app-list.txt. In that file you should enter the list of package names that you want to test. Each package name should be on a new line. Make sure to leave add an empty line after your last package name.

Frida Troubleshooting:
Maybe add the solution of deleting the Android run time library to fix the following Frida error we encountered before:

{"type":"error","description":"Error: Unable to perform state transition; please file a bug","stack":"Error: Unable to perform state transition; please file a bug\n at bt (frida/node_modules/frida-java-bridge/lib/android.js:578:1)\n at frida/node_modules/frida-java-bridge/lib/class-model.js:112:1\n at Function.build (frida/node_modules/frida-java-bridge/lib/class-model.js:7:1)\n at k._make (frida/node_modules/frida-java-bridge/lib/class-factory.js:168:1)\n at k.use (frida/node_modules/frida-java-bridge/lib/class-factory.js:62:1)\n at frida/node_modules/frida-java-bridge/index.js:224:1\n at c.perform (frida/node_modules/frida-java-bridge/lib/vm.js:12:1)\n at _performPendingVmOpsWhenReady (frida/node_modules/frida-java-bridge/index.js:223:1)\n at _.perform (frida/node_modules/frida-java-bridge/index.js:204:1)\n at /internal-agent.js:490:6","fileName":"frida/node_modules/frida-java-bridge/lib/android.js","lineNumber":578,"columnNumber":1}

Steps to uninstall run time:

  1. Enter "pm uninstall com.google.android.art"
  2. Reboot your device

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.

Update Readme
2 participants