Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 582 Bytes

Zeroed Memory.md

File metadata and controls

20 lines (18 loc) · 582 Bytes

There is no guarantee that the memory has not been used before and thus you cannot assume that its contents are zero bytes.

There is no built-in mechanism to release or free allocated memory.


Slide Screenshot

130.jpg


Slide Text

  • Memory Not Used -> No Guarantee
  • Zeroed Contents -> Cannot Assume
  • Release/Free Memory
    • No Built-in Mechanism
  • Security: Memory Manipulations in Assembly

References


Tags