2018-07-31 12:27:12 +02:00
|
|
|
@manual{dwarf5std,
|
|
|
|
title = {DWARF Debugging Information Format version 5},
|
|
|
|
organization = {DWARF Debugging Information Format Committee},
|
|
|
|
author = {DWARF5},
|
|
|
|
url = {http://dwarfstd.org},
|
|
|
|
year = {2017},
|
|
|
|
}
|
|
|
|
|
|
|
|
@manual{c11std,
|
|
|
|
title = {ISO/IEC 9899:2011},
|
|
|
|
organization = {International Organization for Standardization},
|
|
|
|
author = {C11},
|
|
|
|
}
|
2018-07-31 19:39:03 +02:00
|
|
|
|
2018-08-04 01:28:14 +02:00
|
|
|
@manual{systemVabi,
|
|
|
|
title = {System V Application Binary Interface, AMD64
|
|
|
|
architecture},
|
|
|
|
url = {https://software.intel.com/sites/default/files/article/402129/mpx-linux64-abi.pdf},
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2018-07-31 19:39:03 +02:00
|
|
|
@online{libunwind,
|
|
|
|
title = {Libunwind webpage},
|
|
|
|
url = {http://www.nongnu.org/libunwind/},
|
|
|
|
}
|
2018-08-03 17:36:57 +02:00
|
|
|
|
|
|
|
@inproceedings{oakley2011exploiting,
|
|
|
|
title={Exploiting the Hard-Working DWARF: Trojan and Exploit Techniques with No Native Executable Code.},
|
|
|
|
author={Oakley, James and Bratus, Sergey},
|
|
|
|
booktitle={WOOT},
|
|
|
|
pages={91--102},
|
|
|
|
year={2011}
|
|
|
|
}
|
|
|
|
|
2018-08-04 13:33:00 +02:00
|
|
|
@article{dinechin2000exn,
|
|
|
|
title={C++ exception handling},
|
|
|
|
author={De Dinechin, Christophe},
|
|
|
|
journal={IEEE Concurrency},
|
|
|
|
volume={8},
|
|
|
|
number={4},
|
|
|
|
pages={72--79},
|
|
|
|
year={2000},
|
|
|
|
publisher={IEEE}
|
|
|
|
}
|
|
|
|
|
|
|
|
@online{niditoexn,
|
|
|
|
title={Exceptions in C with Longjmp and Setjmp},
|
|
|
|
author={Nidito, Francesco},
|
|
|
|
url={https://www.di.unipi.it/~nids/docs/longjump_try_trow_catch.html},
|
|
|
|
urldate={2018-08-04}
|
|
|
|
}
|
|
|
|
|