Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marakew/emuppc
- Owner: marakew
- Archived: true
- Created: 2019-09-05T10:25:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T04:36:49.000Z (over 5 years ago)
- Last Synced: 2024-08-03T10:01:58.884Z (6 months ago)
- Topics: emulator, ida-plugin, idapro, ppc, unpacker
- Language: C++
- Homepage: https://gitlab.com/marakew/emuppc
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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