Post: BuC's Xbox To PS3 Patch Helper
11-03-2010, 02:28 AM #1
BuC-ShoTz
TeamMvKâ?¢
(adsbygoogle = window.adsbygoogle || []).push({}); BuC's Xbox To PS3 Patch Helper

Left some hex editing so the noobs can learn.
Plus i dont know how to use the binaryreader/writer or streamreader/writer.


[ame]https://www.youtube.com/watch?v=UrkzcPCF5-g[/ame]


If you have used my tutorial this should be easy.
This tool does not inject, hence no zlib errors when decompressing
patches made with this tool.


You must login or register to view this content.
Last edited by BuC-ShoTz ; 11-04-2010 at 12:46 AM.

The following 32 users say thank you to BuC-ShoTz for this useful post:

|ManiaC|, ADAM594, AlabamaHit, BobbyDee, CleanMODSHD, Codi360, damntheluck, DiJiTaLGoDz, Dreamcather, EliteMossy, FireWire, IRiSe_GodFather, Janiboy, JD_WCE, jkry_2_1_, Luffy*, Merkii, Omniplasma, Plurals, PussayPatrol, RJP101, CHAOZ, Scrumilation, sharky1, Stejzz, Strike Venom, TheJaRniBoi, Tupac17, Vectriixx, XLc_MoDzZ, xX_UmP45_Xx, YKM!!
11-03-2010, 02:40 AM #2
DiJiTaLGoDz
Former Staff
Awesome, I was hoping you were going to release this. ;]
11-03-2010, 02:55 AM #3
CHAOZ
Banned
BuCn.. Nice ass post :y:
11-03-2010, 03:31 AM #4
Originally posted by youngrichard View Post
Awesome, I was hoping you were going to release this. ;]


i love when noobs try to act big like "ya i knew he had this, was hopin he would release this soon, you guys need this"

LOL
11-03-2010, 03:45 AM #5
DiJiTaLGoDz
Former Staff
Originally posted by jeffadkins51 View Post
i love when noobs try to act big like "ya i knew he had this, was hopin he would release this soon, you guys need this"

LOL


Originally posted by BucN View Post
dont worry im making a app with my algo


get pwnd faggot.

The following user thanked DiJiTaLGoDz for this useful post:

Midnight.eGo
11-03-2010, 09:21 AM #6
RJP101
Climbing up the ladder
your tut was good and this will save even more time, thanks man Smile
11-03-2010, 09:32 AM #7
mrmoss
Do a barrel roll!
tbh this is not good slow and bugy
11-03-2010, 09:34 AM #8
EliteMossy
TheDigitalBoard.com
Originally posted by BucN View Post
BuC's Xbox To PS3 Patch Helper

Left some hex editing so the noobs can learn.
Plus i dont know how to use the binaryreader/writer or streamreader/writer.


You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.

sorry no directions, figure it out....
If you have used my tutorial this should be easy.
This tool does not inject, hence no zlib errors when decompressing
patches made with this tool.


You must login or register to view this content.


Why not use a BinaryReader and BinaryWriter and do it all automagically?
    
System.IO.Stream _Stream;
System.IO.BinaryWriter _Writer;
System.IO.BinaryReader _Reader;

_Stream = new FileStream("c:\\this\\patch.mp.ff", FileMode.Open);
_Reader = new BinaryReader(_Stream);
_Writer = new BinaryWriter(_Stream);

_Reader.BaseStream.Seek(location in decimal hex, ie 1114 is 45A, SeekOrigin.Begin);
var thisByte = _Reader.ReadByte();
_Writer.BaseStream.Seek(location in decimal hex, ie 1114 is 45A, SeekOrigin.Begin);
_Writer.Write(thisByte); //if you are reading and writing bits (you dont need reader if just writing)

_Reader.Close();
_Writer.Flush();
_Writer.Close();
_Stream.Close();


Just typed that by hand, so maybe errors, also read the Overloads
Last edited by EliteMossy ; 11-03-2010 at 09:43 AM.

The following 3 users say thank you to EliteMossy for this useful post:

BuC-ShoTz, mrmoss, XxprokillahxX
11-03-2010, 09:35 AM #9
mrmoss
Do a barrel roll!
Originally posted by EliteMossy View Post
Why not use a BinaryReader and BinaryWriter and do it all automagically?

yeeep 100% agreed
11-03-2010, 11:09 AM #10
agreed with mossy but nice work helping the side of the community that isnt as experienced with converting. and the people who want to convert faster Happy

:y:

The following 2 users say thank you to XxprokillahxX for this useful post:

BuC-ShoTz, mrmoss

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo