forked from wangyif2/RE-for-beginners
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathacro_EN.tex
19 lines (19 loc) · 856 Bytes
/
acro_EN.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\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}
\acro{PID}{Program/process ID}
\acro{LF}{Line Feed (10 or '\textbackslash{}n' in \CCpp)}
\acro{CR}{Carriage Return (13 or '\textbackslash{}r' in \CCpp)}
\acro{LIFO}{Last In First Out}
\acro{MSB}{Most Significant Bit} % NOT BYTE!
\acro{LSB}{Least Significant Bit} % NOT BYTE!
\acro{NSA}{National Security Agency}
\acro{CFB}{Cipher Feedback}
\acro{CSPRNG}{Cryptographically Secure Pseudorandom Number Generator}
\acro{ABI}{Application Binary Interface}
\acro{PC}{Program Counter. IP/EIP/RIP in x86/64. PC in ARM.}
\acro{SP}{\gls{stack pointer}. SP/ESP/RSP in x86/x64. SP in ARM.}