逆向随笔
首页
tools
happy
linux-cmd
CyberChef
图库
瞬间
友链
关于
D1ag0n
累计撰写
88
篇文章
累计创建
54
个分类
累计收到
4
条评论
导航
首页
tools
happy
linux-cmd
CyberChef
图库
瞬间
友链
关于
目录
逆向随笔
在逆向边缘反复横跳
标签
write_mem
2024d3ctf-PWN
2024-05-08 11:15
39
0
0
27.9℃
PWN-WP
2024d3ctf_PWN write_flag_where -> write_mem 附件 部署环境和源码: #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unist
弹