NO

Author Topic: Binmay - command line binary search and replace  (Read 491 times)

Offline Vortex

  • Member
  • *
  • Posts: 797
    • http://www.vortex.masmcode.com
Binmay - command line binary search and replace
« on: March 07, 2023, 08:44:38 PM »
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.

Quote
Binmay 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.
Code it... That's all...

Offline John Z

  • Member
  • *
  • Posts: 790
Re: Binmay - command line binary search and replace
« Reply #1 on: March 08, 2023, 12:52:49 PM »
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