Auto-Disassembly Script
The waybackmachine works with the geekmapped forum and you can find past info from ceddy.us websitethere is bugger all info around I believe this script only works on olderversions of ida and only works with the sh4 based ecu's not h8/500 I'm waiting on conformation by the dev for a bit of help.
I was going to try out the Logic's sh2dis script. Anyone used that one?
The waybackmachine works with the geekmapped forum and you can find past info from ceddy.us websitethere is bugger all info around I believe this script only works on olderversions of ida and only works with the sh4 based ecu's not h8/500 I'm waiting on conformation by the dev for a bit of help.
I just tried the script and it fails to get the processor type and fails to process the script because of undefined varables, I'm not really skilled in this but looking at the idc reference here:
IDA Help: Alphabetical list of IDC functions (hex-rays.com)
The script needs altering
processor = get_processor ()
processor = get_processor_name();
I had to comment out some undefined variables also.
I created a pr and pull request on the dparish repo.
The script now runs on ida pro 7.x
professor-jonny/ecurom at patch-1 (github.com)
Last edited by professor_jonny; Mar 17, 2022 at 10:02 PM. Reason: fixed script and updated info
I just tried the script and it fails to get the processor type and fails to process the script because of undefined varables, I'm not really skilled in this but looking at the idc reference here:
IDA Help: Alphabetical list of IDC functions (hex-rays.com)
The script needs altering ; needs to b changed to it looks like they have changed the function names in later versions.
I had to comment out some undefined variables also.
I created a pr and pull request on the dparish repo.
The script now runs on ida pro 7.x
professor-jonny/ecurom at patch-1 (github.com)
IDA Help: Alphabetical list of IDC functions (hex-rays.com)
The script needs altering ; needs to b changed to it looks like they have changed the function names in later versions.
I had to comment out some undefined variables also.
I created a pr and pull request on the dparish repo.
The script now runs on ida pro 7.x
professor-jonny/ecurom at patch-1 (github.com)
Thread
Thread Starter
Forum
Replies
Last Post
jcsbanks
ECU Flash
17
Dec 11, 2007 05:36 AM








