Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
8fc1dca8f700e83657241d1d5206912fed0961df
/
compiler-rt
/
lib
/
interception
/
interception_win.cc
8fc1dca
[compiler-rt] Add more assembly patterns for interception
by Etienne Bergeron
· 9 years ago
e318b83
[asan] Fix interception unittest on Windows64.
by Etienne Bergeron
· 9 years ago
9c2a220
[compiler-rt] Enhance function padding detection for function interception
by Etienne Bergeron
· 9 years ago
ef4b449
fix incorrect constant (from http://reviews.llvm.org/D22111)
by Etienne Bergeron
· 9 years ago
f552567
[compiler-rt] Refactor the interception code on windows.
by Etienne Bergeron
· 9 years ago
31f4672
[compiler-rt] Enhance unittest coverage for lib interception
by Etienne Bergeron
· 9 years ago
cc464d5
[compilter-rt] Add unittests for interception library
by Etienne Bergeron
· 9 years ago
3ac879f
Add missing decoding patterns toRoundUpToInstrBoundary
by Etienne Bergeron
· 9 years ago
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