52ky 发表于 2021-6-17 15:26:32

RADASM2.2.1.0配合WDK 7600.16385.1搭建驱动开发环境

安装方法:
1.将压缩包中全部文件覆盖解压到RADASM目录,请解压前备份好相关文件。
2.在RADASM.ini中找到标签,添加“wdk”。如:

Assembler=masm,wdk,cpp,ollyscript
修改中相关路径。如:
1=path,E:\WINDDK\7600.16385.1\bin;E:\WINDDK\7600.16385.1\bin\x86;E:\WINDDK\7600.16385.1\bin\x86\x86;
2=include,E:\WINDDK\7600.16385.1\inc\ddk;E:\WINDDK\7600.16385.1\inc\api;E:\WINDDK\7600.16385.1\inc\api;E:\WINDDK\7600.16385.1\inc\crt;
修改中$A的路径。如:
$A=E:\WINDDK\7600.16385.1
3.运行RADASM,编译器选择WDK即可使用。

(installation method:
1. Overwrite and decompress all files in the compressed package to the RADASM directory, please back up relevant files before decompression.
2. Find the tag in RADASM.ini and add "wdk". Such as:

Assembler=masm,wdk,cpp,ollyscript
Modify the relevant path in . Such as:
1=path,E:\WINDDK\7600.16385.1\bin;E:\WINDDK\7600.16385.1\bin\x86;E:\WINDDK\7600.16385.1\bin\x86\x86;
2=include,E:\WINDDK\7600.16385.1\inc\ddk;E:\WINDDK\7600.16385.1\inc\api;E:\WINDDK\7600.16385.1\inc\api;E:\WINDDK\7600.16385. 1\inc\crt;
Modify the path of $A in . Such as:
$A=E:\WINDDK\7600.16385.1
3. Run RADASM and select WDK as the compiler to use.)



页: [1]
查看完整版本: RADASM2.2.1.0配合WDK 7600.16385.1搭建驱动开发环境