Displaying 1 result from an estimated 1 matches for "5ab81f52".
2019 Jul 05
2
Allocating shadow tables at the bottom of memory on Linux.
Hello,
I have been working on a llvm instrumentation pass as an exercise to get up
to speed on how llvm operates. I am curious about what the best way would
be to create a shadow table at a fixed address in low memory starting at
0x10000 and extending upwards. I am unclear about the correct approach from
looking at the DataFlowSanitizer since getOrInsertGlobal seems to be used
on a limited number