aboutsummaryrefslogtreecommitdiff
path: root/jindroush/chkexe/switches.def
blob: 4c2bf206406314b28a345b4be1e37d97ba5f6d61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
d, dis
disassembles
=g_bDisassemble = TRUE;
=

silent, s
silent operation
=g_bSilent = TRUE;
=

gaps
length of gap fill (hexadecimal)
=int iTemp;
hexnum=bRet = SWFN_NUMH( &iTemp );
=g_wGapFill = iTemp;
=

split
split into blocks
=g_bSplit = TRUE;
=