The MASM Forum

Projects => Poasm => Pelle's C compiler and tools => Topic started by: Vortex on March 09, 2023, 03:53:27 AM

Title: Binmay - command line binary search and replace
Post by: Vortex on March 09, 2023, 03:53:27 AM
Hello,

Based on this GitHub project :

https://github.com/slorelee/binmay

The attachment contains 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.