# pwn_example **Repository Path**: farMorningstar/pwn_example ## Basic Information - **Project Name**: pwn_example - **Description**: pwn example - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-17 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pwn_example #### 介绍 + 学习linux pwn的过程中,自己写的或者修改的一些简单例题,适合入门pwn作为练习。 + Include:简单的栈溢出、格式化字符串、rop(bypass nx)、bypass_canary、pie、use_after_free + 大部分例题包含**x86**和**x64**两个版本 #### 目录结构 ``` ├─pwn_stack_base │ └─bypass_canary_x64 │ ├─.c源码 │ ├─编译的elf文件 │ ├─Makefile │ └─exp │ ...... ├─pwn_heap_base │ └─use_after_free │ ├─.c源码 │ ├─编译的elf文件 │ ├─Makefile │ └─exp ``` #### 使用说明 + 利用 https://gitee.com/shihuozhiyu/pwn-env-init 提供的脚本搭建pwn做题环境。 + 整理这个项目颇费了一点时间,求个**Star**