Yeah, I've found that magic string too:
Code:
DCB " ",0x22,":._-*~/,()@&+?<>=|[]",0
ALIGN 0x10
DCB "paint_char",0
ALIGN 0x10
DCB "main",0
ALIGN 4
DCB "eips: %s> bpp = %d not supported",0xA,0
Indeed, it can draw only a basic sub-set of ASCII (letters, numbers and some symbols). So I'll just put a simple spinner instead of typing file names.
Quote:
Originally Posted by baf
Looking into eips disassembly it seems that the only valid characters are
[a-z], [A-Z], [0-9], various space chars and one of ,":._-*~/,()@&+?<>=|[].
|