Skip to content

Commit

Permalink
Merge pull request #1 from Kracken256/0.3-dev
Browse files Browse the repository at this point in the history
0.3 dev
  • Loading branch information
Kracken256 authored May 24, 2023
2 parents 071bf39 + 21659e0 commit 4828b9c
Show file tree
Hide file tree
Showing 5 changed files with 535 additions and 255 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Introducing rainbow-xd: Unveiling the Vibrant Spectrum of Data Analysis!

Are you weary of sifting through mundane monocolor hexdumps? Are you craving a revolutionary solution that harnesses the power of pattern recognition? Look no further! rainbow-xd is the ultimate tool that will unlock the true potential of your data. Whether you're a cryptoanalyst searching for repeating sequences or a data enthusiast seeking sequential patterns, rainbow-xd is your answer!

With rainbow-xd, the tedium of manual color assignment becomes a thing of the past. Our cutting-edge technology employs advanced algorithms, meticulously crafted over several hours, to autonomously discover and deterministically assign colors to patterns of any length, ranging from 1 to 35 bytes. Brace yourself for a mesmerizing display of 256 distinct hues that effortlessly reveal the inner workings of your binary files.
With rainbow-xd, the tedium of manual color assignment becomes a thing of the past. Our cutting-edge technology employs advanced algorithms, meticulously crafted over several hours, to autonomously discover and deterministically assign colors to patterns of any length, ranging from 2 to 32 bytes. Brace yourself for a mesmerizing display of 256 distinct hues that effortlessly reveal the inner workings of your binary files.

Unlock the power of rainbow-xd and immerse yourself in a world of vivid data analysis. See your information come alive as our tool seamlessly identifies contiguous and sequential patterns, providing invaluable insights in the blink of an eye. Embrace the excitement of discovery and the joy of effortless comprehension as you navigate the colorful landscape of your data with rainbow-xd.

Expand Down
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Compiler
CC = g++
CPPFLAGS = -Wall -std=c++17 -O3
CPPFLAGS = -Wall -std=c++17 -O3 -static

# Files
SRC = rainbow-xd.cpp
Expand All @@ -21,4 +21,4 @@ rainbow-xd: $(SRC)

clean:
rm -f rainbow-xd

Binary file removed rainbow-xd-x86
Binary file not shown.
Binary file removed rainbow-xd-x86_64
Binary file not shown.
Loading

0 comments on commit 4828b9c

Please sign in to comment.