reven.api.InspectorStringHistory(object)
class documentationreven.api
(View In Hierarchy)
This inspector will collect information about string that have been manipulated during the execution.
Method | __init__ | Initialize a properly configured instance of InspectorStringHistory |
Initialize a properly configured instance of InspectorStringHistory
Parameters | utf16 | if true, look for utf16 strings as well. |
min_invalid_size | minimum size (in bytes) that a non-null terminated string must have to be considered. | |
min_valid_size | minimum size (in bytes) that a null-terminated string must have to be considered. | |
max_size | maximum size (in bytes) that a string can have to be considered. | |
max_string_worker | maximum size of current strings to consider and keep in RAM. |