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.
CONFIG.aslr
1 parent 719f1d2 commit bae5fb8Copy full SHA for bae5fb8
src/binary/level_4_entries.rs
@@ -109,7 +109,8 @@ impl UsedLevel4Entries {
109
}
110
111
112
- /// Returns a unused level 4 entry and marks it as used.
+ /// Returns a unused level 4 entry and marks it as used. If `CONFIG.aslr` is
113
+ /// enabled, this will return a random available entry.
114
///
115
/// Since this method marks each returned index as used, it can be used multiple times
116
/// to determine multiple unused virtual memory regions.
0 commit comments