Skip to content

Commit cc58e80

Browse files
Disable ASLR
1 parent 61c49fc commit cc58e80

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

QA/common.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ def execute_jafar_and_miniooni(ooni_exe, outfile, experiment, tag, args):
2020
os.remove(tmpoutfile) # just in case
2121
execute(
2222
[
23+
"setarch",
24+
"--addr-no-randomize",
2325
"./jafar",
2426
"-main-command",
2527
"./QA/minioonilike.py {} -n -o '{}' --home /tmp {}".format(

0 commit comments

Comments
 (0)