StructX

Unknown binary data dissection/analyze/reassembly library
Download

StructX Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Lauri Korts-Parn
  • Publisher web site:
  • http://github.com/korc/

StructX Tags


StructX Description

StructX is a Python module for crafting packet structures with GUI.Create a example.py file with contents:--- example.py --- rom packetlib import BasePacketClass, StringSZ, AttrListclass ExamplePacket(BasePacketClass):_fields_=AttrList(('data',StringSZ))--- END ---Having intersting binary data in some_data_file, run gui.py example.py:ExamplePacket some_data_fileStart thinking what binary data might mean and add definitions to _fields_ attribute appropriately, then reload the class in gui to see changes.Product's homepage


StructX Related Software