Skip to content

Instantly share code, notes, and snippets.

View jilleb's full-sized avatar
🚀
Create the future

Chillout jilleb

🚀
Create the future
  • the Netherlands
View GitHub Profile
@jilleb
jilleb / gist:a94b30868f1e1933319415ebb8f5632d
Last active February 28, 2021 22:59
010 editor coloring
// This code will give each byte (or short or long) a color, which represents the value.
// 010 editor will display a color in the hex view, which can help to identify
// some logical structure inside a binary file.
local int i;
local int color=0;
while (!FEof()){
FSeek(i);
if (size == 0){