Skip to content

mrivem/BatchHexEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BatchHexEditor

Batch Hex Editor v1.2

Author: Matías Rivera Maldonado @mrivem

Small and to-the-point utility to make quick hex modifications to many files via an instructions file

Usage:

python BatchHex.py path_to_instruction_file

BatchHex.exe path_to_instruction_file

Example of a instruction file line:

file_name="path\to\file.ini",offset=0,data=FEFEFE

file_name: Full path to file to modify

offset: Byte offset from which changes will be made

data: Raw block of hex data to insert in the file

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages