forked from wangyif2/RE-for-beginners
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreface_EN.tex
85 lines (65 loc) · 2.56 KB
/
preface_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
77
78
79
80
81
82
83
84
\section*{Preface}
There are several popular meanings of the term \q{\gls{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 \ac{DBMS} structure.
This book is about the first meaning.
\subsection*{Topics discussed in-depth}
x86/x64, ARM/ARM64, MIPS, Java/JVM.
\subsection*{Topics touched upon}
\oracle (\myref{oracle}),
Itanium (\myref{itanium}),
copy-protection dongles (\myref{dongles}),
LD\_PRELOAD (\myref{ld_preload}),
stack overflow,
\ac{ELF},
win32 PE file format (\myref{win32_pe}),
x86-64 (\myref{x86-64}),
critical sections (\myref{critical_sections}),
syscalls (\myref{syscalls}),
\ac{TLS},
position-independent code (\ac{PIC}) (\myref{sec:PIC}),
profile-guided optimization (\myref{PGO}),
C++ STL (\myref{cpp_STL}),
OpenMP (\myref{openmp}),
SEH (\myref{sec:SEH}).
\subsection*{Exercises and tasks}
\dots
are all moved to the separate website: \url{http://challenges.re}.
\subsection*{About the author}
\begin{tabularx}{\textwidth}{ l X }
\raisebox{-\totalheight}{
\includegraphics[scale=0.60]{Dennis_Yurichev.jpg}
}
&
Dennis Yurichev is an experienced reverse engineer and programmer.
He can be contacted by email: \textbf{\EMAIL{}}.
% FIXME: no link. \tablefootnote doesn't work
\end{tabularx}
% subsections:
\input{praise}
\input{thanks}
\input{FAQ_EN}
\ifdefined\ebook
This is the A5-format version for e-book readers.
Although the content is mostly the same, the illustrations are resized and probably not readable.
You may try to change scale in your e-book reader.
Otherwise, you can always view them in the A4-format version here:
\href{http://go.yurichev.com/17009}{beginners.re}.
\fi
\subsection*{About the Korean translation}
In January 2015, the Acorn publishing company (\href{http://www.acornpub.co.kr}{www.acornpub.co.kr}) in South Korea did a huge amount of work in translating and publishing
my book (as it was in August 2014) into Korean.
It's now available at \href{http://go.yurichev.com/17343}{their website}.
\iffalse
\begin{figure}[H]
\centering
\includegraphics[scale=0.3]{acorn_cover.jpg}
\end{figure}
\fi
The translator is Byungho Min (\href{http://go.yurichev.com/17344}{twitter/tais9}).
The cover art was done by my artistic friend, Andy Nechaevsky:
\href{http://go.yurichev.com/17023}{facebook/andydinka}.
They also hold the copyright to the Korean translation.
So, if you want to have a \IT{real} book on your shelf in Korean and
want to support my work, it is now available for purchase.