Please enable JavaScript.
Coggle requires JavaScript to display documents.
Q版緩衝區溢出 (第一章:Windows淺溢出入門 (簡單的溢出例子 (分析 (一旦EBP和EIP被過長的數據覆蓋就無法恢復成原來的樣子。,…
Q版緩衝區溢出
第一章:Windows淺溢出入門
-
簡單的溢出例子
-
-
分析
-
由此可見,只要修改返回地址(覆蓋EIP), 就可以運行指定的攻擊指令代碼。
Shellcode
LoadLibrary()
Loads the specified module into the address space of the calling process. The specified module may cause other modules to be loaded.
-
-
堆棧
-
-
-
- PUSH:放入數據在堆棧。
- POP:從堆棧中彈出數據。