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
*
compiler-rt: Rename .cc files in lib/interception to .cpp.
Nico Weber
2019-07-31
1
-1022
/
+0
*
[winasan] Fix strrchr interception with vs2019 CRT
Reid Kleckner
2019-04-04
1
-0
/
+2
*
[compiler rt] Win64 GetInstructionSize additional register MOV + stack alignm...
Reid Kleckner
2019-02-07
1
-0
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[winasan] Reduce hotpatch prefix check to 8 bytes
David Major
2018-09-20
1
-4
/
+4
*
[winasan] Update GetInstructionSize for Win10 1803
David Major
2018-05-11
1
-0
/
+1
*
[Sanitizers] Use SANITIZER_* macros in lib/interception
Kamil Rytarowski
2017-12-06
1
-3
/
+3
*
[asan] Intercept heap routines in VS2010 CRT
Reid Kleckner
2017-10-30
1
-0
/
+1
*
[asan] Add more x86 prologue decodings to handle x64 VC 2017 CRT
Reid Kleckner
2017-10-24
1
-0
/
+3
*
[winasan] Fix hotpatching ntdll!strcpy for Win10 creators edition
Reid Kleckner
2017-08-08
1
-5
/
+4
*
[WinASan] Fix hotpatching new Win 10 build 1703 x64 strnlen prologue
Reid Kleckner
2017-06-16
1
-1
/
+6
*
[interception] Check for export table's size before referring to its elements.
Marcos Pividori
2017-01-30
1
-0
/
+2
*
Revert "[interception] Check for export table's size before referring to its ...
Marcos Pividori
2017-01-22
1
-2
/
+0
*
[interception] Check for export table's size before referring to its elements.
Marcos Pividori
2017-01-22
1
-0
/
+2
*
[asan] Don't assert that a target is within 2GB on 32-bit Windows
Reid Kleckner
2016-11-15
1
-0
/
+6
*
[compiler-rt] Fix interception of crt atoll on win10 CRT.
Etienne Bergeron
2016-09-30
1
-0
/
+1
*
[compiler-rt] Fix interception of multiple defined symbols.
Etienne Bergeron
2016-09-28
1
-12
/
+11
*
[compilter-rt] Try to fix correctly rL277560
Etienne Bergeron
2016-08-03
1
-3
/
+5
*
[compiler-rt] Add more interception patterns.
Etienne Bergeron
2016-08-02
1
-1
/
+6
*
[asan] Intercept RtlRaiseException instead of kernel32!RaiseException
Reid Kleckner
2016-08-02
1
-0
/
+3
*
[compiler-rt] Add support for interception redirect exports.
Etienne Bergeron
2016-07-31
1
-0
/
+41
*
[compiler-rt] Add support for relative offset adjustment in interception
Etienne Bergeron
2016-07-21
1
-9
/
+32
*
[interception] Remove extra whitespace to appease linters (NFC)
Vedant Kumar
2016-07-18
1
-2
/
+2
*
[compiler-rt] Fix incorrect handling of indirect load.
Etienne Bergeron
2016-07-18
1
-2
/
+16
*
[compiler-rt] Allow trampoline allocation further and 1 gig.
Etienne Bergeron
2016-07-18
1
-1
/
+1
*
[compiler-rt] Fix incorrect handling of indirect load.
Etienne Bergeron
2016-07-15
1
-15
/
+3
*
TestCase null_deref was failing in Win64:
Etienne Bergeron
2016-07-15
1
-3
/
+15
*
[compiler-rt] Add more assembly patterns for interception
Etienne Bergeron
2016-07-14
1
-1
/
+7
*
[asan] Fix interception unittest on Windows64.
Etienne Bergeron
2016-07-12
1
-0
/
+1
*
[compiler-rt] Enhance function padding detection for function interception
Etienne Bergeron
2016-07-12
1
-1
/
+24
*
fix incorrect constant (from http://reviews.llvm.org/D22111)
Etienne Bergeron
2016-07-12
1
-1
/
+1
*
[compiler-rt] Refactor the interception code on windows.
Etienne Bergeron
2016-07-11
1
-271
/
+634
*
[compiler-rt] Enhance unittest coverage for lib interception
Etienne Bergeron
2016-07-07
1
-9
/
+31
*
[compilter-rt] Add unittests for interception library
Etienne Bergeron
2016-07-06
1
-1
/
+2
*
Add missing decoding patterns toRoundUpToInstrBoundary
Etienne Bergeron
2016-06-20
1
-0
/
+16
*
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
[next]