XboxHacker BBS
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
May 25, 2013, 11:22:13 AM


Login with username, password and session length


Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 »
  Print  
Author Topic: XBOX1 Emulator Signature Patching  (Read 45305 times)
slasherking823
Master Hacker
****
Posts: 222


View Profile
« Reply #120 on: January 13, 2010, 12:36:43 AM »

In this place, I'd like to give credit to wolfy_002 on efnet for not being able to mind his own business and hence, crazie made it his aswell ("Don't make me play dad" LOL), because the poor wolfy couldn't take it like a man.

So, I thought since crazie (and almost a whole team minus a few members) decided it was necessary for them to take the fall for wolfy, I decided it was the best if the ones who can't do mods to xefu to be left on their own.

YOU GO GIRLS!

yup, i had some changes to the sha checks but oh well, do them on your own guys
Logged

If that gamerscore or tenth prestige is so important to you that you absolutely need a pointless number - get it legit
If you are just trying to show off - throw a party(real party, not nerd party, some of you would miss that point)
If you like to be a fagot and go by "Jtags are for Mw2" - GTFO
Starspin
Member
**
Posts: 28


View Profile
« Reply #121 on: January 13, 2010, 06:30:59 AM »

What about the rest of us? Sad
Logged
xoqx
Newbie
*
Posts: 6


View Profile
« Reply #122 on: January 13, 2010, 09:52:38 AM »

I'm lost.
Pal console, pal game.

I have manually hexedited default.xbe for all media and copied the game as a data dvd-rw.

In this case if I just remove the RSA check (replace bne with nops) in xefu.xex, the game will load?
It is necessary to replace the string "\\Device\\CdRom0\\default.xbe" with "GAME:\\default.xbe" on xefu? I think it isn't but if it was, why?

If the default.xbe file was untouched, xefu.xex would need more patches to 'modify' the media flags readed, it's true?




« Last Edit: January 13, 2010, 10:49:09 AM by xoqx » Logged
slasherking823
Master Hacker
****
Posts: 222


View Profile
« Reply #123 on: January 13, 2010, 11:08:34 AM »

dont nop the rsas bne
that will cause a branch in the wrong direction
Logged

If that gamerscore or tenth prestige is so important to you that you absolutely need a pointless number - get it legit
If you are just trying to show off - throw a party(real party, not nerd party, some of you would miss that point)
If you like to be a fagot and go by "Jtags are for Mw2" - GTFO
TheFallen93
Master Hacker
****
Posts: 177


View Profile
« Reply #124 on: January 13, 2010, 02:22:53 PM »

dont nop the rsas bne
that will cause a branch in the wrong direction
Wrong. Bne, branch if not equal, the functioncalled before it returns 0 if it succeds, the result is then compared to 0, so if you jump to the bne location you are jumping to the fail case.
Logged
xoqx
Newbie
*
Posts: 6


View Profile
« Reply #125 on: January 13, 2010, 02:29:46 PM »

I think slasherking823 is correct. Just see the instruction just before bne.
Logged
q36
Master Hacker
****
Posts: 325


View Profile
« Reply #126 on: January 13, 2010, 04:25:36 PM »

If you're talking about the bne after the rsapubcrypt etc, then you want to branch, which means you should change the bne to b. There could be some confusion between versions?
Logged
TheFallen93
Master Hacker
****
Posts: 177


View Profile
« Reply #127 on: January 13, 2010, 05:26:58 PM »

If your talking about the bne before the Rsa check I skipped that whole section and it works fine. Also you can just change the bne after the Rsa check to nop, it will fall through to the good case.

Code:
// Rsa Check
124044 -> 0x39600000
124228 -> 0x60000000

// Sha1 Module Section Check (Untested)
124596 -> 0x60000000
Logged
q36
Master Hacker
****
Posts: 325


View Profile
« Reply #128 on: January 13, 2010, 08:23:51 PM »

Maybe to confirm versions when talking about this stuff, people should load the xefu.xex into abgx360 and see what version they're looking at.
Logged
slasherking823
Master Hacker
****
Posts: 222


View Profile
« Reply #129 on: January 13, 2010, 11:33:58 PM »

grr, for some reason i can get anything to run right now(except legit games)
even my old patched xexs that worked before wont load the games off dvd5 data disks anymore

