You are viewing our Forum Archives. To view or take place in current topics click here.
Almost got JTAGs online
Posted:

Almost got JTAGs onlinePosted:

HighRS
  • Ladder Climber
Status: Offline
Joined: Dec 22, 201013Year Member
Posts: 361
Reputation Power: 22
Status: Offline
Joined: Dec 22, 201013Year Member
Posts: 361
Reputation Power: 22
Ive almost bypassed the live checks and configured the offsets using advanced PPC...here is just a little sample of the code... if any of you are good with PPC which you probaly arnt...please message me and ill put you in the credits of this.

lbz    rD,d(rA|0) ;register indirect with offset
 lbzx   rD,(rA|0),rB ;register indirect with index
unsigned byte lbz [ u, x ] rD,d(rA)

unsigned half-word lhz [ u, x ] rD,d(rA)

signed half-word lha [ u, x ] rD,d(rA)

unsigned word lwz [ u, x ] rD,d(rA)

rD = -rA neg [ o, . ] rD,rA

rD = rA + SIMM addi < s, c, c. > none rD,rA,SIMM

rD = rA + rB add < c, e > [ o, . ] rD,rA,rB

rD = rA - 1 addme [ o, . ] rD,rA

rD = rA + 0 addze [ o, . ] rD,rA

rD = SIMM - rA subfic none rD,rA,SIMM

rD = rB - rA subf < c, e > [ o, . ] rD,rA,rB

rD = -1 - rA subfme [ o, . ] rD,rA

rD = 0 - rA subfze [ o, . ] rD,rA
 
   cmpwi cr0,r3,0
   cmpwi cr1,r3,10
   3 other instructions
   ble cr0,fail
bgt cr1,fail

   Breakpoint 1, main () at listing1.s:5
5      li 4, 0x10
Current language:  auto; currently asm
(gdb) s
6      li 5, 0x20
(gdb) s
7      add 4, 4, 5
(gdb) p/x $r4
$1 = 0x10
(gdb) p/x $r5
$2 = 0x20
(gdb) s
8      addi 4, 4, 5
(gdb) p/x $r4
$3 = 0x30
(gdb) s
9      stwu 1, -16(1)
(gdb) p/x $r4
$4 = 0x35
(gdb) p/x $r1
$5 = 0x7ffff8e0
(gdb) x/4xb 0x7ffff8e0-16
0x7ffff8d0:   0x7f   0xff   0xf9   0x44
(gdb) s
main () at listing1.s:10
10      addi 1, 1, 16
(gdb) p/x $r1
$6 = 0x7ffff8d0
(gdb) x/4xb $r1
0x7ffff8d0:   0x7f   0xff   0xf8   0xe0
(gdb) p/x $lr
$7 = 0xfebf100
(gdb) s
main () at listing1.s:11
11      blr
(gdb) s
0x0febf100 in __libc_start_main () from /lib/libc.so.6

      (gdb) disas main
Dump of assembler code for function main:
0x100003d0 <main+0>:   li   r4,16
0x100003d4 <main+4>:   li   r5,32
0x100003d8 <main+8>:   add   r4,r4,r5
0x100003dc <main+12>:   addi   r4,r4,5
0x100003e0 <main+16>:   blr
lis r9, 4097
addi r0, r9, 2216
lis 9, i@ha
la 0, i@l(9)

The following 43 users thanked HighRS for this useful post:

CanadianAirCadets (06-29-2011), KNGZclanLobbies (05-16-2011), Hot (05-16-2011), -JtagGFx- (05-16-2011), drodriguez398 (05-16-2011), Imanoob (05-09-2011), tgc_jtagzZz (05-09-2011), TTGxFreeB00T_Fanboy (05-08-2011), EthanSayers (05-05-2011), CPU (05-05-2011), AlexUK (05-03-2011), TTGiRoNiXanxity (05-02-2011), Neroqz (05-02-2011), Lost (05-01-2011), wackojack911 (04-30-2011), Console (04-30-2011), TTG_PAULV69 (04-29-2011), TPW (04-29-2011), -Cole (04-28-2011), mtepperV2 (04-20-2011), TTGxUehleinbx (04-20-2011), Warheart (04-20-2011), Spendy (04-20-2011), Kit-Kat (04-20-2011), -Fracious- (04-20-2011), -Fluttershy (04-19-2011), MainModz (04-19-2011), breweyy (04-19-2011), xGoNgxAwGaZm (04-19-2011), JME (04-19-2011), STFxST3ALTH (04-19-2011), LET (04-18-2011), tRiiKd (04-18-2011), Farenheit (04-18-2011), JonnyUK (04-18-2011), NuNswithhGuNZ (04-18-2011), xDustyx (04-18-2011), JTAG-GALORE (04-18-2011), TTG_Blazing95 (04-18-2011), DopeKTA (04-17-2011), Yellowjellox2 (04-17-2011), Markzehh (04-17-2011), ITonyFtw (04-17-2011)
#2. Posted:
HighRS
  • Ladder Climber
