RE Tips: Common String Representations


[:  :]

RE Tips: Common String Representations

Originally posted 2022-05-09

Strings are a good way of determining the layout of an unknown binary blob. If you can figure out how the strings are stored, you can use it as an anchor to map out other structures around them.

image

Image Description:

A text file explaining the common string representations.