We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629cd7d commit 1ff37c1Copy full SHA for 1ff37c1
LnkParse3/string_data.py
@@ -15,8 +15,8 @@
15
16
# LNK File UI Character Limitation:
17
# Windows Explorer displays only 260 characters in the 'Target' field for LNK shortcuts,
18
-# while the maximum length for a command line argument is 4096 characters. This technical
19
-# limitation creates a discrepancy between what is visible in the UI and what may be
+# while the maximum length for a command line argument is 4096 characters. This technical
+# limitation creates a discrepancy between what is visible in the UI and what may be
20
# present in the complete file. It allows to hide commands by inserting non-printable whitespace
21
# characters to pad the visible section of the LNK file.
22
0 commit comments