Tools - SillyBits/hexalyzer GitHub Wiki
Tools
Following the tools which will also assist you during your journey
Background Analyzer
This analyzer tries to guess content, and highlights its findings using individual colors:
Coloring schema as of now:
-
Azure blue indicates a value matching the file size was found (offset
00000008h
). This might assist in isolating file headers. -
Alice blue will be used to indicate places where values do match "file size minus its offset" (offset
00000020h
). -
Honeydew marks portions where value matches a node offset (e.g.
00000028h
). Good indicator for block offsets, but needs quite some already dissected nodes to be of use. -
Beige is used to mark string occurrences (offsets
00000080h
and000000C0h
). Covers all 3 types of strings available (Var
,Ascii
andWide
) -
... more to come in future