fuzzilli icon indicating copy to clipboard operation
fuzzilli copied to clipboard

User/homedir expansion doesn't work

Open captainGeech42 opened this issue 7 months ago • 1 comments

swift run -c release FuzzilliCli ... --storagePath=~/fuzz_out --importCorpus=~/fuzz_corpus ...

this throws a directory not found error, but if i manually expand it to /home/user/fuzz_out, etc, it works properly.

Guessing there is a Swift equivalent of os.path.expanduser() that could be used

captainGeech42 avatar Mar 02 '25 02:03 captainGeech42