checksec.py icon indicating copy to clipboard operation
checksec.py copied to clipboard

Rich: Process progress bar doesn't represent the analyzed files

Open Wenzel opened this issue 5 years ago • 0 comments

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)

Wenzel avatar Sep 29 '20 19:09 Wenzel