This inspector will collect information about string that have been manipulated during the execution.

Method __init__ Initialize a properly configured instance of InspectorStringHistory
def __init__(self, utf16=True, min_invalid_size=5, min_valid_size=4, max_size=80, max_string_worker=10000):

Initialize a properly configured instance of InspectorStringHistory

Parametersutf16if true, look for utf16 strings as well.
min_invalid_sizeminimum size (in bytes) that a non-null terminated string must have to be considered.
min_valid_sizeminimum size (in bytes) that a null-terminated string must have to be considered.
max_sizemaximum size (in bytes) that a string can have to be considered.
max_string_workermaximum size of current strings to consider and keep in RAM.
API Documentation for reven, generated by pydoctor at 2018-06-06 16:31:21.