mirror of
https://github.com/h3xduck/TripleCross.git
synced 2026-01-01 14:03:08 +08:00
Finished tracing programs part
This commit is contained in:
@@ -414,6 +414,36 @@ AMD64 Architecture Processor Supplement},
|
||||
pages={148},
|
||||
date={2018-01-28},
|
||||
url={https://raw.githubusercontent.com/wiki/hjl-tools/x86-psABI/x86-64-psABI-1.0.pdf}
|
||||
},
|
||||
|
||||
@proceedings{ebpf_friends_p15,
|
||||
institution = {Datadog},
|
||||
author = {Guillaume Fournier, Sylvain Afchainthe},
|
||||
organization= {DEFCON 29},
|
||||
eventtitle = {Cyber Threats 2021: A year in Retrospect},
|
||||
url = {https://media.defcon.org/DEF%20CON%2029/DEF%20CON%2029%20presentations/Guillaume%20Fournier%20Sylvain%20Afchain%20Sylvain%20Baubeau%20-%20eBPF%2C%20I%20thought%20we%20were%20friends.pdf},
|
||||
pages={15}
|
||||
},
|
||||
|
||||
@online{ebpf_override_return,
|
||||
title={BPF-based error injection for the kernel},
|
||||
url={https://lwn.net/Articles/740146/}
|
||||
},
|
||||
|
||||
@online{code_kernel_open,
|
||||
indextitle={Linux kernel source code},
|
||||
url={https://elixir.bootlin.com/linux/v5.11/source/fs/open.c#L1192}
|
||||
},
|
||||
|
||||
@online{code_kernel_open,
|
||||
indextitle={Linux kernel source code},
|
||||
url={https://elixir.bootlin.com/linux/v5.11/source/include/linux/syscalls.h#L233}
|
||||
},
|
||||
|
||||
@online{fault_injection,
|
||||
title={},
|
||||
url={https://lwn.net/Articles/209257/},
|
||||
date={2006-11-04}
|
||||
}
|
||||
|
||||
|
||||
@@ -421,4 +451,3 @@ AMD64 Architecture Processor Supplement},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user