Skip to content

Commit

Permalink
Merge pull request pgarba#6 from matteyeux/master
Browse files Browse the repository at this point in the history
Same string printed twice in writeFile() and decryptIMG4()
  • Loading branch information
pgarba authored Nov 2, 2019
2 parents 9f8ee78 + b3894cf commit b46dad7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,6 @@ void writeFile(std::string FileName, const uint8_t *Data, size_t Size)
}
fo.write((const char *)Data, Size);
fo.close();

cout << "[!] File succesfully decrypted and written to: " + FileName + "_decrypted" + "\n";
}

void decryptIMG4(std::string FileName, std::string DecryptedKeyBag)
Expand Down

0 comments on commit b46dad7

Please sign in to comment.