Functionality
This command is used to output the detailed information of executable file (exe) in user environment.
After uploading the execution results of this command to CS through main menu, the required definition information can be set in the following functions:
Software operation status function (PE title definition)
A single executable file (exe) can be detected by a single auditing software (software operation status).
Specify one file for collection.
File search function (file module definition)
One file can be detected by a single auditing software (file search).
Specify one file for collection.
Detection function of prohibition software (file condition definition)
Hashes of multiple files can be registered for a single auditing software (prohibition software).
You can register the results (multiple file information) with the folder specified.
Record format
dtpfinfo.exe | [Object Folder Name] [Object File Name] [-c Object Folder Name] [-o Output File Name] |
Option
When executing without specified option, get the detailed information of files saved in current folder.
Output dtpfinfo.dat file to the current folder.
This option retrieves the detailed information of all files contained in the specified target folder, and outputs the results.
Get the detailed information of all files in the specified object folder and its subfolder, and output results.
This option specifies the name (not including the file name) of folder for saving object files that gets detailed information.
Specify this option with absolute path, and when the path contains space, enclose the whole path in quotes.
In addition, apart from the quotes, the maximum string of 256 characters can be specified.
This option specifies the name of object file that gets detailed information.
Specify with absolute path, and when the path contains space, enclose the whole path in quotes.
In addition, apart from the quotes, the maximum string of 256 characters can be specified.
This option retrieves the detailed information of all files contained in the specified target folder and subfolders, and outputs the results.
Get the detailed information of all files (not including the subfolder) in the specified object folder, and output results.
Specify the object folder name according to the name of folder for saving the object files that gets detailed information (not including the file name).
Specify the object folder with absolute path, and when the path contains space, enclose the whole path in quotes.
In addition, apart from the quotes, the maximum string of 256 characters can be specified.
Specify the name of file that outputs detailed information.
When the path of output file name contains space, enclose the whole path in quotes.
In addition, apart from the quotes, the maximum string of 256 characters can be specified.
Return value
0: ended normally
Other than 0: ended abnormally
Command saving location
Download through any one of the following link in main menu.
Environment Setup > Software Auditing > Add User Definition
Environment Setup > Software Auditing > Add prohibition Software
The following folder in CS:
CS Installation Directory \FJSVsbtrs\bin |
Authority required for execution/executing environment
The authority for accessing to specified file/folder is required.
The authority for outputting file to command execution folder is required.
Cautions
The authority for accessing to all files under folder specified in object folder is required.
The network path is not object. Be sure to specify the local drive for object folder name and file name.
This command will not treat the name of file that contains Unicode as object.
When the output file has existed, overwrite it or delete it when an exception occurs. When the file previously created is required, modify the file name or move it to other location before executing the command.
Do not edit the output file.
Command execution example
Get the file information of the current folder, and output dtpfinfo.dat file to the current folder.
"C:\temp\dtpfinfo.exe" |
Get the detailed information of all files under C:\files folder, and output dtpfinfo.dat file to the current folder.
"C:\temp\dtpfinfo.exe" "C:\files" |
Get the detailed information of C:\files\sample.exe file, and output dtpfinfo.dat file to the current folder.
"C:\temp\dtpfinfo.exe" "C:\files\sample.exe" |
Get the detailed information of all files in and under the C:\files folder, and output dtpfinfo.dat file to the current folder.
"C:\temp\dtpfinfo.exe" -c"C:\files" |
Get the file information under current folder, and output C:\test\sample.dat file.
"C:\temp\dtpfinfo.exe" -o"C:\test\sample.dat" |
Get the detailed information of all files under C:\files folder, and output C:\test\sample.dat file.
"C:\temp\dtpfinfo.exe" "C:\files" -o"C:\test\sample.dat" |
Execution result/output format
When executing the command normally, the following message will be output, and output dtpinfo.dat file to command execution folder.
The detailed information getting command of execution file has been ended normally. Amount of file that is read: 25 |
When the processing failed, a message indicating failure will be output. Refer to "3.3.18 Message Output in Detailed Information Getting Command of Execution File" for details.