blob: 5c65565f168ff95ecc063e0a34ef8c913b65398b (
plain)
1
2
3
4
5
6
|
Does all `libc`s and compilers (and compiler options) support calling
and being called by code in `mmap`ed areas?
Couldn't this create problems with instrumented builds?
For example, this one, with cross-DSO support enabled:
https://clang.llvm.org/docs/ControlFlowIntegrityDesign.html
|