summary refs log tree commit diff stats
path: root/results/classifier/zero-shot-user-mode/instruction/1832916
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/zero-shot-user-mode/instruction/1832916')
-rw-r--r--results/classifier/zero-shot-user-mode/instruction/183291611
1 files changed, 11 insertions, 0 deletions
diff --git a/results/classifier/zero-shot-user-mode/instruction/1832916 b/results/classifier/zero-shot-user-mode/instruction/1832916
new file mode 100644
index 00000000..0b1b7cdd
--- /dev/null
+++ b/results/classifier/zero-shot-user-mode/instruction/1832916
@@ -0,0 +1,11 @@
+instruction: 0.535
+syscall: 0.243
+runtime: 0.221
+
+
+
+linux-user does not check PROT_EXEC
+
+At no point do we actually verify that a page is PROT_EXEC before translating.  All we end up verifying is that the page is readable.  Not the same thing, obviously.
+
+The following test case should work for any architecture, though I've only validated it for x86_64 and aarch64.
\ No newline at end of file