2023-11-15 21:40:07 CST W46D3

This commit is contained in:
aggresss
2023-11-15 21:40:07 +08:00
parent 05345f7cdc
commit 6532a8c106
10 changed files with 543 additions and 13 deletions

View File

@@ -210,7 +210,7 @@ func main() {
}
// open the file to dump raw data
outputFile, _ = os.OpenFile(os.Args[3], os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0755)
outputFile, _ = os.OpenFile(os.Args[3], os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0644)
// actual decoding and dump the raw data
for ret >= 0 {