Hello,
Based on the GitHub project :
https://github.com/slorelee/binmay
The attachment containes the 32-bit and 64-bit executables built with Pelles C V11.
QuoteBinmay is a simple, little program that searches for a string of binary in a
file or stream and replaces it with another string of binary.
Hi Vortex,
Looks interesting. A command line HEX editor. I looked over on Github at the documentation.
Is it geared towards replacing with the same length of bytes i.e. A B C replaced with D E F
or does it also replace A B C with just G, and inversely F replaced by J K L ?
Of course this would affect the file size, but just wondering.
John Z