Changeset 205 for trunk/src/samhain_stealth.c
- Timestamp:
- Dec 22, 2008, 10:05:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/samhain_stealth.c
r34 r205 277 277 fprintf(stdout, _(" -s hide file 'what' in PS image 'where'\n")); 278 278 fprintf(stdout, _(" -g get hidden data from PS image 'where'\n")); 279 fprintf(stdout, _(" (output to stdout)\n \n"));279 fprintf(stdout, _(" (output to stdout)\n")); 280 280 fprintf(stdout, _(" -o size of file 'where' = offset to "\ 281 281 "end-of-file\n")); 282 fprintf(stdout, _(" (same as wc -c).\n")); 282 fprintf(stdout, _(" (same as wc -c).\n\n")); 283 fprintf(stdout, _(" Example: let bar.ps be the ps file, and foo the config file\n")); 284 fprintf(stdout, _(" 1) extract with: samhain_stealth -g bar.ps >foo\n")); 285 fprintf(stdout, _(" 2) hide with: samhain_stealth -s bar.ps foo\n\n")); 283 286 284 287 fprintf(stdout, _(" This program hides a file in an UNCOMPRESSED "\ … … 294 297 fprintf(stdout, _(" The program does not check the compression type of "\ 295 298 "the PS file.\n")); 296 fprintf(stdout, _(" Just have a look at the result to check.\n \n"));299 fprintf(stdout, _(" Just have a look at the result to check.\n")); 297 300 return; 298 301 }
Note:
See TracChangeset
for help on using the changeset viewer.