Hacking/Windows internals/Process/Memory/Stack/Canary

From Skypher

Jump to: navigation, search

Main Page
├─▷Programming
└─▼Hacking
  ├─▷Shellcode
  ├─▼Windows internals
  │ ├─○PE
  │ ├─▷DLL
  │ ├─▼Process
  │ │ ├─▼Memory
  │ │ │ ├─○Heap
  │ │ │ ├─▼Stack
  │ │ │ │ ├─●Canary
  │ │ │ │ ...
  │ │ │ ├─○PEB
  │ │ │ ├─○TEB
  │ │ │ ├─○DEP
  │ │ │ ├─○ASLR
  │ │ │ ...
  │ │ ├─○Thread
  │ │ ├─○SEH
  │ │ ...
  │ ...
  ├─○Vulnerabilities
  ├─○Heap spraying
  └─○List of security teams contact information


Canaries are used to detect attempts to exploit bugs such as buffer overflows by looking for changes in their values before returning from the function.

Personal tools