Log In
runtime
/
ntapi
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
cd4191
daemon initialization: establish SEH frames for the daemon and internal thread.
Authored and Committed by
midipix
7 years ago
raw
patch
tree
parent
8 files changed.
95 lines added
.
3 lines removed
.
project/arch.mk
file modified
+9
-0
project/common.mk
file modified
+1
-0
project/tree.mk
file modified
+1
-0
src/daemon/ntapi_dsr_init.c
file modified
+10
-2
src/daemon/ntapi_dsr_internal_connection.c
file modified
+10
-1
src/seh/nt32/ntapi_tt_seh_frame.s
file added
+21
src/seh/nt64/ntapi_tt_seh_frame.s
file added
+43
src/seh/ntapi_tt_seh_frame.c
file added
+0
daemon initialization: establish SEH frames for the daemon and internal thread.
project/arch.mk
file modified
+9
-0
project/common.mk
file modified
+1
-0
project/tree.mk
file modified
+1
-0
src/daemon/ntapi_dsr_init.c
file modified
+10
-2
src/daemon/ntapi_dsr_internal_connection.c
file modified
+10
-1
src/seh/nt32/ntapi_tt_seh_frame.s
file added
+21
src/seh/nt64/ntapi_tt_seh_frame.s
file added
+43
src/seh/ntapi_tt_seh_frame.c
file added
+0
empty file added