Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marakew/emuppc

simple PowerPC emulator for unpack into IDAPro some PowerPC binary
https://github.com/marakew/emuppc

emulator ida-plugin idapro ppc unpacker

Last synced: 3 months ago
JSON representation

simple PowerPC emulator for unpack into IDAPro some PowerPC binary

Awesome Lists containing this project

README

        

# emuppc for ida pro

PowerPC emulator for unpack into IDAPro some PowerPC binary

1) load plugin into ida
2) make stack segment as less 1Mb into IDA on loaded ppc binary
3) run into idc console emuppc(start addr, end addr, stack addr)

example
>emuppc(0x006A344, 0x006A364, 0x810000);

discontinue since 27.07.15