Please enable JavaScript.
Coggle requires JavaScript to display documents.
Hacking 101
(Native Code crash course, Advanced) (Computer Architecture…
Hacking 101
(Native Code crash course, Advanced)
-
Computer Architecture
Registers
Small Areas of memory
-
Virtual Memory
-
-
-
stack
-
-
calla function
-
-
substract from, give yourself some space
-
-
-
-
-
-
-
-
-
-
-
-
disassemblers
-
interactive
-
-
-
Examples
-
-
Ghidra
NSA open sourse tool, a bit buggy
-
-
-
-
protections
-
-
W^X
-
write or execute, not both
ASLR
-
-
-
keep throwing exploit, JavaScript
-
-
-