Changeset 466
- Timestamp:
- 04/03/06 22:53:55 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nepenthes/trunk/modules/shellcode-signatures/parser.y
r462 r466 68 68 printf("\tmap "); 69 69 70 int i; 70 71 for( i = 0; i < shellcodes->map_items; i++ ) 71 72 { … … 186 187 { 187 188 if( shellcodes->map_items < (MAP_MAX - 1) ) 188 shellcodes->map[shellcodes->map_items++] = $ 1;189 shellcodes->map[shellcodes->map_items++] = $2; 189 190 } 190 191 ; nepenthes/trunk/modules/shellcode-signatures/sch_namespace.cpp
r448 r466 115 115 } 116 116 117 // printf("%s\n",m_ Shellcode->pattern);117 // printf("%s\n",m_Pattern.c_str()); 118 118 // g_Nepenthes->getUtilities()->hexdump((byte *)m_Shellcode->pattern,m_Shellcode->pattern_size); 119 119 return true;
