forked from wangyif2/RE-for-beginners
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
executable file
·28 lines (28 loc) · 1.41 KB
/
ChangeLog
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
Published at 15-March-2013: Initial version.
Published at 3-July-2013: C++ objects, Oracle RDBMS examples.
Published at 10-Aug-2013: ARM CPU, C99 restrict keyword.
Published at 13-Aug-2013: pointers, C++ references.
19-Oct-2013: PE file format.
20-Oct-2013: LD_PRELOAD
29-Oct-2013: Not a quick anymore, but still for beginners.
Changing title to "An introduction to reverse engineering for beginners".
01-Nov-2013: a lot of exercises added.
05-Nov-2013: (exercises) vulnerable toy webserver.
28-Nov-2013: (examples) dongle-protected software for Mac OS Classic and PowerPC
29-Nov-2013: (examples) 1) dongle-protected software for SCO OpenServer; 2) another for MS-DOS
01-Dec-2013: LOCK prefix, critical sections.
09-Dec-2013: REP/REPE/REPNE prefixes, MOVSx, SCASx, STOSx, CMPSx instructions.
12-Dec-2013: Itanium; Profile-guided optimization (Oracle RDBMS example).
29-Dec-2013: C++ ostream, C++ STL std::string.
04-Jan-2014: C++ STL std::list.
05-Jan-2014: C++ STL std::vector, INT3.
10-Jan-2014: C++ STL std::map, std::set
Getting divisor in division by multiplication cases
16-Jan-2014: OpenMP
25-Jan-2014: CRT (win32)
28-Jan-2014: SEH3/4
31-Jan-2014: 64-bit in 32-bit environment
02-Feb-2014: Changing title to shorter "Reverse Engineering for Beginners".
03-Feb-2014: Incorrectly disassembled code examples
05-Feb-2014: Obfuscation
10-Feb-2014: win16 code examples, IDA cheatsheet.