-
Notifications
You must be signed in to change notification settings - Fork 18
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
64-bit programs cannot read 32-bit processes #9
Comments
What is the error you get |
FError: Unable to handle 32-bit processes due to build configuration
FError: Unable to handle 32-bit processes due to build configuration |
What is your os architecture and which devkit architecture did you download |
This is caused by Frida's CI no longer building 64-bit Linux binaries with cross-arch (32-bit) support. It is possible to do this yourself, and generate a devkit to use with frida-go — by running |
System used is centos 64-bit go environment 64-bit, when getting a 32-bit process will prompt "Unable to handle 32-bit processes due to build configuration" so my idea is not to switch 32-bit go environment, whether there is a way to solve? |
OK, since 64 and 32 can not be used interchangeably, I want to change my mind and compile to go. So Dynamic Library, and then let the program to introduce dynamic library to modify, but ask whether there is a frdia-go dynamic library case, otherwise I simply generated. So he's got no hook effect |
hello
I want to read the 32-bit process by compiling the 64-bit go-firda, but the message is that the 32-bit process cannot be read. May I ask if there is any other solution without switching the 32-bit go-firda compilation?
The text was updated successfully, but these errors were encountered: