Skip to content

A simple converter that aims to save time for programmers working with memory values directly - especially when the values are shown in the wrong data type.

Notifications You must be signed in to change notification settings

jlschrag/DataTypeConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataTypeConverter

This converter essentially does reinterpret casting between types. So, the actual binary value stored in memory does not change, but the bits are interpeted as float, int, hex, etc.

I will also be adding other functionality as needed: unix time conversion, ascii conversion, etc.

To use it, simply visit http://jlschrag.github.com/DataTypeConverter/

About

A simple converter that aims to save time for programmers working with memory values directly - especially when the values are shown in the wrong data type.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published