GDOUCTF 2023 WP GDOUCTF 2023 WPEASY PWN12345678910111213141516171819202122232425262728293031323334353637int check(){ int result; // eax char buf[10]; // [rsp+7h] [rbp-29h] BYREF char s1[15]; // [rsp+11h 2023-04-17 CTFPWN #pwn #CTF #wp
近期NSSCTF刷题WP(一) easyecho本题选自 2021 鹤城杯,题目描述为Ubuntu16。题目链接:easyecho | NSSCTF。 checksec: 12345678ubuntu@ubuntu:~/Desktop$ checksec easyecho[*] '/home/ubuntu/Desktop/easyecho' Arch: amd64-64-little RE 2023-04-06 CTFPWN #pwn #CTF #wp
关于glibc-SSP发生方式在不同版本中的研究 [toc] “本文为《About ***stack smashing detected***》的翻译版本” 关于***stack smashing detected***GCC编译器有一个参数叫做”stack-protector“,一共被分为了四种,分别是”fstack-protector“、 “fstack-protector-all“、”fstack-protector-strong“和”fs 2023-03-25 Computer #knowledge #pwn #CTF
About ***stack smashing detected*** GCC compiler has a compile parameter which named “stack-protector“, divided into 4 kinds, “fstack-protector“, “fstack-protector-all“, “fstack-protector-strong“ and “fstack-protector-explicit“. These 2023-03-23 Computer #knowledge #pwn #CTF
堆相关数据结构小整理 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889Each index of an array correspo 2023-03-21 Computer #knowledge #pwn #CTF
循环冗余校验 循环冗余码校验(Cyclic Redundancy Check, CRC)是目前在磁表面存储器中应用最广泛的一种校验方法,也是多机网络通信中常用的校验方法。它所约定的校验规则是:让校验码处以某个约定代码,如果余数为0,则表明代码正确,否则利用余数指明出错位。 2023-03-15 Computer #knowledge
HGAME2022week1-test your gdb 本题为了测试在一种反调试或提高调试难度的机制下选手对于gdb的熟练应用能力。 本文作者将文件命名为gdbtest。 2023-03-10 CTFPWN #pwn #CTF #wp
南森新生赛[Pwn]overflow-wp checksec: 1234567ubuntu@ubuntu:~/Desktop$ checksec overflow[*] '/home/ubuntu/Desktop/overflow' Arch: i386-32-little RELRO: Partial RELRO Stack: Canary found NX: N 2023-03-05 CTFPWN #pwn #CTF #wp