1
0
Fork 0
x64dbg/coverity.bat

5 lines
91 B
Batchfile

@echo off
cov-configure --msvc
cov-build --dir cov-int --instrument build_x64.bat
exit