checksec.py
checksec.py copied to clipboard
Rich: Process progress bar doesn't represent the analyzed files
The main progress bar total count is the total of the files walked in the filesystem:
count = sum(1 for i in walk_filepath_list(filepath_list, recursive))
check_output.enumerating_tasks_stop(count)
It's not representative of the smaller amount of files that will be analyzed by checksec (ELF/PE)