dEEpEst
☣☣ In The Depths ☣☣
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
- Joined
- Mar 29, 2018
- Messages
- 13,860
- Solutions
- 4
- Reputation
- 27
- Reaction score
- 45,546
- Points
- 1,813
- Credits
- 55,340
7 Years of Service
56%
Embeds the contents of a specified file (e.g., a ZIP) into the last IDAT chunk of a PNG, producing a valid PNG that also contains a hidden Zip file. Just change the ext to '.zip'.
Must open .zip after with WinRAR specifically
Syntax
Script
Must open .zip after with WinRAR specifically
Syntax
Code:
Embed-ZipInPNG -CoverPNG "coverImage.png" -ContentFile "secret.zip" -OutputPNG "secretZip.png"
Script