Binary to package existing files into a cabinet (.cab) file
Compresses the target file into a CAB file stored in the Alternate Data Stream (ADS) of the target file.
makecab {PATH_ABSOLUTE:.exe} {PATH_ABSOLUTE}:autoruns.cab
Hide data compressed into an alternate data stream
Compresses the target file into a CAB file stored in the Alternate Data Stream (ADS) of the target file.
makecab {PATH_SMB:.exe} {PATH_ABSOLUTE}:file.cab
Hide data compressed into an alternate data stream
Download and compresses the target file and stores it in the target file.
makecab {PATH_SMB:.exe} {PATH_ABSOLUTE:.cab}
Download file and compress into a cab file
Execute makecab commands as defined in the specified Diamond Definition File (.ddf); see resources for the format specification.
makecab /F {PATH:.ddf}
Bypass command-line based detections