Module tokenize

Module tokenize 

Source
Expand description

Tokenization of executables

ConstantsΒ§

STRING_TOKEN_MIN_LEN πŸ”’
WCHAR_STRING_TOKEN_MIN_LEN πŸ”’

FunctionsΒ§

tokenize_executable_file
Naively tokenize an executable file by parsing its data sections. This very much assumes the executable isn’t behaving badly and that strings in it are actually in the data section.
tokenize_src_file
tokenize_strings πŸ”’