From 982da26cf7123f05e3983d3fa71c726298fc0e0c Mon Sep 17 00:00:00 2001 From: ryuzakighost <ryuzakighost@gmail.com> Date: Fri, 12 Oct 2018 22:07:06 +1100 Subject: [PATCH] tweak --- fuzzer/Fuzzer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzer/Fuzzer.java b/fuzzer/Fuzzer.java index 9c854bf..2e11057 100644 --- a/fuzzer/Fuzzer.java +++ b/fuzzer/Fuzzer.java @@ -21,7 +21,7 @@ public class Fuzzer { /* We just print one instruction. Hint: you might want to make use of the instruction grammar which is effectively encoded in Instruction.java */ - pw.println("MOV R0 65535"); + pw.println("MOV R0 0"); pw.println("LDR R2 R0 0"); pw.println("RET R2"); -- GitLab