tarcisio-marinho / GonnaCry

A Linux Ransomware
https://medium.com/@tarcisioma/ransomware-encryption-techniques-696531d07bb9
GNU General Public License v2.0
691 stars 402 forks source link

Update get_files.py #16

Open MarkAppprogrammer opened 6 months ago

MarkAppprogrammer commented 6 months ago

Decreases run time by using a set instead of a dictionary. Makes look-up time constant. Also created better variable names for readability.