|
|
(One intermediate revision by the same user not shown) |
Line 181: |
Line 181: |
| |} | | |} |
|
| |
|
| == File format == | | == 文件格式 == |
|
| |
|
| File format used for storing videos is not yet known either. Both videos that were available at 18th of July 2011 contained string "boss" in the first four bytes, which leads me to believe this is a [http://en.wikipedia.org/wiki/Magic_number_(programming)#Magic_numbers_in_files "magic number"] used to identify this type of file.
| | 使用的视频存储格式未知。2011年7月18日,两个视频包含字符串“boss”的前bytes,这让我相信这是用于识别文件类型的[http://en.wikipedia.org/wiki/Magic_number_(programming)#Magic_numbers_in_files "magic number"] |
| This header and the crypto used for the payload following it, is the [[SpotPass]] content container format.(See the SpotPass page for info on the container format) See the above SD storage section for info on the cleartext payload.
| |
|
| |
|
| The video codec used is unknown.(But going by the manual it should be Mobiclip in some form) Region info is stored in the decrypted SpotPass crypto layer, see above SD section.
| | 这种文件头和加密方式是[[SpotPass]]内容的容器格式。 |
|
| |
|
| == Server spoofing ==
| | 所使用的视频编码解码器未知,(通过手动查看可知,这是某种形式的Mobiclip)根据上述的SD部分,区域代码存储在SpotPass加密层。 |
|
| |
|
| In case you want to try messing with Nintendo Video, here's a description of what I did:
| | == 服务器欺骗 == |
|
| |
|
| # Set up a DNS server using bind9, which returned my IP as the IP for pubeu-p.est.c.app.nintendowifi.net [http://pastie.org/2230422 (bind config)]. | | 如果你想迷惑Nintendo Video,这里写着一些我做过的事情: |
| ## Don't forget to replace MY_IP in config with your IP address, but '''don't''' replace the IP of conntest.nintendowifi.net service | | |
| # Set up an HTTP server using nginx and put ESP_MD1, ESP_MD2 (which I have downloaded from Nintendo's servers earlier, see above) in my /var/www/1/110/1/ folder. | | # 设置bind9作为 DNS 服务器 , 这样返回我的 IP 是 pubeu-p.est.c.app.nintendowifi.net 的[http://pastie.org/2230422 (bind 设置)]. |
| # Configured my 3DS to use my DNS server as both primary and secondary DNS server. | | ## 不要忘记用你的IP替换配置中的 MY_IP ,但是不要更改 conntest.nintendowifi.net 的IP |
| | # 设置 HTTP 服务器(nginx),放置ESP_MD1, ESP_MD2文件到/var/www/1/110/1/目录 (已经从任天堂的服务器里转存了,见上方链接). |
| | # 配置3DS的第一DNS和第二DNS为自建DNS服务器 |
| # ??? | | # ??? |
| # PROFIT! | | # PROFIT! |