News

Python module to extract Ascii, Utf8, and wide strings from binary data. Supports Unicode characters. Fast wrapper around c++ compiled code. This is designed to extract strings from binary content ...
BinSerialize is makes it much easier to write code to deserialize and reserialize binary data file for many purposes such as data conversion for game modding or scientific purposes.. Instead of having ...
Python makes a pretty nice interactive calculator. You can do the other way around, too, with the builtin function bin(x). (And there are also hex() and oct() builtins, if you also need to go back ...