readme.txt
来自「是一个C语言的压缩和解压缩的DLL源程序.」· 文本 代码 · 共 9 行
TXT
9 行
This directory contains a very simple C console application
that uses the LITEUNZIP.DLL to unzip the contents of a ZIP
archive embedded as a resource in the EXE. The contents are
unzipped to memory.
In other words, simple_res.zip is embedded in UnZipResource.exe's
resources as a binary resource. It is unzipped to a memory
buffer. If you were writing an installer, you would likely
write that buffer to disk in your installation directory.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?