Jeffrey&Lynny

一个温馨小家庭的.Net生活

导航

API hooking

1. Tips
At runtime, the IAT(RVA obtained by IMAGE_THUNK_DATA->FirstThunk) is modified by OS loader and points to the real API addresses, so we should use IMAGE_THUNK_DATA->OriginalFirstThunk to refer to the IMAGE_IMPORT_BY_NAME struct to get the API name.

posted on 2006-04-16 21:28  比尔盖房  阅读(266)  评论(0编辑  收藏  举报