Page 6 of 6

Re: j2534 Open Source Resources

Posted: Thu Sep 08, 2016 11:33 pm
by antus
That IO Active PDF was a great read. It was good and interesting to see how other people do it. The ford stuff was all obd2 standard and very similar to the GM but some of the toyota stuff was new to me. Anyone who wants an idea about writing flash software should read that document to get an idea whats involved.

Re: j2534 Open Source Resources

Posted: Mon Sep 12, 2016 7:36 pm
by rolls
https://dl.dropboxusercontent.com/u/1428435/PHF2BIN.rar

Ford IDS PHF to Binary converter I wrote this afternoon. Wrote a plugin structure so it can be extended to open/save other formats if desired. All source code included.

It only works with BF/FG PHF files, I haven't tested it with others. Also the PHF file is missing the binary from 0x10000 to 0x20000 which I believe is some unimportant bit of ROM. I fill this section with 0xFF

Not sure if it is of use to anyone but I am using the plugin library in my PCM editing software so other people can extend it to open/save other formats.

Re: j2534 Open Source Resources

Posted: Tue Sep 13, 2016 12:56 pm
by Tazzi
rolls wrote:https://dl.dropboxusercontent.com/u/1428435/PHF2BIN.rar

Ford IDS PHF to Binary converter I wrote this afternoon. Wrote a plugin structure so it can be extended to open/save other formats if desired. All source code included.

It only works with BF/FG PHF files, I haven't tested it with others. Also the PHF file is missing the binary from 0x10000 to 0x20000 which I believe is some unimportant bit of ROM. I fill this section with 0xFF

Not sure if it is of use to anyone but I am using the plugin library in my PCM editing software so other people can extend it to open/save other formats.
Following on what you did on FordMods with the security access. Any idea what security access level two is for? Seems odd have two different ones!

Re: j2534 Open Source Resources

Posted: Tue Sep 13, 2016 7:03 pm
by jay woo
Not sure if this paper is of use. It has a section on ford near the end. http://illmatics.com/car_hacking.pdf

Re: j2534 Open Source Resources

Posted: Tue Sep 13, 2016 7:13 pm
by antus
Thats the ioactive paper from the previous page, with the branding stripped.

Re: j2534 Open Source Resources

Posted: Tue Sep 13, 2016 8:58 pm
by rolls
Tazzi wrote:
rolls wrote:https://dl.dropboxusercontent.com/u/1428435/PHF2BIN.rar

Ford IDS PHF to Binary converter I wrote this afternoon. Wrote a plugin structure so it can be extended to open/save other formats if desired. All source code included.

It only works with BF/FG PHF files, I haven't tested it with others. Also the PHF file is missing the binary from 0x10000 to 0x20000 which I believe is some unimportant bit of ROM. I fill this section with 0xFF

Not sure if it is of use to anyone but I am using the plugin library in my PCM editing software so other people can extend it to open/save other formats.
Following on what you did on FordMods with the security access. Any idea what security access level two is for? Seems odd have two different ones!
No idea at the moment. I suspect it is inverted, security level 2 (0x03) is probably used for DMR access and level 1 is for flashing/reading the flash.

Edit: From now on I'm going to try and post everything in this thread to keep all of my developments in one place.
viewtopic.php?f=4&t=4940

What is your name on fordmods ?

Re: j2534 Open Source Resources

Posted: Sun Feb 11, 2024 7:24 pm
by jakka
I've put a list of J2534 open source stuff here at https://GitHub.com/jakka351/openj2534