Versions:

  • 2018.05

Veles is a cross-platform open-source application created by Codilime to simplify the reverse-engineering workflow through interactive exploration of raw binary files. Released in 2018 under version 2018.05, the program combines hex-level inspection with high-level visualizations such as 3-D byte histograms, entropy graphs, and structure maps, allowing security researchers, malware analysts, and firmware developers to spot patterns, anomalies, and embedded data without manual parsing. Users typically load firmware images, memory dumps, network captures, or unknown executables into Veles and then navigate the file via synchronized views: a traditional hex editor pane, a dynamic disassembly window, and a navigable cube that color-codes byte distribution in real time. Automatic structure inference recognizes typical integer sizes, strings, and packed arrays, while Python-based plugins extend parsing to proprietary formats like TIFF, BMP, or custom headers. Because all visualizations remain linked, selecting a region in the cube instantly updates the hex and disassembly panes, accelerating tasks such as locating shellcode, unpacking layers, or verifying checksums. The tool also supports collaborative sessions by saving analysis snapshots that teammates can reopen later. Veles fits into the “Binary Analysis & Disassemblers” category of utilities and, although only one major version has been published to date, its modular architecture encourages community contributions for additional decoders and visualizers. The software is available for free on get.nero.com, with downloads provided via trusted Windows package sources (e.g. winget), always delivering the latest version, and supporting batch installation of multiple applications.

Tags: