bottlesdevs / winebridge

A .Net bridge to run commands in Wine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌉 winebridge

A .Net bridge to run commands in Wine

Here because of Bottles Next? Yeah, Next' source is not available yet.

❓Why

winebridge offers a set of commands that you, as user, usually run trough winedbg. winedbg is a heavy tool that requires much time to execute simple tasks because it's born as debugger, not as "runtime utility". winebridge is executed directly in the Wine prefix and, calling Windows' APIs, simply returns the resuls of the command as console output.

About

A .Net bridge to run commands in Wine

License:GNU General Public License v3.0


Languages

Language:C# 100.0%