Thread: Seafile Client
View Single Post
Old 10-02-2016, 02:57 AM   #13
trap000d
Member
trap000d can illuminate an eclipsetrap000d can illuminate an eclipsetrap000d can illuminate an eclipsetrap000d can illuminate an eclipsetrap000d can illuminate an eclipsetrap000d can illuminate an eclipsetrap000d can illuminate an eclipsetrap000d can illuminate an eclipsetrap000d can illuminate an eclipsetrap000d can illuminate an eclipsetrap000d can illuminate an eclipse
 
Posts: 23
Karma: 8028
Join Date: Sep 2016
Device: Kindle PW1
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 View Post
Looking into eips disassembly it seems that the only valid characters are
[a-z], [A-Z], [0-9], various space chars and one of ,":._-*~/,()@&+?<>=|[].
trap000d is offline   Reply With Quote