{"id":16494163,"url":"https://github.com/xaff-xaff/shellcodev","last_synced_at":"2025-03-16T18:32:05.357Z","repository":{"id":37920236,"uuid":"417090325","full_name":"XaFF-XaFF/Shellcodev","owner":"XaFF-XaFF","description":"Shellcodev is a tool designed to help and automate the process of shellcode creation. ","archived":false,"fork":false,"pushed_at":"2023-10-11T20:29:14.000Z","size":4025,"stargazers_count":106,"open_issues_count":0,"forks_count":30,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-27T12:16:08.701Z","etag":null,"topics":["assembly-x64","assembly-x86","shellcode","shellcode-assembler","shellcode-development","shellcode-injector","windows","x64","x86"],"latest_commit_sha":null,"homepage":"","language":"C++","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/XaFF-XaFF.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":"2021-10-14T10:43:02.000Z","updated_at":"2025-02-03T22:16:05.000Z","dependencies_parsed_at":"2022-08-24T17:00:23.129Z","dependency_job_id":"e04ed217-90f8-4a5f-8036-7fb7ef929d6d","html_url":"https://github.com/XaFF-XaFF/Shellcodev","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XaFF-XaFF%2FShellcodev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XaFF-XaFF%2FShellcodev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XaFF-XaFF%2FShellcodev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XaFF-XaFF%2FShellcodev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XaFF-XaFF","download_url":"https://codeload.github.com/XaFF-XaFF/Shellcodev/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243826783,"owners_count":20354220,"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":["assembly-x64","assembly-x86","shellcode","shellcode-assembler","shellcode-development","shellcode-injector","windows","x64","x86"],"created_at":"2024-10-11T14:12:29.319Z","updated_at":"2025-03-16T18:32:01.666Z","avatar_url":"https://github.com/XaFF-XaFF.png","language":"C++","readme":"# Shellcodev\nShellcodev is a tool designed to help and automate the process of shellcode creation. \n\n[![Test](https://img.shields.io/badge/Tested-x86-brightgreen?style=flat-square)]() [![Test](https://img.shields.io/badge/Tested-x64-brightgreen?style=flat-square)]() [![Release](https://img.shields.io/badge/Release-v2.2-blue?style=flat-square)](https://github.com/XaFF-XaFF/Shellcodev/releases/tag/v2.2.1)\n\n![1](https://raw.githubusercontent.com/XaFF-XaFF/Shellcodev/master/screenshots/1.png?raw=true)\n\n## Attribution \nThis project is based on [WinREPL](https://github.com/XaFF-XaFF/WinREPL) by zerosum0x0\n\n### Commands \n\n```\n.help                   Show this help screen.\n.registers              Show more detailed register info.\n.list                   Show list of previously executed assembly instructions.\n.edit line              Edit specified line in list.\n.del line               Delete specified line from list.\n.xor e/d/status         Enable, disable or show status of nullbyte xoring.\n.read addr size         Read from a memory address.\n.write addr hexdata     Write to a memory address.\n.toshell format         Convert list to selected shellcode format. Available formats: c, cs, raw\n.inject pid             Test shellcode by injecting it into the process. Works currently only on x86!\n.allocate size          Allocate a memory buffer.\n.loadlibrary path       Load a DLL into the process.\n.kernel32 func          Get address of a kernel32 export.\n.shellcode hexdata      Execute raw shellcode.\n.peb                    Loads PEB into accumulator.\n.reset                  Start a new environment.\n.quit                   Exit the program.\n```\n\n### Added features\n\nAll the instructions provided by user are now stored. User is now able to list, edit and delete instructions which makes\nshellcodes much easier to modify. Everything is in real-time, so any changes made in list also changes the register values. \n\n#### Listing\n![2](https://raw.githubusercontent.com/XaFF-XaFF/Shellcodev/master/screenshots/2.png?raw=true)\n\n#### String snippets\n\u003cimg src=\"https://github.com/XaFF-XaFF/Shellcodev/blob/master/screenshots/1.gif\" width=\"600\"/\u003e\n\n#### Nullbyte handling \n\u003cimg src=\"https://github.com/XaFF-XaFF/Shellcodev/blob/master/screenshots/2.gif\" width=\"600\"/\u003e\n\n### Goal features\n\n- **Done:** ~~String converter: String provided by user will be automatically converted to hex and encoded with little endian. In case of nullbytes, they\nwill be removed by encrypting data with xor.~~\n- **Done:** ~~Shellcode runner: User will be able to test shellcode by injecting it into the process.~~\n- **Done:** ~~More formats~~.\n- **Done:** ~~Make nullbyte obfuscation optional~~\n- Loop support\n\n### References \nLibraries used to assemble instructions:\n- [AsmJit](https://github.com/asmjit/asmjit)\n- [AsmTK](https://github.com/asmjit/asmtk)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxaff-xaff%2Fshellcodev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxaff-xaff%2Fshellcodev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxaff-xaff%2Fshellcodev/lists"}