📄 readme.tinlink624
字号:
If you have problems running one of the primary self compressors"gzexe" or "upx" you should give a try to the combination oftinlink linker and 624 selfcompressor utility tools.Both are easy to find on the net (via freshmeat.net),but available only for Linux.Here's how that e3 can be built:------------------------------------------------#!/bin/shnasm -f bin -o e3 e3.asm -DLINUX -DSED -DTINLINK./tinlink -c e3 -m 10000000 -o e3.tin./624 -s e3.tin e3chmod +x e3------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -