hax
This commit is contained in:
parent
f1a6b079fc
commit
37b634baf7
2
dmini.c
2
dmini.c
@ -103,6 +103,8 @@ void main_loop() {
|
|||||||
} else if(mode == 1) {
|
} else if(mode == 1) {
|
||||||
result = b_sym(&binary, arg, true);
|
result = b_sym(&binary, arg, true);
|
||||||
} else if(mode == 2) {
|
} else if(mode == 2) {
|
||||||
|
result = b_private_sym(&binary, arg, true);
|
||||||
|
} else if(mode == 3) {
|
||||||
b_dyldcache_load_macho(&binary, arg);
|
b_dyldcache_load_macho(&binary, arg);
|
||||||
result = 0;
|
result = 0;
|
||||||
} else die("mode?");
|
} else die("mode?");
|
||||||
|
Loading…
Reference in New Issue
Block a user