Windows NT 4.0 source code leak
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.

23 lines
377 B

4 years ago
  1. LIBRARY LOGGER
  2. EXETYPE WINDOWS
  3. STUB 'WINSTUB.EXE'
  4. DESCRIPTION 'API Trace Logging DLL'
  5. CODE PRELOAD MOVEABLE DISCARDABLE
  6. DATA PRELOAD MOVEABLE SINGLE
  7. IMPORTS
  8. _GetSetKernelDOSProc=kernel.311
  9. EXPORTS
  10. WEP @1 RESIDENTNAME
  11. _LogIn @2
  12. _LogOut @3
  13. _LogData @4
  14. filterfunc @5
  15. EvtLogHook @6
  16. InitLogger @7
  17. GetLogInfo @8