index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
interception
/
interception_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
This patch attempts to primitive support for Win64 asan
Etienne Bergeron
2016-06-06
1
-26
/
+147
*
This patch is activating the build of Asan on Windows 64-bits.
Etienne Bergeron
2016-05-27
1
-3
/
+14
*
[asan] Intercept all Heap* related imports from ucrtbase.dll
Reid Kleckner
2016-03-24
1
-8
/
+73
*
[asan] Add ucrtbase.dll to the list of DLLs to intercept
Reid Kleckner
2016-03-22
1
-0
/
+1
*
[asan] Add one more x86 encoding to the interceptor for strrchr
Reid Kleckner
2016-03-22
1
-0
/
+1
*
[asan] Intercept strdup on Windows
Reid Kleckner
2016-03-22
1
-1
/
+4
*
[asan] Update hotpatch code for VS 2015 memset implementation
Reid Kleckner
2016-03-21
1
-0
/
+5
*
Sanitizer: define WIN32_LEAN_AND_MEAN
Saleem Abdulrasool
2015-10-29
1
-0
/
+1
*
[windows] Implement GetProcAddress internally to avoid initializing the CRT
Reid Kleckner
2015-08-18
1
-4
/
+55
*
[ASan/Win] Fix a CHECK failure when an exception is thrown from a callback pa...
Timur Iskhodzhanov
2015-03-17
1
-4
/
+9
*
Add support for intercepting functions from msvcr110.dll
Ehsan Akhgari
2014-09-25
1
-1
/
+4
*
[ASan/Win] Intercept memory allocation functions in the MD CRT
Timur Iskhodzhanov
2014-08-25
1
-0
/
+27
*
[ASan/Win] Land the trivial bits of -MD RTL support (PR20214)
Timur Iskhodzhanov
2014-08-22
1
-0
/
+1
*
[ASan/Win] Remove old, unused and non-functional code that will be re-written...
Timur Iskhodzhanov
2014-08-15
1
-14
/
+0
*
Add support for intercepting thunks of the form
Ehsan Akhgari
2014-07-14
1
-0
/
+1
*
[Sanitizer/interception Win] Break into the debugger on unknown instructions
Timur Iskhodzhanov
2014-06-02
1
-1
/
+2
*
[ASan Win] Fix memset interception in DLLs
Timur Iskhodzhanov
2014-06-02
1
-0
/
+1
*
[ASan/Win] Refactor __interception::OverrideFunction a bit, allow the orig_ol...
Timur Iskhodzhanov
2014-05-16
1
-49
/
+72
*
Add support for more instruction prefixes so we can intercept functions in th...
Timur Iskhodzhanov
2014-01-29
1
-0
/
+22
*
[Sanitizer] fix windows build
Alexey Samsonov
2012-08-02
1
-1
/
+1
*
Follow-up for r161168 for Windows
Alexey Samsonov
2012-08-02
1
-8
/
+10
*
[asan] move lib/asan/interception to lib/interception so that other tools (e....
Kostya Serebryany
2012-05-15
1
-0
/
+149