nxdumptool-rewrite (latest commit build) #139
Replies: 7 comments 10 replies
-
What exactly is the .elf for? |
Beta Was this translation helpful? Give feedback.
-
How can I browse ExeFS/RomFS in the nightly build? |
Beta Was this translation helpful? Give feedback.
-
Hey, don't judge yourself. I gotta say this works better than previous versions :) Once you get the UTF-8 fixed, I think it will be great :) |
Beta Was this translation helpful? Give feedback.
-
I have a problem executing the file. And I get the following error on my Nintendo switch. Please |
Beta Was this translation helpful? Give feedback.
-
I keep getting a "Failed to retrieve FS .data segment dump!" error trying to start the application. Not sure what that would mean. I've tried both this version and the migdumptool version but they behave identically. I've tried older HorizonOS / Atmosphere version as well but it made no difference. The non-rewrite version works without any issues as far as I can see, but I'm not getting the files I need from it. (I want a full dump with all certificate files) Any idea how this could be solved? --- LOG --- [2024-04-23 17:40:48.100615112] [INFO] /source/utils.c:152:utilsInitializeResources -> MigDumpTool v0.0.2 starting. Built on 2024-04-08 22:30:42 UTC.
[2024-04-23 14:48:26.084019832] [INFO] /source/core/nxdt_utils.c:159:utilsInitializeResources -> nxdt_rw_poc v2.0.0 starting (-). Built on 2024-04-21 11:28:11 UTC.
|
Beta Was this translation helpful? Give feedback.
-
Hey, sorry if this is a redundant question or anything, but I have to ask. My Malwarebytes detected the host file as malware. This is a false positive, right? I'm sure that's what's going on, but I just wanted confirmation since I've had bad experiences in the past with malware :( |
Beta Was this translation helpful? Give feedback.
-
I've got nothing to complain about dumping speed is blazing fast nxdump client also works perfectly on linux great work |
Beta Was this translation helpful? Give feedback.
-
Click here to download the latest nxdumptool-rewrite build
This link will always take you to a NRO build of the latest
rewrite
branch commit available at any given moment.Please download and extract the zipped NRO from that link and place it anywhere inside the
/switch
directory on your SD card. You can ignore the ELF file -- this is only provided for debugging purposes.Remember to run
Lockpick_RCM
beforehand to dump your Switch keys, which are required by nxdumptool.For further information and support, please visit our Discord server.
FAQ
Why is this a pre-release instead of an actual release?
The rewrite has been an ongoing project for some years now, but personal issues and time contraints have made it very hard for me to work on it on a consistent basis -- this makes me feel like the
rewrite
branch is not ready for a full-fledged release.However, I also feel like it is much, much more advanced than what any
main
branch build could offer -- feel free to take a look at the README for a full list of features.In my eyes, all previous nxdumptool releases have been deprecated for some time now, which led me to affectionately call them
legacy
builds.Why are you providing a link instead of an actual binary?
Some time ago, @Whovian9369 helped me setup a CI/CD pipeline for the
rewrite
branch, which basically makes it possible to automatically build new commits as soon as they're pushed to the GitHub repository. There's no way in hell I'm gonna come here and update the attached binary each time new commits are pushed. Please understand.These builds are ugly, why didn't you keep the old UI?
Because the old UI was very hard to maintain. The old codebase is a complete mess and it disgusts me (which also led me to further fuel my own self-esteem issues, but that's another topic). The idea is to eventually migrate to a borealis-based UI, much like the one from sys-clk manager.
Please bear with me for the time being. Deploying builds with console-based output is much easier to maintain and test while still developing the actual functionalities.
Why does my Asian/Cyrillic game display as garbage text?
As explained by the previous point, these builds use console-based output for simplicity's sake. Sadly, this feature doesn't support UTF-8 output. Please understand.
The new menu layout is confusing, why didn't you keep the old layout?
That'd be because the old layout was even more confusing, to my eyes. Now, the
gamecard menu
strictly handles gamecard-related dump options (like XCI, certificate, HFS partitions, etc.), while theuser titles
menu strictly handles dump operations for actual software titles, even if they're gamecard-based (like NSP, ticket, individual NCAs / NCA FS sections, etc.).Admittedly, it may take some time to get used to, but it's very powerful -- almost as if you were using hactool right on your Switch to extract NCA FS sections, for example.
This discussion was created from the release nxdumptool-rewrite (latest commit build).
Beta Was this translation helpful? Give feedback.
All reactions