diff options
Diffstat (limited to 'results/scraper/fex/3343')
| -rw-r--r-- | results/scraper/fex/3343 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/results/scraper/fex/3343 b/results/scraper/fex/3343 new file mode 100644 index 000000000..6226a965c --- /dev/null +++ b/results/scraper/fex/3343 @@ -0,0 +1,4 @@ +Syscall instruction doesn't set RCX and R11 correctly +Syscall is supposed to set RCX to the RIP following the instruction and R11 to the EFLAGS. +This is so the kernel can then use `Sysret` which moves these registers back to RIP and EFLAGS. +Noticed this in a new unittest I'm writing. \ No newline at end of file |