mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 03:48:08 +00:00
v2.59c release
This commit is contained in:
@ -358,7 +358,7 @@ static void edit_params(u32 argc, char** argv) {
|
||||
|
||||
}
|
||||
|
||||
//#ifndef __ANDROID__ // not sure, we might need these ifdefs for Android
|
||||
//#ifndef __ANDROID__ // not sure, we might need these ifdefs for Android
|
||||
switch (bit_mode) {
|
||||
|
||||
case 0:
|
||||
@ -382,7 +382,8 @@ static void edit_params(u32 argc, char** argv) {
|
||||
break;
|
||||
|
||||
}
|
||||
//#endif
|
||||
|
||||
//#endif
|
||||
|
||||
}
|
||||
|
||||
@ -443,9 +444,10 @@ int main(int argc, char** argv) {
|
||||
|
||||
}
|
||||
|
||||
//#ifndef __ANDROID__ // not sure this is needed for Android, so at the moment we rather keep this out
|
||||
//#ifndef __ANDROID__ // not sure this is needed for Android, so at the moment
|
||||
//we rather keep this out
|
||||
find_obj(argv[0]);
|
||||
//#endif
|
||||
//#endif
|
||||
|
||||
edit_params(argc, argv);
|
||||
|
||||
|
Reference in New Issue
Block a user