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