forked from wangyif2/RE-for-beginners
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreading_EN.tex
77 lines (45 loc) · 2 KB
/
reading_EN.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
\chapter{Books/blogs worth reading}
\section{Books and other materials}
\subsection{Reverse Engineering}
\input{RE_books}
\subsection{Windows}
\input{Win_reading}
\subsection{\CCpp}
\input{CCppBooks}
\subsection{x86 / x86-64}
\label{x86_manuals}
\begin{itemize}
\item Intel manuals\footnote{\AlsoAvailableAs \url{http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html}}
\item AMD manuals\footnote{\AlsoAvailableAs \url{http://developer.amd.com/resources/developer-guides-manuals/}}
\item \AgnerFog{}\footnote{\AlsoAvailableAs \url{http://agner.org/optimize/microarchitecture.pdf}}
\item \AgnerFogCC{}\footnote{\AlsoAvailableAs \url{http://www.agner.org/optimize/calling_conventions.pdf}}
\item \IntelOptimization
\item \AMDOptimization
\end{itemize}
Somewhat outdated, but still interesting to read:
\MAbrash\footnote{\AlsoAvailableAs \url{https://github.com/jagregory/abrash-black-book}}
(he is known for his work on low-level optimization for such projects as Windows NT 3.1 and id Quake).
\subsection{ARM}
\begin{itemize}
\item ARM manuals\footnote{\AlsoAvailableAs \url{http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.subset.architecture.reference/index.html}}
\item \ARMSevenRef
\item \ARMSixFourRefURL
\item \ARMCookBook\footnote{\AlsoAvailableAs \url{http://go.yurichev.com/17273}}
\end{itemize}
\subsection{Java}
\JavaBook.
\subsection{UNIX}
\TAOUP
% subsection:
\input{crypto_reading}
\section{Other}
\HenryWarren.
% TODO! shouldn't be here!
There are two excellent \ac{RE}-related subreddits on reddit.com:
\href{http://go.yurichev.com/17027}{reddit.com/r/ReverseEngineering/} and
\href{http://go.yurichev.com/17028}{reddit.com/r/remath}
(on the topics for the intersection of \ac{RE} and mathematics).
There is also a \ac{RE} part of the Stack Exchange website:
\par \href{http://go.yurichev.com/17029}{reverseengineering.stackexchange.com}.
On IRC there's a \#\#re channel on
FreeNode\footnote{\href{http://go.yurichev.com/17030}{freenode.net}}.