summaryrefslogtreecommitdiff
path: root/lib/interception/interception_win.h
AgeCommit message (Expand)Author
2017-12-06[Sanitizers] Use SANITIZER_* macros in lib/interceptionKamil Rytarowski
2016-07-11[compiler-rt] Refactor the interception code on windows.Etienne Bergeron
2016-03-24[asan] Intercept all Heap* related imports from ucrtbase.dllReid Kleckner
2015-08-18[windows] Implement GetProcAddress internally to avoid initializing the CRTReid Kleckner
2014-08-25[ASan/Win] Intercept memory allocation functions in the MD CRTTimur Iskhodzhanov
2014-08-15[ASan/Win] Remove one more reference to __interception::GetRealFunctionAddres...Timur Iskhodzhanov
2014-08-15[ASan/Win] Remove old, unused and non-functional code that will be re-written...Timur Iskhodzhanov
2013-10-16Make some pthread_mutex_* and pthread_cond_* interceptors common.Alexey Samsonov
2012-08-02Follow-up for r161168 for WindowsAlexey Samsonov
2012-05-15[asan] move lib/asan/interception to lib/interception so that other tools (e....Kostya Serebryany