逆向随笔
首页
tools
happy
linux-cmd
CyberChef
图库
瞬间
友链
关于
D1ag0n
累计撰写
88
篇文章
累计创建
54
个分类
累计收到
4
条评论
导航
首页
tools
happy
linux-cmd
CyberChef
图库
瞬间
友链
关于
目录
逆向随笔
在逆向边缘反复横跳
标签
stack
2023HitConCTF Wall-Sina
2024-05-08 17:38
37
0
0
27.7℃
PWN-WP
2023HitConCTF Wall-Sina 题目分析 附件 源码如下: #include <unistd.h> #include <stdio.h> int main(); char buff[0x48]; void *const gift = main; int main() {
栈相关利用技巧
2024-01-10 16:59
56
0
0
29.6℃
栈利用技巧
高版本>=2.34,下无泄漏ROP 高版本>=2.34后,gcc编译后elf文件没有了libc_csu_init函数,从而没有了ret2csu的利用方式,这里记录一个在没有PIE和Canary保护,没有泄露函数的情况下,只有一个栈溢出,如何完成利用。 题目在glibc2.34下编译,没有libc_c
弹