[미완성]튜토리얼 v.2.0이 글은 Jovana Milutinovich 씨가 Webhostinggeeks.com에 올린 글을 번역한 글이다. 목차1 소개2 프로젝트 셋업 (Free COM)3 프로젝트 셋업 (Non-Free COM)4 Hooking Basics5 Interception Handling6 Tunning & hacks7 Further research소개이 글은 Deviare를 사용해서 C# 프로그램에서 시스템 호출을 가로채는 기본적인 방법을 논의한다. 기본 준비 사항은 : 적절한 C# 컴파일러 및 에디터(VisualStudio 또는 SharpDevelop), 그리고 Deviare 2.0 를 다운받는다. 프로젝트는 Visual Studio 2008로 개발되었고, Visual Studio 201..
http://resources.infosecinstitute.com/api-hooking-detours/API Hooking with Microsoft DetoursIntroductionMicrosoft Detours is a library which we can use to build our own DLL that serves as an API monitor when analyzing the results. The best thing about it is that it doesn’t require other frameworks as a dependency. The downside is that only x86 support is available for free; if we want to get x64..