Keyboard shortcuts

/ or ⌘/Ctrl K
Find a note
j / k
Next / previous section or linked note
h / l
Collapse or go to parent / expand or enter
e or Alt-click
Read a linked note here
o
Open focused note on its own
g g / G
First / last section or linked note
g h / g a
Home / all notes
g b / g t
Backlinks / table of contents
t
Cycle System, Light, Dark
? / Esc
Show / close this reference

Search: ↑/↓ or Ctrl N/P, Enter to open. Shortcuts pause while typing.

relocation read only (relro) [637d157d]

linux

  • news.ycombinator.com/item?id=29186252
  • A way to mitigate attackers on the stack by mucking the global offset table location, since the GOT is located at a static place in memory
  • makes the GOT readonly within memory

    • Tradeoff is that it takes extra startup time