10-09-2014, 02:12 PM
(This post was last modified: 03-07-2019, 02:28 PM by DeathBringer.)
I am trying to mod this bios following donovan's tutorial I found these information :
I found the tab offsets in IDA:
I cannot find conditional jumps near to the offsets tab checking all calling functions
Note that I am a beginner in bios modding and I took a course in assembly in the past which helped me a lot.
In past two weeks I downloaded some moded bioses and analyzed it but all bioses were old versions.
Code:
UEFI Protocol Detected
--------------------------------------------------------------------------------
String Packages
--------------------------------------------------------------------------------
Offset: Language:
--------------------------------------------------------------------------------
0x2DF14 en-US (0x0)
0x373B3 fr-FR (0x1)
0x3D8D9 zh-TW (0x2)
0x40F22 ja-JA (0x3)
0x44DA3 it-IT (0x4)
0x4937A es-ES (0x5)
0x4DE67 de-DE (0x6)
0x52765 pt-PT (0x7)
Form Sets
--------------------------------------------------------------------------------
Offset: Title:
--------------------------------------------------------------------------------
0x29154 Boot (0xFD from string package 0x0)
0x29934 Security (0xE2 from string package 0x0)
0x29E44 Main (0xBB from string package 0x0)
0x2A404 Power (0x1F2 from string package 0x0)
0x2AAF4 Advanced (0x158 from string package 0x0)
0x2DA84 Exit (0x12A from string package 0x0)
0x2DC54 Information (0x2 from string package 0x0)
I found the tab offsets in IDA:
Code:
0x180028DF0
0x180029150
0x180029930
0x180029E40
0x18002A400
0x18002AAF0
0x18002DA80
0x18002DC50
I cannot find conditional jumps near to the offsets tab checking all calling functions
Note that I am a beginner in bios modding and I took a course in assembly in the past which helped me a lot.
In past two weeks I downloaded some moded bioses and analyzed it but all bioses were old versions.