ROM Hack [Release] 3DS_CTR_Decryptor-VOiD

intermet

Well-Known Member
Member
Joined
Jul 19, 2012
Messages
152
Trophies
0
XP
138
Country
France
I get "00040000000EC400.Main.romfs.xorpad" , "00040000000EC400.Main.exefs_norm.xorpad" when i decrypt legend of zelda a link between world.
Is it correct ?
 

banxian

Active Member
Newcomer
Joined
Oct 30, 2014
Messages
40
Trophies
0
Age
41
XP
276
Country
Switzerland
ctrtool crashed on extract romfs of Monster hunter 4G.

here is a quick fix on romfs.c for this bug.
Code:
void romfs_visit_file(romfs_context* ctx, u32 fileoffset, u32 depth, u32 actions, filepath* rootpath)
{
    u32 siblingoffset = 0;
    filepath currentpath;
    romfs_fileentry* entry = &ctx->fileentry;
 
    do {
        if (!romfs_fileblock_readentry(ctx, fileoffset, entry))
            return; // need breakall?
 
 
        //    fprintf(stdout, "%08X %08X %016llX %016llX %08X ",
        //        getle32(entry->parentdiroffset), getle32(entry->siblingoffset), ctx->datablockoffset+getle64(entry->dataoffset),
        //            getle64(entry->datasize), getle32(entry->unknown));
        //    fwprintf(stdout, L"%ls\n", entry->name);
 
        if (rootpath && rootpath->valid)
        {
            filepath_copy(&currentpath, rootpath);
            filepath_append_utf16(&currentpath, entry->name);
            if (currentpath.valid)
            {
                fprintf(stdout, "Saving %s...\n", currentpath.pathname);
                romfs_extract_datafile(ctx, getle64(entry->dataoffset), getle64(entry->datasize), &currentpath);
            }
            else
            {
                fprintf(stderr, "Error creating directory in root %s\n", rootpath->pathname);
                return; // <- need add a &break in argument
            }
        }
        else
        {
            filepath_init(&currentpath);
            if (settings_get_list_romfs_files(ctx->usersettings))
            {
                u32 i;
 
                for(i=0; i<depth; i++)
                    printf(" ");
                fwprintf(stdout, L"%ls\n", entry->name);
            }
        }
 
        fileoffset = getle32(entry->siblingoffset);
    } while (fileoffset != (~0));
}
original code is a recursion call with only fileoffset upate. always carshed on folder contains lots of file.
if depth is untouched, recursion must be prevent.
 

einstein95

Well-Known Member
Member
Joined
Aug 31, 2013
Messages
230
Trophies
0
Age
29
XP
312
Country
New Zealand
and here's
ctrtool crashed on extract romfs of Monster hunter 4G.

here is a quick fix on romfs.c for this bug.

-snip-

original code is a recursion call with only fileoffset upate. always carshed on folder contains lots of file.
if depth is untouched, recursion must be prevent.

and here's a compiled version for everyone unable to install Visual Studio.
 

Attachments

  • ctrtool.zip
    87.8 KB · Views: 307

gamesquest1

Nabnut
Former Staff
Joined
Sep 23, 2013
Messages
15,153
Trophies
2
XP
12,247
http://3dbrew.org/wiki/NCCH#CFA
"The CFA (CTR File Archive) specialisation of the NCCH container, is not executable, but are used in conjunction with CXI files."
How can an installed title not be executable?
if its a dlc/addon pack...i think its used for the manuals too on games, basically anything that is read but doesn't contain any sort of running code its just read by something else
 

Vappy

Well-Known Member
Member
Joined
May 23, 2012
Messages
1,508
Trophies
2
XP
2,613
Country
So are any of the current public tools capable of building the header and metadata to remake into a .cia, or is that still a manual process?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2 @ K3Nv2:
    Ancientboi slept with Charles Babbage for a pc
    +1
  • AncientBoi @ AncientBoi:
    And his was BIG 😱
  • K3Nv2 @ K3Nv2:
    20kbps connection
    +1
  • SylverReZ @ SylverReZ:
    @AncientBoi, That's what she said. :rofl2:
    +1
  • K3Nv2 @ K3Nv2:
    Actually they say 400 years ago 1cm was pretty average so Juan wouldn't feel left out
    +2
  • ZeroT21 @ ZeroT21:
    oh my...
  • K3Nv2 @ K3Nv2:
    Ffs officials are closed on juneteenth guess it's fairly new became federal in 21:rofl2:
  • BigOnYa @ BigOnYa:
    I figured you'd be down at the parade anyways.
  • K3Nv2 @ K3Nv2:
    Nah I still own slaves just ask ancientboi his nicknames mister slave
    +1
  • BigOnYa @ BigOnYa:
    Poor Lemmiwinks...
  • ModernSithLord @ ModernSithLord:
    @BigOnYa Great episode, camp of tolerance
    +1
  • BigOnYa @ BigOnYa:
    Thanks, we try to make every episode, special.
    +1
  • K3Nv2 @ K3Nv2:
    I saw a $15 south park bundle box at Walmart kinda wish I bought it
    +2
  • ModernSithLord @ ModernSithLord:
    I remember seeing the movie when I was young, made me swear up a storm when I got home. lol
    +1
  • K3Nv2 @ K3Nv2:
    I'm gonna buy it if I see it there tomorrow
  • BigOnYa @ BigOnYa:
    That beanie will look good on you, Kentman
  • K3Nv2 @ K3Nv2:
    It would look better on urewife it would be like boning myself
  • BigOnYa @ BigOnYa:
    Started a new game last night called "The Quarry", pretty damn good. Feels/ looks like a movie. About a summer camp where local town folks go crazy and hunt down the campers.
  • K3Nv2 @ K3Nv2:
    I beat it when it first came out good playback ability
    +1
  • BigOnYa @ BigOnYa:
    What's crazy is I have 3tb in my SeriesX , and its almost full. Of course with some of these games being over 150gb each, it don't take long.
  • BigOnYa @ BigOnYa:
    I wish gamepass sold 12 month cards (with a discount), instead of 3 month only.
    BigOnYa @ BigOnYa: I wish gamepass sold 12 month cards (with a discount), instead of 3 month only.