Changeset 1344
- Timestamp:
- 07/30/07 19:00:13 (1 year ago)
- Files:
-
- libemu/trunk/testsuite/sctest.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libemu/trunk/testsuite/sctest.c
r1343 r1344 1599 1599 struct emu_env_w32 *env = emu_env_w32_new(e); 1600 1600 1601 /* IAT for sqlslammer */ 1601 1602 emu_memory_write_dword(mem, 0x42AE1018, 0x7c801D77); 1602 1603 emu_memory_write_dword(mem, 0x42ae1010, 0x7c80ADA0); … … 2120 2121 {"G", "graph" , "FILEPATH", "save a dot formatted callgraph in filepath"}, 2121 2122 {"h", "help" , NULL , "show this help"}, 2123 {"S", "stdin" , NULL , "read shellcode/buffer from stdin, works with -g"}, 2122 2124 }; 2123 2125
