Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1689

Found a way to crash it with a mere echo statement

$
0
0
Discovered this one by accident!

Code:
setdos /x-3
setdos /c%@CHAR[1]
echo 100%%@CHAR[8221]

The smart quote is what breaks it. The char[8221]. It’s fine without it. It hangs indefinitely with it.

reproduceable on v33.00.20 with no ini file/fresh run

Please DON’T remove the ability to setdos /c to %@CHAR[1] though. That command is very picky about which characters you can use. None over ASCII[128]! I was dealing with a situation where i wanted to parse a file with possibly every character...

Read more

Viewing all articles
Browse latest Browse all 1689

Trending Articles