0, 为什么要编译 putty ?
在关闭窗口的时候,会弹出一个 Are you sure you want to close this session?
要把这个去掉。当然也可以用 OD 之类的来修改。

编译putty 源码去掉 Are you sure you want to close this session? 提示

1, 下载源码 putty-src.zip
https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

2, 打开工程 putty-src/windows/VS2010 修改源码

编译putty 源码去掉 Are you sure you want to close this session? 提示

3, 把 putty 设为启动项目

4, 右击 生成 即可 生成有个错误 需要添加头文件路径

编译putty 源码去掉 Are you sure you want to close this session? 提示

 

3.12 更新,去掉 halt 关机以后的弹窗

编译putty 源码去掉 Are you sure you want to close this session? 提示

还是在window.c 里面

编译putty 源码去掉 Are you sure you want to close this session? 提示

 

编译出来,挺好用的,就是没有了证书签名。

更新:已放 https://github.com/nejidev/putty_x

相关文章:

  • 2021-04-12
  • 2021-07-23
  • 2021-06-10
  • 2022-12-23
  • 2021-06-26
  • 2021-07-26
  • 2021-06-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-12
  • 2021-11-24
  • 2022-12-23
  • 2021-07-03
  • 2021-12-17
相关资源
相似解决方案