Skip to content

secpersu/toshiba-mep-idp

 
 

Repository files navigation

Toshiba MeP for IDA Pro 6.x

This is a processor module for MeP mostly generated from CGEN.

Features

  • Analysis of the core instruction set + C5 additions
  • Basic data/code reference detection
  • Basic branch detection
  • Basic stack behavior detection

Not Supported

  • VLIW (including operation switching)
  • Co-processor instruction sets (adding support as a different processor module should be easy, but integrating it together and adding support for switching instruction sets will be akin to ARM/Thumb support)

Building

Create a directory mep in $IDASDK/module with the files here. Then edit $IDASDK/module/makefile and add mep to DIRS32. Then follow the SDK's build instructions for your platform.

To regenerate the CGEN files, modify generate.sh to point to your CGEN path and run it. Note that modifications have been made to the generated files here, so you may want to diff the changes first and add them back.

License

The code is licensed under MIT License as permitted by the special exception to GPLv3 specified by CGEN. The CGEN headers included are licensed under GPLv3, however the FSF said previously that headers does not count as derivative work.

About

IDA Pro module for Toshiba MeP processors

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 81.3%
  • C 17.7%
  • Other 1.0%