|
|
#11 |
|
Member
![]() Join Date: Jun 2011
Posts: 203
Likes: 34
Liked 87 Times in 40 Posts
Mentioned: 6 Post(s)
Tagged: 0 Thread(s)
|
couldn't get a net connection in there. I'm gonna hook up the Ethernet I wanted to throw in some files in there.
I'll try some things when my kids are done with network cable.
__________________
![]() Last edited by munky875821417; 04-02-2012 at 11:43 PM. |
|
|
|
|
|
#12 |
|
Member
![]() Join Date: Jun 2011
Posts: 203
Likes: 34
Liked 87 Times in 40 Posts
Mentioned: 6 Post(s)
Tagged: 0 Thread(s)
|
@zadow28
not sure if you tried it but i found that using an updated version vmware fixes network connectivity issue. Also I'm having some issues gaining root access. I was wondering if you had the same issue. I logged in in as root password is inn0vate but there when i went to terminal and SU nothing happens and when I sudo. I'm not sure what to do there. I was gonna attempt to try the metldr exploit on here. Not sure if that's even possible. Was gonna see if I could decrypt a bootldr.
__________________
![]() |
|
|
|
|
Likes: (1) |
|
|
#13 |
|
Member
![]() Join Date: Dec 2011
Posts: 360
Likes: 235
Liked 857 Times in 185 Posts
Mentioned: 188 Post(s)
Tagged: 0 Thread(s)
|
i have managed to set up the cell sdk with anergistic, and spu and ppu debugging.
works like an charm next is trying to install ida pro and get that to communicate with the remote debugger. regards get anergistic terminal type yum install pyhon and ps3toolchain then terminal type yum install install autoconf automake bison flex gcc libelf-dev make \ texinfo libncurses5-dev patch python subversion wget zlib1g-dev \ libtool python-dev bzip2 libgmp3-dev pkg-config then export PS3DEV=/usr/local/ps3dev export PSL1GHT=$PS3DEV export PATH=$PATH:$PS3DEV/bin export PATH=$PATH:$PS3DEV/ppu/bin export PATH=$PATH:$PS3DEV/spu/bin then run the script from ps3toolchain
__________________
![]() Last edited by zadow28; 04-05-2012 at 12:25 AM. |
|
|
|
|
Likes: (4) |
|
|
#14 |
|
Member
![]() Join Date: Dec 2011
Posts: 360
Likes: 235
Liked 857 Times in 185 Posts
Mentioned: 188 Post(s)
Tagged: 0 Thread(s)
|
got little more here got debugging PPC elf files working in ida
install the image provided in first post by munky875821417 find the *.vmx file (after the installation is done)in windows in order to enable debugging with GDB protocol, add the following lines to the .vmx file of the virtual machine: use notepad end of the line debugStub.listen.guest32 = "TRUE" debugStub.hideBreakpoints= "TRUE" Please note that the execution will start in the BIOS. debugStub.listen.guest32.remote = "TRUE" save in windows open elf file PPC after it is loaded go to debugger at the top proccesser should look like this. VMWare Workstation will listen on port 8832. first too is your ellf file PPC ![]() set breakpoint but not needed this is for specific this function. ![]() go to VMware on start the machine. let it run to login screen important(els you would debug vmware ) go back to ida then. go to debugger at top then attach to debugger. then it load and look nice ![]() ![]() regards think it speed things little up. thx to munky875821417 for posting image
__________________
![]() Last edited by zadow28; 04-05-2012 at 10:28 AM. |
|
|
|
|
Likes: (2) |
|
|
#16 |
|
Member
![]() Join Date: Jun 2011
Posts: 203
Likes: 34
Liked 87 Times in 40 Posts
Mentioned: 6 Post(s)
Tagged: 0 Thread(s)
|
@zadow28
check out ftp://ftp.daimi.au.dk/Alexandra/IBM-Cell/fft.tar.gz there is couple of SPU elfs inside there
__________________
![]() |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|