Hacking 3DS Homebrew Attempts

Status
Not open for further replies.

DaniPoo

Well-Known Member
Member
Joined
Jan 2, 2013
Messages
927
Trophies
1
Age
35
XP
2,318
Country
You are really annoying BuGgErHAX... The way you behave :/ hmm, I actually think we'll see flying cows before you release this hack...
 
  • Like
Reactions: DinohScene

Coto

-
Member
Joined
Jun 4, 2010
Messages
2,979
Trophies
2
XP
2,565
Country
Chile
Well, it's kind of hard to tell the difference since you didn't use any C-specific code.
well she did.

She included stdio.h library
she used printf, without stdio the small program could've failed.

last, C++ relies on objects, she used \n to skip lines, aand returned 0;

to keep the compiler happy you must return 0 always (end of function on the processor's thread, so program terminates)
 

Kirito-kun

Disciple of GabeN
Banned
Joined
Jul 23, 2013
Messages
290
Trophies
0
Location
22nd Floor
XP
165
Country
Canada
well she did.

She included stdio.h library
she used printf, without stdio the small program could've failed.

last, C++ relies on objects, she used \n to skip lines, aand returned 0;

to keep the compiler happy you must return 0 always (end of function on the processor's thread, so program terminates)

Stdio is also a library in C++, C++ doesn't nessiarily *need* to be used in an OOP fashion, C++ recognizes \n, and it's common practice to return 0 in C++ functions as well. I'm experienced in C++ but not C and the code appeared to be something which could exist in a C++ program.
 

BuGgErHAX

Banned!
OP
Banned
Joined
Sep 22, 2013
Messages
58
Trophies
0
Age
41
Location
Orlando, Florida
Website
www.buggerhax.com
XP
-24
Country
United States
OK.
Stdio is also a library in C++, C++ doesn't nessiarily *need* to be used in an OOP fashion, C++ recognizes \n, and it's common practice to return 0 in C++ functions as well. I'm experienced in C++ but not C and the code appeared to be something which could exist in a C++ program.
But what does this have to do with the topic?
 

Xexyz

GBATemp's™ Official Xexyz
Member
Joined
Jul 29, 2013
Messages
1,404
Trophies
0
Location
沖縄県
XP
860
Country
United States
Look at my hack! :)
Lrx192z.jpg
 
  • Like
Reactions: Boy12

Apache Thunder

I have cameras in your head!
Member
Joined
Oct 7, 2007
Messages
4,476
Trophies
3
Age
36
Location
Levelland, Texas
Website
www.mariopc.co.nr
XP
6,923
Country
United States
This has become a useless troll thread. So yes everyone, just keep feeding him with replies. None of his images prove anything. They could all have easily been simple JPG images loaded up via 3DS's built-in image viewer/video player. Photoshop isn't even needed. This just follows in the footsteps of other fake/troll hack threads where the poster posts questionable images at best and promises a release or video "soon".

Super Mario Bros running on 3DS is not proof of anything. That's a known official virtual console release. If you wanted to prove to be running unofficial software, then why not choose a more obscure NES title or even a homebrew NES title and even then it has to be a video of you going in and launching it. Don't post threads with promises to provide video later. Especially with a subject as touchy as this. Your behavior and attitude in this thread in response to other replies only serves to reinforce the likely hood of this being fake.

Only reason this thread ain't dead yet, is because the mods are asleep right now.
 
  • Like
Reactions: henn64

Coto

-
Member
Joined
Jun 4, 2010
Messages
2,979
Trophies
2
XP
2,565
Country
Chile
Stdio is also a library in C++, C++ doesn't nessiarily *need* to be used in an OOP fashion, C++ recognizes \n, and it's common practice to return 0 in C++ functions as well. I'm experienced in C++ but not C and the code appeared to be something which could exist in a C++ program.

well you're wrong

If you compile that on a C++ environment, and you don't include

Code:
extern "C" {
#include "foo.h"
}

compiler takes for granted, that printf exists on the default system library header file. C++ re-using similar (by names) functions must be summoned, as shown above, so it runs directly from the C debugger (a.k.a C mode).

except, because it's now a C++ function, debugger appends garbage string data at the end of the binary blob at compile time. So the compiler is aware that function derives from C++.

printf's way to be called on C++
Code:
std::printf("I like std::!\n")

which is NOT how she used printf.
-

reference link

http://yosefk.com/c fqa/mixing.html#fqa-32.3

..


TL;DR version: she used C, not C++
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • Xdqwerty @ Xdqwerty:
    @AncientBoi, gonna block you for real if you keep being like that
  • AncientBoi @ AncientBoi:
    Well.... Go ahead my "friend". If it makes you happy :mellow:
  • BigOnYa @ BigOnYa:
    Really, blocking him will only hurt you, we will see his messages, but you wont
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, ok i'm not blocking him
  • BigOnYa @ BigOnYa:
    You just got to have thick skin and ignore people online if you don't agree or dislike. The internet is full of clowns.
    +2
  • AncientBoi @ AncientBoi:
    and an 👴 just having fun.
    +1
  • Xdqwerty @ Xdqwerty:
    Brb
  • Xdqwerty @ Xdqwerty:
    Going to the beach
  • AncientBoi @ AncientBoi:
    Cool :D Wait :unsure::unsure::unsure: Did you say Bleach? :O
  • Xdqwerty @ Xdqwerty:
    @AncientBoi, without the l
    +1
  • AncientBoi @ AncientBoi:
    Enjoy
  • SylverReZ @ SylverReZ:
    Enjoy wacking yourself off, old man?
    +1
  • AncientBoi @ AncientBoi:
    Always :D
  • K3Nv2 @ K3Nv2:
    Man bought a $20 a gauge at Amazon that was all fancy digital went to hook it up did t detect shit, then went back and bought an analog worked right away
    +1
  • ZeroT21 @ ZeroT21:
    @K3Nv2 Happens all the time when ordering these iffy things
  • ZeroT21 @ ZeroT21:
    watching xbox direct but the feed keeps getting dc'd, oh well
  • ZeroT21 @ ZeroT21:
    back to MH rise
  • K3Nv2 @ K3Nv2:
    It's AC Pro which is reputable but more a reason why I don't trust digital in cars
    K3Nv2 @ K3Nv2: It's AC Pro which is reputable but more a reason why I don't trust digital in cars