Moin,

I tried to re-calculate the driver image checksum with "editbin.exe /release
mydriver.sys" but get the "warning: LNK4048 invalid format file; ignored".
The DDK 3790 states that the file format of a x64 driver is PE32+.
Is there a version of editbin available which can handle this format ?

Best regards,
Stefan

Re: editbin on x64 driver by David

David
Wed Sep 13 11:15:49 CDT 2006

Did you try the editbin.exe from Visual Studio 2005 in the correct
directory?

"Stefan de Buhr" <stefan@sdb-consulting.de_nospam> wrote in message
news:%23gCDUzy1GHA.4976@TK2MSFTNGP02.phx.gbl...
> Moin,
>
> I tried to re-calculate the driver image checksum with "editbin.exe
> /release mydriver.sys" but get the "warning: LNK4048 invalid format file;
> ignored".
> The DDK 3790 states that the file format of a x64 driver is PE32+.
> Is there a version of editbin available which can handle this format ?
>
> Best regards,
> Stefan
>



Re: editbin on x64 driver by Stefan

Stefan
Thu Sep 14 07:17:45 CDT 2006

I copied editbin into an extra directory where I had an old mspdb41.dll.
editbin obviously used that old DLL and could of course not interpret PE32+.
Then I copied the newer mspdb80.dll and it worked.

-Stefan



"David J. Craig" <Dave@yoshimuni.com> wrote in message
news:OW%23rh$01GHA.3644@TK2MSFTNGP03.phx.gbl...
> Did you try the editbin.exe from Visual Studio 2005 in the correct
> directory?
>
> "Stefan de Buhr" <stefan@sdb-consulting.de_nospam> wrote in message
> news:%23gCDUzy1GHA.4976@TK2MSFTNGP02.phx.gbl...
>> Moin,
>>
>> I tried to re-calculate the driver image checksum with "editbin.exe
>> /release mydriver.sys" but get the "warning: LNK4048 invalid format
>> file; ignored".
>> The DDK 3790 states that the file format of a x64 driver is PE32+.
>> Is there a version of editbin available which can handle this format ?
>>
>> Best regards,
>> Stefan
>>
>
>