1. 7a1bafd6 This patch attempts to primitive support for Win64 asan by Etienne Bergeron · 9 years ago
  2. 00f3f6e by Etienne Bergeron · 9 years ago
  3. 3b02905 [asan] Intercept all Heap* related imports from ucrtbase.dll by Reid Kleckner · 9 years ago
  4. d83633f [asan] Add ucrtbase.dll to the list of DLLs to intercept by Reid Kleckner · 9 years ago
  5. 2310c65 [asan] Add one more x86 encoding to the interceptor for strrchr by Reid Kleckner · 9 years ago
  6. 23d0fde [asan] Intercept strdup on Windows by Reid Kleckner · 9 years ago
  7. d2f05f5 [asan] Update hotpatch code for VS 2015 memset implementation by Reid Kleckner · 9 years ago
  8. d006c93 Sanitizer: define WIN32_LEAN_AND_MEAN by Saleem Abdulrasool · 10 years ago
  9. d85f701 [windows] Implement GetProcAddress internally to avoid initializing the CRT by Reid Kleckner · 10 years ago
  10. d58230b [ASan/Win] Fix a CHECK failure when an exception is thrown from a callback passed to BindIoCompletionCallback by Timur Iskhodzhanov · 10 years ago
  11. 5bb7234 Add support for intercepting functions from msvcr110.dll by Ehsan Akhgari · 11 years ago
  12. 0a88b25 [ASan/Win] Intercept memory allocation functions in the MD CRT by Timur Iskhodzhanov · 11 years ago
  13. 220ddac [ASan/Win] Land the trivial bits of -MD RTL support (PR20214) by Timur Iskhodzhanov · 11 years ago
  14. 750f1cf [ASan/Win] Remove old, unused and non-functional code that will be re-written soon by Timur Iskhodzhanov · 11 years ago
  15. 911ea4e Add support for intercepting thunks of the form by Ehsan Akhgari · 11 years ago
  16. cbee13e [Sanitizer/interception Win] Break into the debugger on unknown instructions by Timur Iskhodzhanov · 11 years ago
  17. 51fadc3 [ASan Win] Fix memset interception in DLLs by Timur Iskhodzhanov · 11 years ago
  18. 37c00b4 [ASan/Win] Refactor __interception::OverrideFunction a bit, allow the orig_old_func parameter to be zero by Timur Iskhodzhanov · 11 years ago
  19. 50672ac Add support for more instruction prefixes so we can intercept functions in the VS2013 RTL by Timur Iskhodzhanov · 11 years ago
  20. 2e62a9a [Sanitizer] fix windows build by Alexey Samsonov · 13 years ago
  21. 9d742950 Follow-up for r161168 for Windows by Alexey Samsonov · 13 years ago
  22. 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]
  23. 2f48b87 [ASan] Add back the support for /MT; intercept statically-linked functions by Timur Iskhodzhanov · 13 years ago
  24. 36d297d [ASan] Intercept functions on Windows - first version by Timur Iskhodzhanov · 13 years ago