Jump to content

Need A Program To Manipulate Binary Files


Recommended Posts

Needs to be a command line program, I had one years ago but can not find it again

I want to replace/overwrite part of a binary file

I will give the program the offset to start replacing

The data to be injected will be a separate file

Something like this

TOOL.exe sourcefile.file newdata.file -o10FB60

starting at 0x10FB60 it replaces part of sourcefile.file with newdata.file

I could make one but it would be slow as hell, and I know they exist I had one to edit some MVP 05 files back in 2005

Link to comment
Share on other sites

That is a hex editor, yeah I can do it with a hex editor. But I need to automate the process so I can release MLB 2k9 mods without having to release the whole IFF file.

By not releasing the whole IFF file

The downloads will be smaller

It will install mods in to IFF files that already have mods installed in them

No copyright issues with T2

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...