Results 1 to 2 of 2
  1. #1
    nomeyamo's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    Diablo 3 unstripped .ELFs in the switch (almost like having the source code)

    Quoting a tweet from @spooookmon:

    Blizzard left all of the master lotcheck submission files & unstripped .ELFs in the Switch title Diablo III: Eternal Collection's RomFS
    Twitter

    What you get from these is close to having Diablo 3 source code 8)

    The nss files from the picture are ELF files you can load in IDA and get all the juicy stuff. Please note that the switch has an ARM64 processor not an x64 (but the source should be almot the same)

    You'll need the nsp that's been circulating around (google it) and then extract the files with hactool.

    Code:
    hactool -t pfs0 --pfs0dir=01001B300B9BE000 "Diablo III Eternal Collection [01001B300B9BE000][v0].nsp"
    From the extracted folder you can get the titlekey from the .tik file (open in an hex editor and it's at offset 0x180). With that titlekey and the usual hactool keys (google them) you can extract the romfs.

    Code:
    hactool -k keys.dat --titlekey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --romfsdir=romfs 01001B300B9BE000/244b84153edddf42407aa2a03572202a.nca
    After that just throw the nss files into IDA and enjoy.

  2. #2
    Dobobay's Avatar
    Join Date
    Aug 2017
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    1
    Woah dude, your brain is like, huuuuuuuuge. This is sick

Similar Threads

  1. [Release] The Godfather Role Playing Server Connect Source Code
    By mkzal in forum Grand Theft Auto San Andreas Multi Player (SAMP) Hacks
    Replies: 3
    Last Post: 04-05-2017, 05:23 AM
  2. Making the Wallhack work like it should!
    By romor24 in forum Combat Arms Hacks & Cheats
    Replies: 14
    Last Post: 07-21-2009, 02:17 PM
  3. its almost 4am in the mornin
    By Zhellbound in forum General
    Replies: 21
    Last Post: 06-06-2009, 12:51 PM
  4. has anybody found any glitches in the new campaign like mode?
    By Corndog in forum Combat Arms Glitches
    Replies: 9
    Last Post: 05-31-2009, 12:06 AM
  5. What is the best program like photoshop, besides for photoshop??
    By Megakilla77 in forum Art & Graphic Design
    Replies: 10
    Last Post: 10-07-2008, 04:18 PM