Flag: Tornado! Hurricane!

 Forums >>  IDA Pro  >>  Disassembling Motorola Coldfire ROM

Topic created on: June 13, 2013 05:19 CDT by astralmaster .

Hi, I have a .bin file compiled for Motorola Coldfire MCF5206 CPU. To start disassembling, I need to know the entry point of the .bin file. How can I find that for this CPU model?

  qaplok     June 27, 2013 04:37.24 CDT
> astralmaster: Hi, I have a .bin file compiled for Motorola Coldfire MCF5206 CPU. To start disassembling, I need to know the entry point of the .bin file. How can I find that for this CPU model?

Hi. Create .idc file and write:
#include <idc.idc>

static main() {
auto x,CodeLimit;
CodeLimit=0x7ffffff;
x=FindBinary(0x0,1,"4e56");
Jump(x);
Message(ltoa(x,16));
MakeCode(x);
Wait();
while ( x < CodeLimit )
{
x=FindBinary(x+2,1,"4e56");
Jump(x);
if (!x-((x / 2)*2))
{
Message(ltoa(x,16));
MakeCode(x);
Wait();
}
}
}
Then in IDA enter alt+f7 and run this file.
A firmware file is not the case of the famous slot machines? I do it for a year I pick to no avail))

Note: Registration is required to post to the forums.

There are 31,313 total registered users.


Recently Created Topics
[help] Unpacking VMP...
Mar/12
Reverse Engineering ...
Jul/06
hi!
Jul/01
let 'IDAPython' impo...
Sep/24
set 'IDAPython' as t...
Sep/24
GuessType return une...
Sep/20
About retrieving the...
Sep/07
How to find specific...
Aug/15
How to get data depe...
Jul/07
Identify RVA data in...
May/06


Recent Forum Posts
Finding the procedur...
rolEYder
Question about debbu...
rolEYder
Identify RVA data in...
sohlow
let 'IDAPython' impo...
sohlow
How to find specific...
hackgreti
Problem with ollydbg
sh3dow
How can I write olly...
sh3dow
New LoadMAP plugin v...
mefisto...
Intel pin in loaded ...
djnemo
OOP_RE tool available?
Bl4ckm4n


Recent Blog Entries
halsten
Mar/14
Breaking IonCUBE VM

oleavr
Oct/24
Anatomy of a code tracer

hasherezade
Sep/24
IAT Patcher - new tool for ...

oleavr
Aug/27
CryptoShark: code tracer ba...

oleavr
Jun/25
Build a debugger in 5 minutes

More ...


Recent Blog Comments
nieo on:
Mar/22
IAT Patcher - new tool for ...

djnemo on:
Nov/17
Kernel debugger vs user mod...

acel on:
Nov/14
Kernel debugger vs user mod...

pedram on:
Dec/21
frida.github.io: scriptable...

capadleman on:
Jun/19
Using NtCreateThreadEx for ...

More ...


Imagery
SoySauce Blueprint
Jun 6, 2008

[+] expand

View Gallery (11) / Submit