summaryrefslogtreecommitdiff
path: root/lib/asan/asan_win_dll_thunk.cc
AgeCommit message (Expand)Author
2017-06-29Fix WinASan after moving wcslen interceptor to sanitizer_commonReid Kleckner
2017-03-23Add strtok interceptor for ASAN for Windows.Alex Shlyapnikov
2017-02-15[compiler-rt][asan|win] Fix ASAN exception handler missing importEtienne Bergeron
2017-02-02[sanitizer] Intercept weak functions in dll_thunks.Marcos Pividori
2017-02-02[sanitizer] Split dll_thunks into different sanitizers.Marcos Pividori
2017-01-31[sanitizer] Define as weak, functions that are declared as weak.Marcos Pividori
2017-01-29General definition for weak functionsMarcos Pividori
2017-01-20[sanitizer] [asan] Use macros to simplify weak aliases on Windows.Marcos Pividori
2016-12-13Add DLL thunks for new sancov APIs to fix Windows testsReid Kleckner
2016-12-05[sanitizers] __sanitizer_get_module_and_offset_for_pc interface functionMike Aizatsky
2016-11-17[asan] Create a .ASAN$G(A-Z) section for global registrationReid Kleckner
2016-11-15Allow users to call ASan's deadly exception report mechanismReid Kleckner
2016-11-15[asan] Reduce prototype duplication with decltypeReid Kleckner
2016-11-09Pacify lint checkJonas Hahnfeld
2016-11-08[asan/win] Add init hooks to .CRT$XLABReid Kleckner
2016-10-12Follow up to r283955: add _recalloc_base dll thunkReid Kleckner
2016-10-04[sanitizer-coverage] remove stale code, second attempt after failed r282994Kostya Serebryany
2016-09-30[compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron
2016-09-21revert 282085, 281909, they broke 32-bit dynamic ASan and the sanitizer-windo...Nico Weber
2016-09-19[compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron
2016-09-19[sanitizer] rename __sanitizer_symbolize_data to __sanitizer_symbolize_global...Kostya Serebryany
2016-09-19[sanitizer] add __sanitizer_symbolize_data (can only print the names of the g...Kostya Serebryany
2016-09-16Remove undefined weak hooks from dll thunk export list to really fix windows ...Reid Kleckner
2016-09-15[asan] provide dummy implementations for __sanitizer_cov_trace_pc_*Kostya Serebryany
2016-09-15[sanitizer] Fixup: Do not introduce __sanitizer namespace globallyAnna Zaks
2016-09-15Really fix the Windows sanitizer buildReid Kleckner
2016-09-14[asan] fix windowsKostya Serebryany
2016-09-01Fix dll_host.cc test after adding div and gep trace coverage pointsReid Kleckner
2016-08-29[asan] Remove runtime flag detect_stack_use_after_scopeVitaly Buka
2016-08-25[asan] fix windows botKostya Serebryany
2016-08-18[asan] trying to fix the windows botKostya Serebryany
2016-08-18[asan] Add __asan_set_shadow_*Vitaly Buka
2016-08-05[sanitizers] trace buffer API to use user-allocated buffer.Mike Aizatsky
2016-08-01[compiler-rt] Fix various typos in asan dll [NFC]Etienne Bergeron
2016-07-19Add detect_stack_use_after_scope runtime flagVitaly Buka
2016-07-15[compiler-rt] Fix 64-bits exception handlers in ASAN 64-bits runtimeEtienne Bergeron
2016-07-14[asan] Avoid hooking memchr() on Windows64Etienne Bergeron
2016-06-21Fix asan_win_dll_thunk.cc testDmitry Vyukov
2016-06-16[sanitizers] introduce yet another API function: __sanitizer_install_malloc_a...Kostya Serebryany
2016-05-30Update asan_win_dll_thunk.cc to fix the windows buildbot.Benjamin Kramer
2016-03-22[asan] Intercept strdup on WindowsReid Kleckner
2016-03-21[asan] Add new _*_base interceptors for VS 2015Reid Kleckner
2016-03-21[asan] Add strrchr to asan_win_dll_thunk.Evgeniy Stepanov
2016-01-05[sancov] adding internal functionMike Aizatsky
2015-12-04[ASan] Fix the links to bugs and wikipages.Alexander Potapenko
2015-11-11[Windows] Add exports for dll_host test broken by r252071 and r251071Reid Kleckner
2015-11-06[ASan] Add two new functions to DLL thunk.Alexey Samsonov
2015-08-18[windows] Implement GetProcAddress internally to avoid initializing the CRTReid Kleckner
2015-07-31[libFuzzer] prepare for __sanitizer_cov_trace_switch in libFuzzer and sanitiz...Kostya Serebryany
2015-07-23[asan] Trying to make peace with the Windows bots, take 2Kuba Brecka