From bf1feec9cdaf39d5191cde4aae9ce8753312dd40 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Mon, 18 Dec 2017 14:54:15 +0700 Subject: [PATCH] Add 'Simple buffer overflow on a modern system' from LiveOverflow --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4af0c7c..33b8168 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,7 @@ My curated list of awesome links, resources and tools - [Classic Stack Based Buffer Overflow](https://sploitfun.wordpress.com/2015/05/08/classic-stack-based-buffer-overflow/) - [Exploiting 1-byte buffer overflows](https://www.welivesecurity.com/2016/05/10/exploiting-1-byte-buffer-overflows/) - [PLAYING WITH CANARIES](https://www.elttam.com.au/blog/playing-with-canaries/) +- [Simple buffer overflow on a modern system](http://liveoverflow.com/blog/stack0_buffer_overflow_on_ubuntu.html) - [Stack Clashing for Fun and Profit](http://nullprogram.com/blog/2017/06/21/) - [When is something overflowing](https://www.slideshare.net/PeterHlavaty/overflow-48573748) - [X86 EXPLOITATION 101: WHEN THE STACK GETS OVER ITS HEAD](https://gbmaster.wordpress.com/2014/06/18/x86-exploitation-101-when-the-stack-gets-over-its-head/)