ha2's blog

(٩(๑>◡<๑)۶)


  • 首页

  • 关于

  • 标签

  • 分类

  • 归档

Asis CTF 2016 b00ks

发表于 2019-03-17 | 分类于 pwn
0x01:一个图书管理12345678910Welcome to ASISCTF book libraryEnter author name: ha2ha2ha21. Create a book2. Delete a book3. Edit a book4. Print book detail5. ...
阅读全文 »

7.posion_null_byte

发表于 2019-03-01 | 分类于 pwn
0x00123456789101112131415161718192021#include <stdio.h>#include <stdlib.h>#include <string.h>#include <stdint.h>#include <m ...
阅读全文 »

6.house_of_spirit

发表于 2019-03-01 | 分类于 pwn
1234567891011121314151617181920212223242526272829303132333435#include <stdio.h>#include <stdlib.h>int main(){ fprintf(stderr, "This f ...
阅读全文 »

5.unsafe_unlink

发表于 2019-03-01 | 分类于 pwn
0x00:123456789101112131415#include <stdio.h>#include <stdlib.h>#include <string.h>#include <stdint.h>uint64_t *chunk0_ptr;int ...
阅读全文 »

4.fastbin_dup_consolidate

发表于 2019-03-01 | 分类于 pwn
12345678910111213141516171819#include <stdio.h>#include <stdint.h>#include <stdlib.h>int main() { void* p1 = malloc(0x40); vo ...
阅读全文 »

3.fastbin_dup_into_stack

发表于 2019-03-01 | 分类于 pwn
0x00:123456789101112131415161718192021#include<stdio.h>#include<stdlib.h>#include<string.h>int main() { unsigned long long stac ...
阅读全文 »

2.fastbin_dup

发表于 2019-03-01 | 分类于 pwn
0x00:1234567891011121314151617181920#include<stdio.h>#include<stdlib.h>#include<string.h>int main(){ fprintf(stderr, "Allocatin ...
阅读全文 »

first_fit other test

发表于 2019-03-01 | 分类于 pwn
0x0011234567891011121314151617181920212223242526 char* a = malloc(0x18); char* b = malloc(0x19); char* c = malloc(0x28); char* d = malloc(0x29); pwnd ...
阅读全文 »

1.first_fit

发表于 2019-03-01 | 分类于 pwn
1234567891011121314151617181920#include<stdio.h>#include<stdlib.h>#include<string.h>int main(){ char* a = malloc(512); char* b ...
阅读全文 »

IDA动态调试ELF

发表于 2018-11-18 | 分类于 pwn
https://bbs.pediy.com/thread-247830.htm٩(๑>◡<๑)۶
阅读全文 »
<1…91011>

ha2

什么都可以不会,但不能学不会。

103 日志
52 分类
43 标签
我大佬们
  • f1aming
  • 昏鸦
© 2026 ha2
由 Hexo 强力驱动
|
主题 — NexT.Gemini v5.1.4