Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 554 Bytes

Memory Layout.md

File metadata and controls

20 lines (18 loc) · 554 Bytes

Solidity places new memory objects at the free memory pointer and memory is never freed.

The free memory pointer points to 0x80 initially.


Slide Screenshot

126.jpg


Slide Text

  • New Memory Objects
    • Free Pointer
  • Memory -> Never Freed
  • Free Memory Pointer -> Initially 0x80
  • Security: Memory Manipulations in Assembly

References


Tags