Results 1 to 10 of 10

Thread: How to read .bin files in coding language

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Electronic Ignition!
    Join Date
    Jun 2014
    Posts
    16
    Are you sure the chip is a Motorola 68k chipset. I thought all the later 1mb pcms used am29f800bb-70se chips.

  2. #2
    The processor is a motorola, the flash is AMD or Intel

  3. #3
    Electronic Ignition!
    Join Date
    Jun 2014
    Posts
    16
    Oh ok gotcha I understand now. It's been a while since I have looked into this stuff so please forgive me. The 512kb and 1mb pcms used the same processor chip the Moto 68k? Do you know if there were any differences in them from the 512 to 1mb pcm.
    Last edited by cjcalhoun85; 02-20-2018 at 08:02 PM.

  4. #4
    Carb and Points!
    Join Date
    Dec 2017
    Posts
    4
    I know it is a 1mb pcm for sure. From the research I gathered, the PCM I have uses a Motorolla 68k chipset.

  5. #5
    Electronic Ignition!
    Join Date
    Jun 2014
    Posts
    16
    If you have Linux looks like Ubuntu has m68k version of binutils in the repos. I'd just use that as a first go. sudo apt-get install binutils-m68k-linux-gnu
    m68k-linux-gnu-objdump -D gmls.bin

  6. #6
    Fuel Injected!
    Join Date
    Jan 2018
    Posts
    57
    IDA Pro is the best tool I know of for doing this. It's pretty expensive, but has some features that speed up renaming things, cross-referencing, and navigating around in the code. It also has a scripting feature that helps a lot, for example I turned an XDF file into a script that labels all of the constants and tables in my 2002 Corvette's bin file, which gave me a good head start.

    I'm keeping my IDA file on GitHub, and I've also posted a few things in a wiki there:

    https://github.com/LegacyNsfw/12593358

    I've barely scratched the surface, but it's a start.

Similar Threads

  1. Cant find where i read how to read chip in 64k instead of 32k
    By BigBanks78 in forum TunerPro Tuning Talk
    Replies: 2
    Last Post: 07-06-2016, 08:20 AM
  2. Replies: 3
    Last Post: 01-18-2015, 08:33 AM
  3. read bin
    By htrdbmr in forum GM EFI Systems
    Replies: 2
    Last Post: 07-18-2014, 10:09 PM
  4. How can I read binary files with JET DST?
    By 9730thss in forum OBDII Tuning
    Replies: 2
    Last Post: 03-08-2014, 09:13 PM
  5. Replies: 14
    Last Post: 11-16-2011, 07:08 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •