Search results

  1. Rip Cord

    Compiling Petitboot

    here is the output folders (except some intermediary files such as ipkg's, etc.) plus the main folder with the .config that I used. I did not add/link any of extra pkgs that were listed in the ps3_petitboot_howto. I used the ps3_petitboot_minimal_config with 2 changes using make menuconfig: 1...
  2. Rip Cord

    Compiling Petitboot

    thanks. I forgot to explain that this version of openwrt contains instructions to build a specific version of ps3-utils: ps3-utils-20090320.tar.bz2 I couldn't find this version, so the version, in the archive linked above, is ps3-utils-master.tar.bz2 that is renamed it to...
  3. Rip Cord

    Compiling Petitboot

    one way to compile petitboot is using openwrt. The openwrt README explains how to test the compiled petitboot: OpenWRT on the Sony PS3 Game Console The OpenWRT build will create both a 1st stage PS3-Linux image suitable for programming into the PS3 flash memory, and a 2nd stage PS3-Linux image...
  4. Rip Cord

    PS3 error codes

    This just searches for occurrances of "lis" opcode, then checks the first three digits of the immediate value. If they are "800" (hex), then looks at the next 5 instructions for ori "opcode". If that passes, then double checks to make sure they use the same target register. Then prints the...
  5. Rip Cord

    PS3 error codes

    here's an app that searches firmware files for error codes and prints out a list of error codes. includes sample batch files and sample output for firmware 3.15 also includes source code Searching recursively for error codes in files in H:\PS3\firmwares\315ofw...
  6. Rip Cord

    Tips Cheat Sheets: PE, COM, ELF, NET, DALVIK. And many many more!

    his most excellant cheat sheets are also on github: https://github.com/corkami/pics
  7. Rip Cord

    Is there a trick to loading signature files using a script?

    So we can use the ida function ApplySig( ) in a idc script file. Unfortunately, it seems the signature file is only put into the queue and not actually applied until after the script finishes running. I want to be able to use the signatures in the same script that loads the signatures. Sample...
  8. Rip Cord

    IDA Export view weirdness

    Yes, that is exactly why I assumed that you had mis-typed the name. Thank you for your kind words.
  9. Rip Cord

    IDA Export view weirdness

    Could you perhaps have confused me with Storm Shadow? I am the ferocious bear. :)
  10. Rip Cord

    Site back up again

    yea, I got weird looking page, could not sign in, or access any other site pages. it said server error. strange thing is google cache of techbliss pages were also in the same strange format. thanks for fixing. :)
  11. Rip Cord

    Cant Find This Game On The Steam Library

    sorry, is mostly only devs still on this forum. Speaking for myself only, I don't play any steam games because of intolerable previous experience with them. good luck to you, I hope you are able to get your game working. Welcome to the forum.
  12. Rip Cord

    Cant Find This Game On The Steam Library

    sorry, is mostly only devs still on this forum. Speaking for myself only, I don't play any steam games because of intolerable previous experience with them. good luck to you, I hope you are able to get your game working. Welcome to the forum.
  13. Rip Cord

    bin2pat for ida function signatures

    Make ida function signatures for non-library functions idb_2_pat is used to make pattern files for library functions from a database loaded into ida. bin2pat is used to make pattern files (used as input to make signature files) for functions which are the same from file to file except for...
  14. Rip Cord

    use ida diff files to patch binaries

    here's a small app that uses a diff file produced by ida to patch a binary. this is just a variation on the ida-patcher by Chris Eagle the author of The Ida Pro Book so all credit to him, of course all the book samples can be downloaded from http://www.idabook.com/ usage: dif2patch <input...
  15. Rip Cord

    function to binary file

    a small idc script to save a function to binary file to use: place function2bin.idc in ida's idc subfolder load your file into ida place the cursor in the desired function load the script it will save the function as input file base name + function name + .bin ex: some_app.elf loaded into...
  16. Rip Cord

    Question about using ida for static analysis.

    The problem was that I went back to take another look at an old file on an old pc with old version of Ida without proximity view.:rolleyes: proximity view added in version 6.2 https://hex-rays.com/blog/new-feature-in-ida-6-2-the-proximity-browser/
  17. Rip Cord

    Question about using ida for static analysis.

    Is there an Ida command to highlight the shortest execution path between 2 addresses, like from the entry point to start of a function? This is for static analysis of a ppc elf.
  18. Rip Cord

    sk3wldbg - Debugger plugin for IDA Pro backed by the Unicorn Engine

    the developer has updated this project to support ida 7.x and x64 also still supports ida 6.x and x86 the github page: https://github.com/cseagle/sk3wldbg
  19. Rip Cord

    Enabling user access to another spu

    archive password: allablebodiedmen839476120735968832
  20. Rip Cord

    Enabling user access to another spu

    archive password: allablebodiedmen839476120735968832
Top