Giter Club home page Giter Club logo

pipestuffer's Introduction

PipeStuffer

PipeStuffer is a real-time i/o redirection wrapper for console programs. It uses named pipes for interprocess communication. PipeStuffer is based on RTConsole, but is designed to work around some quirky behavior that exist with consoles in Windows 10. To use, simply put the compiled executable in a known place. If you wanted the real-time output from a program called target.exe, instead of calling CreateProcess(NULL, "path/to/target.exe --opt1 arg 1", ...), you would create a named pipe, and pass the name to PipeStuffer like

CreateProcess("NULL, /path/to/pipe-stuffer.exe [PIPE NAME] path/to/target.exe --opt1 arg1", NULL, NULL, FALSE, ...)

where [PIPE NAME] is only the trailing part of the named pipe name, i.e. //./pipe/[PIPE NAME]. You should set bInheritHandles argument of CreateProcess to FALSE.

PipeStuffer uses a console screen buffer for communication with the target program so that output is not buffered. Any Windows console inherited by PipeStuffer is immediately dropped with FreeConsole(), and output from the target program will come through a named pipe. This prevents spurious behavior associated with Windows 10 implementation of consoles.

Note: When running your parent program in a Windows Command Prompt, sometimes you can correct the issues PipeStuffer solves by setting the Windows Command Prompt settings to use legacy mode. Sometimes you can't.

pipestuffer's People

Contributors

buck54321 avatar ryan3141 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.