Advertisement
kernelsmith

rip_msdn to meterp extension formatted C

Mar 28th, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.95 KB | None | 0 0
  1. ruby rip_msdn_to_railgun_with_yard.rb https://msdn.microsoft.com/en-us/library/windows/desktop/aa385125\(v\=vs.85\).aspx met
  2. [*] Parsing https://msdn.microsoft.com/en-us/library/windows/desktop/aa385125(v=vs.85).aspx
  3. [*] Done.
  4. [*]
  5. [*] Results:
  6. [*]
  7. [*] C code for a meterpreter extension:
  8. [*] --------------------------------------------------------------------- [*]
  9. /*!
  10.  * Minimum supported client:Windows 2000 Professional
  11.  * Minimum supported server:Windows 2000 Server
  12.  * Header:Wininet.h
  13.  * Library:Wininet.lib
  14.  * DLL:Wininet.dll
  15.  * Unicode and ANSI names:InternetTimeToSystemTimeW (Unicode) and InternetTimeToSystemTimeA (ANSI)
  16.  * https://msdn.microsoft.com/en-us/library/windows/desktop/aa385125(v=vs.85).aspx
  17.  * @brief Typedef for the InternetTimeToSystemTime function.
  18.  */
  19. typedef BOOL (WINAPI * PINTERNETTIMETOSYSTEMTIMEA)(
  20.     LPCSTR lpszTime,
  21.     SYSTEMTIME *pst,
  22.     DWORD dwReserved
  23. );
  24.  
  25. [*] ********** All parsing complete.  Parsed 1 functions.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement