home *** CD-ROM | disk | FTP | other *** search
/ Cracking 1 / Cracking I..iso / Tools / Debuggery / TRW2000 / PLUGSDK / LOG2 / BASEFUNC.H next >
Encoding:
C/C++ Source or Header  |  2000-04-26  |  552 b   |  23 lines

  1. #include <wdm.h>
  2. #include "..\include\plugs.h"
  3.  
  4.  
  5. #define    hh_IntObj_01    (api->hh_IntObj[0x01])
  6. #define    hook        api->hook
  7. #define    unhook        api->unhook
  8. #define    Add_Command    api->Add_Command
  9. #define    User_EIP    api->pUser->CRS.Client_EIP
  10. #define    Begin_Nest_VMM_Exec    api->Begin_Nest_VMM_Exec
  11. #define    End_Nest_VMM_Exec    api->End_Nest_VMM_Exec
  12. #define    fopen        api->fopen
  13. #define    fwrite        api->fwrite
  14. #define    fclose        api->fclose
  15. #define    msgl        api->dprintf
  16. #define    prtl        api->dprintf
  17.  
  18. #define arg1    argv[0]
  19. #define arg2    argv[1]
  20. #define arg3    argv[2]
  21.  
  22.  
  23.