bibliography.bib 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. @article{ConfusedDeputy,
  2. author = {Norm Hardy},
  3. title = {The Confused Deputy
  4. (or why capabilities might have been invented)},
  5. journal = {ACM SIGOPS Operating Systems Review},
  6. number = {},
  7. month = {octobre},
  8. year = {1988}
  9. }
  10. @misc{ObjectsAsCaps,
  11. author = {Joe Duffy},
  12. title = {Objects as Secure Capabilities},
  13. howpublished =
  14. {\url{http://joeduffyblog.com/2015/11/10/objects-as-secure-capabilities/}},
  15. note = {Dernier accès: 2018-09-12},
  16. month = {novembre},
  17. year = {2015}
  18. }
  19. @misc{JRabetBrowserSecurity,
  20. author = {Jordan Rabet},
  21. title = {Browser Security Beyond Sandboxing},
  22. howpublished = {\url{https://www.youtube.com/watch?v=sheeWKC6CuM}},
  23. journal = {BlueHat IL Conferences},
  24. year = {2018}
  25. }
  26. @misc{WindowsFastTCPLoopback,
  27. author = {Ed Briggs},
  28. title = {Fast TCP Loopback Performance and Low Latency with Windows Server 2012 TCP Loopback Fast Path},
  29. howpublished =
  30. {\url{https://blogs.technet.microsoft.com/wincat/2012/12/05/fast-tcp-loopback-performance-and-low-latency-with-windows-server-2012-tcp-loopback-fast-path/}},
  31. month = {decembre},
  32. year = {2012},
  33. note = {Dernier accès: 2018-09-12}
  34. }
  35. @misc{ISCWindowsACL,
  36. title = {Windows Access Control List (ACL) 1},
  37. howpublished =
  38. {\url{https://www.installsetupconfig.com/win32programming/accesscontrollistacl1.html}},
  39. note = {Dernier accès: 2018-09-12}
  40. }
  41. @misc{BEP35,
  42. title = {BEP 35, Torrent Signing},
  43. author = {Chris Brown},
  44. howpublished =
  45. {\url{http://www.bittorrent.org/beps/bep_0035.html}}
  46. }
  47. @misc{SSLlibtorrent,
  48. title = {BitTorrent over SSL},
  49. author = {arvid},
  50. howpublished =
  51. {\url{https://blog.libtorrent.org/2012/01/bittorrent-over-ssl/}},
  52. month = {janvier},
  53. year = {2012}
  54. }
  55. @book{Lengyel:2011:MGP:2031513,
  56. author = {Lengyel, Eric},
  57. title = {Mathematics for 3D Game Programming and Computer Graphics, Third Edition},
  58. year = {2011},
  59. isbn = {1435458869, 9781435458864},
  60. edition = {3rd},
  61. publisher = {Course Technology Press},
  62. address = {Boston, MA, United States},
  63. }
  64. @inproceedings{Felt:2011:PRA:2028067.2028089,
  65. author = {Felt, Adrienne Porter and Wang, Helen J. and Moshchuk, Alexander and Hanna, Steven and Chin, Erika},
  66. title = {Permission Re-delegation: Attacks and Defenses},
  67. booktitle = {Proceedings of the 20th USENIX Conference on Security},
  68. series = {SEC'11},
  69. year = {2011},
  70. location = {San Francisco, CA},
  71. pages = {22--22},
  72. numpages = {1},
  73. url = {http://dl.acm.org/citation.cfm?id=2028067.2028089},
  74. acmid = {2028089},
  75. publisher = {USENIX Association},
  76. address = {Berkeley, CA, USA},
  77. }
  78. @inproceedings{ComparingIPCLinux,
  79. author = {Mrs. S.Krishnaveni and Ms D. Ruby},
  80. title = {Comparing and Evaluating the Performance of Inter Process
  81. Communicaiton Models in Linux Environment},
  82. journal={International Journal of Trend in Research and Development
  83. (IJTRD)}
  84. }
  85. @article{keetch2009practicalsandboxing,
  86. title={Practical Sandboxing on the Windows Platform},
  87. author={Keetch, Tom},
  88. year={2009}
  89. }
  90. @misc{JForshawPrivEscal,
  91. author = {James Forshaw},
  92. title = {Introduction to Logical Privilege Escalation on Windows},
  93. howpublished =
  94. {\url{https://conference.hitb.org/hitbsecconf2017ams/materials/D2T3%20-%20James%20Forshaw%20-%20Introduction%20to%20Logical%20Privilege%20Escalation%20on%20Windows.pdf}}
  95. }
  96. @book{Karayanis:2005:MOG:1051376,
  97. author = {Karayanis, Catherine},
  98. title = {More OpenGL Game Programming},
  99. year = {2005},
  100. isbn = {1592008305},
  101. publisher = {Muska \& Lipman/Premier-Trade},
  102. }
  103. @misc{GoogleProjectZero,
  104. author = {Google},
  105. title = {Project Zero},
  106. howpublished = {\url{https://googleprojectzero.blogspot.com/}}
  107. }
  108. @misc{GstreamerSecuIssue,
  109. author = {Hanno Böck},
  110. title = {GStreamer and the state of Linux desktop security},
  111. howpublished = {\url{https://lwn.net/Articles/707846/}}
  112. }