{"id":13841395,"url":"https://github.com/hotnops/RemoteDebugView","last_synced_at":"2025-07-11T12:31:51.364Z","repository":{"id":63927068,"uuid":"409694892","full_name":"hotnops/RemoteDebugView","owner":"hotnops","description":"A DLL that serves OutputDebugString content over a TCP connection","archived":false,"fork":false,"pushed_at":"2021-09-23T19:10:21.000Z","size":10,"stargazers_count":34,"open_issues_count":0,"forks_count":11,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-21T11:38:37.476Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/hotnops.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":"2021-09-23T18:01:24.000Z","updated_at":"2024-10-17T16:35:18.000Z","dependencies_parsed_at":"2023-01-14T14:45:21.766Z","dependency_job_id":null,"html_url":"https://github.com/hotnops/RemoteDebugView","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hotnops/RemoteDebugView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotnops%2FRemoteDebugView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotnops%2FRemoteDebugView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotnops%2FRemoteDebugView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotnops%2FRemoteDebugView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hotnops","download_url":"https://codeload.github.com/hotnops/RemoteDebugView/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotnops%2FRemoteDebugView/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264806690,"owners_count":23666674,"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":[],"created_at":"2024-08-04T17:01:10.036Z","updated_at":"2025-07-11T12:31:51.071Z","avatar_url":"https://github.com/hotnops.png","language":"C++","readme":"# RemoteDebugView\nA DLL that serves OutputDebugString content over a TCP connection\n\n# Usage\nYou will need to compile the DLL and then call the exported function (Default: DebugView). You can invoke the function using rundll\n\n```\nrundll32 RemoteDebugView.dll,DebugView\n```\n\nThis will start a TCP server bound to localhost on a configured port (Default: 3232). Here is a sample program to write to Debug buffer:\n\n\u003cimg width=\"394\" alt=\"Screen Shot 2021-09-23 at 2 19 05 PM\" src=\"https://user-images.githubusercontent.com/61955543/134562933-dfd4f931-c30a-41ec-bd27-9641dd217861.png\"\u003e\n\n\nThen, use a tool such as netcat to read the debug output. Included is a rudimentary python tool that reads output from a socket.\n\n\n\u003cimg width=\"763\" alt=\"Screen Shot 2021-09-23 at 2 23 13 PM\" src=\"https://user-images.githubusercontent.com/61955543/134562733-ceed0078-57f7-45a8-8b24-64fa26b2eec4.png\"\u003e\n\n\n# Why\nThere's been a few times where a tool I wrote is crashing in target space, and I don't have a great way to capture debug output. Starting up DebugView on the target machine is not an option, unless RDP is an option. RemoteDebugView will capture any strings passed to the OutputDebugString(W) functions and host it on a TCP port, so that an operator can use a wide variety of tools to extract helpful debug messages from the target.\n\nAdditionally, many programs output *very* interesting information to the Debug buffer, and may assist operators in finding local vulnerabilities or information leakage.\n\n\n... and then sometimes, you tested and tested, only to have your tool crash in target space. You *could* try to replicate the enivironment locally and trigger the issue, but why not just do it live?\n\n\n![bill-o-reilly-we-will-do-it-live](https://user-images.githubusercontent.com/61955543/134563891-bfb5bc5f-b39a-4a6c-a26f-4612678d1535.gif)\n\nI find myself doing this more often than I care to admit.\n","funding_links":[],"categories":["C++"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhotnops%2FRemoteDebugView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhotnops%2FRemoteDebugView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhotnops%2FRemoteDebugView/lists"}