mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 05:09:43 +00:00
Add ios-libr.sh workaround script
This commit is contained in:
parent
ebe148a670
commit
04d5a85d24
@ -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
6
sys/ios-libr.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user