[1]: https://github.com/FireyFly/pixd [2]: https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation...
And Gentry was so strange anyway, he thought, feeling his knees creak as he stood up and took the Judge's control unit from his jacket pocket. Gentry was convinced that cyberspace had a Shape, an overall total form. Not that that was the weirdest idea Slick had ever run across, but Gentry had this obsessive conviction that the Shape mattered totally . The apprehension of the Shape was Gentry's grail.
Slick had once stimmed a Net/Knowledge sequence about what shape the universe was; Slick figured the universe was everything there was, so how could it have a shape? If it had a shape, then there was something around it for it to have a shape in , wasn't there? And if that something was something, then wasn't that part of the universe too? This was exactly the kind of thing you didn't want to get into with Gentry, because Gentry could tie your head in knots. But Slick didn't think cyberspace was anything like the universe anyway; it was just a way of representing data. The Fission Authority had always looked like a big red Aztec pyramid, but it didn't have to; if the FA wanted it to, they could have it look like anything. Big companies had copyrights on how their stuff looked. So how could you figure the whole matrix had a particular shape? And why should it mean anything if it did?
He touched the unit's power stud; the Judge, ten meters away, hummed and trembled.
A nice summary of other simialr tools: https://reverseengineering.stackexchange.com/questions/6003/...
https://www.reddit.com/r/ReverseEngineering/comments/2apw6l/...
> Veles visualizations were inspired by Christopher Domas’ talk from Derbycon 2012.
> Check out the video of his presentation https://www.youtube.com/watch?v=4bM3Gut1hIk.
This is beautiful and fascinating! It Reminds me a lot of this.
Also, can this be used in any functionally meaningful way for code-analysis and/or conceptualizing? Animating a sequence of code execution?
But the files themselves mostly consist of data elements (like numbers) which are larger than that, e.g. 8-byte double-precision floating point numbers.
When people say “binary data” what they mean is that it’s a machine-readable data format, not a human-readable text-based file.
If you are displaying patterns in a sequence of 16 things (2 bytes), you are no longer in the realm of binary information. The information has a structure on top of it that makes patterns of 16 things meaningful, so that you can plot them on a 256-256-256 cube and retain or explore some of that structure.
If I'm dealing with "binary data" (in a simple case, whether a light is on or off under certain other _binary_ conditions), I am not interested in patterns of 16 bits together since that constitutes some higher level of structure in the data that may or may not be important to me. At this time the indivisible atomic information bit becomes a pattern of 16 bits, not just 1, and we have left the realm of "binary."