Advertisement
NWPlayer123

pyGecko FSA Progress

Jul 17th, 2015
428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. >>> ================================ RESTART ================================
  2. >>>
  3. >>> tcp = TCPGecko("192.168.0.8")
  4. >>> tcp.openDir("/vol/content/")
  5. ('FSInit', '\x01\x06\x83\xc8')
  6. ('MEMAllocFromDefaultHeapEx', '\x01\x04\x84\xc0')
  7. ('FSAddClient', '\x01\x06\x89\xfc')
  8. ('MEMAllocFromDefaultHeapEx', '\x01\x04\x84\xc0')
  9. ('FSInitCmdBlock', '\x01\x06\x8cT')
  10. ('MEMAllocFromDefaultHeapEx', '\x01\x04\x84\xc0')
  11. ('memset', '\x01\x03ZT')
  12. ('MEMAllocFromDefaultHeapEx', '\x01\x04\x84\xc0')
  13. ('FSOpenDir', '\x01\x06\xf6\x90')
  14. ('MEMAllocFromDefaultHeapEx', '\x01\x04\x84\xc0')
  15. ('memset', '\x01\x03ZT')
  16. 0
  17. >>> tcp.getentry()
  18. ('FSReadDir', '\x01\x06\xf7\x80')
  19. Env
  20. Directory
  21. .ent_id: 0x6
  22. OTHER_READ
  23. 0
  24. >>> tcp.getentry()
  25. ('FSReadDir', '\x01\x06\xf7\x80')
  26. Font
  27. Directory
  28. .ent_id: 0x8
  29. OTHER_READ
  30. 0
  31. >>> tcp.getentry()
  32. ('FSReadDir', '\x01\x06\xf7\x80')
  33. Message
  34. Directory
  35. .ent_id: 0xA
  36. OTHER_READ
  37. 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement