Symantec::PCAnywhere::Profile

Symantec::PCAnywhere::Profile is a Perl class for pcAnywhere utility functions.
Download

Symantec::PCAnywhere::Profile Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Darren Kulp
  • Publisher web site:
  • http://search.cpan.org/~kulp/Symantec-PCAnywhere-Profile-0.06/lib/Symantec/PCAnywhere/Profile.pm

Symantec::PCAnywhere::Profile Tags


Symantec::PCAnywhere::Profile Description

Symantec::PCAnywhere::Profile is a Perl class for pcAnywhere utility functions. Symantec::PCAnywhere::Profile is a Perl class for pcAnywhere utility functions.This class should not be instantiated or used by itself. Use one of its subclasses instead.Provides methods common to pcAnywhere utility functions. See METHODS. Below is an overview of the general decoding mechaism.FILE OBSCURING ALGORITHMThe general idea of the file obscuring algorithm is that each byte is XOR'd with the previous byte plus an incrementing eight-bit counter. For reasons unknown to us, there seems to be some kind of shift in the algorithm starting at byte 448, so we split up our decoding into a "first part" and a "second part). for each byte do char = thisbyte (XOR) prevbyte (XOR) counter++ doneFIELD BREAKDOWNThe interesting fields appear to be in fixed positions: this was very helpful.String fields seem to be terminated with a NUL byte, and we have observed that changing a long value to a short one leaves the tail end of the long field inside the file. In some cases we do not ever care about the "old" value, but since passwords and login names are disabled by NULing out the first byte, the bytes that remain might be interesting. See "FIELD DECODING" for further discussion.We believe that some fields are slightly overloaded - we have seen overlap - and they mainly revolve around the GATEWAY fields. We don't know how pcAnywhere gateways work well enough to really know what to make of it.Requirements:· Perl Requirements: · Perl


Symantec::PCAnywhere::Profile Related Software