Ignore:
Timestamp:
Dec 22, 2008, 10:05:34 PM (16 years ago)
Author:
katerina
Message:

New option LooseDirCheck (ticket #132). Also, replace _exit() with raise(SIGKILL).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/samhain_stealth.c

    r34 r205  
    277277      fprintf(stdout, _("   -s hide file 'what' in PS image 'where'\n"));
    278278      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"));
    280280      fprintf(stdout, _("   -o size of file 'where' = offset to "\
    281281                        "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"));
    283286
    284287      fprintf(stdout, _(" This program hides a file in an UNCOMPRESSED "\
     
    294297      fprintf(stdout, _(" The program does not check the compression type of "\
    295298              "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"));
    297300      return;
    298301}
Note: See TracChangeset for help on using the changeset viewer.