refactor: move to rust 1.84.0-nightly + implement disable_aslr

This commit is contained in:
2024-10-31 22:53:46 +02:00
parent 1a975af1e9
commit 3639d64649
45 changed files with 721 additions and 395 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"arch": "aarch64",
"os": "none",
"llvm-target": "aarch64-unknown-none",
"data-layout": "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128",
"data-layout": "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128-Fn32",
"max-atomic-width": 128,
"target-pointer-width": "64",
"features": "+v8a,+strict-align,-neon,-fp-armv8",