{ "info": { "author": "Lauri Korts-P\u00e4rn", "author_email": "lauri@korc.jp", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Plugins", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Software Development :: Disassemblers", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Crafting packet structures with gui\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nCreate a example.py file with contents:\n\n--- example.py ---\nfrom packetlib import BasePacketClass, StringSZ, AttrList\nclass ExamplePacket(BasePacketClass):\n\t_fields_=AttrList(('data',StringSZ))\n--- END ---\n\nHaving intersting binary data in some_data_file, run\ngui.py example.py:ExamplePacket some_data_file\n\nStart thinking what binary data might mean and add definitions to _fields_\nattribute appropriately, then reload the class in gui to see changes.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/korc/structx", "keywords": null, "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "StructX", "package_url": "https://pypi.org/project/StructX/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/StructX/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/korc/structx" }, "release_url": "https://pypi.org/project/StructX/1.0/", "requires_dist": null, "requires_python": null, "summary": "Unknown binary data dissection/analyze/reassembly library", "version": "1.0" }, "last_serial": 785737, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "93aa54cf8ae3f12ff21b203c7565e0aa", "sha256": "82fbe455f2637c62d18fd5d9b487c2166c46db37765c1196b771ed0043a2fc39" }, "downloads": -1, "filename": "StructX-1.0.tar.gz", "has_sig": false, "md5_digest": "93aa54cf8ae3f12ff21b203c7565e0aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31237, "upload_time": "2012-06-15T16:23:52", "url": "https://files.pythonhosted.org/packages/a0/46/172f2858e0afcbab6d3c342ffee6af0f4cb5ee3899be465a30f3445b4b9d/StructX-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "93aa54cf8ae3f12ff21b203c7565e0aa", "sha256": "82fbe455f2637c62d18fd5d9b487c2166c46db37765c1196b771ed0043a2fc39" }, "downloads": -1, "filename": "StructX-1.0.tar.gz", "has_sig": false, "md5_digest": "93aa54cf8ae3f12ff21b203c7565e0aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31237, "upload_time": "2012-06-15T16:23:52", "url": "https://files.pythonhosted.org/packages/a0/46/172f2858e0afcbab6d3c342ffee6af0f4cb5ee3899be465a30f3445b4b9d/StructX-1.0.tar.gz" } ] }