ok so what the heck is this??????? I found fogenable in cshell in ida and i followed it here and it says this:

Code:
 
.text:1027BCF0                 db  46h ; F
.text:1027BCF1                 db  6Fh ; o
.text:1027BCF2                 db  67h ; g
.text:1027BCF3                 db  45h ; E
.text:1027BCF4                 db  6Eh ; n
.text:1027BCF5                 db  61h ; a
.text:1027BCF6                 db  62h ; b
.text:1027BCF7                 db  6Ch ; l
.text:1027BCF8                 db  65h ; e
I like to debug in olly but i can't do dll's in olly cuz i got x64 OS, so can someone explain what this is?
Apparently it looks like it is storing the individual characters, but idk maybe it's not i just don't know where to go after this.