Respond 100x faster, more accurately, and improve your documentation
Designed for forward-thinking security, sales, and compliance teams
Slash response times for questionnaires, audits, and RFPs by up to 90%. OptiValue.ai automates the heavy lifting, freeing your team to focus on strategic priorities with intuitive tools for seamless review and validation.
Learn More
Tricentis qTest for Unified Software Test Management
For software testing teams
Scalable test management, operations, and analytics to centralize testing and orchestrate quality at speed, with visibility throughout the software development lifecycle.
Crossplatform hex-editing software based on Python and Qt
This project is no longer supported. Use it on your own risk (or not use at all).
Microhex is an intuitive HEX editing application that enables you to view and manipulate binary data for any file in your computer.
Microhex displays the integer column and the characters column, allowing you to add new columns and delete existing ones. Each column can be assigned an unlimited number of linked address bars.
Let's say you've gathered a bunch of lists from across the internet, in various formats and from various sources. Let's say you've cat'ed them together into one giant master list, sorted and unique'd.
However, after starting to work with the master list, you realize it is riddled with a bunch of NULL bytes, which chokes your list processor.
removeNULLbytes was made to solve this problem. It will read a master list line by line, remove any NULL bytes, and then write the result into a...
bitstring is a pure Python module designed to help make the creation and analysis of binary data as painless as possible. The latest releases support Python 2.6 and 3.x only. For Python 2.4 and 2.5, plus lots more see the googlecode homepage.