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

Unified Diff: sandbox/win/src/interceptors.h

Issue 1225183003: CreateThread interception, to use CreateRemoteThread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweaks from review Created 5 years 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 | sandbox/win/src/interceptors_64.h » ('j') | sandbox/win/src/process_thread_dispatcher.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/interceptors.h
diff --git a/sandbox/win/src/interceptors.h b/sandbox/win/src/interceptors.h
index a17447aa18c095a89c6157e3edb914ffc86bb678..93136ee539bca035f530c7922ca3404840195631 100644
--- a/sandbox/win/src/interceptors.h
+++ b/sandbox/win/src/interceptors.h
@@ -34,6 +34,7 @@ enum InterceptorId {
// Process-thread dispatcher:
CREATE_PROCESSW_ID,
CREATE_PROCESSA_ID,
+ CREATE_THREAD_ID,
// Registry dispatcher:
CREATE_KEY_ID,
OPEN_KEY_ID,
« no previous file with comments | « no previous file | sandbox/win/src/interceptors_64.h » ('j') | sandbox/win/src/process_thread_dispatcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698