https://github.com/howmp/wget
可能是windows最小的wget (862字节)
https://github.com/howmp/wget
wget
Last synced: 6 months ago
JSON representation
可能是windows最小的wget (862字节)
- Host: GitHub
- URL: https://github.com/howmp/wget
- Owner: howmp
- Created: 2024-12-13T06:54:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T10:55:34.000Z (over 1 year ago)
- Last Synced: 2024-12-13T11:32:43.119Z (over 1 year ago)
- Topics: wget
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wget
## 使用
`usage: wget url filepath`
wget.exe https://www.qq.com 1.html
### 缓存问题
添加一个随机参数
wget.exe https://www.qq.com/?ts=11111 1.html
## 下载
## 编译
1. 用VC6编译
1. 删除文件尾部\x00
1. patch
1. PE的DOS_STUB,将两个字符串常量覆盖
1. 根据偏移修改printf附近的汇编代码指向常量
## 更新
### 2024年12月13日
根据大佬[Laster-dev](https://github.com/Laster-dev)的指点,优化大小
1024 -> 862