summaryrefslogtreecommitdiff
path: root/lib/interception
Commit message (Expand)AuthorAgeFilesLines
...
* fix incorrect constant (from http://reviews.llvm.org/D22111)Etienne Bergeron2016-07-121-1/+1
* missing modifications for http://reviews.llvm.org/D21952Etienne Bergeron2016-07-111-1/+2
* [compiler-rt] Refactor the interception code on windows.Etienne Bergeron2016-07-113-340/+1079
* remove empty linesEtienne Bergeron2016-07-111-2/+0
* [compiler-rt] Enhance unittest coverage for lib interceptionEtienne Bergeron2016-07-072-24/+127
* Fix cmake generation on Apple for interception unittestsEtienne Bergeron2016-07-061-2/+0
* [compiler-rt] Disable interception tests on AppleEtienne Bergeron2016-07-061-3/+1
* [compilter-rt] Add unittests for interception libraryEtienne Bergeron2016-07-066-1/+382
* Add missing decoding patterns toRoundUpToInstrBoundaryEtienne Bergeron2016-06-201-0/+16
* This patch attempts to primitive support for Win64 asanEtienne Bergeron2016-06-061-26/+147
* This patch is activating the build of Asan on Windows 64-bits.Etienne Bergeron2016-05-271-3/+14
* [asan] Intercept all Heap* related imports from ucrtbase.dllReid Kleckner2016-03-242-8/+86
* [asan] Add ucrtbase.dll to the list of DLLs to interceptReid Kleckner2016-03-221-0/+1
* [asan] Add one more x86 encoding to the interceptor for strrchrReid Kleckner2016-03-221-0/+1
* [asan] Intercept strdup on WindowsReid Kleckner2016-03-221-1/+4
* [asan] Update hotpatch code for VS 2015 memset implementationReid Kleckner2016-03-211-0/+5
* [cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas2016-03-051-1/+1
* Remove autoconf support for building runtime libraries.Chris Bieneman2016-01-261-23/+0
* Tell clang-format that (most) sanitizers are written using Google style guide.Alexey Samsonov2015-11-191-0/+1
* Sanitizer: define WIN32_LEAN_AND_MEANSaleem Abdulrasool2015-10-291-0/+1
* [asan] Versioned interceptor for pthread_create.Evgeniy Stepanov2015-09-221-5/+5
* [windows] Implement GetProcAddress internally to avoid initializing the CRTReid Kleckner2015-08-182-4/+59
* CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas2015-06-191-1/+1
* [CMake] Cleanup add_compiler_rt_object_library to be platform-agnosticChris Bieneman2015-06-101-15/+5
* [ASan/Win] Fix a CHECK failure when an exception is thrown from a callback pa...Timur Iskhodzhanov2015-03-171-4/+9
* [ASan] NFC: Factor out platform-specific interceptorsTimur Iskhodzhanov2015-03-161-1/+0
* Revert "Remove support for building sanitizers from Makefile/autoconf build."Matthias Braun2015-02-171-0/+23
* Remove support for building sanitizers from Makefile/autoconf build.Alexey Samsonov2015-02-171-23/+0
* [sanitizer] Android build cleanup.Evgeniy Stepanov2014-09-291-4/+0
* 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-252-11/+44
* [ASan/Win] Land the trivial bits of -MD RTL support (PR20214)Timur Iskhodzhanov2014-08-222-9/+4
* [ASan/Win] Remove one more reference to __interception::GetRealFunctionAddres...Timur Iskhodzhanov2014-08-151-3/+1
* [ASan/Win] Remove old, unused and non-functional code that will be re-written...Timur Iskhodzhanov2014-08-152-16/+0
* Add support for intercepting thunks of the formEhsan Akhgari2014-07-141-0/+1
* Make sanitizers' interceptors non-weak on FreeBSDViktor Kutuzov2014-07-101-0/+10
* [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] Use the new function interception approach to handle function wrap...Timur Iskhodzhanov2014-05-221-3/+3
* [ASan/Win] Refactor __interception::OverrideFunction a bit, allow the orig_ol...Timur Iskhodzhanov2014-05-161-49/+72
* [sanitizer] Interception macros for sanitizers on FreeBSD; patch by Viktor Ku...Kostya Serebryany2014-02-243-13/+14
* [CMake] Simplify setting compile flag disabling RTTIAlexey Samsonov2014-02-181-9/+2
* Move /FS to SANITIZER_COMMON_CFLAGSTimur Iskhodzhanov2014-01-301-1/+1
* Quick-fix a typoTimur Iskhodzhanov2014-01-301-1/+1
* Add an /FS flag to the lib/interception CMake to make it buildable with VS201...Timur Iskhodzhanov2014-01-301-1/+9
* Add support for more instruction prefixes so we can intercept functions in th...Timur Iskhodzhanov2014-01-291-0/+22
* [msan] Wrap indirect calls to REAL(x) in interceptors.Evgeniy Stepanov2013-12-201-5/+5
* PR16532: work around old GCC bug in interception_type_test.ccAlexey Samsonov2013-12-051-6/+6
* [sanitizer] Avoid needless use of stringification (#symver) in INTERCEPT_FUNC...Evgeniy Stepanov2013-11-121-1/+1
* [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib Alexander Potapenko2013-11-071-4/+6