read.me

来自「一个异常处理的类」· ME 代码 · 共 24 行

ME
24
字号
TDSPack 1.51 for ExceptionalMagic Delphi unit. (c)1999-2000, Dimus Gremyakoff

Usage  : TDSPack [options] infile [outfile]

Infile : EXE-file or TDS-file

Options:
	-a	Append debug-info to EXE

	-e	Remove debug-info from EXE. 
		Like a Borland's tdstrip utility.

	-n	Remove from debug info all information about procedures
		and their names. 
		Reduces size of debuginfo very significantly. 
		Resulting debug-info will contain only
		names of source files and linenumbers info.

		NOTE: works only when -o option is specified.

	-o	Optimize debug-info.
		Remove from debug-info all data that not used by
		ExceptionalMagic.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?