mikhailuwu / safeheap

Safeheap is a library providing memory security implementations allowing users to protect sensitive memory during storing and handling. These techniques include fragmentation and (experimental) stenography and fuck if i know.
GNU General Public License v3.0
3 stars 0 forks source link

Implement check if memory is swap HDD or volatile RAM #13

Open mikhailuwu opened 2 months ago

mikhailuwu commented 2 months ago

Considering that many linux kernel systems utilize swap on hdd, we may have to use stronger overwrite methods.

mikhailuwu commented 2 months ago

Consider whether or not to implement check only in erase routine, or on *alloc and save in segment_descriptor for other uses.

mikhailuwu commented 2 months ago

Creating util function to parse /proc//maps for address range of program and correlate to storage device address range.