Changeset 117
- Timestamp:
- 12/16/06 22:31:00 (2 years ago)
- Files:
-
- honeyclient/branches/bug/42/lib/HoneyClient/Agent/Integrity/Registry/Parser.pm (modified) (3 diffs)
- honeyclient/branches/bug/42/lib/HoneyClient/Agent/Integrity/Registry/Parser.yp (modified) (1 diff)
- honeyclient/branches/bug/42/t/test_registry/after.reg (modified) (1 prop)
- honeyclient/branches/bug/42/t/test_registry/before.reg (modified) (1 prop)
- honeyclient/branches/bug/42/t/test_registry/dump.reg (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/bug/42/lib/HoneyClient/Agent/Integrity/Registry/Parser.pm
r116 r117 692 692 # see the Search::Binary POD documentation. 693 693 # 694 # Inputs: arrayref, value_to_compare, current_array_index694 # Inputs: parser, value_to_compare, current_array_index 695 695 # Outputs: comparison, last_valid_array_index 696 696 sub _search { … … 1365 1365 $Data::Dumper::Terse = 1; 1366 1366 $Data::Dumper::Indent = 0; 1367 # TODO: change this to debug.1368 1367 $LOG->debug(Dumper(\%args)); 1369 # TODO: delete these.1370 $LOG->debug(Dumper($self->YYData->{'group_index_offsets'}));1371 $LOG->debug(Dumper($self->YYData->{'group_index_linenums'}));1372 1368 1373 1369 # Sanity check, don't continue, unless absolute_offset or absolute_linennum … … 1462 1458 return $found_linenum; 1463 1459 } else { 1464 # TODO: Change this to debug, eventually.1465 1460 $LOG->debug("Seeking parser to nearest earlier group offset (" . $found_offset . ")."); 1466 1461 return $found_offset; honeyclient/branches/bug/42/lib/HoneyClient/Agent/Integrity/Registry/Parser.yp
r116 r117 537 537 # see the Search::Binary POD documentation. 538 538 # 539 # Inputs: arrayref, value_to_compare, current_array_index539 # Inputs: parser, value_to_compare, current_array_index 540 540 # Outputs: comparison, last_valid_array_index 541 541 sub _search { honeyclient/branches/bug/42/t/test_registry/after.reg
- Property svn:executable deleted
honeyclient/branches/bug/42/t/test_registry/before.reg
- Property svn:executable deleted
honeyclient/branches/bug/42/t/test_registry/dump.reg
- Property svn:executable deleted
