Disable shadow stack per default

This commit is contained in:
Duncan Ogilvie
2024-10-13 16:51:36 +02:00
parent d7d49b0c42
commit 4083d9f4d4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ class Icicle:
def __init__(self, architecture: str, *,
jit = True,
jit_mem = True,
shadow_stack = True,
shadow_stack = False,
recompilation = True,
track_uninitialized = False,
optimize_instructions = True,