mikhailuwu / safeheap

Safeheap is a library providing memory security implementations allowing users to protect sensitive memory during storing and handling.
GNU General Public License v3.0
1 stars 0 forks source link

Address Space Layout Randomization (ASLR) #1

Closed mikhailuwu closed 3 weeks ago

mikhailuwu commented 3 weeks ago

Implement an optional ASLR system run by the user in a new thread. This thread will randomize the memory address space of all segments. Consider adding a new option to the SMT entry indicating ASLR needs.