코드/kernel KeIsAttachProcess by WeZZ 2010. 6. 22. http://www.reactos.org/pipermail/ros-diffs/2005-March/004331.html 현재 쓰래드가 Attach가 된 상황인지를 알려주는 함수이다. 링크에 기록되어있는 RecOs의 코드를 보면 현제 쓰래드의 ApcStateIndex를 통해 알수 있다. KeIsAttachedProcess(VOID) { return KeGetCurrentThread()->ApcStateIndex; } 공유하기 게시글 관리 WeZz 관련글 64비트 KeServiceTable Call 파일 필터 드라이버 리소스 Kernel Data and Filtering Support for Windows Server 2008 Document Trampolines In x64