
安全
geniusle201
这个作者很懒,什么都没留下…
展开
-
Memory Segments
From “Hacking: The art of exploitation.” the compiled code goes into the text segment, while the variables reside in the remaining segments. If static or global variables are initialized with data, they are stored in the data memory segment; otherwise, t原创 2021-04-15 16:33:42 · 441 阅读 · 0 评论 -
afl-fuzz-有源码文件
0. afl安装 网上太多了,就不再赘述了 :-) 1. 被测文件源码 #include <stdio.h> #include <string.h> int main() { char buf[20]; printf("enter a string:\n"); gets(buf); if (strcmp(buf, "admin")) printf("Fine!"); else printf("Failed!"原创 2020-12-07 16:37:35 · 746 阅读 · 0 评论 -
note | Fuzzing basic terms
Content1. Vulnerability2. Basic Bug Categories3. Bug Hunting Techniques4. Fuzzing 1. Vulnerability In short, vulnerabilities are the result of three kinds of flaws: Implementation errors (e.g., overf...原创 2019-04-02 09:46:50 · 200 阅读 · 0 评论 -
(continued...) some websites for vulnerabilities founding
Some really cool sites for vulnerabilities founding Google Project Zero 看雪论坛 知道创宇paper 玄武推送原创 2019-09-12 16:29:58 · 160 阅读 · 0 评论