Changeset 1344

Show
Ignore:
Timestamp:
07/30/07 19:00:13 (1 year ago)
Author:
common
Message:

libemu

  • sctest comment -S
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libemu/trunk/testsuite/sctest.c

    r1343 r1344  
    15991599        struct emu_env_w32 *env = emu_env_w32_new(e); 
    16001600 
     1601        /* IAT for sqlslammer */ 
    16011602        emu_memory_write_dword(mem, 0x42AE1018, 0x7c801D77); 
    16021603        emu_memory_write_dword(mem, 0x42ae1010, 0x7c80ADA0); 
     
    21202121                {"G", "graph"       , "FILEPATH", "save a dot formatted callgraph in filepath"}, 
    21212122                {"h", "help"        , NULL              , "show this help"}, 
     2123                {"S", "stdin"           , NULL          , "read shellcode/buffer from stdin, works with -g"}, 
    21222124        }; 
    21232125