The MIG Switch Thread

Keylogger

Well-Known Member
Member
Joined
May 3, 2006
Messages
2,648
Trophies
1
Age
34
Website
Visit site
XP
6,710
Country
France
Can I dump my NSP games from my CFWed switch to use them on MIG SWITCH?
Post automatically merged:

Other question:
Can I use only one certificate with all my dumps If I don’t care about ban? I mean will it works?
 

turkeylip

New Member
Newbie
Joined
Apr 2, 2024
Messages
2
Trophies
0
Age
36
XP
14
Country
United States
Is there a way I can check the initial data file and xci to see if they are compatible...without attempting to load the game on the Switch.
 

turkeylip

New Member
Newbie
Joined
Apr 2, 2024
Messages
2
Trophies
0
Age
36
XP
14
Country
United States
Is there a way I can check the initial data file and xci to see if they are compatible...without attempting to load the game on the Switch.
 

TheStonedModder

Well-Known Member
OP
Member
Joined
Dec 25, 2022
Messages
868
Trophies
0
Age
27
XP
1,704
Country
United States

Attachments

  • image.png
    image.png
    19.9 KB · Views: 9
  • Like
Reactions: frozencat

flextcg

New Member
Newbie
Joined
Apr 5, 2024
Messages
3
Trophies
0
Age
25
XP
23
Country
Austria
i ordered a mig switch but it hasnt arrived yet. hopefully it will arrive soon. i had chatgpt write a python script to modify the xci file, to allow you to use pretty much any initial data bin file with any xci. maybe someone can test it for me. if not i will be trying once i get my mig switch, i just got my shipping notification so heres to that.

chatgpt wrote 2 other scripts that tried to generate an intial data file, but that was futile because i think the initial data bin is signed. so instead my thought is to update the xci only. if this works it could open up modding on original switches using only the mig switch.

but this script is based off the following information i found in a youtube comment:
the initial data contains 2 parts the first 8 bytes are the header, which is found in the xci. and the second part is the challenge response which allows the cart to enter secure mode in the cartslot. the sha256 hash of the whole initial data file can found in the xci as well. my thought was to reuse the challenge response, since dev carts can use a common response. the script is supposed to update the xci with the new sha256 hash and the 8 byte header from the initial data bin.

the modified xci still plays in an emulator just fine. but i cant test it on mig switch till mine arrives.



Python:
import hashlib
import zlib
import argparse

def update_game_xci_with_initial_data(game_bin_path, initial_data_path):
    with open(initial_data_path, 'rb') as initial_data_bin:
        initial_data_content = initial_data_bin.read()

    # Extract the relevant data from initial_data.bin that needs to be matched in game.xci
    data_to_match = initial_data_content[0x0:0x8]  # For example, the first 8 bytes

    # Update game.xci with the extracted data
    with open(game_bin_path, 'r+b') as game_bin:
        game_bin.seek(0x110)  # Assuming the data needs to be updated at offset 0x110
        game_bin.write(data_to_match)
    with open(initial_data_path, 'rb') as initial_data_bin:
        initial_data_bin_content = initial_data_bin.read()
        new_sha256 = hashlib.sha256(initial_data_bin_content).digest()
    with open(game_bin_path, 'r+b') as game_bin:

    # Update game.xci with new SHA256
        game_bin.seek(0x160)
        game_bin.write(new_sha256)


def main():
    parser = argparse.ArgumentParser(description="Update game.xci to match data from initial_data.bin")
    parser.add_argument("game_bin_path", help="Path to the game.xci file")
    parser.add_argument("initial_data_path", help="Path to the initial_data.bin file")
    args = parser.parse_args()

    update_game_xci_with_initial_data(args.game_bin_path, args.initial_data_path)
    print('game.xci has been updated.')

if __name__ == "__main__":
    main()
I got my Mig Switch yesterday, and have been fiddling with it since. I've tried 2 initial data generator scripts, the first one did not work at all, the second one updated some lines in the xci and the initial data bin itself, and the one you attached only tampered with the xci, but none of them were able to get this game to work yet.
 

TheStonedModder

Well-Known Member
OP
Member
Joined
Dec 25, 2022
Messages
868
Trophies
0
Age
27
XP
1,704
Country
United States
-snip-

I got my Mig Switch yesterday, and have been fiddling with it since. I've tried 2 initial data generator scripts, the first one did not work at all, the second one updated some lines in the xci and the initial data bin itself, and the one you attached only tampered with the xci, but none of them were able to get this game to work yet.
You can’t generate initial data that’s unique to each game. I’d scan your PC for a virus
 
Last edited by Flame,

flextcg

New Member
Newbie
Joined
Apr 5, 2024
Messages
3
Trophies
0
Age
25
XP
23
Country
Austria
It’s already mirrored elsewhere and we can’t link it here


You can’t generate initial data that’s unique to each game. I’d scan your PC for a virus
They were just very similar python scripts like one they attached here, there is no need for a virus scan. The XCI I got was different from the initial data bin, and these scripts were meant to make them compatible somehow, but did not work.
 
  • Like
Reactions: supermad91

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BigOnYa @ BigOnYa:
    Not even once, but 100's of times
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    My girlfriend at the time, she had me stay up with her all night because some how the crazy bitch had spent like 12 hours snorting 2 8 balls, didn't use any water (gotta clean your nose) so she had so much crusted in her nose I was sure she was gonna blow up her heart. I mean this was the stuff right off the boat so absolutely pure. ugghh so annoying
  • Psionic Roshambo @ Psionic Roshambo:
    Also doing like 320 dollars worth of coke in half a day lol damn it
  • Psionic Roshambo @ Psionic Roshambo:
    hmmm 360 even lol
  • Psionic Roshambo @ Psionic Roshambo:
    Well I was getting a discount so 320 is probably right
  • BigOnYa @ BigOnYa:
    That is cheap, I used to pay $100 for a tine.
  • Psionic Roshambo @ Psionic Roshambo:
    Tine? One gram?
  • BigOnYa @ BigOnYa:
    Sixteenth
  • Psionic Roshambo @ Psionic Roshambo:
    Also it was literally out of a kilo when I got it off the boat so absolutely pure
  • Psionic Roshambo @ Psionic Roshambo:
    Holy shiz that's a lot
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I was getting 3.5 Grams for 320 could have stepped on it and doubled my money easy lol
    +1
  • BigOnYa @ BigOnYa:
    I'd be afraid to it nowdays, my heart would explode prob. I just stick beers n buds nowdays.
  • Psionic Roshambo @ Psionic Roshambo:
    I would get to drive from tarpon springs to like Miami a thousand bucks lol do that twice a week and back in 92 that was good money
  • Xdqwerty @ Xdqwerty:
    @BigOnYa,
    @Psionic Roshambo what are you guys talking about?
  • Psionic Roshambo @ Psionic Roshambo:
    Blew it on women and muscle cars lol
    +1
  • BigOnYa @ BigOnYa:
    @Xdqwerty Hamster food, its pricey nowadays to keep PCs running.
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    I don't do anything except cigarettes and gotta stop eventually lol
    +1
  • BigOnYa @ BigOnYa:
    I'd do shrooms again if could find, and I was outside camping/fishing, and had a cooler full of beer.
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I wouldn't mind some LSD, laughing until my face hurt sounds fun lol
    +1
  • BigOnYa @ BigOnYa:
    You ever try soaper powder/qauludes? I did once and like a dumbass drank beer on top of taking, I woke up laying in my backyard in the pouring rain, it knocked me out. I have not seen it around in many many years.
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    No never tried a lot of things but never that lol
  • Psionic Roshambo @ Psionic Roshambo:
    I did pass out one time on a floor after taking a bunch of Ambien lol thought it would help me sleep and did it lol
  • Psionic Roshambo @ Psionic Roshambo:
    Girlfriend was working at a pharmacy and stole like 500 of them, was and still is the biggest pill bottle I have ever seen lol
    Psionic Roshambo @ Psionic Roshambo: Girlfriend was working at a pharmacy and stole like 500 of them, was and still is the biggest...