Skip to content

Commit

Permalink
Removed all YOPA references and old code
Browse files Browse the repository at this point in the history
  • Loading branch information
NinjaLikesCheez committed May 15, 2014
1 parent 3516a48 commit b28fab9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions Classes/Cracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
Application *_app;
NSString *_workingDir;
NSString *_ipapath;
NSString *_yopaPath;

NSMutableArray* _yopaAddFiles;
NSMutableArray* _yopaRemFiles;
NSMutableArray* _yopaVersions;
}

-(id)init;
Expand Down
1 change: 0 additions & 1 deletion Classes/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ void cmd_help()
printf("-e <InBinary> <OutBinary> Cracks specific already-installed\n"
" executable or one that has been\n"
" scp'd to the device. (advanced usage)\n");
//printf("--yopa Creates a YOPA package\n");
//printf("-d Shows debug messages\n");
printf("--no-64 Skips arm64 portions\n");
printf("\n");
Expand Down
5 changes: 0 additions & 5 deletions Classes/out.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,10 @@
# define NSLog(M, ...) fprintf(stderr, "\033[0;32mDEBUG\033[0m | %s:%d | %s\n", FILE_NAME, __LINE__, [[NSString stringWithFormat:M, ##__VA_ARGS__] UTF8String]);
# define DEBUG(M, ...) fprintf(stderr, "\033[0;32mDEBUG\033[0m | %s:%d | %s\n", FILE_NAME, __LINE__, [[NSString stringWithFormat:M, ##__VA_ARGS__] UTF8String]);
# define ERROR(M, ...) fprintf(stderr, "\033[0;32mERROR\033[0m | %s \n", [[NSString stringWithFormat:M, ##__VA_ARGS__] UTF8String]);

# define FILE_NAME (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__) // shortened path of __FILE__ is there is one
# define DebugLog(M, ...) NSLog(@"\033[0;32m[YOPA]\033[0m | %s:%d | %@\n", FILE_NAME, __LINE__, [NSString stringWithFormat:M, ##__VA_ARGS__]);

#else
# define DEBUG(M, ...)
# define NSLog(M, ...)
# define ERROR(M, ...)
# define DebugLog( s, ... )
#endif

int determine_screen_width (void);
Expand Down
Binary file not shown.

0 comments on commit b28fab9

Please sign in to comment.