forked from wangyif2/RE-for-beginners
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmisc.bib
52 lines (46 loc) · 1.49 KB
/
misc.bib
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
@misc{ParashiftCPPFAQ,
author = {Marshall Cline},
title = {C++ FAQ},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17291}",
}
@article{Pietrek1,
author = {Matt Pietrek},
title = {An In-Depth Look into the Win32 Portable Executable File Format},
journal = {MSDN magazine},
issue_date = {March 2002},
month = march,
year = {2002},
url = {http://go.yurichev.com/17318},
publisher = {Microsoft Press},
}
@article{PietrekSEH,
author = {Matt Pietrek},
title = {A Crash Course on the Depths of Win32\texttrademark{} Structured Exception Handling},
journal = {MSDN magazine},
issue_date = {January 1997},
url = {http://go.yurichev.com/17293},
publisher = {Microsoft Press},
}
@misc{RalfBrown,
author = {Ralf Brown},
title = {The x86 Interrupt List},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17292}",
}
@misc{IgorSkochinsky,
author = {Igor Skochinsky},
title = {Compiler Internals: Exceptions and RTTI},
year = {2012},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17294}",
}
@misc{SysVABI,
author = {Michael Matz / Jan Hubicka / Andreas Jaeger / Mark Mitchell},
title = {System V Application Binary Interface. AMD64 Architecture Processor Supplement},
year = {2013},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17295}",
}
@misc{DrepperMemory,
author = {Ulrich Drepper},
title = {What Every Programmer Should Know About Memory},
year = {2007},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17341}",
}