Code Monkey home page Code Monkey logo

remotedebugview's Introduction

RemoteDebugView

A DLL that serves OutputDebugString content over a TCP connection

Usage

You will need to compile the DLL and then call the exported function (Default: DebugView). You can invoke the function using rundll

rundll32 RemoteDebugView.dll,DebugView

This will start a TCP server bound to localhost on a configured port (Default: 3232). Here is a sample program to write to Debug buffer:

Screen Shot 2021-09-23 at 2 19 05 PM

Then, use a tool such as netcat to read the debug output. Included is a rudimentary python tool that reads output from a socket.

Screen Shot 2021-09-23 at 2 23 13 PM

Why

There'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.

Additionally, many programs output very interesting information to the Debug buffer, and may assist operators in finding local vulnerabilities or information leakage.

... 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?

bill-o-reilly-we-will-do-it-live

I find myself doing this more often than I care to admit.

remotedebugview's People

Contributors

hotnops avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.