forked from wangyif2/RE-for-beginners
-
Notifications
You must be signed in to change notification settings - Fork 0
/
acronyms.tex
232 lines (232 loc) · 8.41 KB
/
acronyms.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
\part*{%
\RU{Список принятых сокращений}%
\EN{Acronyms used}%
\NL{Gebruikte afkortingen}%
\ES{Acr\'onimos utilizados}%
\PTBRph{}%
\DEph{}\PLph{}%
\ITAph{}%
}
\addcontentsline{toc}{part}{%
\RU{Список принятых сокращений}%
\EN{Acronyms used}%
\ES{Acr\'onimos utilizados}%
\NL{Gebruikte afkortingen}%
\PTBRph{}%
\DEph{}\PLph{}%
\ITAph{}%
}
\begin{acronym}
\RU{
\acro{OS}[ОС]{Операционная Система}
\acro{FAQ}[ЧаВО]{Часто задаваемые вопросы}
\acro{OOP}[ООП]{Объектно-Ориентированное Программирование}
\acro{PL}[ЯП]{Язык Программирования}
\acro{PRNG}[ГПСЧ]{Генератор псевдослучайных чисел}
\acro{ROM}[ПЗУ]{Постоянное запоминающее устройство}
\acro{ALU}[АЛУ]{Арифметико-логическое устройство}
}%
\EN{
\acro{OS}{Operating System}
\acro{FAQ}{Frequently Asked Questions}
\acro{OOP}{Object-Oriented Programming}
\acro{PL}{Programming language}
\acro{PRNG}{Pseudorandom number generator}
\acro{ROM}{Read-only memory}
\acro{ALU}{Arithmetic logic unit}
}%
\ES{
\acro{OS}[SO]{\ES{Sistema Operativo}}
\acro{FAQ}{\ES{Preguntas Frecuentes}}
\acro{OOP}[POO]{\ES{Programaci\'on Orientada a Objetos}}
\acro{PL}[LP]{\ES{Lenguaje de Programaci\'on}}
\acro{PRNG}[GPAN]{\ES{Generador Pseudo-Aleatorio de N\'umeros}}
\acro{ROM}{\ES{Memoria de Solo Lectura}}
\acro{ALU}{\ES{Unidad Aritm\'etica L\'ogica}}
}%
\PTBR{
\acro{OS}{\PTBRph{}}
\acro{FAQ}{\PTBRph{}}
\acro{OOP}{\PTBRph{}}
\acro{PL}{\PTBRph{}}
\acro{PRNG}{\PTBRph{}}
\acro{ROM}{\PTBRph{}}
\acro{ALU}{\PTBRph{}}
}%
\PL{
\acro{OS}{\PLph{}}
\acro{FAQ}{\PLph{}}
\acro{OOP}{\PLph{}}
\acro{PL}{\PLph{}}
\acro{PRNG}{\PLph{}}
\acro{ROM}{\PLph{}}
\acro{ALU}{\PLph{}}
}%
\DE{
\acro{OS}{\DEph{}}
\acro{FAQ}{\DEph{}}
\acro{OOP}{\DEph{}}
\acro{PL}{\DEph{}}
\acro{PRNG}{\DEph{}}
\acro{ROM}{\DEph{}}
\acro{ALU}{\DEph{}}
}%
\ITA{
\acro{OS}{\ITAph{}}
\acro{FAQ}{\ITAph{}}
\acro{OOP}{\ITAph{}}
\acro{PL}{\ITAph{}}
\acro{PRNG}{\ITAph{}}
\acro{ROM}{\ITAph{}}
\acro{ALU}{\ITAph{}}
}%
\THA{
\acro{OS}{\THAph{}}
\acro{FAQ}{\THAph{}}
\acro{OOP}{\THAph{}}
\acro{PL}{\THAph{}}
\acro{PRNG}{\THAph{}}
\acro{ROM}{\THAph{}}
\acro{ALU}{\THAph{}}
}%
\NL{
\acro{OS}{\NL{Operating System}}
\acro{FAQ}{\NL{Veelvoorkomende vragen}}
\acro{OOP}{\NL{Object-Oriented Programmeren}}
\acro{PL}[PT]{\NL{Programmeertaal}}
\acro{PRNG}{\NL{Pseudorandom number generator}}
\acro{ROM}{\NL{Read-only memory}}
\acro{ALU}{\NL{Arithmetic logic unit}}
}%
\acro{RA}{%
\RU{Адрес возврата}%
\EN{Return Address}%
\ES{Direcci\'on de Retorno}%
\NL{Return Adres}
\PTBRph{}%
\PLph{}%
\DEph{}%
\ITAph{}%
\THAph{}%
}
\acro{PE}{Portable Executable: \myref{win32_pe}}
\acro{SP}{\gls{stack pointer}. SP/ESP/RSP \InENRU x86/x64. SP \InENRU ARM.}
\acro{DLL}{Dynamic-link library}
\acro{PC}{Program Counter. IP/EIP/RIP \InENRU x86/64. PC \InENRU ARM.}
\acro{LR}{Link Register}
\acro{IDA}{
\RU{Интерактивный дизассемблер и отладчик, разработан \href{https://hex-rays.com/}{Hex-Rays}}%
\EN{Interactive Disassembler and debugger developed by \href{https://hex-rays.com/}{Hex-Rays}}%
\ES{Desensamblador Interactivo y depurador desarrollado por \href{https://hex-rays.com/}{Hex-Rays}}%
\NL{Interactive Disassembler en debugger ontwikkeld door \href{https://hex-rays.com}{Hex-Rays}}
\PTBRph{}%
\PLph{}%
\DEph{}%
\ITAph{}%
\THAph{}%
}
\acro{IAT}{Import Address Table}
\acro{INT}{Import Name Table}
\acro{RVA}{Relative Virtual Address}
\acro{VA}{Virtual Address}
\acro{OEP}{Original Entry Point}
\acro{MSVC}{Microsoft Visual C++}
\acro{MSVS}{Microsoft Visual Studio}
\acro{ASLR}{Address Space Layout Randomization}
\acro{MFC}{Microsoft Foundation Classes}
\acro{TLS}{Thread Local Storage}
\acro{AKA}{Also Known As%
\RU{ - (Также известный как)}%
\ES{ - (Tambi\'en Conocido Como)}%
\NL{ - (Ook gekend als)}%
\PTBRph{}%
\PLph{}%
\DEph{}%
\ITAph{}%
\THAph{}%
}
\acro{CRT}{C runtime library
\ifx\LITE\undefined
: \myref{sec:CRT}
\fi
}
\acro{CPU}{Central processing unit}
\acro{FPU}{Floating-point unit}
\acro{CISC}{Complex instruction set computing}
\acro{RISC}{Reduced instruction set computing}
\acro{GUI}{Graphical user interface}
\acro{RTTI}{Run-time type information}
\acro{BSS}{Block Started by Symbol}
\acro{SIMD}{Single instruction, multiple data}
\acro{BSOD}{Black Screen of Death}
\acro{DBMS}{Database management systems}
\acro{ISA}{Instruction Set Architecture\RU{ (Архитектура набора команд)}}
\acro{CGI}{Common Gateway Interface}
\acro{HPC}{High-Performance Computing}
\acro{SOC}{System on Chip}
\acro{SEH}{Structured Exception Handling
\ifx\LITE\undefined
: \myref{sec:SEH}
\fi
}
\acro{ELF}{\RU{Формат исполняемых файлов, использующийся в Linux и некоторых других *NIX}
\EN{Executable file format widely used in *NIX systems including Linux}\ESph{}\PTBRph{}\PLph{}\ITAph{}\DEph{}\NLph{}}
\acro{TIB}{Thread Information Block}
\acro{TEA}{Tiny Encryption Algorithm}
\acro{PIC}{Position Independent Code: \myref{sec:PIC}}
\acro{NAN}{Not a Number}
\acro{NOP}{No OPeration}
\acro{BEQ}{(PowerPC, ARM) Branch if Equal}
\acro{BNE}{(PowerPC, ARM) Branch if Not Equal}
\acro{BLR}{(PowerPC) Branch to Link Register}
\acro{XOR}{eXclusive OR\RU{ (исключающее \q{ИЛИ})}}
\acro{MCU}{Microcontroller unit}
\acro{RAM}{Random-access memory}
\acro{EGA}{Enhanced Graphics Adapter}
\acro{VGA}{Video Graphics Array}
\acro{API}{Application programming interface}
\acro{ASCII}{American Standard Code for Information Interchange}
\acro{ASCIIZ}{ASCII Zero (\RU{ASCII-строка заканчивающаяся нулем}\EN{null-terminated ASCII string}\PTBRph{})}
\acro{IA64}{Intel Architecture 64 (Itanium): \myref{itanium}}
\acro{EPIC}{Explicitly parallel instruction computing}
\acro{OOE}{Out-of-order execution}
\acro{MSDN}{Microsoft Developer Network}
\acro{MSB}{Most significant bit/byte\RU{ (самый старший бит/байт)}}
\acro{LSB}{Least significant bit/byte\RU{ (самый младший бит/байт)}}
\acro{STL}{(\Cpp) Standard Template Library: \myref{sec:STL}}
\acro{PODT}{(\Cpp) Plain Old Data Type}
\acro{HDD}{Hard disk drive}
\acro{VM}{Virtual Memory\RU{ (виртуальная память)}}
\acro{WRK}{Windows Research Kernel}
\acro{GPR}{General Purpose Registers\RU{ (регистры общего пользования)}}
\acro{SSDT}{System Service Dispatch Table}
\acro{RE}{Reverse Engineering}
\acro{SSE}{Streaming SIMD Extensions}
\acro{BCD}{Binary-coded decimal}
\acro{BOM}{Byte order mark}
\acro{GDB}{GNU debugger}
\acro{FP}{Frame Pointer}
\acro{MBR}{Master Boot Record}
\acro{JPE}{Jump Parity Even (\RU{инструкция x86}\EN{x86 instruction})}
\acro{CIDR}{Classless Inter-Domain Routing}
\acro{STMFD}{Store Multiple Full Descending (\RU{инструкция ARM}\EN{ARM instruction})}
\acro{LDMFD}{Load Multiple Full Descending (\RU{инструкция ARM}\EN{ARM instruction})}
\acro{STMED}{Store Multiple Empty Descending (\RU{инструкция ARM}\EN{ARM instruction})}
\acro{LDMED}{Load Multiple Empty Descending (\RU{инструкция ARM}\EN{ARM instruction})}
\acro{STMFA}{Store Multiple Full Ascending (\RU{инструкция ARM}\EN{ARM instruction})}
\acro{LDMFA}{Load Multiple Full Ascending (\RU{инструкция ARM}\EN{ARM instruction})}
\acro{STMEA}{Store Multiple Empty Ascending (\RU{инструкция ARM}\EN{ARM instruction})}
\acro{LDMEA}{Load Multiple Empty Ascending (\RU{инструкция ARM}\EN{ARM instruction})}
\acro{APSR}{(ARM) Application Program Status Register}
\acro{FPSCR}{(ARM) Floating-Point Status and Control Register}
\acro{PID}{\RU{ID программы/процесса}\EN{Program/process ID}\ESph{}\PTBRph{}\PLph{}\ITAph{}\DEph{}\NLph{}}
\acro{LF}{Line feed\RU{ (подача строки)} (10 \OrENRU '\textbackslash{}n' \InENRU \CCpp)}
\acro{CR}{Carriage return\RU{ (возврат каретки)} (13 \OrENRU '\textbackslash{}r' \InENRU \CCpp)}
\acro{RFC}{Request for Comments}
\acro{TOS}{Top Of Stack\RU{ (вершина стека)}}
\acro{LVA}{(Java) Local Variable Array\RU{ (массив локальных переменных)}}
\acro{JVM}{Java virtual machine}
\acro{JIT}{Just-in-time compilation}
\acro{EOF}{End of file\RU{ (конец файла)}}
\acro{TBT}{To be translated} % temporary...
\end{acronym}