diff options
Diffstat (limited to 'PE/reinsert.cpp')
| -rw-r--r-- | PE/reinsert.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/PE/reinsert.cpp b/PE/reinsert.cpp index 1c6530b..61372aa 100644 --- a/PE/reinsert.cpp +++ b/PE/reinsert.cpp @@ -14,6 +14,8 @@ virtual int startup() throw (GeneralException) {      Handle * iw;      cdutils * cd; +    verbosity = M_INFO; +      ir = new Input("PE1.bin");      iw = new Output("PE1.bin", 0, 0);      cd = new cdutils(ir, iw); | 
