Homebrew FatesHax, would it be possible?

Status
Not open for further replies.

Olmectron

Well-Known Member
Member
Joined
Dec 31, 2012
Messages
2,657
Trophies
2
Age
31
Location
A game
XP
3,855
Country
Mexico
Save editing is a somewhat simple hex edit away, I hope. It has been long since I did some dirty modding work, but I can get a result, positive or negative.

Sent from my LG-H811 using Tapatalk

I can make Fates and Awakening crash with hex editing when loading. How would you go about that without hex editing? What would people without access to homebrew do for getting it to work? Powersaves? Ok, then another secondary exploit.
 

Olmectron

Well-Known Member
Member
Joined
Dec 31, 2012
Messages
2,657
Trophies
2
Age
31
Location
A game
XP
3,855
Country
Mexico
Secondary has loads of potential. Help people hack their friends' systems.

Sent from my LG-H811 using Tapatalk
I can't deny that.

But talking specifically about Fates isn't right, since you could essentially make any game crash via save hex editing, but not every game will be exploitable. See what @GerbilSoft posted above.

--------------------- MERGED ---------------------------

Not going to make you feel down. Good luck with this.
 
  • Like
Reactions: Deleted User

seijinshu

...
OP
Member
Joined
Jan 6, 2016
Messages
483
Trophies
0
Location
...
XP
248
Country
United States
I can't deny that.

But talking specifically about Fates isn't right, since you could essentially make any game crash via save hex editing, but not every game will be exploitable. See what @GerbilSoft posted above.

--------------------- MERGED ---------------------------

Not going to make you feel down. Good luck with this.
Yeah. I could just hit a wall, but I might've found a legit loophole in fates. I think it is worth doing some RE work since it would the most productive thing I do.

Sent from my LG-H811 using Tapatalk
 

pastaconsumer

Well-Known Member
Member
Joined
Oct 12, 2014
Messages
971
Trophies
1
XP
3,190
Country
United States
That's not how hacks work. Random crashes does not a hack make.
Hey! He is an expert hacker :angry:
He made a Minecraft mod in 7th grade, obviously he's one step away from hacking the pentagon... again.
ah sarcasm, oh how you fuel my existence.
On topic, I don't think an exploit is possible with this game.
 
Last edited by pastaconsumer,

seijinshu

...
OP
Member
Joined
Jan 6, 2016
Messages
483
Trophies
0
Location
...
XP
248
Country
United States
Hey! He is an expert hacker :angry:
He made a Minecraft mod in 7th grade, obviously he's one step away from hacking the pentagon... again.
ah sarcasm, oh how you fuel my existence.
Hmmhm. I gave you my extremely early work. I say sod off. Most of my other work is done either in areas you can't comprehend, or in private. Last time I checked, when were you messing with kexts and analyzing source code? That is what I thought.

Sent from my LG-H811 using Tapatalk
 

pastaconsumer

Well-Known Member
Member
Joined
Oct 12, 2014
Messages
971
Trophies
1
XP
3,190
Country
United States
Hmmhm. I gave you my extremely early work. I say sod off. Most of my other work is done either in areas you can't comprehend, or in private. Last time I checked, when were you messing with kexts and analyzing source code? That is what I thought.

Sent from my LG-H811 using Tapatalk
I guess you are legally blind to the obvious edit. I said that this game is most likely not exploitable. Even if it is, it certainly isn't exploitable by you. As for the crap you dumped in the SmileBASIC exploit idea thread, it will in no way, shape, or form help you. Fire Emblem Fates and SmileBASIC are worlds apart.
 

Olmectron

Well-Known Member
Member
Joined
Dec 31, 2012
Messages
2,657
Trophies
2
Age
31
Location
A game
XP
3,855
Country
Mexico
Hmmhm. I gave you my extremely early work. I say sod off. Most of my other work is done either in areas you can't comprehend, or in private. Last time I checked, when were you messing with kexts and analyzing source code? That is what I thought.