Logged

If that gamerscore or tenth prestige is so important to you that you absolutely need a pointless number - get it legit
If you are just trying to show off - throw a party(real party, not nerd party, some of you would miss that point)
If you like to be a fagot and go by "Jtags are for Mw2" - GTFO
xoqx
Newbie
*
Posts: 6


View Profile
« Reply #130 on: January 14, 2010, 04:23:25 AM »

Perhaps this explains why patching xefu.xex on Partition 2 doesn't work.

In the Cache folder on Partition 3 I have the update:
  TU_3VVS1UI_201QS00000000.0000000G1DH80
this update (it's name is Fusion Title Update 1.9 5829) contains:


I think we can apply the two official patches (*.xexp) to xefu.xex and xbox.xex before patching xefu.xex, but what the hell are the other files for?

And no, I can't remove this update because the games I'm playing need it.
Logged
Neptune
Master Hacker
****
Posts: 200


View Profile WWW
« Reply #131 on: January 14, 2010, 04:33:37 AM »

Those are part of the default.xex installer for the BC update...no idea why they included them. If you remove xefu.xexp it should fix that game.
Logged

le_uberfry
Master Hacker
****
Posts: 226


View Profile
« Reply #132 on: January 14, 2010, 09:36:00 AM »

I'll give a cookie to whoever sends me *original* xefu0.xex ... xefu7b.xex Wink

Also I've never seen xefu0- 7b on retail. Only on dev kits.

Roll Eyes
Yeah, me neither, problem is that I haven't got the emu installed on my box, so I can only tell that they exist by references given by other programs.

YOU GO GIRLS. (amidoinitrite?)
Logged

I had a blast at the party yesterday!
Oh wait, what you mean you weren't invited? It was in your mouth and everyone came!
xoqx
Newbie
*
Posts: 6


View Profile
« Reply #133 on: January 14, 2010, 11:11:08 AM »

The update with all the xefus is easy to found, just go to

  http://xbuc.24.tl/

and search for "fusion".
Logged
slasherking823
Master Hacker
****
Posts: 222


View Profile
« Reply #134 on: January 14, 2010, 11:40:34 PM »

the title updates are probably causing my "patches no-longer work issues"

im re-imaging my hdd to when they did work to see what updates are installed
Logged

If that gamerscore or tenth prestige is so important to you that you absolutely need a pointless number - get it legit
If you are just trying to show off - throw a party(real party, not nerd party, some of you would miss that point)
If you like to be a fagot and go by "Jtags are for Mw2" - GTFO
ZorgX
Member
**
Posts: 33


View Profile
« Reply #135 on: January 15, 2010, 12:07:32 AM »

I know this is too much to ask for, but is it possible to get Timesplitters 2 and 3 to run ?
Logged
le_uberfry
Master Hacker
****
Posts: 226


View Profile
« Reply #136 on: January 15, 2010, 04:16:42 PM »

#team-captagon on efnet == new channel
continuing after all Tongue
Logged

I had a blast at the party yesterday!
Oh wait, what you mean you weren't invited? It was in your mouth and everyone came!
sasoseso
Master Hacker
****
Posts: 270


View Profile
« Reply #137 on: January 15, 2010, 05:07:59 PM »

#team-captagon on efnet == new channel
continuing after all Tongue

no 4 drugs  Wink
Logged

every person has limits
Redline99
Global Moderator
Xbox Hacker
*****
Posts: 774


View Profile
« Reply #138 on: January 15, 2010, 05:15:50 PM »

post code, post pics, post info, but don't post binaries.  Use private methods and when complete release to xbins. Let them be responsible, not our forum.

Thanks
Logged

Where's Waldo
le_uberfry
Master Hacker
****
Posts: 226


View Profile
« Reply #139 on: January 15, 2010, 06:07:24 PM »

post code, post pics, post info, but don't post binaries.  Use private methods and when complete release to xbins. Let them be responsible, not our forum.

Thanks

Yes I agree, therefore irc

Thank CHIEFTEX for the name suggestion lmao xD
Logged

I had a blast at the party yesterday!
Oh wait, what you mean you weren't invited? It was in your mouth and everyone came!
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM