Does not work if file name includes a path.
A cross platform hex file editor
Status: Alpha
Brought to you by:
b_zaar
I am unable to succeed with hexed if the file specified in the command includes a path. I am trying to edit sfcfiles.dll version 5.1.2600.5512 under XP so that certain system files are excluded from WFP monitoring. These commands do not work:
Hexed -e 1D9F8 5C 00 00 C:\Windows\System32\sfcfiles.dll
Hexed -e 1D9F8 5C 00 00 %SystemRoot%\System32\sfcfiles.dll
and this command for an inactive Windows partition on my dual boot system does not work:
Hexed -e 1D9F8 5C 00 00 D:\Windows\System32\sfcfiles.dll
It only seems to work when hexed is in the same directory as the file to be edited.
Anonymous