forked from wangyif2/RE-for-beginners
-
Notifications
You must be signed in to change notification settings - Fork 5
/
reading_DE.tex
84 lines (49 loc) · 2.22 KB
/
reading_DE.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
77
78
79
80
81
82
83
84
% TODO resync with EN version
\chapter{Bücher / Lesenswerte Blogs}
\mysection{Bücher und andere Materialien}
\subsection{Reverse Engineering}
\input{RE_books}
Ebenfalls das Buch von Kris Kaspersky.
\subsection{Windows}
\input{Win_reading}
\subsection{\CCpp}
\input{CCppBooks}
\subsection{x86 / x86-64}
\label{x86_manuals}
\begin{itemize}
\item Intel Handbücher\footnote{\AlsoAvailableAs \url{http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html}}
\item AMD Handbücher\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}
Etwas veraltet aber immer noch interessant zu lesen:
\MAbrash\footnote{\AlsoAvailableAs \url{https://github.com/jagregory/abrash-black-book}}
(Er ist bekannt für seine Arbeiten auf dem Gebiet der Low-Level Optimierung in Projekten wie Windows NT 3.1 und id Quake).
\subsection{ARM}
\begin{itemize}
\item ARM Handbücher\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{Assembly language}
Richard Blum --- Professional Assembly Language.
\subsection{Java}
\JavaBook.
\subsection{UNIX}
\TAOUP
% subsection:
\input{crypto_reading}
\mysection{Anderes}
\HenryWarren.
% TODO! shouldn't be here!
Es gibt zwei exzellente \ac{RE}-relevante Subreddits auf reddit.com:
\href{http://go.yurichev.com/17027}{reddit.com/r/ReverseEngineering/} und
\href{http://go.yurichev.com/17028}{reddit.com/r/remath}
(über die Themen die sich mit \ac{RE} und Mathematik überschneiden).
Es gibt auch einen \ac{RE}relevanten Teil auf der Stack Exchange-Website:
\par \href{http://go.yurichev.com/17029}{reverseengineering.stackexchange.com}.
Im IRC gibt es einen \#\#re Channel auf
FreeNode\footnote{\href{http://go.yurichev.com/17030}{freenode.net}}.