|
You are here |
www.libpng.org | ||
| | | | |
hjr265.me
|
|
| | | | | I remember seeing a tool many years ago that could hide other files in BMP image files. I was a bit too young to understand how it worked, but I think I understand the trick now: Understand the structure of the file type at the byte level. Find a spot that can hold an arbitrary length of data. Sneak in whatever you want in there. As a proof of concept, I used Go to make Sneak - a program to add or extract a hidden file in a ZIP archive. | |
| | | | |
codeplusplus.blogspot.com
|
|
| | | | | This is the file format used by Quark Copydesk. The file is broken into chunks. Each chunk is exactly 256 bytes long. Chunks are identifie... | |
| | | | |
httpwg.org
|
|
| | | | | This specification describes an optimized expression of the semantics of the Hypertext Transfer Protocol (HTTP), referred to as HTTP version 2 (HTTP/2). HTTP/2 enables a more efficient use of network resources and a reduced latency by introducing field compression and allowing multiple concurrent exchanges on the same connection. This document obsoletes RFCs 7540 and 8740. | |
| | | | |
cbloomrants.blogspot.com
|
|
| | | We just did an interesting thing at RAD that's kind of related to what I've been writing about. A while ago Dmitry Shkarin (ppmii inven... | ||