Skip to content
Snippets Groups Projects
Commit 58a6e112 authored by an7s's avatar an7s
Browse files

use -1 for all bytes returned by CGC random syscall

Former-commit-id: 2755a96c874fdf2b443376da84f4c6ed249c066e
parent f647221e
No related branches found
No related tags found
No related merge requests found
......@@ -353,7 +353,8 @@ L1: b8 00 00 00 00 mov $0x0,%eax
after=insertAssemblyAfter(firp, after, "test ecx, ecx");
J1=after=insertAssemblyAfter(firp, after, "jle 0x0");
after=insertAssemblyAfter(firp, after, "mov eax, 0");
L3=after=insertAssemblyAfter(firp, after, "mov [ebx+eax], al");
// L3=after=insertAssemblyAfter(firp, after, "mov [ebx+eax], al");
L3=after=insertAssemblyAfter(firp, after, "mov byte [ebx+eax], -1"); // give afl a better chance
after=insertAssemblyAfter(firp, after, "add eax, 1");
after=insertAssemblyAfter(firp, after, "cmp eax, ecx");
J2=after=insertAssemblyAfter(firp, after, "jne 0x0");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment