Jump to content

View binary firmware - how?

- - - - -

  • Please log in to reply
1 reply to this topic

#1
Commifreak

Commifreak

    Newbie

  • Members
  • Pip
  • 1 posts
Hi :)

Iam new to this forum and I hope someone can help me with my issue.

I also hope this is the right category ;)

So, I have a .bin file which contains a firmware for a TEXA OBDlog device.
I want to view the firmware but I dont know how to manage that.

I know it have to be disassembled to make it viewable but I dont know which CPU is working inside.

So, can someone can post if it possible to view it only with the informations I have?
The original firmware can be found at ul.to

Thanks ;)

#2
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,705 posts
  • Programming Language:C, Java, C++, PHP, Python, Perl, Assembly, Bash, Others
  • Learning:JavaScript
Well, you have to know which microcontroller is being used, otherwise you'll have no way of figuring out what opcodes correspond to which instructions. From what I've been able to find, it looks like it's one of the microcontrollers from Atmel AVR series, so you'll need to find an AVR disassembler, or write your own.

I'd say check here first.
http://www.avrfreaks...ntation:AVR_GCC
sudo rm -rf /




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users