Pyramids (3DSWare): Difference between revisions
Created page with "== Overview == A valid QR code contains 170 bytes of data and it's LZ-10 compressed. The only byte that can cause a crash is at offset 0x01 (As stated bellow) == QR Image ==..." |
Einstein95 (talk | contribs) |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
A valid QR code contains 170 bytes of data and it's LZ-10 compressed. The only byte that can cause a crash is at offset 0x01 | A valid QR code contains 170 bytes of data and it's LZ-10 compressed. The only byte that can cause a crash is at offset 0x01, as stated below. | ||
== QR Image == | == QR Image == |