Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
/ emuppc Public archive

simple PowerPC emulator for unpack into IDAPro some PowerPC binary

Notifications You must be signed in to change notification settings

marakew/emuppc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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