FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

korc/structx: Structured data analyze / creation library · GitHub

/ structx Public

Latest commit

 

History

60 Commits

Folders and files

NameName
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

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL