From 333e0a92ab836632befb565ffbc574a4e2ef9a35 Mon Sep 17 00:00:00 2001 From: KOLANICH Date: Sat, 14 Oct 2017 08:41:56 +0000 Subject: [PATCH] Added Architecture section and a one good introductionary paper --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2d8e9fb..7ab7d6d 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,10 @@ Reverse Engineering, Buffer overflow and Exploit development * [Reverse engineering reading list](https://github.com/onethawt/reverseengineering-reading-list/blob/master/README.md) * [Reverse Engineering challenges](https://challenges.re/) +Architecture +-- +* [Intel SGX explained](https://eprint.iacr.org/2016/086.pdf) - an awesome overview not only of SGX, but whole x86_64 architecture. + Privileged escalation -- * [Reach the root](https://hackmag.com/security/reach-the-root/)