Pages: 1
Posted on 06-02-13, 11:35 pm
Super Mario
( ͡° ͜ʖ ͡°)

Karma: 10020
Posts: 3359/4457
Since: 06-08-11
So yup. Decompress arm9.bin using NSMBe. Then export it and open it in an hex editor. Look for the string "NARC". There's many NARCs embedded in the binary.

If you extract them and look at them, they appear to have interesting stuff. There's the data for the MvsL loading screen, where Peach throws mushrooms and goombas at Mario. There's more stuff.

So yeah, I'm posting this here because I'm lazy to look at all the NARCs right now, I'm busy with disassembling. So if someone wants to have a look at this, please do so and post your findings in here!
Posted on 06-03-13, 02:00 am
Pokey
me some orange juice my hand

Karma: 674
Posts: 257/699
Since: 09-24-12
I'll try to look at them sometime, since I can't neither today nor tomorrow.

Nice findings! I hope I'll find some more interesting stuff.
Posted on 06-03-13, 07:28 am
Birdo


Karma: 2754
Posts: 561/2091
Since: 06-26-11
Interesting...
but how do I open them?
or extract them?
Posted on 06-03-13, 03:02 pm
Super Mario
( ͡° ͜ʖ ͡°)

Karma: 10020
Posts: 3363/4457
Since: 06-08-11
Decompress arm9.bin
Then extract it and hex edit it.
Search for NARC. You'll find some results. Everytime there's that word, one NARC begins. That's the magic header for narcs.
Copy all the data from one magic header included to the next not included. Paste it in another file.
(If its the last narc you'll have to figure out the length somehow else.)
That file is now like any regular NARC. Import it in nsmbe on top of another narc and open it.

If you want to edit something and put the narc back into the arm9 you can only do that if the narc is the same size or smaller than the original... So it could be a bit hard to do so.
Posted on 09-15-13, 02:26 pm
Birdo


Karma: 2754
Posts: 704/2091
Since: 06-26-11
Sorry for the bump. But what hex editor do you recommend, that can find text, at the same time as selecting?
Posted on 09-15-13, 02:35 pm
Fuzzy
Full mod

Karma: 1183
Posts: 685/785
Since: 06-28-11
Posted by Hiccup
Sorry for the bump. But what hex editor do you recommend, that can find text, at the same time as selecting?

I use Hex Editor Neo. It's a really nice hex editor that'll do what you're looking for.
Posted on 09-17-13, 03:39 pm (rev. 1 by  Hiccup on 09-17-13, 03:39 pm)
Birdo


Karma: 2754
Posts: 712/2091
Since: 06-26-11
How can I figure out the length of the last narc?

It's the only one I can't check.
Posted on 09-22-13, 04:54 pm (rev. 1 by  Dirbaio on 09-22-13, 04:54 pm)
Super Mario
( ͡° ͜ʖ ͡°)

Karma: 10020
Posts: 3774/4457
Since: 06-08-11
I think one of the fields in the header contains the file length...?

Anyway, you can simply copy from the header to the end of the binary, the extra data will be ignored, and you'll still be able to open the NARC.
Posted on 09-22-13, 06:24 pm
Birdo


Karma: 2754
Posts: 736/2091
Since: 06-26-11
Nope.

Arithmetic operation resulted in an overflow.
Posted on 09-22-13, 06:32 pm
Super Mario
( ͡° ͜ʖ ͡°)

Karma: 10020
Posts: 3777/4457
Since: 06-08-11
Impossibru.
You're doing something else wrong then.
Posted on 09-22-13, 06:44 pm
Birdo


Karma: 2754
Posts: 738/2091
Since: 06-26-11
Can you send me the last narc, extracting it your way?
Pages: 1