//flex table opened by JP

Click to See Complete Forum and Search --> : custom bios bin


Sus~
08-14-2002, 02:23 AM
what does one use to read and alter the original bios bin?

qball
08-14-2002, 10:59 PM
not sure what you mean?

Hit [f8] upon boot when message says:

"Hit [f8]/esc/whatever to enter BIOS setup"???

Sus~
08-15-2002, 01:55 AM
nope.. *s* I mean as.. read the bios on the program level..the absolute guts of it.

qball
08-16-2002, 12:14 AM
ok, *s*...

but you asked:


what does one use to read and alter the original bios bin?


what do you use?

Most use the BIOS setup program!


read the bios on the program level..the absolute guts of it


kinda like the program that allows me to configure my BIOS settings, guts like. right? *da*?

iffin 'flashin me BIOS" updates "BIOS"

you tell me:

'how does 'flashing' BIOS proggies work'?

"how do firmware updates occur?"

Start with:

http://www.pcwebopaedia.com/TERM/P/PROM.html
then:
http://www.pcwebopaedia.com/TERM/E/EEPROM.html

Sus~
08-16-2002, 12:01 PM
I know how to flash a bios,
I know how to use my bios setup ..
I know what each thing in the set up IS...

What I am LOOKING for is something that allows me to read the actual program language.. each and every thing that is PART of that bios BIN.

Or quit simply what language do they use so I can dnld the appropriate program and view it myself.

Quandary
08-16-2002, 04:30 PM
Um.. a BIN file would be machine code (bin = binary = compiled executable). That's the short answer as to 'what language they use.'

The long answer:

They could use anything from C++ to assebly language to write out the BIOS prog because they have a compiler on thier end. It really doesn't matter to you what language was originally used because all you are going to get back from it is assebly code. And unless you know what all of the opcodes for that chip are (I'll bet an awful lot that it ain't using plain old x86 assebly commands) you are *still* screwed.


Don't screw with your bios. It isn't worth it.

-Q

Sus~
08-17-2002, 03:12 AM
That was exactly the answer I was looking for.

*s*