{"id":18010572,"url":"https://github.com/sebdraven/petojson","last_synced_at":"2025-03-26T14:32:04.033Z","repository":{"id":148702300,"uuid":"104055915","full_name":"sebdraven/petojson","owner":"sebdraven","description":"Serialize PE to Json based on PE-Parse","archived":false,"fork":false,"pushed_at":"2017-10-11T10:20:01.000Z","size":22,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-21T23:24:03.169Z","etag":null,"topics":["json","malware","pe-parse","serialisaton"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sebdraven.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-19T09:37:49.000Z","updated_at":"2019-03-04T21:48:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"1f593797-fb41-4253-8943-07906f7e1ffe","html_url":"https://github.com/sebdraven/petojson","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebdraven%2Fpetojson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebdraven%2Fpetojson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebdraven%2Fpetojson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebdraven%2Fpetojson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sebdraven","download_url":"https://codeload.github.com/sebdraven/petojson/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245670832,"owners_count":20653432,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["json","malware","pe-parse","serialisaton"],"created_at":"2024-10-30T02:14:42.033Z","updated_at":"2025-03-26T14:32:04.026Z","avatar_url":"https://github.com/sebdraven.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"PEtoJSON\n==========\n\nthe goal of this project based on pe-parse, it's to serialize pe to json with metadata informations\n\n\nInstallation\n=============\n\n* Install python 3.5\n\n\n* Install pe-parse https://github.com/sebdraven/pe-parse \n\n\n* ` pip install -r requirements.txt `\n\n\n* `python3.5 setup.py install`\n\nUsage\n=======\n\npetojson.py \u003cpath_file\u003e \n\nor\n\n    from peanalysis.parse import PEParser \n        p = \u003cpath_of_my_file\u003e\n        pe = PEParser(p)\n        pe.load()\n        pe.dump_sections()\n        pe.dump_imports()\n        pe.dump_exports()\n        pe.dump_resources()\n        pe.dump_tls() \n        json.dumps(pe.dict_pe)\n\nTodo\n=======\n\nSupport:\n\n* PE 64bits format\n* PEHash\n* Assembly and Graph flow\n\nThanks\n=======\n\nThanks to E.Carrera for the work on PEfile !","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebdraven%2Fpetojson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebdraven%2Fpetojson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebdraven%2Fpetojson/lists"}