From 3e82655c859fb5f8e0fab9fb52bd3cb46d193a20 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 27 Nov 2019 13:52:51 +0100 Subject: [PATCH] Add book about reverse engineering --- bibliotheca.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/bibliotheca.md b/bibliotheca.md index ad5f57b..6407b75 100644 --- a/bibliotheca.md +++ b/bibliotheca.md @@ -1,4 +1,4 @@ -# Books, Blogs and Others +# Books, Blogs and Otters This is a list of resources I've found on the internet that seemed somewhat interesting. @@ -33,6 +33,14 @@ Not much to say about this, everyone should have read SICP. > Most professional programmers that I’ve encountered are not well prepared to tackle algorithm design problems. This is a pity, because the techniques of algorithm design form one of the core practical technologies of computer science. +### [Reverse Engineering for Beginners](https://beginners.re/) + +> There are several popular meanings of the term “reverse engineering”: +> 1. The reverse engineering of software; researching compiled programs +> 2. The scanning of 3D structures and the subsequent digital manipulation required in order to duplicate them +> 3. Recreating DBMS8 structure +> This book is about the first meaning + ## Papers ### [Memory Cache and Lisp](https://people.eecs.berkeley.edu/~fateman/papers/cachelisp.pdf)