We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb435c8 commit 4622c47Copy full SHA for 4622c47
decoder/decoder/build.rs
@@ -205,7 +205,7 @@ fn main() {
205
// if we randomize up to 100 KiB gap in text, we have a margin of error of 32 KiB
206
// text aslr disabled
207
//let textoffset = gen_addr(0, 0x19000, &mut rng);
208
- let textoffset = 4;
+ let textoffset = 8;
209
let rodataoffset = 0;
210
// this random offset is a bit small since it impacts final binary size
211
// don't want to waste too much space on that, since stack_start randomization already affects data placements
0 commit comments