aboutsummaryrefslogtreecommitdiff
path: root/jindroush/chkexe/switches.def
diff options
context:
space:
mode:
Diffstat (limited to 'jindroush/chkexe/switches.def')
-rw-r--r--jindroush/chkexe/switches.def21
1 files changed, 21 insertions, 0 deletions
diff --git a/jindroush/chkexe/switches.def b/jindroush/chkexe/switches.def
new file mode 100644
index 0000000..4c2bf20
--- /dev/null
+++ b/jindroush/chkexe/switches.def
@@ -0,0 +1,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;
+=