-
Notifications
You must be signed in to change notification settings - Fork 0
korc/structx
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Crafting packet structures with gui
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Create a example.py file with contents:
--- example.py ---
from packetlib import BasePacketClass, StringSZ, AttrList
class ExamplePacket(BasePacketClass):
_fields_=AttrList(('data',StringSZ))
--- END ---
Having intersting binary data in some_data_file, run
gui.py example.py:ExamplePacket some_data_file
Start thinking what binary data might mean and add definitions to _fields_
attribute appropriately, then reload the class in gui to see changes.
About
Structured data analyze / creation library
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published