ValueKonverter
About
ValueKonverter is a tiny application to aid you by converting various data types to each other. This includes:
- base 8,10,16 signed and unsigned numbers
- float / double numbers
- 64-bit bitmask
- ASCII / UTF-8
- unix timestamps
- x86 assembly (read only)
Areas of application are anything related to raw memory interpretation.
This application is basically a clone of Mathemaesthetics Inc's Resorcerer's tool Value Converter.
Screenshot
Download
Grab the source tarball here (
). You'll need a recent CVS release of the bastard for the disassembler part. Specifically you'll need the most up-to-date release of libdisasm found inside bastard.
To get the CVS version of libdisasm do
cvs -d:pserver:anonymous@cvs.sf.net:/cvsroot/bastard/ login
. Now hit enter for a blank password and enter
cvs -z6 -d:pserver.anonymous@cvs.sf.net:/cvsroot/bastard checkout bastard .
. You do not need the whole bastard stuff, the libdisasm/libdisasm folder is enough. Go there and type make which should result in a useable libdisasm.so.
However if you're running some sort of Debian GNU/Linux distribution you may want to grab these debian packages.
Please drop a mail if you find a bug.
Todo
- add dcop interface for e.g. being used by khexedit2
- add more disassembler platforms (PPC in particular)
- do an Opie port
Progress
Progress, if any, will be documented in the blog.
![back to main [malb]](images/logo3.png)
