-
Notifications
You must be signed in to change notification settings - Fork 121
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
build on mac #600
Comments
This looks like a segfault on the typescript compiler of the frida sdk. Are you on x64? |
Try running with Maybe you need to “r2pm -r sh” to set the proper environment. Will be useful to have a backtrace of the crash |
Its a double dash “lldb — ..” instead of “lldb - ..” |
Can you try again? those segfaults in r2frida-compile are usually bugs in Frida, and we use to suffer them on Android. but we cant do much from r2frida to address them apart from using a precompiled agent by installing the |
I'm on MacOS Monterey (12.2.1) and hit an issue trying to build the plugin with
r2pm -ci r2frida
. Could you help?The text was updated successfully, but these errors were encountered: