Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [asan] Intercept all Heap* related imports from ucrtbase.dll | Reid Kleckner | 2016-03-24 | 1 | -0/+13 |
* | [windows] Implement GetProcAddress internally to avoid initializing the CRT | Reid Kleckner | 2015-08-18 | 1 | -0/+4 |
* | [ASan/Win] Intercept memory allocation functions in the MD CRT | Timur Iskhodzhanov | 2014-08-25 | 1 | -11/+17 |
* | [ASan/Win] Remove one more reference to __interception::GetRealFunctionAddres... | Timur Iskhodzhanov | 2014-08-15 | 1 | -3/+1 |
* | [ASan/Win] Remove old, unused and non-functional code that will be re-written... | Timur Iskhodzhanov | 2014-08-15 | 1 | -2/+0 |
* | Make some pthread_mutex_* and pthread_cond_* interceptors common. | Alexey Samsonov | 2013-10-16 | 1 | -0/+3 |
* | Follow-up for r161168 for Windows | Alexey Samsonov | 2012-08-02 | 1 | -5/+8 |
* | [asan] move lib/asan/interception to lib/interception so that other tools (e.... | Kostya Serebryany | 2012-05-15 | 1 | -0/+42 |