In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
Today, I will talk to you about how to install the Frida environment under Windows. Many people may not know much about it. In order to make you understand better, the editor has summarized the following for you. I hope you can get something according to this article.
Install Frida library in Frida environment under Windows
Pip install frida
Pip install frida-tools
Baidu installation Frida is all direct pip, found in accordance with other people's steps to install, resulting in a lot of pit. Anyway, I ran into a lot of holes.
It is recommended that you should Python3.7. Of course 3.6 is fine, but you need to find a version based on 3.6. The latest version of Frida is based on python3.7. So it's better to be 3.7.
After directly pip, I found that whether it is installing Frida or frida-tools, there are all kinds of problems. The biggest problem is that there is no .egg file after the command is executed.
In fact, apart from these two problems, there is no big problem, all the problems I encounter can be solved by the following methods.
Missing files download files directly. Official address https://pypi.org/project/frida/#files
This is python3.7 's.
This is 3.6, Baidu has it all at once, or join the group and ask me directly.
After downloading to this file, put it in the / Lib/site-packages directory and extract it directly.
Copy the files directly out. That's OK. Baidu has come out with a lot of messy solutions that are useless.
Then execute those two pip commands, and there will be no more mistakes.
I also see this, and I don't know if it's useful or not.
After the installation is completed, another verification is to execute frida-ps.
I don't know why, but the installed library is available.
I didn't notice that this is because I installed two Python environments, one 36 and one 37, which are loaded directly into the environment using 36 by default, so I will report an error.
If it is two environments, you can directly move forward the position of the Python with frida installed in the environment variable path, as long as it is in front of the other. This problem will be solved.
Install frida-server
Just download the same version of python directly. Note again whether the phone is arm or x86.
Https://github.com/frida/frida/releases
Then directly execute the following command, as long as it is currently connected to the mobile phone or simulator
# push the extracted file to the mobile phone adb push F:\\ frida-server-12.8.16-android-arm64 data/local/tmpadb shellsucd data/local/tmp# modify the execution permission of the file chmod 777 frida-server-12.8.16-android-arm64./frida-server-12.8.16-android-arm64 & # finally, port forwarding is fine. Adb forward tcp:27042 tcp:27042adb forward tcp:27043 tcp:27043# View Android process list frida-ps-R
If there is an error of frida.ServerNotRunningError: unable to connect to remote frida-server, try port forwarding. You can try port forwarding adb forward tcp:27042 tcp:27042 again.
OK! It's over here.
After reading the above, do you have any further understanding of how to install the Frida environment under Windows? If you want to know more knowledge or related content, please follow the industry information channel, thank you for your support.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.