How are BIOS ripped?

SounDemon

New member
I've been wondering about this for a while. How is it that people can take the BIOS from a console and make it work on a computer?
Any answer would be greatly appreciated.
<P ID="signature"><img src=http://geocities.com/soundemon/jazzpoint.png>&nbsp&nbsp<img src=http://www.geocities.com/soundemon/spazbutten.gif></P>
 
write code copy data from a register.

<P ID="signature">The pipes clangor all the time!</P>
 
The BIOS is just some built in code that interacts with the hardware on behalf on other code. It must be accessible to the processor like anything else, and on Von Neumann architecture machines code is data so it can be read like any other data.
That's not to say that it isn't difficult to access. Systems will often be designed so that once the BIOS has finished setting things up it is no longer accessible. So there may be some hardware hacking involved...
<P ID="signature"><hr>
"I never really applied for the position of King of the Hackers and didn't want the job when it was offered." - Andy Tanenbaum</P>
 
Back
Top Bottom