Skip to content

Commit

Permalink
修改ida配置文件
Browse files Browse the repository at this point in the history
  • Loading branch information
c10udlnk committed Dec 19, 2020
1 parent 47e8e05 commit 1dd5561
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions IDA_cfg/ida.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -331,16 +331,16 @@ FLAT_OFF32 = NO // treat REF_OFF32 as 32-bit offset (otherwise t
//
//-------------------------------------------------------------------------
OPCODE_BYTES = 0 // don't display instruction/data bytes
OPCODE_BYTES = 8 // don't display instruction/data bytes
// The 'default' configuration in the registry may
// override this value
INDENTION = 16 // Indention of instructions
INDENTION = 0 // Indention of instructions
// The 'default' configuration in the registry may
// override this value
COMMENTS_INDENTION = 40 // Indention of short comments
COMMENTS_INDENTION = 30 // Indention of short comments
MAX_TAIL = 16 // Tail depth (used to gather xref info)
MAX_XREF_LENGTH = 80 // Maximal length of line with cross-references
MAX_DATALINE_LENGTH = 70 // Data directives (db,dw, etc):
MAX_DATALINE_LENGTH = 100 // Data directives (db,dw, etc):
// max length of argument string
SHOW_AUTOCOMMENTS = NO // Display comments for every instruction
// Advanced users will turn this off
Expand All @@ -353,11 +353,11 @@ SHOW_LINEPREFIXES = YES // Show line prefixes (like 1000:0000)
SHOW_SEGMENTS = YES // Show segments in addresses
USE_SEGMENT_NAMES = YES // Show segment names instead of numbers
SHOW_REPEATABLE_COMMENTS= YES // Show repeatable comments (disabling this increases IDA speed)
SHOW_SP = NO // Show stack pointer at the start of lines
SHOW_SP = YES // Show stack pointer at the start of lines
// The 'default' configuration in the registry may
// override this value
SHOW_SUSPICIOUS = NO // Show <void> marks (the red/orange color is bright enough)
SHOW_XREFS = 2 // Show 2 cross-references (the rest is accessible by Ctrl-X)
SHOW_XREFS = 15 // Show 2 cross-references (the rest is accessible by Ctrl-X)
SHOW_XREF_FUNC = YES // Show function offsets in xrefs
SHOW_XREF_TYPES = YES // Show xref type marks
SHOW_XREF_VALUES = YES // If not, xrefs are displayed as "..."
Expand Down Expand Up @@ -435,7 +435,7 @@ FPNUM_LENGTH = 6 // If FP_DIGITS is non-zero:
GRAPH_COMMENTS_INDENTION = 24 // Indention of short comments
GRAPH_INDENTION = 0 // Indention of instructions
GRAPH_MARGIN = 40 // Max node width
GRAPH_SHOW_LINEPREFIXES = NO // Show line prefixes (like 1000:0000)
GRAPH_SHOW_LINEPREFIXES = YES // Show line prefixes (like 1000:0000)
GRAPH_SHOW_XREFS = 0 // Show no xrefs (use node title button for them)
GRAPH_OPCODE_BYTES = 0 // don't display instruction/data bytes
Expand Down

0 comments on commit 1dd5561

Please sign in to comment.