Homebrew [Request] 3ds homebrew channel using the web browser instead of ninjhax

Slushie3DS

Cold Beverage Lover
Member
Joined
Jan 9, 2015
Messages
707
Trophies
0
Age
29
XP
420
Country
United States
I to would like to know if this would work on SKATER

He is most likely just going to make it compatible with spider, seeing as how his ARM11 tools were spider limited, as well. I was thinking about importing a standard N3DS next month, but I decided to wait until development is more mature.
 

yifan_lu

@yifanlu
Member
Joined
Apr 28, 2007
Messages
663
Trophies
0
XP
1,671
Country
United States
https://github.com/yifanlu/ninjhax/tree/spiderninja

Not working yet. FB debug messages working. spider thread0 rop working. rohax working. code replacement and stuff working. So it's like 80% done. The last thing to do is to clean up spider so replacing 0x100000 doesn't crash the browser (or as a hacky way move all hb code to a high enough address as to not crash anything). This involves finding a way to close the other threads (and/or taking over thread0) as well as closing all handles. It'll take a bit for me to RE unless someone else can contribute. I won't have time for a while.

If you want motivation, imagine a .3dsx GUI application that lets you search and patch game memory live (and develop cheats). Or imagine a menu that let's you select VC rom to inject. Anyways, I hope someone else can pick up development because I don't know when I'll have time to continue this.
 

Idaho

Well-Known Member
Member
Joined
Oct 3, 2013
Messages
885
Trophies
1
Age
29
XP
1,417
Country
France
https://github.com/yifanlu/ninjhax/tree/ninjaspider

Not working yet. FB debug messages working. spider thread0 rop working. rohax working. code replacement and stuff working. So it's like 80% done. The last thing to do is to clean up spider so replacing 0x100000 doesn't crash the browser (or as a hacky way move all hb code to a high enough address as to not crash anything). This involves finding a way to close the other threads (and/or taking over thread0) as well as closing all handles. It'll take a bit for me to RE unless someone else can contribute. I won't have time for a while.

If you want motivation, imagine a .3dsx GUI application that lets you search and patch game memory live (and develop cheats). Or imagine a menu that let's you select VC rom to inject. Anyways, I hope someone else can pick up development because I don't know when I'll have time to continue this.

smea and the others won't help you?
 
  • Like
Reactions: Margen67

lemanuel

Maxconsole's All-Knowing Lurker
Member
Joined
Dec 11, 2014
Messages
2,095
Trophies
0
XP
1,254
Country
Portugal
smea and the others won't help you?

Maybe they will but most of them are known to not support piracy. And even if this isn't directly related to play commercial games, it does involve being able to inject VC roms and also cheating in games according to what yifan_lu said. So they might not want to help with that.
 

Idaho

Well-Known Member
Member
Joined
Oct 3, 2013
Messages
885
Trophies
1
Age
29
XP
1,417
Country
France
Maybe they will but most of them are known to not support piracy. And even if this isn't directly related to play commercial games, it does involve being able to inject VC roms and also cheating in games according to what yifan_lu said. So they might not want to help with that.

If this is their real reason to not be involved into this that's rather cowardish...
 
  • Like
Reactions: Margen67

lemanuel

Maxconsole's All-Knowing Lurker
Member
Joined
Dec 11, 2014
Messages
2,095
Trophies
0
XP
1,254
Country
Portugal
If this is their real reason to not be involved into this that's rather cowardish...

