Skip to content

Commit 2012707

Browse files
author
4n6ist
committed
v.1.2.2
1 parent ddf042c commit 2012707

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CDIR/CDIR.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright(C) 2017 Cyber Defense Institute, Inc.
2+
* Copyright(C) 2018 Cyber Defense Institute, Inc.
33
*
44
* This program/include file is free software; you can redistribute it and/or
55
* modify it under the terms of the GNU General Public License as published
@@ -227,7 +227,7 @@ int StealthGetFile(char *filepath, char *outpath, ostringstream *osslog = NULL,
227227
FileInfo_t *file;
228228
if ((file = StealthOpenFile(filepath)) == NULL) {
229229
fprintf(stderr, "could not open file: %s\n", filepath);
230-
__exit(EXIT_FAILURE);
230+
return -1;
231231
};
232232

233233
ULONGLONG filesize = (ULONGLONG)file->data->GetDataSize();
@@ -792,7 +792,7 @@ int main(int argc, char **argv)
792792

793793
// chack proces name
794794
procname = basename(string(argv[0]));
795-
cout << msg("CDIR Collector v1.2.1 - 初動対応用データ収集ツール", "CDIR Collector v1.2.1 - Data Acquisition Tool for First Response") << endl;
795+
cout << msg("CDIR Collector v1.2.2 - 初動対応用データ収集ツール", "CDIR Collector v1.2.2 - Data Acquisition Tool for First Response") << endl;
796796
cout << msg("Cyber Defense Institute, Inc.\n", "Cyber Defense Institute, Inc.\n") << endl;
797797

798798
// getting config

CDIR/CDIR.rc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)