Package IDAscope :: Package idascope :: Package core :: Package structures :: Module CryptoSignatureHit :: Class CryptoSignatureHit
[hide private]
[frames] | no frames]

Class CryptoSignatureHit

source code

This class is an information container for a signature match as generated by CryptoIdentifier.

Instance Methods [hide private]
 
__init__(self, start_address, names, match) source code
 
__str__(self)
Convenience function.
source code
 
__lt__(self, other)
Convenience function for ordering.
source code
Method Details [hide private]

__str__(self)
(Informal representation operator)

source code 

Convenience function.

Returns:
a nice string representation for this object

__lt__(self, other)
(Less-than operator)

source code 

Convenience function for ordering.

Parameters:
  • other (CryptoSignatureHit) - another CryptoSignatureHit
Returns:
less if start addres is less than of the other