Add ios-libr.sh workaround script

This commit is contained in:
pancake 2018-07-11 19:15:08 +02:00
parent ebe148a670
commit 04d5a85d24
2 changed files with 7 additions and 1 deletions

View File

@ -4592,7 +4592,7 @@ static void cmd_anal_opcode(RCore *core, const char *input) {
}
break;
case 'd': // "aod"
if (input[1] == 'a') {
if (input[1] == 'a') { // "aoda"
// list sdb database
sdb_foreach (core->assembler->pair, listOpDescriptions, core);
} else if (input[1] == 0) {

6
sys/ios-libr.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
sys/ios-sdk.sh -simulator
sys/ios-sdk.sh -a arm64
lipo -create -output "ios-libr2.dylib \
"$INSTALL_DST/$PREFIX"/lib/libr.dylib \
"$INSTALL_DST/$PREFIX"/lib_simulator/libr.dylib