mirror of
https://github.com/86Box/bios-tools.git
synced 2026-02-24 20:35:33 -07:00
PhoenixAnalyzer: Increase 4.0x sign-on size just in case
This commit is contained in:
@@ -2296,7 +2296,7 @@ class PhoenixAnalyzer(Analyzer):
|
||||
|
||||
# Add segment to pointer.
|
||||
signon_offset += signon_segment << 4
|
||||
signon = virtual_mem[signon_offset:signon_offset + 256]
|
||||
signon = virtual_mem[signon_offset:signon_offset + 4096]
|
||||
|
||||
# Read string if one was found.
|
||||
if signon:
|
||||
|
||||
Reference in New Issue
Block a user