well... not really. I think it's up to every person to know which ideals to respect. They're against piracy so it would be hypocritical to not do some stuff related to it and then do others. But as I said, each person knows what they want to follow and respect, so we can't really judge someone for doing what they think it's right. At least in logical circumstances (I don't want to talk about political/religious/moral stuff here).
 
  • Like
Reactions: Zidapi

WeedZ

Possibly an Enlightened Being
Global Moderator
Joined
Jan 13, 2015
Messages
3,825
Trophies
1
Location
The State of Denial
Website
gbatemp.net
XP
5,666
Country
United States
well... not really. I think it's up to every person to know which ideals to respect. They're against piracy so it would be hypocritical to not do some stuff related to it and then do others. But as I said, each person knows what they want to follow and respect, so we can't really judge someone for doing what they think it's right. At least in logical circumstances (I don't want to talk about political/religious/moral stuff here).
So its not hypocritical for them to pirate code from pirates?
 

Idaho

Well-Known Member
Member
Joined
Oct 3, 2013
Messages
885
Trophies
1
Age
29
XP
1,417
Country
France
well... not really. I think it's up to every person to know which ideals to respect. They're against piracy so it would be hypocritical to not do some stuff related to it and then do others. But as I said, each person knows what they want to follow and respect, so we can't really judge someone for doing what they think it's right. At least in logical circumstances (I don't want to talk about political/religious/moral stuff here).

In my opinion any ways of getting unsigned code running should be used, don't give a single shit if it ends up into piracy or not...
 
  • Like
Reactions: Margen67

lemanuel

Maxconsole's All-Knowing Lurker
Member
Joined
Dec 11, 2014
Messages
2,095
Trophies
0
XP
1,254
Country
Portugal
So its not hypocritical for them to pirate code from pirates?

reverse engineer in order to produce homebrew? No.

In my opinion any ways of getting unsigned code running should be used, don't give a single shit if it ends up into piracy or not...

well.. like I said, everyone one has their own ideals. For you it's fine, for others it might be not. We just have to respect.
I'm talking in a general way and not directed to you or anyone else. But when someone doesn't mind piracy but can't do anything about it, that same person can't expect someone else to do it just because that one person is able to do it. If that person is against it, then it's up to that person to do whatever it wants to do.

Please don't put words into people's mouths. He is busy with other things just as I'm busy with other things.
Not sure if it was directed to me or someone else. But just in case, please let me say this. I don't want anyone to misinterpret what I posted before. That was just a conjecture and means absolutely nothing. What I said wasn't about smea or any other dev, it was simply about anyone that might be against piracy or not. Simply put, it was just my own opinion that each individual person's ideals should be respected and nothing more than that. I have the utmost respect for any 3DS dev and their accomplishments and I would never speak ill of any of them, especially regarding this matter.
 
  • Like
Reactions: Zidapi

Slushie3DS

Cold Beverage Lover
Member
Joined
Jan 9, 2015
Messages
707
Trophies
0
Age
29
XP
420
Country
United States
https://github.com/yifanlu/ninjhax/tree/ninjaspider

Not working yet. FB debug messages working. spider thread0 rop working. rohax working. code replacement and stuff working. So it's like 80% done. The last thing to do is to clean up spider so replacing 0x100000 doesn't crash the browser (or as a hacky way move all hb code to a high enough address as to not crash anything). This involves finding a way to close the other threads (and/or taking over thread0) as well as closing all handles. It'll take a bit for me to RE unless someone else can contribute. I won't have time for a while.

If you want motivation, imagine a .3dsx GUI application that lets you search and patch game memory live (and develop cheats). Or imagine a menu that let's you select VC rom to inject. Anyways, I hope someone else can pick up development because I don't know when I'll have time to continue this.

Yifan, are you writing a whole launcher yourself? While it would be amazing to see that, I would definitely enjoy being able to launch Ninjhax's boot.3DSX. Or will they be interchangeable by changing the .3DSX name?

Anyway, wonderful work, mate!

Edit: Really should have read the github readme first. So, what exactly is stopping someone from using this project, currently?

Double Edit: Must I build Ninjhax from this repository? Can I just use the Ninjhax boot.3DSX I grabbed from Smea's page?
 

Slushie3DS

Cold Beverage Lover
Member
Joined
Jan 9, 2015
Messages
707
Trophies
0
Age
29
XP
420
Country
United States
Will this support 9.5?

No, 9.2 and lower, as it uses r0 hacks.

Hmm, seems that it is a must for using a Ninjhax build from this. I ran the second python script, and I got the .htmls, but not .bin. Is there a specific place the .3DSX is supposed to be? I just dropped it in to the root of the folder.
 

yifan_lu

@yifanlu
Member
Joined
Apr 28, 2007
Messages
663
Trophies
0
XP
1,671
Country
United States
Again, it doesn't work yet. It doesn't work because some other thread on some other core is crashing when code is overwritten. I need to find a way to change that.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • SylverReZ @ SylverReZ:
    Worst would be getting a DRM rootkit from using audio CDs and then Sony getting sued.
  • K3Nv2 @ K3Nv2:
    Least I can throw the nvme at neighbors now
  • DinohScene @ DinohScene:
    get a 2 TB NVMe from amazon, return the fucked one, get replacement and send that one to me
  • K3Nv2 @ K3Nv2:
    Easier way buy one with a preadded heatsync pop the heat sync open
  • K3Nv2 @ K3Nv2:
    Some nerd at Amazon warehouse may tell the end of the colors off
  • DinohScene @ DinohScene:
    I'd like a 990 pro tyvm <З
  • K3Nv2 @ K3Nv2:
    Gen 5s going to be crazy expensive at like 10k transfer
  • K3Nv2 @ K3Nv2:
    $300for 2tb
  • DinohScene @ DinohScene:
    don't have anything that can take PCIe5
  • K3Nv2 @ K3Nv2:
    It's still m.2 form just the next gen
  • DinohScene @ DinohScene:
    ew crucial
  • K3Nv2 @ K3Nv2:
    13,600 MB/s though
  • DinohScene @ DinohScene:
    I got a 980 pro iirc
  • K3Nv2 @ K3Nv2:
    Soldigms been pretty solid
  • DinohScene @ DinohScene:
    yeh 980 pro
  • DinohScene @ DinohScene:
    good enough tbf
  • K3Nv2 @ K3Nv2:
    https://a.co/d/gMNhZNI never heard about them but reviews are good
  • SylverReZ @ SylverReZ:
    @DinohScene, Crucial SSDs work fine. I have one installed in my Xbox.
  • SylverReZ @ SylverReZ:
    Reviews seem positive.
  • DinohScene @ DinohScene:
    I believe I had some Patriot RAM running in a computer somewhere
  • K3Nv2 @ K3Nv2:
    $250 is pretty solid considering
  • K3Nv2 @ K3Nv2:
    With the refund it'll be about $150
  • K3Nv2 @ K3Nv2:
    6tb nvme pc ftw
    K3Nv2 @ K3Nv2: 6tb nvme pc ftw