Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
233 B

  1. #ifndef _DISASM_H_
  2. #define _DISASM_H_
  3. //
  4. // Constant declarations
  5. //
  6. //
  7. // Structure definitions
  8. //
  9. //
  10. // Function definitions
  11. //
  12. extern
  13. DWORD
  14. GetInstructionLengthFromAddress(PVOID paddr);
  15. #endif //_DISASM_H_