Originally posted by Doodle
How do I attach it?
1. Open target manager, right click and delete your ps3 from target manager
2. At the top left, click file, click add target
A window should pop up
3. type a name you wish to call your ps3
4. Click "Debugging station (DECH etc etc etc)"
5. Click Next
6. Click on My targets column
7. Right click on your ps3 and select connect
Hopefully you should connect, if not reset your ps3(and possibly router, maybe pc or target manager etc) and try again.
Once it can connect, you will need to make a debug eboot for the game.
For COD, go to dev_hdd0/game/BLXS12345(whatever it is)/USRDIR/
You should see
EBOOT.BIN
default_mp.self
default_zm.self
If you are wanting to debug/mod multiplayer,
1. Copy default_mp.self to the directory where you have TrueAncestor Resigner
2. Put default_mp.self into the self folder
3. Open TrueAncestor resigner, and select the option to "decrypt SELF/SPRX only"
4. Once it's done, go back to the self folder and take the decrypted default_mp.elf file and put it into the the main directory of TrueAncestor Resigner(or wherever you have "make_fself.exe")
5. Open cmd, navigate to the directory of TrueAncestor resigner(or wherever you have "make_fself.exe"), and type "make_fself.exe default_mp.elf EBOOT.BIN" (no quotes) and press enter
A new EBOOT.BIN should be made for you
This is your debug eboot
6. Place the EBOOT.BIN in dev_hdd0/game/BLXS12345/USRDIR/ in place of the old main EBOOT.BIN
Start your game
You will now only load up multiplayer.
Open netcheat, click connect, it should connect with target manager. Click attach, it should attach because you have a correctly decrypted eboot.
You can now open prodg debugger and it will automatically connect with netcheat.
Hope it helps. Let us know how it goes.