MicroSD Management

MicroSD Management

This is the New_3DS-only system application used for microSD data transfer for New3DS<>PC. This is launched via System Settings.

This uses the SMB protocol. When first starting the application it will ask for an username, password, and workgroup name, for accessing the New3DS with from a PC. These settings are then stored in savedata, so that info doesn’t need setup each time the application is launched.

Although said to only work with Windows systems, it will work with other OS’s if the name of the PC is changed. This is because the app has a hardcoded check for the name of the PC. Why it has this DRM is a mystery.

System Savedata #

  • “/Mcopy.dat” Filesize is (at least?) 0x68-bytes, contains the stored settings.

Savefile structure:

OffsetSizeDescription
0x00x4u32, unknown. Usually 1?
0x40x4u32, unknown. Usually 1?
0x80x20char[] wifi AP SSID
0x280x10char[] SMB device name
0x380x10char[] SMB workgroup name
0x480x10char[] SMB username
0x580x10char[] SMB password