阅读:2021回复:0
中间层代码
大家发表一下看法,高手请说明一下此代码作用,在IMD中
#ifdef VTOOLSD // For VtoolsD Build nResult = VXDLDR_GetVersion(); #else nResult = TRUE; // Can't Get VXDWRAPS To Work. Sorry... #endif if( nResult ) { if( !Hook_Device_Service_Ex_RAW( GetVxDServiceOrdinal(_PELDR_AddExportTable), (PVOID) PEH_AddExportTable, (PVOID *) &pOS_AddExportTable) ) { dprintf( "Hook_Device_Service_Ex_RAW For _PELDR_AddExportTable FAILED\n" ); pOS_AddExportTable = NULL; } } else { dprintf( "VXDLDR NOT LOADED\n" ); } |
|
最新喜欢:wingma...
|