Added Architecture section and a one good introductionary paper

This commit is contained in:
KOLANICH 2017-10-14 08:41:56 +00:00 committed by GitHub
parent 3e85b3f698
commit 333e0a92ab

View File

@ -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 reading list](https://github.com/onethawt/reverseengineering-reading-list/blob/master/README.md)
* [Reverse Engineering challenges](https://challenges.re/) * [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 Privileged escalation
-- --
* [Reach the root](https://hackmag.com/security/reach-the-root/) * [Reach the root](https://hackmag.com/security/reach-the-root/)