文章分类 - Pwn
摘要:0x01 coin1: code: from pwn import * import re #context(log_level='debug') #target = remote('pwnable.kr',9007) //经过调试发现只能够运行30s不能够跑完整个程序 target = remot
阅读全文
摘要:key word:
1.input
2.asm
3.运算符
4.Shellshock
阅读全文
摘要:key word:
1.got表覆写技术
2.rand()伪随机
阅读全文
摘要:key word:
1.read()
2.命令行传参数
3.upx
阅读全文
摘要:0x01 got 01 func函数: fgets(): char *fgets(char *buf, int bufsize, FILE *stream); 参数: *buf: 字符型指针,指向用来存储所得数据的地址。 bufsize: 整型数据,指明存储数据的大小。 *stream: 文件结构体
阅读全文

浙公网安备 33010602011771号