summaryrefslogtreecommitdiff
path: root/lib/interception
AgeCommit message (Expand)Author
2016-03-24[asan] Intercept all Heap* related imports from ucrtbase.dllReid Kleckner
2016-03-22[asan] Add ucrtbase.dll to the list of DLLs to interceptReid Kleckner
2016-03-22[asan] Add one more x86 encoding to the interceptor for strrchrReid Kleckner
2016-03-22[asan] Intercept strdup on WindowsReid Kleckner
2016-03-21[asan] Update hotpatch code for VS 2015 memset implementationReid Kleckner
2016-03-05[cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas
2016-01-26Remove autoconf support for building runtime libraries.Chris Bieneman
2015-11-19Tell clang-format that (most) sanitizers are written using Google style guide.Alexey Samsonov
2015-10-29Sanitizer: define WIN32_LEAN_AND_MEANSaleem Abdulrasool
2015-09-22[asan] Versioned interceptor for pthread_create.Evgeniy Stepanov
2015-08-18[windows] Implement GetProcAddress internally to avoid initializing the CRTReid Kleckner
2015-06-19CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas
2015-06-10[CMake] Cleanup add_compiler_rt_object_library to be platform-agnosticChris Bieneman
2015-03-17[ASan/Win] Fix a CHECK failure when an exception is thrown from a callback pa...Timur Iskhodzhanov
2015-03-16[ASan] NFC: Factor out platform-specific interceptorsTimur Iskhodzhanov
2015-02-17Revert "Remove support for building sanitizers from Makefile/autoconf build."Matthias Braun
2015-02-17Remove support for building sanitizers from Makefile/autoconf build.Alexey Samsonov
2014-09-29[sanitizer] Android build cleanup.Evgeniy Stepanov
2014-09-25Add support for intercepting functions from msvcr110.dllEhsan Akhgari
2014-08-25[ASan/Win] Intercept memory allocation functions in the MD CRTTimur Iskhodzhanov
2014-08-22[ASan/Win] Land the trivial bits of -MD RTL support (PR20214)Timur 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
2014-07-14Add support for intercepting thunks of the formEhsan Akhgari
2014-07-10Make sanitizers' interceptors non-weak on FreeBSDViktor Kutuzov
2014-06-02[Sanitizer/interception Win] Break into the debugger on unknown instructionsTimur Iskhodzhanov
2014-06-02[ASan Win] Fix memset interception in DLLsTimur Iskhodzhanov
2014-05-22[ASan/Win] Use the new function interception approach to handle function wrap...Timur Iskhodzhanov
2014-05-16[ASan/Win] Refactor __interception::OverrideFunction a bit, allow the orig_ol...Timur Iskhodzhanov
2014-02-24[sanitizer] Interception macros for sanitizers on FreeBSD; patch by Viktor Ku...Kostya Serebryany
2014-02-18[CMake] Simplify setting compile flag disabling RTTIAlexey Samsonov
2014-01-30Move /FS to SANITIZER_COMMON_CFLAGSTimur Iskhodzhanov
2014-01-30Quick-fix a typoTimur Iskhodzhanov
2014-01-30Add an /FS flag to the lib/interception CMake to make it buildable with VS201...Timur Iskhodzhanov
2014-01-29Add support for more instruction prefixes so we can intercept functions in th...Timur Iskhodzhanov
2013-12-20[msan] Wrap indirect calls to REAL(x) in interceptors.Evgeniy Stepanov
2013-12-05PR16532: work around old GCC bug in interception_type_test.ccAlexey Samsonov
2013-11-12[sanitizer] Avoid needless use of stringification (#symver) in INTERCEPT_FUNC...Evgeniy Stepanov
2013-11-07[ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib Alexander Potapenko
2013-10-16Make some pthread_mutex_* and pthread_cond_* interceptors common.Alexey Samsonov
2013-09-19tsan: fix linking of tsan runtime into dynamic librariesDmitry Vyukov
2013-09-10[ASan] Remove the explicit function prototypes for intercepted functions on W...Timur Iskhodzhanov
2013-09-03tsan: fix linking when -ltsan is passed before -lpthreadDmitry Vyukov
2013-09-03asan: fix android buildDmitry Vyukov
2013-09-02tsan: properly intercept pthread_cond functionsDmitry Vyukov
2013-05-20[libsanitizer] Introduce INTERCEPTOR_WITH_SUFFIX which is to be used for appe...Alexander Potapenko
2013-02-27add Linux syscall wrappers and ThreadLister to sanitizer_commonKostya Serebryany
2013-02-21[ASan] Refactoring: nuke the redundant function declarations in asan_intercep...Alexander Potapenko
2013-02-14[asan] fix x32 build (H.J. Lu)Kostya Serebryany
2013-02-07[sanitizer] OFF_T on Mac is u64.Evgeniy Stepanov