Trevor Mensah's repositories

ME7RomTool_Ferrari

Bosch ME7.3H4 RomTool for Ferrari 360's

PELoadFromRam

Very very useful example of loading and relocating the (Win32) DLL from memory (!) which allows many possibilities and much more flexibility to dynamically link code from many sources including realtime download from the web and also code signing!

Language:CStargazers:20Issues:3Issues:0

ME7Sum

BSD Licensed tool written in C for management of Bosch ME7.x firmwares, config files are specifically targeted at Ferrari 360 in current version but more will be added.

ME7_95040sum

BSD Licensed tool written in C for Bosch ME7.x EEPROM data dump checksum validations. Specifically validates dump files for 95040 IC 512byte dumps.

Language:CStargazers:10Issues:2Issues:0

MED9inf

Very Basic information extraction from MED9 ROM files. Useful as a tutorial..

Language:CStargazers:5Issues:2Issues:0

PEListImports

Win32 code example to list all the imports within the executable, very useful aid to understanding PE executables and the API calls they are trying to use from various DLL's.

Language:CStargazers:3Issues:2Issues:0

bdiff

BSD Licensed tool written in C for simple Binary differences report of 2 files of the same length.

Bin2CTool

Trivially simple tool to convert a binary file into a C array which can be included in other programs.

Language:CStargazers:1Issues:1Issues:0

Hex2bin

BSD Licensed tool written in C for conversion of hex files (often used in rom dump tools) back into raw binary

PELaunch

BSD Licensed win32 only tool which is great for debugging/patching binaries, e.g. to test ALL possible routes through your code without actually changing the source-code or re-compiling.

Language:CStargazers:1Issues:1Issues:0

libdisasm_test

Example of using libdisasm from within your own programs to assist with debugging and diagnosis. Very useful techniques can be developed for exception handling report dumps using this library!s

Language:CStargazers:0Issues:2Issues:0