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

sasdads

parent c9754354
No related branches found
No related tags found
No related merge requests found
...@@ -110,8 +110,7 @@ public class Fuzzer { ...@@ -110,8 +110,7 @@ public class Fuzzer {
pw.println(generateValidReturn(rg)); */ pw.println(generateValidReturn(rg)); */
pw.println(generateDirtyRegistyRead());
pw.println(jmpOverflow(rg));
//----------Fuzzer Ends Here---------- //----------Fuzzer Ends Here----------
//-----Apply Strategy-----// //-----Apply Strategy-----//
...@@ -387,7 +386,7 @@ public class Fuzzer { ...@@ -387,7 +386,7 @@ public class Fuzzer {
public static String generateDirtyRegistyRead() { public static String generateDirtyRegistyRead() {
String line = new String(); String line = new String();
line = line +"JZ 0 2";
for(int x=1;x<maxRegistry;x++) { for(int x=1;x<maxRegistry;x++) {
line = line +"ADD R0 R0 R"+x+"\n"; line = line +"ADD R0 R0 R"+x+"\n";
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment