我可是会飞的啊 主要方向:re,pwn,欢迎加群讨论交流,神秘q代码:972869702

[Pico CTF 2021]pwn-Stonks

题目分析 pwn题目的一种形式是,直接给源码,本题就是: #include <stdlib.h> #include <stdio.h> #include <string.h> #include <time.h> #define FLAG_BUFFER 128 #define MAX_SYM_LEN

selph 发布于 2023-11-02

[Google CTF 2023]pwn-write-flag-where3

题目分析 int __cdecl main(int argumentCount, const char **arguments, const char **environmentVariables) { __int64 buffer[9]; // [rsp+0h] [rbp-70h] BYREF

selph 发布于 2023-10-26

[Google CTF 2023]pwn-write-flag-where2

题目分析 直接看代码: int __cdecl main(int argumentCount, const char **arguments, const char **environmentVariables) { __int64 buffer[9]; // [rsp+0h] [rbp-70h

selph 发布于 2023-10-25

[Google CTF 2023]pwn-write-flag-where1

文件信息: [*] '/home/selph/CTF-Exercise/Google CTF 2023/write-flag-where/chal' Arch: amd64-64-little RELRO: Partial RELRO Stack: No

selph 发布于 2023-10-23

glibc源码解读01:Fastbin的申请与释放与Fastbin Dup简介

从libc2.23开始,到最新版,都会有的,慢慢更新ing 本文源码版本:2.23 从fastbin中申请chunk __libc_malloc 首先是调用malloc函数: void * __libc_malloc (size_t bytes) { mstate ar_ptr; void

selph 发布于 2023-07-14
上一页 下一页