D
Dennis
well.. i found this:
http://groups.google.de/groups?hl=de&lr=&ie=UTF-8&oe=UTF-8&[email protected]
this is exactly what i´m searching for.
testet the given script:
@echo off
echo eACCD 00 ff > ~script.txt
echo w >> ~script.txt
echo q >> ~script.txt
debug c:\hit-it.fil < ~script.txt > nul
del ~script.txt
problem here is, that my file is bigger than 64kbyte and the offset
is much higher than feff, it´s like 0x34aaah..
is there a way to push the workspace to a higher offset? i mean.. is
it possible to work with 30001-3feff instead of 0001-feff?
i like the simple way, debug.exe uses, to replace hex values, and it´s
perfekt, that it´s an onboard (not 3rd party) tool..
currently i´m searching for the offset using gsar.exe. but i don´t
want
to use 3rd party tools, is it possible to search for an offset with
debug.exe?
thx for any help!
dennis
http://groups.google.de/groups?hl=de&lr=&ie=UTF-8&oe=UTF-8&[email protected]
this is exactly what i´m searching for.
testet the given script:
@echo off
echo eACCD 00 ff > ~script.txt
echo w >> ~script.txt
echo q >> ~script.txt
debug c:\hit-it.fil < ~script.txt > nul
del ~script.txt
problem here is, that my file is bigger than 64kbyte and the offset
is much higher than feff, it´s like 0x34aaah..
is there a way to push the workspace to a higher offset? i mean.. is
it possible to work with 30001-3feff instead of 0001-feff?
i like the simple way, debug.exe uses, to replace hex values, and it´s
perfekt, that it´s an onboard (not 3rd party) tool..
currently i´m searching for the offset using gsar.exe. but i don´t
want
to use 3rd party tools, is it possible to search for an offset with
debug.exe?
thx for any help!
dennis