{"id":13440871,"url":"https://github.com/plasma-disassembler/plasma","last_synced_at":"2025-03-20T10:33:00.426Z","repository":{"id":28408717,"uuid":"31923165","full_name":"plasma-disassembler/plasma","owner":"plasma-disassembler","description":"Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax.","archived":false,"fork":false,"pushed_at":"2021-08-31T16:57:42.000Z","size":2663,"stargazers_count":3050,"open_issues_count":14,"forks_count":275,"subscribers_count":149,"default_branch":"master","last_synced_at":"2024-10-03T08:03:06.191Z","etag":null,"topics":["arm","capstone","disassembler","mips","reverse-engineering","x86","x86-64"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plasma-disassembler.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}},"created_at":"2015-03-09T21:16:46.000Z","updated_at":"2024-10-03T05:11:49.000Z","dependencies_parsed_at":"2022-07-16T13:16:15.081Z","dependency_job_id":null,"html_url":"https://github.com/plasma-disassembler/plasma","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/plasma-disassembler%2Fplasma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plasma-disassembler%2Fplasma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plasma-disassembler%2Fplasma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plasma-disassembler%2Fplasma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plasma-disassembler","download_url":"https://codeload.github.com/plasma-disassembler/plasma/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244595589,"owners_count":20478500,"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":["arm","capstone","disassembler","mips","reverse-engineering","x86","x86-64"],"created_at":"2024-07-31T03:01:27.268Z","updated_at":"2025-03-20T10:33:00.412Z","avatar_url":"https://github.com/plasma-disassembler.png","language":"Python","readme":"PLASMA\n======\n\nThe old project name was **Reverse**.\n\n`PLASMA` is an interactive disassembler. It can generate a more readable\nassembly (pseudo code) with colored syntax. You can write scripts with the\navailable Python api (see an example below). The project is still in big development.\n\n[wiki](https://github.com/joelpx/plasma/wiki) : TODO list and some documentation.\n\nIt supports :\n* architectures : x86{64}, ARM, MIPS{64} (partially for ARM and MIPS)\n* formats : ELF, PE, RAW\n\n\n**Warning**: until structures and type definitions are not implemented, the\ndatabase compatibility could be broken.\n\n\n## Requirements\n\n* python \u003e= 3.4\n* [capstone](https://github.com/aquynh/capstone), tested with 4.0-alpha5\n* [python-pyelftools](https://github.com/eliben/pyelftools)\n* [pefile](https://github.com/erocarrera/pefile) + python3-future\n* [python-msgpack](https://github.com/msgpack/msgpack-python) \u003e= 0.4.6\n* `c++filt` (available in the binutils Linux package)\n* terminal should support UTF8 and 256 colors (if not, use the option `--nocolor`)\n\nOptional :\n* `python-qt4` used for the memory map\n* [keystone](https://github.com/keystone-engine/keystone) for the script asm.py\n\n\n\n## Installation\n\n    ./install.sh\n\nOr if you have already installed requirements with the previous command:\n\n    ./install.sh --update\n\nCheck tests :\n\n    make\n    ....................................................................................\n    84/84 tests passed successfully in 2.777975s\n    analyzer tests...\n    ...\n\n\n## Pseudo-decompilation of functions\n\n    $ plasma -i tests/server.bin\n    \u003e\u003e v main\n    # you can press tab to show the pseudo decompilation\n    # | to split the window\n    # See the command help for all shortcuts\n\n![plasma](/images/visual.png?raw=true)\n\nTake the control of the flow graph by inverting conditional jumps:\n\n![plasma](/images/invcond.png?raw=true)\n\n\n## Scripting (Python API)\n\nSee more on the [wiki](https://github.com/joelpx/plasma/wiki/api) for the API.\n\nSome examples (these scripts are placed in plasma/scripts) :\n\n    $ plasma -i FILE\n    plasma\u003e py !strings.py             # print all strings\n    plasma\u003e py !xrefsto.py FUNCTION    # xdot call graph\n    plasma\u003e py !crypto.py              # detect some crypto constants\n    plasma\u003e py !asm.py CODE            # assemble with keystone\n    plasma\u003e py !disasm.py HEX_STRING   # disassemble a buffer\n","funding_links":[],"categories":["HarmonyOS","Tools","Debugging and Reverse Engineering","Python","Disassemblers","Python (1887)","\u003ca id=\"1d9dec1320a5d774dc8e0e7604edfcd3\"\u003e\u003c/a\u003e工具-新添加的","Debuger"],"sub_categories":["Windows Manager","Disassembler","Other Resources","\u003ca id=\"8f1b9c5c2737493524809684b934d49a\"\u003e\u003c/a\u003e文章\u0026\u0026视频","Self-hosted hex assemblers"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplasma-disassembler%2Fplasma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplasma-disassembler%2Fplasma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplasma-disassembler%2Fplasma/lists"}