All Projects → walesey → Binpipe

walesey / Binpipe

Licence: other

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Binpipe

Mobilenet Ssd
MobileNet-SSD(MobileNetSSD) + Neural Compute Stick(NCS) Faster than YoloV2 + Explosion speed by RaspberryPi · Multiple moving object detection with high accuracy.
Stars: ✭ 84 (-13.4%)
Mutual labels:  opengl
Barf Project
BARF : A multiplatform open source Binary Analysis and Reverse engineering Framework
Stars: ✭ 1,280 (+1219.59%)
Mutual labels:  binary-analysis
Bam
The Binary Analysis Metadata tool gathers information about Windows binaries to aid in their analysis. #nsacyber
Stars: ✭ 93 (-4.12%)
Mutual labels:  binary-analysis
2012sourcepack
The sources for our intros up to and including Chaos Theory
Stars: ✭ 84 (-13.4%)
Mutual labels:  opengl
Opengl Renderer
Modern OpenGL renderer written in C++17
Stars: ✭ 85 (-12.37%)
Mutual labels:  opengl
Cubicsdr
Cross-Platform Software-Defined Radio Application
Stars: ✭ 1,294 (+1234.02%)
Mutual labels:  opengl
Rust Game Development Frameworks
List of curated frameworks by the **Game Development in Rust** community.
Stars: ✭ 81 (-16.49%)
Mutual labels:  opengl
Tiny3d
A Small OpenGL Based Renderer
Stars: ✭ 94 (-3.09%)
Mutual labels:  opengl
Dhewm3
dhewm 3 main repository
Stars: ✭ 1,261 (+1200%)
Mutual labels:  opengl
Bubble Picker
An easy-to-use animation which can be used for content picking for Android
Stars: ✭ 1,316 (+1256.7%)
Mutual labels:  opengl
Graphicsprogramming
Demos related to OpenGL, Qt/QML, OpenCV and other X technologies.
Stars: ✭ 83 (-14.43%)
Mutual labels:  opengl
Gifcompressor
An Android tool to compresses your GIFs into lightweight MP4 video using fast, hardware-accelerated encoders. Supports cropping, rotation, GIF concatenation and much more.
Stars: ✭ 85 (-12.37%)
Mutual labels:  opengl
Bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
Stars: ✭ 10,252 (+10469.07%)
Mutual labels:  opengl
Conways Gol
Conway's Game of Life implemented with Go and OpenGL.
Stars: ✭ 84 (-13.4%)
Mutual labels:  opengl
Photonbox
A portable modern OpenGL Game-Engine with focus on PBR
Stars: ✭ 93 (-4.12%)
Mutual labels:  opengl
Sildurs Shaders.github.io
Sildurs shaders website
Stars: ✭ 84 (-13.4%)
Mutual labels:  opengl
Light Propagation Volumes
Master's thesis implementing real-time global illumination method.
Stars: ✭ 88 (-9.28%)
Mutual labels:  opengl
Wanderers
An open world adventure and dungeon crawling game
Stars: ✭ 96 (-1.03%)
Mutual labels:  opengl
Mini3d
3D Software Renderer in 700 Lines !!
Stars: ✭ 1,320 (+1260.82%)
Mutual labels:  opengl
Assortedwidgets
OpenGL GUI library
Stars: ✭ 92 (-5.15%)
Mutual labels:  opengl

binPipe

Binary visualisation tool

Requirements:

  • make
  • gcc
  • opengl/glut

Compile and Run with: $ make run or $ make runMac For 2D mode use: $ make run2D or $ make runMac2D

Write data to ./data: eg. $ cat /dev/urandom > data

The purpose of this program is to create a 3D visualization of binary data. The way it works is that reads chuncks of data from the ./data file, It then takes 3 bytes at a time and uses those 3 values as xyz coordinates. It continues to scan the data 3 bytes at a time, mapping these coordinate to pixel colors in a volumetric image. The result is an interesting visualization.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].