Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit b505231

Browse files
author
Hansheng Zhang
committed
STFU Xcode. Fix Racing Condition while building
1 parent 98f9ccc commit b505231

File tree

16 files changed

+13
-8213
lines changed

16 files changed

+13
-8213
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ libReveal.dylib
2525
libcycript.dylib
2626
Cycript/
2727
Reveal2Server
28+
Hooks/capstone/*.*
29+
Hooks/keystone/*.*

Hooks/ThirdPartyTools/Frida.xm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#import <dlfcn.h>
55
extern NSString* RandomString();
66
typedef void (*WTLoaderPrototype)();
7-
extern void init_FLEX_hook(){
7+
extern void init_Frida_hook(){
88
#ifndef NonJailbroken
99
for(int i=0;i<_dyld_image_count();i++){
1010
const char * Nam=_dyld_get_image_name(i);

0 commit comments

Comments
 (0)