mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +00:00
Building a string with var = var .. "something" has miserable time complexities. This commit cleans up a lot of that in scripts, focusing on packing of data with bin.pack and concatenations within loops. Additionally, a few instances were replaced with string.rep
11 KiB
11 KiB