Statistics

Members: 1925
News: 293
Web Links: 1
Visitors: 3825184

Who's Online

Damn Vulnerable LinuxDamn Vulnerable Linux (DVL) is a Linux-based (modified Damn Small Linux) tool for IT-Security & IT-Anti- Security and Attack & Defense. [CLICK HERE FOR MORE INFOS! ]

Featured Conference Video

T16-Recon2006-Joe_Stewart-OllyBonE.gif OllyBone - Semi-Automatic Unpacking on IA-32. View the conference video here!
Home arrow Submit Your Paper!
Advanced Award BIOS v4.51PG Hacking
User Rating: / 1
PoorBest 
Written by Mappatutu Salihun Darmawan   
Side Story
Adding functions to any program using a DLL

Some time ago I have worked on Douby’s ”ReverseMe 1” and added missing functions to the program. After doing this I looked for a way to make this process easier. It’s very uncomfortable to code with HIEW, especially if you must change the finished code. Suddenly I got an idea: why not writing a dll? This allows you to use the language you are most familiar with (ASM, C, C++, Delphi, ...), only few asm-code is needed and it’s not difficult.

Read More >>



This tutorial is intended for people who already done some award bios modification before, and already knows the core component of award bios. In case you haven't done it or haven't know anything yet, you can read somewhere else. I have provided links to bios related website in the front page of this website and also I've made tutorial called Preliminary Bios Modification Guide and Mainboard Bios Components. As the title said, what I'm going to explain here only apply exactly to Award Bios version 4.51PG. However, the principle of this modification can be applied to other bioses as well, provided that you have enough knowledge in assembly language and using disassembler. As usual, I didn't held any responsibility in the damage that may occur if you apply the steps explained here, proceed at your own risk, you have been warned. I'd like to thank to Petr Soucek for his inspiring tutorial, Gigabyte ga586hx bios modification. I'm indebted to him for opening my eyes about what could possibly be done to the award bios file.
Download: pdf Advanced Award BIOS v4.51PG Hacking