1、从官网下载 Putty 0.60 Release 的 Windows 版源码

http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

版本号可以从 putty-src/WINDOWS/PUTTY.ISS 中查看。

 

2、使用 VS2013 打开 putty-src/WINDOWS/MSVC/PUTTY.DSW ,设置 putty 项目为启动项目并生成,如果会报如下错误:

 You must define one of SECURITY_WIN32, SECURITY_KERNEL, or

则打开 Sspi.h 文件,加上 

#define SECURITY_WIN32

重新生成即可,此时就在 putty-src/WINDOWS/MSVC/PUTTY/Debug/ 目录下生成了 putty.exe 的可执行文件。

 

3、按网上的修改方法(链接:http://www.opensoce.com/3702.html

修改后的项目源代码为 putty-src-with-save-password.rar

相关文章:

  • 2021-05-19
  • 2022-02-12
  • 2022-01-17
  • 2021-03-31
  • 2021-06-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-15
  • 2021-09-12
  • 2021-08-06
相关资源
相似解决方案