Outline ·
[ Standard ] ·
Linear+
File Visual Analyzer
|
TSMatQuasar
|
Aug 3 2023, 07:36 PM, updated 3 months ago
|
|
Hi guys, I have done my own file visual analyzer myself, a command-line program for Windows that uses ANSI colors. Below are some example screenshots showing different types of file analysis using my COLORDUMP.exe EXE file:  PNG file:  Plain text file:  UTF-8 text file:  Raw sound file:  Download from: https://forum.lowyat.net/topic/5093005 Post #13 --- Actually I mimic the program at: https://github.com/FireyFly/pixd...which is a color visualization tool for binary files. If not mistaken, theirs are also using ANSI colors (not graphics mode). This post has been edited by MatQuasar: Oct 18 2025, 12:40 AM
|
|
|
|
|
|
TSMatQuasar
|
Oct 20 2023, 02:29 PM
|
|
I am happy this program source code has been downloaded for almost 50 times since early August.  COLORDUMP is my best x86 ASM code so far, cater for both Command Prompt and PowerShell command line parsing, and didn't use macro.
|
|
|
|
|
|
TSMatQuasar
|
Oct 18 2025, 12:36 AM
|
|
QUOTE(MatQuasar @ Oct 20 2023, 02:29 PM) I am happy this program source code has been downloaded for almost 50 times since early August.  COLORDUMP is my best x86 ASM code so far, cater for both Command Prompt and PowerShell command line parsing, and didn't use macro. As of today, it has been downloaded 1808 times in about 2 years.  I suspect mostly were downloads by bots, not genuine downloads by human.
|
|
|
|
|