Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(509)

Unified Diff: syzygy/agent/asan/system_interceptors_x64.def

Issue 2986273002: Add 64 bit system interceptors. (Closed)
Patch Set: Add 64 bit system interceptors. Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/agent/asan/system_interceptors_x64.def
diff --git a/syzygy/agent/asan/system_interceptors_x64.def b/syzygy/agent/asan/system_interceptors_x64.def
index d982b6952e8291f01deb92fd9f95ccec307465ed..2013cca37b09939af1c33ab36dfd42f058686260 100644
--- a/syzygy/agent/asan/system_interceptors_x64.def
+++ b/syzygy/agent/asan/system_interceptors_x64.def
@@ -30,6 +30,12 @@ EXPORTS
__asan_store8=asan_redirect_store8
__asan_store16=asan_redirect_store16
__asan_store32=asan_redirect_store32
+ __asan_init=asan_init
Sébastien Marchand 2017/08/02 18:36:57 Add a blank line to separate this from the previou
+ __asan_version_mismatch_check_v8=asan_version_mismatch_check_v8
+ __asan_handle_no_return=asan_handle_no_return
+ __asan_memcpy=asan_memcpy
+ __asan_memmove=asan_memmove
+ __asan_memset=asan_memset
; Heap-replacement functions.
asan_GetProcessHeap
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698