(转载)Glibc堆入门
仓库地址https://github.com/SignorMercurio/Heap-Tutorials/ 文字教程https://github.com/SignorMercurio/Heap-Tutorials/blob/master/GLibcHeapInternals/GLibcHeap.md 视频https://www.bilibili.c…
|
33
|
|
36 字
|
几秒读完
Ret2CSU___ciscn_s_3
例题 buuctf ciscn_s_3 备忘录: 64位系统,当参数在 6 个以内,参数从左到右依次放入寄存器: rdi, rsi, rdx, rcx, r8, r9 数字名称寄存器 如r15 低32位为 r15d(double word) 低16位为 r15w(word) 低8位为 r15b(byte) 64位系统调用sys_read 的调用号为…
|
84
|
|
123 字
|
1 分钟内