0x00 准备

1. cygwin:主要用make.exe和cut.exe

2. vs2017

 

0x01 build

1. 打开 适用于VS 2017的 x64 本机工具命令提示

2. 添加cygwin环境变量

  SET PATH=%PATH%;c:\cygwin64\bin

3. 编译

  cd source\tools\SimpleExamples

  make obj-intel64/opcodemix.dll

 

相关文章:

  • 2021-06-13
  • 2022-12-23
  • 2022-12-23
  • 2022-01-22
  • 2022-12-23
  • 2021-07-10
  • 2022-12-23
  • 2021-12-22
猜你喜欢
  • 2021-10-17
  • 2021-05-13
  • 2021-07-22
  • 2021-06-19
  • 2021-08-20
  • 2022-12-23
  • 2021-06-06
相关资源
相似解决方案