Topic created on: December 26, 2013 03:46 CST by luckiejacky .
Sometimes they could mean patterns in a bitmap,
Sometimes they could mean patterns of fonts,
Sometimes they could mean keystrokes and so on so forth.
Is it the only way to decipher one by one all by hand?
Or there is an automated tool for this
For example:
data_326 dw 0
db 18 dup (0)
db 90h, 00h, 00h, 00h, 00h, 00h
db 90h, 00h, 00h, 00h, 00h, 00h
db 00h,0FFh, 00h, 00h, 90h
db 16 dup (0)
db 16 dup (0FFh)
They are just a bunch of numbers, how would you know
what they could mean?
Thanks