{"id":22769886,"url":"https://github.com/ffri/pypeid","last_synced_at":"2025-04-15T03:15:38.173Z","repository":{"id":75343975,"uuid":"264877003","full_name":"FFRI/pypeid","owner":"FFRI","description":"Yet another implementation of PEiD with yara-python","archived":false,"fork":false,"pushed_at":"2024-06-17T11:19:03.000Z","size":108,"stargazers_count":6,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T03:15:31.896Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FFRI.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}},"created_at":"2020-05-18T08:30:37.000Z","updated_at":"2024-06-17T11:16:33.000Z","dependencies_parsed_at":"2023-07-12T05:30:37.777Z","dependency_job_id":null,"html_url":"https://github.com/FFRI/pypeid","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FFRI%2Fpypeid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FFRI%2Fpypeid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FFRI%2Fpypeid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FFRI%2Fpypeid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FFRI","download_url":"https://codeload.github.com/FFRI/pypeid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248997084,"owners_count":21195799,"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":[],"created_at":"2024-12-11T15:16:28.879Z","updated_at":"2025-04-15T03:15:38.149Z","avatar_url":"https://github.com/FFRI.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pypeid\n\n[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)\n\nYet another implementation of [PEiD](https://github.com/K-atc/PEiD) with yara-python\n\n## Requirements\n\n- Python 3.12\n- Poetry 1.7+\n\n## Install\n\n```\n$ git clone --recursive https://github.com/FFRI/pypeid.git\n$ cd pypeid\n$ poetry shell\n$ poetry install --no-root\n$ poetry build\n$ pip install dist/pypeid-0.1.3-py3-none-any.whl\n$ python\n\u003e\u003e\u003e from pypeid import PEiDScanner\n\u003e\u003e\u003e scanner = PEiDScanner()\n\u003e\u003e\u003e scanner.scan_file(\"/mnt/c/Windows/System32/notepad.exe\")\n{'PE': '64 bit', 'DLL': 'no', 'Packed': 'no', 'Anti-Debug': 'no', 'GUI Program': 'yes', 'Console Program': 'no', 'mutex': 'yes', 'contains base64': 'yes', 'PEiD': ['Microsoft_Visual_Cpp_80_DLL'], 'AntiDebug': []}\n```\n\n## Run unit test\n\n```\n$ poetry run pytest\n==================================================================================== test session starts ====================================================================================\nplatform linux -- Python 3.12.2, pytest-8.1.1, pluggy-1.4.0\nrootdir: /home/ffri/pypeid\nconfigfile: pyproject.toml\ncollected 3 items\n\ntests/test_scanner.py ...                                                                                                                                                             [100%]\n\n===================================================================================== 3 passed in 1.16s =====================================================================================\n```\n\n## Tested platform\n\n- Ubuntu 22.04 on WSL2 \u0026 Python 3.12.2\n\n## Author\n\nKoh M. Nakagawa. \u0026copy; FFRI Security, Inc. 2020-2024\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fffri%2Fpypeid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fffri%2Fpypeid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fffri%2Fpypeid/lists"}