Sent from my LG-H811 using Tapatalk
With these comments, I start to think you're just trolling. Whatever. Have a nice day.
 

seijinshu

...
OP
Member
Joined
Jan 6, 2016
Messages
483
Trophies
0
Location
...
XP
248
Country
United States
With these comments, I start to think you're just trolling. Whatever. Have a nice day.
Have a nice day, hope you have a blown mind IF I pull it off. (Hopefully you read all text, not just some words). I'm already am working behind the scenes with someone I'm not going to name.
 
D

Deleted User

Guest
Have a nice day, hope you have a blown mind IF I pull it off. (Hopefully you read all text, not just some words). I'm already am working behind the scenes with someone I'm not going to name.
ok then
 

BurningDesire

Well-Known Member
Member
Joined
Jan 27, 2015
Messages
4,999
Trophies
1
Location
Behind a screen reading news
XP
4,885
Country
United States
Idk but I bet if you could ask your friend to send you his save people can start debunking it instead off flaiming you for no reason :) Unless you did and I missed some of the thread. I skipped a bit cuz it just seemed like useless hate.
 

seijinshu

...
OP
Member
Joined
Jan 6, 2016
Messages
483
Trophies
0
Location
...
XP
248
Country
United States
Idk but I bet if you could ask your friend to send you his save people can start debunking it instead off flaiming you for no reason :) Unless you did and I missed some of the thread. I skipped a bit cuz it just seemed like useless hate.
You missed a post. He has no money to homebrew his system. I plan to recreate this scenario.

Sent from my LG-H811 using Tapatalk
 

seijinshu

...
OP
Member
Joined
Jan 6, 2016
Messages
483
Trophies
0
Location
...
XP
248
Country
United States
Not doing exact replica, but replicating the crash, and trying to get a payload running. Not necessarily going to work. But why not try it.

Sent from my LG-H811 using Tapatalk
 
D

Deleted User

Guest
Not doing exact replica, but replicating the crash, and trying to get a payload running. Not necessarily going to work. But why not try it.

Sent from my LG-H811 using Tapatalk
Since it happened when your friend entered his inventory, you're going to have to get the same item that he did, and that's also difficult to do as there aren't really that many people who toss altered weapons or whatever at people.
 

Docmudkipz

Novice
Member
Joined
Mar 16, 2016
Messages
327
Trophies
0
Location
Staring at my computer case's window
XP
297
Country
United States
I haven't actually disassembled the code so I can't say whether or not this is correct, but it sounds like something like this is happening:
Code:
void load_item(int item_id)
{
    char item_filename[64];
    sprintf(item_filename, "/data/items/%d.bin", item_id);
    FILE *f = fopen(item_filename, "rb");
    assert(f != NULL);
    /* etc */
}
Since it's trying to load an item from a customized version that doesn't exist in the original, it's failing to open the file and hence crashing with an assertion. Assertions aren't exploitable.
 

seijinshu

...
OP
Member
Joined
Jan 6, 2016
Messages
483
Trophies
0
Location
...
XP
248
Country
United States
And can I even confirm that code is legit or not? Not really... Until I dump and disassemble it for myself.

Sent from my LG-H811 using Tapatalk
 

GerbilSoft

Well-Known Member
Member
Joined
Mar 8, 2012
Messages
2,395
Trophies
2
Age
34
XP
4,249
Country
United States
And can I even confirm that code is legit or not? Not really... Until I dump and disassemble it for myself.
It's pseudocode that indicates what I believe is happening. It's not necessarily representative of what's *actually* happening (unless that's actually what *is* happening).
 
Last edited by GerbilSoft, , Reason: +necessarily
  • Like
Reactions: Deleted User
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.
    K3Nv2 @ K3Nv2: https://youtube.com/shorts/WOppJ92RgGU?si=KE79L6A_3jESsGQM