Was ist der Unterschied? Jemand der die Pagefile(s) ausliest kann genauso gut auch den Anwendungsspeicher auslesen.
Ich weiß nicht ob das so viel Sinn macht.
Meflin hats schon ganz gut erklährt.
VirtualLock(@Passwd, Sizeof(Char) * Length(Passwd));
tippen. Zum Unlock sagt das
MSDN:
Zitat:
To unlock a region of locked pages, use the VirtualUnlock function. Locked pages are automatically unlocked when the process terminates.
Handelt sich um nen
Ansi String unter Lazarus, da kann ich mir das Sizeof(Char) sparen.
Gibt es sowas wie VirtualLock auch für Linux und MacOS X?