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

Frida server error #2

Closed
kaleemshaik7867 opened this issue Sep 19, 2023 · 10 comments
Closed

Frida server error #2

kaleemshaik7867 opened this issue Sep 19, 2023 · 10 comments

Comments

@kaleemshaik7867
Copy link

Hello @St3v3nsS ,

I have tried installing the framework on a MAC book M1 processor and installed all the requirements successfully. However when I run the below below got the error

sudo python3 mmsfupdate.py
image

@St3v3nsS
Copy link
Owner

Hi there,

Looks like the file is not present in your system, could you please verify if the script has downloaded the file in ~/.mmsf/utils?

@St3v3nsS
Copy link
Owner

@kaleemshaik7867 I modified the script to initiate the directories if not exist. Please try again and let me know if this solves the issue.

@kaleemshaik7867
Copy link
Author

kaleemshaik7867 commented Sep 20, 2023

Hello @St3v3nsS ,

I see a new error; it seems that the apksigner is not installed. I have downloaded the binary and kept it in the utils folder but still did not work

image image

@St3v3nsS
Copy link
Owner

I see the issue, as I am using ubuntu, I installed it via apt. I will update it to fix the issue.

@rudSarkar
Copy link

@St3v3nsS FYI if I am using an alias for apksigner from the Android SDK folder like:

alias apksigner="/Users/<username>/Library/Android/sdk/build-tools/27.0.3/apksigner"

Still, I am getting the same error as the above screenshot shared by @kaleemshaik7867 using Intel MacBook Pro.

@St3v3nsS
Copy link
Owner

Fixed in 648ab7e. Let me know if it works.

@kaleemshaik7867
Copy link
Author

Hello @St3v3nsS, I see new errors, and I have moved the zipalign binary to /usr/local/bin still does not work. Also exported it to the PATH.

image

@St3v3nsS
Copy link
Owner

I'm looking into this issue. Thank for noticing.

@St3v3nsS
Copy link
Owner

Fixed in #bac1943. Try now and see if it works.

@kaleemshaik7867
Copy link
Author

Thank you. It worked.

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

No branches or pull requests

3 participants