Go to file
Andy Whittaker ff5f7fa35b
Update README.md
2018-01-22 21:04:44 +00:00
.gitignore Initial commit 2018-01-22 17:07:32 +00:00
BoschHelper.cpp All source files added 2018-01-22 17:22:57 +00:00
BoschHelper.h All source files added 2018-01-22 17:22:57 +00:00
Explain Offset Problem.txt All source files added 2018-01-22 17:22:57 +00:00
FunctionSigs.cpp All source files added 2018-01-22 17:22:57 +00:00
FunctionSigs.h All source files added 2018-01-22 17:22:57 +00:00
IDAMemCopyPaste.cpp All source files added 2018-01-22 17:22:57 +00:00
IDAMemCopyPaste.h All source files added 2018-01-22 17:22:57 +00:00
LICENSE.md Rename LICENSE to LICENSE.md 2018-01-22 21:03:31 +00:00
Me71 512K Search without prompts.idc All source files added 2018-01-22 17:22:57 +00:00
Me71 1024K Search without prompts.idc All source files added 2018-01-22 17:22:57 +00:00
Programming Via OBD-II.txt All source files added 2018-01-22 17:22:57 +00:00
README.md Update README.md 2018-01-22 21:04:44 +00:00
SafFunctionSigs.h All source files added 2018-01-22 17:22:57 +00:00
TableSigs.cpp All source files added 2018-01-22 17:22:57 +00:00
TableSigs.h All source files added 2018-01-22 17:22:57 +00:00
boschme7x -Pre JoeGrahamCopy.cpp All source files added 2018-01-22 17:22:57 +00:00
boschme7x.cpp All source files added 2018-01-22 17:22:57 +00:00
boschme7x.sln All source files added 2018-01-22 17:22:57 +00:00
boschme7x.vcproj All source files added 2018-01-22 17:22:57 +00:00
boschme7x.vcxproj All source files added 2018-01-22 17:22:57 +00:00
boschme7x.vcxproj.filters All source files added 2018-01-22 17:22:57 +00:00
findcrypt.cpp All source files added 2018-01-22 17:22:57 +00:00
makefile All source files added 2018-01-22 17:22:57 +00:00
makefile.gcc All source files added 2018-01-22 17:22:57 +00:00
makefile.vc All source files added 2018-01-22 17:22:57 +00:00
stdio.h All source files added 2018-01-22 17:22:57 +00:00

README.md

BoschMe7x

IDA Pro Bosch ME7x C16x Disassembler Helper

This is a very simple plugin for IDA Pro mainly to save a few hours of work. This is also my very first GitHub project and I don't know what I'm doing yet!

This IDA Pro plug-in reads in a Bosch ME7.x binary, asks a few questions and then goes through said binary, trying to disassemble it.

Important Points

Because a binary is essentially a collection of bytes, there is no formatting of an executable like you would expect on, say, a Windows exe or a Linux executable. Therefore you have to instruct IDA to load the binary exactly as it should be.

Tell IDA that: The processor is a Siemens C166 family [c166] Create a RAM section with the start address at 0x0e0000 with a size of 0x0400 Create a ROM section with a start address at 0x800000, the ROM size should be automatic. In the Input File section set the loading address to 0x800000

Click OK and when asked, select the device names to be C167CR_SR

The binary is now loaded correctly. Assuming the .plw file is in the plugins directory, click on Edit.Plugins->BoschME7x and away we go.

Built With

This project is written in bad C++ within Microsoft's Visual Studio 2017 community edition.

Contributing

Please contribute all that you can; I'm not an IDA Pro professional but would like some help digging through the documentation.

Authors

  • Andy Whittaker - Initial work

License

This project is licensed under the MIT License - see the LICENSE file for details