dummy file question

Wolf33

Full Member
Nov 22, 2004
45
0
new york
what is the dummy file exactly?? i found the version of the bios that i need however i do not see any dummy file.....do i need that??
 

ckam

Loyal Member
Dec 16, 2003
263
0
A few question to advanced people

1.What program language would the firmware of the xbox 360 drive firmware be writtin in?

2.How would you approach viewing the source code of the firmware, decrypting and decompliling the entire firmware?

3. If it were that simple everybody would creat their version of the firmware :)
 

Skiloo123

Console Master
Nov 11, 2003
2,244
0
Re: A few question to advanced people

it wrote in assembly language which is hex.
any hex editor program will read it.
 

ckam

Loyal Member
Dec 16, 2003
263
0
Re: A few question to advanced people

ok i did a VERY small amount of research on assembly language but im new to assembly language.

Lets say i make a c program and open it in hex editor on the side it show the actual source code like for loops, print statments arrays the entire source code, should it not do the same for the .bin file or would i have to decomplie to another file extension or what?