2022-05-05 18:25:55 +02:00

5 lines
93 B
Python

import ctypes
# Get memory address 0, your kernel shouldn't allow this:
ctypes.string_at(0)