Veles: Open-source tool for binary data analysis
11–20 of 25 posts
Re: Veles: Open-source tool for binary data analysis
#12* fq - like jq for binary data: https://github.com/wader/fq
* Kaitai Struct - https://kaitai.io/
* visualizer, for the above: https://github.com/kaitai-io/kaitai_struct_visualizer/
* HexFiend - a hex editor, but with "binary templates" feature : https://github.com/HexFiend/HexFiend
* binary templates, for the above: https://github.com/HexFiend/HexFiend/blob/master/templates/T...
* binspector - https://github.com/binspector/binspector
* binary-parsing - a collection of links to similar such tools : https://github.com/dloss/binary-parsing
* unblob - https://github.com/onekey-sec/unblob
* ImHex - https://github.com/WerWolv/ImHex
* GNU Poke - https://www.gnu.org/software/poke/
* dtrx - https://github.com/dtrx-py/dtrx/ dtrx
* feng - https://github.com/martinlindhe/feng
** they also have a similar list of prior art: https://github.com/martinlindhe/feng/blob/main/RESOURCES.md
And some previous HN threads for similar such tools:
* https://news.ycombinator.com/item?id=34434249 (unblob)
* https://news.ycombinator.com/item?id=34986042 (GNU Poke #1)
* https://news.ycombinator.com/item?id=36182873 (GNU Poke #2)
Re: Veles: Open-source tool for binary data analysis
#13When these tools come up, I like to post my little list of similar tools, for those interested. Apparently it's a hobby of mine: * fq - like jq for binary data: https://github.com/wader/fq * Kaitai Struct - https://kaitai.io/ * visualizer, for the above: https://github.com/kaitai-io/kaitai_struct_visualizer/ * HexFiend - a hex editor, but with "binary templates" feature : https://github.com/HexFiend/HexFiend * binary…
Re: Veles: Open-source tool for binary data analysis
#14When these tools come up, I like to post my little list of similar tools, for those interested. Apparently it's a hobby of mine: * fq - like jq for binary data: https://github.com/wader/fq * Kaitai Struct - https://kaitai.io/ * visualizer, for the above: https://github.com/kaitai-io/kaitai_struct_visualizer/ * HexFiend - a hex editor, but with "binary templates" feature : https://github.com/HexFiend/HexFiend * binary…
Re: Veles: Open-source tool for binary data analysis
#15Re: Veles: Open-source tool for binary data analysis
#16Earlier quoted context omitted.
There was a major push for development back in 2015-2016, back before it was open sourced, but AFAIK it went dead pretty soon as internal funding dried up.. Looking at github commit log, it seems it died by mid 2018. First time I had to setup CI on a Mac, and what a horrible experience it was (Windows was comparatively easy, though finding out that starting with Windows Core wasn't best option took some time to learn…
Did you work for the parent company?
With regards to Veles, I mostly did infrastructure and tooling for CI/CD - so including the CMake stuff and making Jenkins setup for the builds. I think it was actually the first project on which I used Jenkinsfile, which was then very fresh thing. I was never much of a C++ fan so I didn't participate much in the editor code itself, especially with another project taking lion share of my attention later on.
Re: Veles: Open-source tool for binary data analysis
#17Re: Veles: Open-source tool for binary data analysis
#18I ended up writing my own script for visualizing my particular problem (trying to work out what's going on in the "mett" data frames in videos from my pixel phone, I was able to make some headway but I've gotten distracted by other projects, if anyone has info I'd appreciate it)
Re: Veles: Open-source tool for binary data analysis
#19The GitHub repo [1] was made a read-only archive on Sep 30, 2020. Are there forks picking up where the original author left off? [1]: https://github.com/codilime/veles
Since this is an old tool and it fails to deal with large files, I made a completely new version from scratch a while ago, using a completely different rendering approach that's more like how you'd render a volumetric data set like an MRI scan. It loads the file and processes it into a 256x256x256 volumetric data set, which is then rendered using shaders. As a result, the file size doesn't matter for rendering, only…
Re: Veles: Open-source tool for binary data analysis
#20The main page of codisec [0] lists that Veles has been retired. They since have a new project, CodiLime [1], which seems like is a general technology consulting/outsourcing company. [0] https://codisec.com/ [1] https://codilime.com/
None of the CodiSec members were among the management/founders/etc of CodiLime - we were AFAIK plain employees, though one of us was in fact mber of DragonSector which is partly how CodiSec started.