-
Notifications
You must be signed in to change notification settings - Fork 95
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
Bundle radare2 inside the macOS app #209
base: master
Are you sure you want to change the base?
Conversation
7baf2b9
to
3fa1cc7
Compare
The code that has been found, this has been re-adapted: iaito/src/IaitoApplication.cpp Lines 222 to 236 in 31a1203
Also this other code has been removed to cleanup a little bit: Lines 220 to 226 in 31a1203
|
Seams it fails in macos arm64 with:
|
2ff6aa6
to
3079f5c
Compare
This will fail for macOS ARM64 until radare2 have a release pkg with this radareorg/radare2#23885 flags in it. |
60af097
to
96f8048
Compare
96f8048
to
dd1e3a2
Compare
Reuse the
radare2.pkg
build but moving to the corresponding folders.Also
R2_PREFIX
keeps the typical folder structure thanks to symlinks.It has been found some traces of this in the cpp code, but I opted to reimplement using environment variables at application start, so running any other radare2 command will work from inside iaito.
Also include latest r2ai-decai release.