Hacking Pastebin Posting/Discussion

  • Thread starter Thread starter Psi-hate
  • Start date Start date
  • Views Views 63,390
  • Replies Replies 360
  • Likes Likes 11
I'm unsure what it could be. It may be unrelated to the 3DS/WiiU so unless we could get some info, then I'll put it up there. It looks to me like a bunch of directories.
This is pretty obviously Wii U related: Title "IOSU dev nodes".

"dlp", "nim" and "pm" are also the names of 3DS system modules -- I wouldn't be surprised if Nintendo kept the names similar on the two platforms.
 
This is pretty obviously Wii U related: Title "IOSU dev nodes".

"dlp", "nim" and "pm" are also the names of 3DS system modules -- I wouldn't be surprised if Nintendo kept the names similar on the two platforms.
Most likely. (I don't know too much about the Wii U honestly) I did recognize the "nim" and "pm" but was unsure if anything else used it. I suppose we could ask @shinyquagsire23 since he knows a lot about these things.
 
It could probably be some info on the Wii U OS (I guess some people who have the exploit are working on the OS?) Not too wild a guess but eh.
 
http://pastebin.com/AwAxBshX

This appears to be a partially reverse engineered objdump of the ssl module trying to find how ClCertA is decrypted; it's got a few notes how much progress was made.
It says he needs help on it, so maybe we can get someone to figure it out so we can have a greater understanding of what can be accomplished/what else needs to be done. . Maybe @WulfyStylez can help? (Sorry for bothering you Wulfy!)
 
General ARM11 RE tips:
-If you're looking for something that uses a known service call, search for that command header.
-If you know it uses that command header but can't find it, look for something that builds a command from its components.
-Dumps >>>> NCCH data for obvious reasons, but if you're using NCCH data be sure you're splitting into segments and remapping ro and data to their proper spots, and allocating a segment for bss.
-Name your service handle offsets to quickly be able to name all functions making service calls with that service

There's not a lot I think end-users (or even most people outside of those doing pure research like I was when I looked into this) will get out of having the CTR client cert. You'll need to be really familiar with the 3DS' https-using apps to get much out of it, too. Like: you can fetch eShop metadata (a lot of it), but that's all available through the eshop app already. You can send NetUpdateSOAP requests to scan for updates, but yellows8 already has something that does that.
 
  • Like
Reactions: Psi-hate
General ARM11 RE tips:
-If you're looking for something that uses a known service call, search for that command header.
-If you know it uses that command header but can't find it, look for something that builds a command from its components.
-Dumps >>>> NCCH data for obvious reasons, but if you're using NCCH data be sure you're splitting into segments and remapping ro and data to their proper spots, and allocating a segment for bss.
-Name your service handle offsets to quickly be able to name all functions making service calls with that service

There's not a lot I think end-users (or even most people outside of those doing pure research like I was when I looked into this) will get out of having the CTR client cert. You'll need to be really familiar with the 3DS' https-using apps to get much out of it, too. Like: you can fetch eShop metadata (a lot of it), but that's all available through the eshop app already. You can send NetUpdateSOAP requests to scan for updates, but yellows8 already has something that does that.
Thanks for the info Wulfy. I'm sure this will come in handy to those having trouble with the subject.
 

Site & Scene News

Popular threads in this forum