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.

16 lines
407 B

  1. *
  2. * File name: lsa.s
  3. *
  4. * Author: Larry Zhu (LZhu) May 1, 2001
  5. *
  6. * How to use: type "$<\\foo\bar\ntlm.s" in kd/ntsd/windbg
  7. *
  8. * Remarks: For IA64 targets, the following syntax should be used.
  9. *
  10. * bp LSASRV!DispatchAPI "!DumpLpcMessage (poi @bsp);g"
  11. *
  12. * or
  13. *
  14. * bp LSASRV!DispatchAPI "!DumpLpcMessage @r32;g"
  15. *
  16. bp LSASRV!DispatchAPI "!DumpLpcMessage (poi (@esp+4));g"