Giter Club home page Giter Club logo

consoleproxy's Introduction

Console Proxy Project

This project implements the ConsoleProxy tool that acts as a "logging decorator" for console applications. When called, it logs its command line arguments in a file and calls the original application.

See also: https://ikriv.com/dev/cpp/ConsoleProxy

ConsoleProxy Tool

ConsoleProxy is a sample logging proxy that can transparently replace any console application and log its usage to a file.

Usage

To proxy an application named foo.exe do the following:

  1. Rename ConsoleProxy.exe to foo.exe.
  2. If necessary, remove the original foo.exe from PATH and add path to the proxied version instead.
  3. Create environment variable NATIVE_foo and set its value to the location of the original foo.exe.

When invoked under name foo.exe, ConsoleProxy creates a log file under %localappdata%\ConsoleProxy\Foo folder, locates the original foo.exe via NATIVE_foo environment variable, and launches it with the same arguments as itself.

Additional exploratory tools:

Project Description
ConsoleHelloWorld Prints "Hello, World" in English and Russian to test international characters encoding issues.
DescribeOutput Describes current console window and prints information to standard output and to a file.
Exec Console application that executes a command with given process creation flags.
ExecW GUI version of Exec.
ShowOutput GUI application that executes a command with given process creation flags, redirects output to a pipe and displays it in a message box.

Research Subjects

consoleproxy's People

Contributors

ikriv avatar

Watchers

 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.