Skip to content

compiler-explorer/cewrapper

Repository files navigation

cewrapper

jailing wrapper for execution of windows applications

usage

cewrapper.exe C:\full\path\to\executable.exe arguments

for some verboseness, use cewrapper.exe -v C:\full\path\to\executable.exe arguments

dev

To format your sourcefiles, use clang-format. Can be downloaded along with llvm here