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.
- Host: GitHub
- URL: https://github.com/rex706/bytematter
- Owner: rex706
- Created: 2016-08-16T17:42:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T20:05:29.000Z (over 8 years ago)
- Last Synced: 2025-07-26T09:44:04.840Z (11 months ago)
- Language: C#
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

**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.