{"id":24503961,"url":"https://github.com/0x5844/shellcode_runn3r","last_synced_at":"2026-04-20T19:31:03.210Z","repository":{"id":273401980,"uuid":"919591565","full_name":"0x5844/shellcode_runn3r","owner":"0x5844","description":"Inline Shellcode Runner for macOS (ARM64) in C++","archived":false,"fork":false,"pushed_at":"2025-01-20T17:19:45.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-30T03:47:30.443Z","etag":null,"topics":["arm64","cpp","educational-purposes","macos","shellcode-loader"],"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/0x5844.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":"2025-01-20T17:12:08.000Z","updated_at":"2025-01-20T17:20:52.000Z","dependencies_parsed_at":"2025-01-20T18:37:17.325Z","dependency_job_id":null,"html_url":"https://github.com/0x5844/shellcode_runn3r","commit_stats":null,"previous_names":["0x5844/shellcode_runn3r"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0x5844/shellcode_runn3r","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x5844%2Fshellcode_runn3r","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x5844%2Fshellcode_runn3r/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x5844%2Fshellcode_runn3r/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x5844%2Fshellcode_runn3r/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0x5844","download_url":"https://codeload.github.com/0x5844/shellcode_runn3r/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x5844%2Fshellcode_runn3r/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32062204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["arm64","cpp","educational-purposes","macos","shellcode-loader"],"created_at":"2025-01-21T23:19:16.020Z","updated_at":"2026-04-20T19:31:03.184Z","avatar_url":"https://github.com/0x5844.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shellcode_runn3r\nInline Shellcode Runner for macOS (ARM64) in C++\n\n1. Compile the code:\n```\ng++ -o shellcode_runn3r shellcode_runn3r.cpp\nshellcode_runn3r.cpp:37:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]\n   37 |     auto shellcode_func = reinterpret_cast\u003cvoid (*)()\u003e(exec_mem);\n      |     ^\n1 warning generated.\n```\n\n2. Generate a shellcode file:\n```\n# this is a sample\necho -en '\\x1F\\x20\\x03\\xD5\\x00\\x00\\x00\\x14' \u003e shellcode.bin\n```\n\n3. Run the compiled code with the generated shellcode file (observe the infinite loop as an example):\n```\n./shellcode_runn3r shellcode.bin\nExecuting shellcode...\n^C\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x5844%2Fshellcode_runn3r","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0x5844%2Fshellcode_runn3r","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x5844%2Fshellcode_runn3r/lists"}