Skip to content
Snippets Groups Projects
Commit eec7226d authored by Zhaolin Deng's avatar Zhaolin Deng
Browse files

sasdads

parent 5f4ea710
No related branches found
No related tags found
No related merge requests found
......@@ -111,11 +111,11 @@ public class Fuzzer {
pw.println(jmpOverflow(rg));
//----------Fuzzer Ends Here----------
//-----Apply Strategy-----//
if (strat == 6){
/* if (strat == 6){
pw.println(generateDirtyRegistyRead());
}
else if(strat == 7){
......@@ -195,7 +195,7 @@ public class Fuzzer {
}
}
*/
//-----------Generation Functions----------//
public static String generateMemoryOverflow(Random rg) {
String line = new String();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment