summaryrefslogtreecommitdiff
path: root/lib/interception/interception_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Sanitizer: define WIN32_LEAN_AND_MEANSaleem Abdulrasool2015-10-291-0/+1
* [windows] Implement GetProcAddress internally to avoid initializing the CRTReid Kleckner2015-08-181-4/+55
* [ASan/Win] Fix a CHECK failure when an exception is thrown from a callback pa...Timur Iskhodzhanov2015-03-171-4/+9
* Add support for intercepting functions from msvcr110.dllEhsan Akhgari2014-09-251-1/+4
* [ASan/Win] Intercept memory allocation functions in the MD CRTTimur Iskhodzhanov2014-08-251-0/+27
* [ASan/Win] Land the trivial bits of -MD RTL support (PR20214)Timur Iskhodzhanov2014-08-221-0/+1
* [ASan/Win] Remove old, unused and non-functional code that will be re-written...Timur Iskhodzhanov2014-08-151-14/+0
* Add support for intercepting thunks of the formEhsan Akhgari2014-07-141-0/+1
* [Sanitizer/interception Win] Break into the debugger on unknown instructionsTimur Iskhodzhanov2014-06-021-1/+2
* [ASan Win] Fix memset interception in DLLsTimur Iskhodzhanov2014-06-021-0/+1
* [ASan/Win] Refactor __interception::OverrideFunction a bit, allow the orig_ol...Timur Iskhodzhanov2014-05-161-49/+72
* Add support for more instruction prefixes so we can intercept functions in th...Timur Iskhodzhanov2014-01-291-0/+22
* [Sanitizer] fix windows buildAlexey Samsonov2012-08-021-1/+1
* Follow-up for r161168 for WindowsAlexey Samsonov2012-08-021-8/+10
* [asan] move lib/asan/interception to lib/interception so that other tools (e....Kostya Serebryany2012-05-151-0/+149