173w ago - Today
xorloser has updated his previous
PS3 ELF/SELF/PRX/SPRX PPU Loader for IDA to version 1.5 of the PPC Altivec Plugin for
IDA v5.6.
The update adds interactive disassembler support for special instructions that are used by some PPC based devices.
Shortly following, a 1.6 revision was released which includes support for more special PPC instructions added to the plugin.
Download:
PS3 and XBox 360 PPC Altivec Plugin v1.5 Update /
PS3 and XBox 360 PPC Altivec Plugin v1.6 Update
To quote: Support added for the instructions: attn, lwsync, ptesync, tlbiel, tlbie, tlbi, slbie.
Also added support for the SystemSim "callthru" instruction (should this even be used outside of a simulator?) and lastly an instruction that I cannot find any information about. The hex value is 0Ã--02002000 so for now I have added this instruction as opcode_02002000 so that it will at least disassemble to code and can therefore be treated as code. If anyone knows what this instruction is please let me know
This was originally written by
Dean Ashton and then updated by Takires.
This is useful when disassembling Xbox360 and PS3 binaries in IDA as they utilise these special instructions that are not supported by IDAs built in PPC disassembler module.
I have done some fixes to instructions that were previously handled incorrectly, as well as adding support for some new instructions. I also fixed an issue where instruction sizes were being reported incorrectly resulting in an incorrect disassembly.