[go: up one dir, main page]

Menu

#5 Does not work if file name includes a path.

1.0
open
nobody
None
2021-12-17
2021-12-17
No

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.

Discussion

Anonymous
Anonymous

Add attachments
Cancel