Advertisement
NWPlayer123

pyGecko More Saves

Sep 15th, 2015
668
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.10 KB | None | 0 0
  1. >>> ================================ RESTART ================================
  2. >>>
  3. >>> tcp = TCPGecko("192.168.137.56")
  4. >>> tcp.SAVEOpenDir("/", 2)
  5. FSInit address: 0x01068E10
  6. SAVEInit address: 0x0E2F5AC0
  7. MEMAllocFromDefaultHeapEx address: 0x1004F870
  8. memalign address: 0x01048D10
  9. FSAddClient address: 0x01069444
  10. pClient address: 0x4CD9B520
  11. MEMAllocFromDefaultHeapEx address: 0x1004F870
  12. memalign address: 0x01048D10
  13. FSInitCmdBlock address: 0x0106969C
  14. pCmd address:    0x4CD9CC40
  15. OSAllocFromSystem address: 0x01021FA8
  16. memset address: 0x01035FB4
  17. pPath address: 0x108BFB60
  18. OSAllocFromSystem address: 0x01021FA8
  19. pDh address: 0x108BE724
  20. SAVEOpenDir address: 0x0E2F7C64
  21. 0
  22. >>> tcp.FSReadDir()
  23. course000  Directory .ctime: 0x0003BD54 .mtime: 0x0003BD54 OTHER_READ OTHER_WRITE
  24. >>> tcp.FSReadDir()
  25. course001  Directory .ctime: 0x0003BD56 .mtime: 0x0003BD56 OTHER_READ OTHER_WRITE
  26. >>> tcp.FSReadDir()
  27. notify.ntf  .ctime: 0x0003BD53 .mtime: 0x000400D3 .alloc_size: 0x00010000 OTHER_READ OTHER_WRITE
  28. >>> tcp.FSReadDir()
  29. save.dat  .ctime: 0x0003BD53 .mtime: 0x000400D0 .alloc_size: 0x0000A000 OTHER_READ OTHER_WRITE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement