Changeset 443
- Timestamp:
- 03/27/06 21:55:16 (3 years ago)
- Files:
-
- nepenthes/trunk/modules/shellcode-signatures/sch_engine_unicode.cpp (modified) (1 diff)
- nepenthes/trunk/modules/shellcode-signatures/sch_namespace_base64.cpp (modified) (1 diff)
- nepenthes/trunk/modules/shellcode-signatures/sch_namespace_bindfiletransfer.cpp (modified) (1 diff)
- nepenthes/trunk/modules/shellcode-signatures/sch_namespace_bindshell.cpp (modified) (1 diff)
- nepenthes/trunk/modules/shellcode-signatures/sch_namespace_connectbackfiletransfer.cpp (modified) (1 diff)
- nepenthes/trunk/modules/shellcode-signatures/sch_namespace_connectbackshell.cpp (modified) (1 diff)
- nepenthes/trunk/modules/shellcode-signatures/sch_namespace_execute.cpp (modified) (1 diff)
- nepenthes/trunk/modules/shellcode-signatures/sch_namespace_konstanzxor.cpp (modified) (1 diff)
- nepenthes/trunk/modules/shellcode-signatures/sch_namespace_linkxor.cpp (modified) (1 diff)
- nepenthes/trunk/modules/shellcode-signatures/sch_namespace_url.cpp (modified) (1 diff)
- nepenthes/trunk/modules/shellcode-signatures/sch_namespace_xor.cpp (modified) (1 diff)
- nepenthes/trunk/modules/shellcode-signatures/shellcode-signatures.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nepenthes/trunk/modules/shellcode-signatures/sch_engine_unicode.cpp
r436 r443 27 27 28 28 /* $Id$ */ 29 30 #include <stdint.h> 29 31 30 32 #include "sch_engine_unicode.hpp" nepenthes/trunk/modules/shellcode-signatures/sch_namespace_base64.cpp
r440 r443 27 27 28 28 /* $Id$ */ 29 30 #include <stdint.h> 29 31 30 32 #include "sch_namespace_base64.hpp" nepenthes/trunk/modules/shellcode-signatures/sch_namespace_bindfiletransfer.cpp
r440 r443 27 27 28 28 /* $Id$ */ 29 30 #include <stdint.h> 29 31 30 32 #include <sys/types.h> nepenthes/trunk/modules/shellcode-signatures/sch_namespace_bindshell.cpp
r440 r443 27 27 28 28 /* $Id$ */ 29 30 #include <stdint.h> 29 31 30 32 #include <sys/types.h> nepenthes/trunk/modules/shellcode-signatures/sch_namespace_connectbackfiletransfer.cpp
r440 r443 27 27 28 28 /* $Id$ */ 29 30 #include <stdint.h> 29 31 30 32 #include <sys/types.h> nepenthes/trunk/modules/shellcode-signatures/sch_namespace_connectbackshell.cpp
r440 r443 27 27 28 28 /* $Id$ */ 29 30 #include <stdint.h> 29 31 30 32 #include <sys/types.h> nepenthes/trunk/modules/shellcode-signatures/sch_namespace_execute.cpp
r440 r443 27 27 28 28 /* $Id$ */ 29 30 #include <stdint.h> 29 31 30 32 #include "sch_namespace_execute.hpp" nepenthes/trunk/modules/shellcode-signatures/sch_namespace_konstanzxor.cpp
r440 r443 27 27 28 28 /* $Id$ */ 29 30 #include <stdint.h> 29 31 30 32 #include "sch_namespace_konstanzxor.hpp" nepenthes/trunk/modules/shellcode-signatures/sch_namespace_linkxor.cpp
r440 r443 27 27 28 28 /* $Id$ */ 29 30 #include <stdint.h> 29 31 30 32 #include "sch_namespace_linkxor.hpp" nepenthes/trunk/modules/shellcode-signatures/sch_namespace_url.cpp
r440 r443 27 27 28 28 /* $Id$ */ 29 30 31 #include <stdint.h> 29 32 30 33 #include "sch_namespace_url.hpp" nepenthes/trunk/modules/shellcode-signatures/sch_namespace_xor.cpp
r440 r443 27 27 28 28 /* $Id$ */ 29 30 31 #include <stdint.h> 29 32 30 33 #include "sch_namespace_xor.hpp" nepenthes/trunk/modules/shellcode-signatures/shellcode-signatures.cpp
r440 r443 27 27 28 28 29 30 /* Additional notes:31 *32 * The pcre's and processing logic in this module is derived from mwcollect written by Georg Wicherski33 *34 */35 36 37 29 /* $Id$ */ 38 30
