{"id":15060194,"url":"https://github.com/0xricksanchez/shellcoder","last_synced_at":"2025-04-10T05:45:58.856Z","repository":{"id":249518835,"uuid":"831036223","full_name":"0xricksanchez/Shellcoder","owner":"0xricksanchez","description":"BinjaryNinja plugin for a ShellStorm like assembly/disassembly experience","archived":false,"fork":false,"pushed_at":"2024-11-28T06:38:07.000Z","size":251,"stargazers_count":14,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T07:04:02.940Z","etag":null,"topics":["assembler","binaryninja-plugin","disassembler","exploit-development","pwn","shellcode"],"latest_commit_sha":null,"homepage":"https://github.com/0xricksanchez/Shellcoder","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/0xricksanchez.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":"2024-07-19T14:09:59.000Z","updated_at":"2025-02-28T22:22:51.000Z","dependencies_parsed_at":"2025-02-16T19:43:04.720Z","dependency_job_id":null,"html_url":"https://github.com/0xricksanchez/Shellcoder","commit_stats":null,"previous_names":["0xricksanchez/shellcoder"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xricksanchez%2FShellcoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xricksanchez%2FShellcoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xricksanchez%2FShellcoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xricksanchez%2FShellcoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xricksanchez","download_url":"https://codeload.github.com/0xricksanchez/Shellcoder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248166881,"owners_count":21058479,"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":["assembler","binaryninja-plugin","disassembler","exploit-development","pwn","shellcode"],"created_at":"2024-09-24T22:54:18.753Z","updated_at":"2025-04-10T05:45:58.834Z","avatar_url":"https://github.com/0xricksanchez.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BinaryNinja Shellcoder Plugin\n\n## Overview\n\nShellcoder is a lightweight plugin for Binary Ninja that enhances shellcode development and analysis.\nIt provides a versatile interface for assembling, disassembling, and formatting shellcode, supporting multiple architectures and output formats akin to the online ShellStorm Assembler/Disassembler.\n\n## Features\n\n- **Multi-architecture Support**: Compatible with all architectures supported by Binary Ninja.\n- **Flexible Input Formats**:\n  - Assembly instructions\n  - Inline hex format (e.g., \"\\x90\\x90\")\n  - Space-separated hex format (e.g., 90 90)\n- **Multiple Output Formats**:\n  - Inline hex\n  - Space-separated hex\n  - Python byte string\n  - C-style array\n  - Disassembled mnemonics (for disassembling)\n- **Customizable Mnemonic Display**:\n  - Optional address display\n  - Optional bytecode display\n  - Adjustable base address for relative operations\n- **Comment usage**:\n  - You can annotate your assembly/shellcode with comments (`#`, `//`, or `;`)\n- **Bad Character Identification**: Quickly identify and highlight problematic bytes in your shellcode.\n- **No External Dependencies**: Utilizes only Binary Ninja's built-in functionalities, ensuring a lightweight and easily deployable solution.\n\n## Installation\n\n1. Clone this repository or download the source code.\n2. Copy the plugin file to your Binary Ninja plugins folder:\n   - Windows: `%APPDATA%\\Binary Ninja\\plugins\\`\n   - Linux: `~/.binaryninja/plugins/`\n   - macOS: `~/Library/Application Support/Binary Ninja/plugins/`\n3. Restart Binary Ninja or reload plugins.\n\n## Usage\n\n1. Open Binary Ninja and navigate to the \"Plugins\" menu.\n2. Select \"Shellcoder\" to open the plugin interface.\n3. Enter your assembly code or hex-formatted shellcode in the input area.\n4. Choose your desired output format and options.\n5. Click \"Assemble\" to process your input.\n6. View the results in the output area.\n\n_Note_: Alternatively you can use `CTRL+p` to open the command palette and search for the plugin.\n\n## Showcase\n\n![interface](img/interface.png)\n\n## Contributing\n\nContributions to the plugin are more than welcome! Here's how you can contribute:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Commit your changes with clear, descriptive commit messages.\n4. Push your branch and submit a pull request.\n\nPlease ensure your code adheres to the existing style and includes appropriate tests and documentation whenever necessary.\n\n## License\n\nThis project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- The Binary Ninja team for their excellent reverse engineering platform.\n- The ShellStorm online assembler/disassembler for giving me the idea.\n\n## Contact\n\nFor bug reports, feature requests, or general inquiries, please open an issue on the GitHub repository.\n\n---\n\nHappy shellcoding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xricksanchez%2Fshellcoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xricksanchez%2Fshellcoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xricksanchez%2Fshellcoder/lists"}