{"id":16714043,"url":"https://github.com/therealdreg/bochs-bed","last_synced_at":"2026-03-10T15:31:57.264Z","repository":{"id":46066848,"uuid":"515031486","full_name":"therealdreg/bochs-bed","owner":"therealdreg","description":"Bochs Enhaced Debugger (bochs-bed). A modern console debug experience.","archived":false,"fork":false,"pushed_at":"2023-08-11T06:26:19.000Z","size":15021,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-10T06:14:24.196Z","etag":null,"topics":["alpha","bochs","debugger","debugging-tool","emulator","kernel","poc","x86","x86-64"],"latest_commit_sha":null,"homepage":"https://rootkit.es/","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/therealdreg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["therealdreg"],"patreon":"dreg","custom":["https://www.paypal.me/therealdreg","https://www.paypal.me/therealdreg"]}},"created_at":"2022-07-18T04:14:14.000Z","updated_at":"2023-08-21T10:01:40.000Z","dependencies_parsed_at":"2025-02-16T19:43:34.209Z","dependency_job_id":null,"html_url":"https://github.com/therealdreg/bochs-bed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/therealdreg/bochs-bed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therealdreg%2Fbochs-bed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therealdreg%2Fbochs-bed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therealdreg%2Fbochs-bed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therealdreg%2Fbochs-bed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/therealdreg","download_url":"https://codeload.github.com/therealdreg/bochs-bed/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therealdreg%2Fbochs-bed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30340117,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:03:31.997Z","status":"ssl_error","status_checked_at":"2026-03-10T15:01:30.431Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["alpha","bochs","debugger","debugging-tool","emulator","kernel","poc","x86","x86-64"],"created_at":"2024-10-12T20:48:59.115Z","updated_at":"2026-03-10T15:31:57.244Z","avatar_url":"https://github.com/therealdreg.png","language":"C++","funding_links":["https://github.com/sponsors/therealdreg","https://patreon.com/dreg","https://www.paypal.me/therealdreg"],"categories":[],"sub_categories":[],"readme":"# Bochs Enhaced Debugger (bochs-bed)\n\n A modern console debug experience for Bochs \n\n![deflayout](img/deflayout.png)\n\n**WARNING:** its just a POC yet (alpha version)\n\nBtw, the code is crap and only works with boch_x64 + 32 bits OS like Linux or Windows\n\n# patch memory \u0026 hexdump\n\n![patchhexdump](img/patchhexdump.png)\n\n# flags manipulation\n\n![flags](img/flags.png)\n\n# telescope / dereference\n\n![telescope](img/telescope.png)\n\n# watch memory\n\n![watchcmd](img/watchcmd.png)\n\n# help\n\n```\nhelp: instrument phelp\nshow context: instrument ctx\nhexdump: instrument hexdump\u003c0xADDR\u003e Ex: instrument hexdump0xF737CAE4\nhexdump next chunk: instrument hexdump\npatch memory: instrument patchb\u003c0xADDR\u003e_\u003c0xBYTE1_0xBYTE2...\u003e Ex: instrument patchb0xF737CAE4_0x69_0x68_0x67_0x66\nset/unset flags: instrument setf\u003c1|0Flag...\u003e Ex: (ID = 1, IOPL = 0, TF = 1) instrument setf1id0iopl1tf\ndisassemble: instrument dis\u003c0xADDR\u003e Ex: instrument dis0x80537F58\ndisassemble next chunk: instrument disassemble\nwatch memory: instrument watch\u003c0xADDR\u003e[_0xNR-LINES] Ex: instrument watch0x80537F58_0x3\nremove watch memory: instrument watch0\ndereference/telescope: instrument tel\u003c0xADDR\u003e\u003cn0xNR-COLS\u003e\u003c_0xDEPTH\u003e Ex: instrument tel0xF737CAE8n0x3_0x5\nremove layout: instrument layout\nadd layout: instrument layout\u003casm|stack|regs\u003e Ex: instrument layoutstackasmregs\nconvert address to symbol: instrument hexdump\u003c0xADDR\u003e\n```\n\n# Related\n\n- https://github.com/therealdreg/ida_bochs_windows\n- https://github.com/therealdreg/pdbdump_bochs\n\n# credits\n\n- inspired by GDB-GEF https://github.com/hugsy/gef\n- https://github.com/stlintel/Bochs\n- https://bochs.sourceforge.io/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftherealdreg%2Fbochs-bed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftherealdreg%2Fbochs-bed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftherealdreg%2Fbochs-bed/lists"}