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,325 total registered users.


Recently Created Topics
Oct/23
Oct/23
Oct/23
Oct/23
Oct/23
Oct/23
Oct/23
Oct/23
Oct/23
Oct/23


Recent Forum Posts
Reverse Engineering ...
bytecod3r
Reverse Engineering ...
bytecod3r
Reverse Engineering ...
bytecod3r
Reverse Engineering ...
bytecod3r
Reverse Engineering ...
bytecod3r
let 'IDAPython' impo...
bytecod3r
Reverse Engineering ...
bytecod3r
Finding the procedur...
rolEYder
Question about debbu...
rolEYder
Identify RVA data in...
sohlow


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