1. 8fc1dca [compiler-rt] Add more assembly patterns for interception by Etienne Bergeron · 9 years ago
  2. e318b83 [asan] Fix interception unittest on Windows64. by Etienne Bergeron · 9 years ago
  3. 9c2a220 [compiler-rt] Enhance function padding detection for function interception by Etienne Bergeron · 9 years ago
  4. ef4b449 fix incorrect constant (from http://reviews.llvm.org/D22111) by Etienne Bergeron · 9 years ago
  5. f552567 [compiler-rt] Refactor the interception code on windows. by Etienne Bergeron · 9 years ago
  6. 31f4672 [compiler-rt] Enhance unittest coverage for lib interception by Etienne Bergeron · 9 years ago
  7. cc464d5 [compilter-rt] Add unittests for interception library by Etienne Bergeron · 9 years ago
  8. 3ac879f Add missing decoding patterns toRoundUpToInstrBoundary by Etienne Bergeron · 9 years ago
  9. 7a1bafd6 This patch attempts to primitive support for Win64 asan by Etienne Bergeron · 9 years ago
  10. 00f3f6e by Etienne Bergeron · 9 years ago
  11. 3b02905 [asan] Intercept all Heap* related imports from ucrtbase.dll by Reid Kleckner · 9 years ago
  12. d83633f [asan] Add ucrtbase.dll to the list of DLLs to intercept by Reid Kleckner · 9 years ago
  13. 2310c65 [asan] Add one more x86 encoding to the interceptor for strrchr by Reid Kleckner · 9 years ago
  14. 23d0fde [asan] Intercept strdup on Windows by Reid Kleckner · 9 years ago
  15. d2f05f5 [asan] Update hotpatch code for VS 2015 memset implementation by Reid Kleckner · 9 years ago
  16. d006c93 Sanitizer: define WIN32_LEAN_AND_MEAN by Saleem Abdulrasool · 10 years ago
  17. d85f701 [windows] Implement GetProcAddress internally to avoid initializing the CRT by Reid Kleckner · 10 years ago
  18. d58230b [ASan/Win] Fix a CHECK failure when an exception is thrown from a callback passed to BindIoCompletionCallback by Timur Iskhodzhanov · 10 years ago
  19. 5bb7234 Add support for intercepting functions from msvcr110.dll by Ehsan Akhgari · 11 years ago
  20. 0a88b25 [ASan/Win] Intercept memory allocation functions in the MD CRT by Timur Iskhodzhanov · 11 years ago
  21. 220ddac [ASan/Win] Land the trivial bits of -MD RTL support (PR20214) by Timur Iskhodzhanov · 11 years ago
  22. 750f1cf [ASan/Win] Remove old, unused and non-functional code that will be re-written soon by Timur Iskhodzhanov · 11 years ago
  23. 911ea4e Add support for intercepting thunks of the form by Ehsan Akhgari · 11 years ago
  24. cbee13e [Sanitizer/interception Win] Break into the debugger on unknown instructions by Timur Iskhodzhanov · 11 years ago
  25. 51fadc3 [ASan Win] Fix memset interception in DLLs by Timur Iskhodzhanov · 11 years ago
  26. 37c00b4 [ASan/Win] Refactor __interception::OverrideFunction a bit, allow the orig_old_func parameter to be zero by Timur Iskhodzhanov · 11 years ago
  27. 50672ac Add support for more instruction prefixes so we can intercept functions in the VS2013 RTL by Timur Iskhodzhanov · 11 years ago
  28. 2e62a9a [Sanitizer] fix windows build by Alexey Samsonov · 13 years ago
  29. 9d742950 Follow-up for r161168 for Windows by Alexey Samsonov · 13 years ago
  30. 1dd4c60 [asan] move lib/asan/interception to lib/interception so that other tools (e.g. tsan) can use it by Kostya Serebryany · 13 years ago[Renamed from compiler-rt/lib/asan/interception/interception_win.cc]
  31. 2f48b87 [ASan] Add back the support for /MT; intercept statically-linked functions by Timur Iskhodzhanov · 13 years ago
  32. 36d297d [ASan] Intercept functions on Windows - first version by Timur Iskhodzhanov · 13 years ago