Eprom Content, how to interpret it?

Thread Starter

JuanjoGele

Joined Jul 15, 2016
7
Hi guys! I want to know what is inside an eprom target. I mean I know how to read it but, how could i interpret its content? I think it is encoded or something like that.
Regards.
 

Alec_t

Joined Sep 17, 2013
15,117
Welcome to AAC!
Unless you know how it was encoded you won't be able to interpret it.
Assuming you have the eprom contents saved as a file, you could try opening the file in Irfanview (a free download) as a HEX file or ASCII file or RAW file. You might strike lucky.
 

jpanhalt

Joined Jan 18, 2008
11,087
Of course, the registers are just numbers and are meaningless out of context. However, if you know something about what it was attached to, then some sense of the numbers might be possible. For example, if the eeprom was part of a real time clock module (RTC module), then the datasheet for the RTC will give a clue as to how the data in the eeprom are arranged.

John
 

Thread Starter

JuanjoGele

Joined Jul 15, 2016
7
Thank you very much for your pieces of advice. I will try to download Irfanview or another reader/compiler program to look what is inside. I just want to see the parametres which are inside in an embedded system. For example: to look for parameters of a LDR or RTD sensor in a climate control.

Juanjo
 

Papabravo

Joined Feb 24, 2006
22,082
If it is code for a processor you can search for certain instruction patterns to identify the processor. I've done this a few times.
 

atferrari

Joined Jan 6, 2004
5,011
Standard hex editors could be of help for three things: reading the ASCII equivalent of the content, identify a pattern in the data and do some search/comparisons between sections of the data.

The more you know how it is organized the better.
 

dl324

Joined Mar 30, 2015
18,326
how could i interpret its content? I think it is encoded
It depends. It could contain data, a compiled program, a combination of data and compiled code, .... Unless you have an idea of what you're looking for, chances are you won't be able to interpret.

If it's encrypted; even less chance.
 

hp1729

Joined Nov 23, 2015
2,304
Hi guys! I want to know what is inside an eprom target. I mean I know how to read it but, how could i interpret its content? I think it is encoded or something like that.
Regards.
Is it a program? For what processor? A picture? Music? Graphics? Text?
 
Top