cwabbott0 / lancet

A binary diff tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To compile:

qmake-qt4 ; make

Prerequisites:

adb set up
mali_compile compiled from my compile.c as /data/limare/compile

To use:

Drop a shader in the editor window. In the 'Subs' window, add a
string-separated list of values, e.g. '0.0 1.0'. Wherever in the
shader there is a $, it will be substituted with each value in turn.
The 'args' line gets passed on to male_compile, so it's -v vertex
or -f fragment shader.

Hit 'Go'. In the Diff window there will be a side-by-side comparison
of the shader binary with each input value. 'New diff' will spawn
additional diff windows so you can look at the data in multiple ways at once.

About

A binary diff tool

License:GNU General Public License v3.0


Languages

Language:C++ 70.6%Language:C 28.1%Language:Shell 0.8%Language:Prolog 0.5%