Skip to content

Commit

Permalink
v.1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
4n6ist committed Jan 31, 2018
1 parent ddf042c commit 2012707
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CDIR/CDIR.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright(C) 2017 Cyber Defense Institute, Inc.
* Copyright(C) 2018 Cyber Defense Institute, Inc.
*
* This program/include file is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
Expand Down Expand Up @@ -227,7 +227,7 @@ int StealthGetFile(char *filepath, char *outpath, ostringstream *osslog = NULL,
FileInfo_t *file;
if ((file = StealthOpenFile(filepath)) == NULL) {
fprintf(stderr, "could not open file: %s\n", filepath);
__exit(EXIT_FAILURE);
return -1;
};

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

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

// getting config
Expand Down
Binary file modified CDIR/CDIR.rc
Binary file not shown.

0 comments on commit 2012707

Please sign in to comment.