Class FoundList

The foundlist is an object that opens the current memscan's result file and provides an interface for reading out the addresses.

Class

Properties

Address [ index ] Returns the address as a string at the given index.
Count Number of results found.
FIXME [ index ] Same as Address
Value [ index ] Returns the value as a string at the given index.

Methods

deinitialize () Release the results.
getAddress ( index ) Returns the address as a string.
getCount ()
getValue ( index ) Returs the value as a string.
initialize () Call this when a memscan has finished scanning.

Creation

createFoundList ( memscan )


Properties

Address [ index ]
Returns the address as a string at the given index.

Type:

Count
Number of results found.

Type:

    integer
FIXME [ index ]
Same as Address []

Type:

Value [ index ]
Returns the value as a string at the given index.

Type:

Methods

deinitialize ()
Release the results.
getAddress ( index )
Returns the address as a string.

Parameters:

  • index integer

Returns:

    string
getCount ()

Returns:

    integer
getValue ( index )
Returs the value as a string.

Parameters:

  • index integer

Returns:

    string
initialize ()
Call this when a memscan has finished scanning. This will open the results for reading.

Creation

createFoundList ( memscan )

Parameters:

  • memscan

Returns:

    FoundList
generated by LDoc 1.4.6-antum-dev-1 Last updated 2019-02-27 23:30:35