Scott Constable

Results 4 comments of Scott Constable

Hi @yota9 ! Thank you for the prompt response. I was considering either (a) inserting the new TLS symbol with BOLT, or (b) defining the new TSL symbol in the...

@yota9 your analysis above was perfect. I added just 2 LoC into `discoverFileObjects`: 1. I changed the `isSymbolInMemory` functor to return `true` if the symbol belongs to TLS. 2. I...

Thanks @yota9. I am now able to get the TLS offset in my pass by doing the following: ``` const BinaryData *CounterBD = BC.getBinaryDataByName("__basic_blocks"); uint64_t CounterOffset = CounterBD->getAddress(); ``` I...

Any chance that this could be merged in? It would be a useful feature.