hongsolo9
hongsolo9
@cn0xroot You have Python 3.8 installed. You need to get Python 3.7 as the binwalk dump shows the executable was hardcoded to find Python 3.7 I was unsuccessful with Python...
“快手“可能在测式frida的存在.从那可以下载“快手“?
> The easiest option is to setup a postfix send only SMTP server: > > https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-postfix-as-a-send-only-smtp-server-on-ubuntu-22-04 DO does not permit outgoing smtp (port 25). They only allow incoming.
> I did all the steps but unfortunately I'm not receiving any emails As mentioned before it might be because of port 25 .. is there any other way? Get...
https://github.com/hongsolo9/ipainstaller/releases/tag/3.4.1 Hope this helps!
Thanks for reaching out. That’s strange. I’ll look into this. On Wednesday, July 26, 2023, bensh ***@***.***> wrote: > Don't suppose you still do tweak dev @hongsolo9 > ? >...
I'm having the same problem. Which version of frida-server are you running on the android device?
This was solved with [#1788](https://github.com/frida/frida/issues/1788). I've validated this works on my Samsung. ``` pip install frida==16.0.3 pip install frida-tools=12.0.3 ``` ``` su getprop | grep -i usap setprop persist.device_config.runtime_native.usap_pool_enabled false...
An alternative: downgrade to **frida-server 16.0.3** on your phone On your local frida installation: ``` pip install frida==16.0.3 pip install frida-tools==12.0.3 ```
What's the version of frida-tools on your machine? Mine's running with frida-tools==12.0.3 and frida==16.1.8 for iOS and these work. ``` pip install frida-tools=12.0.3 pip install frida==16.1.8 ```