Line 82:
Line 82:
* You could use Google's Chart API to create a QR code from the codes above: https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=ESHOP (replace the ESHOP text with the ESHOP:// link from one of the above)
* You could use Google's Chart API to create a QR code from the codes above: https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=ESHOP (replace the ESHOP text with the ESHOP:// link from one of the above)
+
+
== NS eShop application parameters ==
+
This section describes the 0x1C-byte structure stored at the application parameters from [[APT:StartApplication]], under the 0x300-byte buffer listed there.
+
+
{| class="wikitable"
+
|-
+
! Offset
+
! Size
+
! Description
+
|-
+
| 0x0
+
| 0x4
+
| Unknown, usually 0x3?
+
|-
+
| 0x4
+
| 0x4
+
| Unknown, usually 0x0?
+
|-
+
| 0x8
+
| 0x8
+
| u64 binary eShop content ID, same ID from the first string in eShop QR-codes except in binary form.
+
|-
+
| 0x10
+
| 0x10
+
| This is the last string from the QR-code(if any), no NUL-termination.
+
|}
== ExtData ==
== ExtData ==