forked from wangyif2/RE-for-beginners
-
Notifications
You must be signed in to change notification settings - Fork 1
/
articles.bib
145 lines (133 loc) · 3.88 KB
/
articles.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
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
@article{Ritchie:1993:DCL:155360.155580,
author = {Ritchie, Dennis M.},
title = {The development of the C language},
journal = {SIGPLAN Not.},
issue_date = {March 1993},
volume = {28},
number = {3},
month = mar,
year = {1993},
issn = {0362-1340},
pages = {201--208},
numpages = {8},
url = {http://go.yurichev.com/17297},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17264}",
doi = {10.1145/155360.155580},
acmid = {155580},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{Loh:2010:IHP:1810226.1820518,
author = {Loh, Eugene},
title = {The Ideal HPC Programming Language},
journal = {Queue},
issue_date = {June 2010},
volume = {8},
number = {6},
month = jun,
year = {2010},
issn = {1542-7730},
pages = {30:30--30:38},
articleno = {30},
numpages = {9},
url = {http://go.yurichev.com/17298},
doi = {10.1145/1810226.1820518},
acmid = {1820518},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{Itanium,
author = {Mike Burrell},
title = {Writing Effcient Itanium 2 Assembly Code},
issue_date = {October 12, 2010},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17265}",
}
@article{PhrackItanium,
author = {papasutra of haquebright},
title = {WRITING SHELLCODE FOR IA-64},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17340}",
}
@article{Phrack4914,
author = {Aleph One},
title = {Smashing The Stack For Fun And Profit},
journal = {Phrack},
issue_date = {08/11/1996},
year = {1996},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17266}",
}
@article{Phrack3C0A,
author = {blexim},
title = {Basic Integer Overflows},
journal = {Phrack},
issue_date = {28/12/2002},
year = {2002},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17267}",
}
%FIXME: characters in the title are lowering?!
@article{Rockey,
author = {Dennis Yurichev},
title = {Finding unknown algorithm using only input/output pairs and Z3 SMT solver},
year = {2012},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17268}",
}
@article{MOV_is_TM,
author = {Stephen Dolan},
title = {mov is Turing-complete},
year = {2013},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17269}",
}
@article{Ritchie74,
author = {D. M. Ritchie and K. Thompson},
title = {The UNIX Time Sharing System},
year = {1974},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17270}",
}
@article{Ritchie79,
author = {Dennis M. Ritchie},
title = {The Evolution of the Unix Time-sharing System},
year = {1979},
}
@article{Dijkstra:1968:LEG:362929.362947,
author = {Dijkstra, Edsger W.},
title = {Letters to the editor: go to statement considered harmful},
journal = {Commun. ACM},
issue_date = {March 1968},
volume = {11},
number = {3},
month = mar,
year = {1968},
issn = {0001-0782},
pages = {147--148},
numpages = {2},
url = {http://go.yurichev.com/17299},
doi = {10.1145/362929.362947},
acmid = {362947},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {alternative clause, branch instruction, conditional clause, go to statement, jump instruction, program intelligibility, program sequencing, repetitive clause},
}
@article{Knuth:1974:SPG:356635.356640,
author = {Knuth, Donald E.},
title = {Structured Programming with go to Statements},
journal = {ACM Comput. Surv.},
issue_date = {Dec. 1974},
volume = {6},
number = {4},
month = dec,
year = {1974},
issn = {0360-0300},
pages = {261--301},
numpages = {41},
url = {http://go.yurichev.com/17300},
doi = {10.1145/356635.356640},
acmid = {356640},
publisher = {ACM},
address = {New York, NY, USA},
note = "Also available as \url{http://go.yurichev.com/17271}",
}
@article{DrepperTLS,
author = {Ulrich Drepper},
title = {ELF Handling For Thread-Local Storage},
year = {2013},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17272}",
}