Status: Offline
Joined: Dec 22, 201013Year Member
Posts: 361
Reputation Power: 22
Status: Offline
Joined: Dec 22, 201013Year Member
Posts: 361
Reputation Power: 22
Anybody? I worked really hard on this for about 2 months now and if nobody is interested than this will not be relesased/
#3. Posted:
xXSILENTPONYXx
  • Challenger
Status: Offline
Joined: Mar 07, 201113Year Member
Posts: 117
Reputation Power: 5
Status: Offline
Joined: Mar 07, 201113Year Member
Posts: 117
Reputation Power: 5
nice bro thanks for helping the community
#4. Posted:
iPad
  • TTG Addict
Status: Offline
Joined: Dec 12, 201013Year Member
Posts: 2,070
Reputation Power: 96
Status: Offline
Joined: Dec 12, 201013Year Member
Posts: 2,070
Reputation Power: 96
keep up the work.. ur almost there ;)
#5. Posted:
DR_Gawley
  • TTG Senior
Status: Offline
Joined: Mar 23, 201113Year Member
Posts: 1,345
Reputation Power: 76
Status: Offline
Joined: Mar 23, 201113Year Member
Posts: 1,345
Reputation Power: 76
Keep trying bro, if you get it, I'll cut my **** off!
#6. Posted:
HighRS
  • Ladder Climber
Status: Offline
Joined: Dec 22, 201013Year Member
Posts: 361
Reputation Power: 22
Status: Offline
Joined: Dec 22, 201013Year Member
Posts: 361
Reputation Power: 22
xXSILENTPONYXx wrote nice bro thanks for helping the community


Thanks man means alot..going to hope to finish all of this up by the end of the week and will make a post so everybody with a JTAG will be back online and we can start doing lobbys once again!
#7. Posted:
Markzehh
  • TTG Addict
Status: Offline
Joined: Feb 26, 201113Year Member
Posts: 2,655
Reputation Power: 129
Status: Offline
Joined: Feb 26, 201113Year Member
Posts: 2,655
Reputation Power: 129
Nice man you are way smarter than me if you can do that
#8. Posted:
HighRS
  • Ladder Climber
Status: Offline
Joined: Dec 22, 201013Year Member
Posts: 361
Reputation Power: 22
Status: Offline
Joined: Dec 22, 201013Year Member
Posts: 361
Reputation Power: 22
TTGC_FanBoi wrote Keep trying bro, if you get it, I'll cut my **** off!


LOL! I think ive seen you say this in like 3 different posts..getting risky with that **** lol!
#9. Posted:
elder
  • TTG Contender
Status: Offline
Joined: Apr 06, 201113Year Member
Posts: 3,190
Reputation Power: 157
Status: Offline
Joined: Apr 06, 201113Year Member
Posts: 3,190
Reputation Power: 157
Looks like you put a lot of time and effort into this, so I say good job. You deserve it.
#10. Posted:
Chosen
  • Rated Awesome
Status: Online
Joined: Oct 28, 201013Year Member
Posts: 10,370
Reputation Power: 62737
Motto: Discord: trustedseller
Motto: Discord: trustedseller
Status: Online
Joined: Oct 28, 201013Year Member
Posts: 10,370
Reputation Power: 62737
Motto: Discord: trustedseller
HighRS wrote
TTGC_FanBoi wrote Keep trying bro, if you get it, I'll cut my **** off!


LOL! I think ive seen you say this in like 3 different posts..getting risky with that **** lol!

I hope you get there soon! If I were you, I would sell it instead of release. However, you could give me it for free and I can review
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.