An open API service indexing awesome lists of open source software.

https://github.com/rex706/bytematter

Quickly format byte arrays copied from a string to hexadecimal byte format.
https://github.com/rex706/bytematter

Last synced: 10 months ago
JSON representation

Quickly format byte arrays copied from a string to hexadecimal byte format.

Awesome Lists containing this project

README

          

# Bytematter

Format a string of bytes copied from Cheat Engine Memory View
into an array of bytes in '0x' format separated by commas.
Allows copying useful information into Visual Studio to be a much easier process.

![alt tag](https://i.imgur.com/r0O1rIL.png)

**Features:**
* Save ouput to text file.
* Auto generate string mask of equal length.
- Complex mask will be generated by comparing what is in the console to a second file of *pre-formatted* bytes and masking the differences.