Add book about reverse engineering
This commit is contained in:
parent
13ed806a59
commit
3e82655c85
1 changed files with 9 additions and 1 deletions
|
@ -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
|
This is a list of resources I've found on the internet that seemed somewhat
|
||||||
interesting.
|
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.
|
> 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
|
## Papers
|
||||||
|
|
||||||
### [Memory Cache and Lisp](https://people.eecs.berkeley.edu/~fateman/papers/cachelisp.pdf)
|
### [Memory Cache and Lisp](https://people.eecs.berkeley.edu/~fateman/papers/cachelisp.pdf)
|
||||||
|
|
Loading…
Reference in a new issue