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.

15 lines
271 B

  1. ;
  2. ; This is in assembly because assembly lets you generate arbitrarily named symbols.
  3. ;
  4. .386p
  5. .model flat
  6. extern _TerminateProcess@8:near
  7. public __imp__TerminateProcess@8
  8. CONST segment
  9. __imp__TerminateProcess@8 dd _TerminateProcess@8
  10. CONST ends
  11. end