Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DecompiledCodeAnalysis ¶
type DecompiledCodeAnalysis struct {
ObfuscatedVars int // Number of obfuscated variable names
SyntaxIssues int // Number of syntax issues found
HasDecompError bool // Contains decompilation error markers
UnbalancedBraces bool // Has unbalanced braces
ComplexityScore int // Code complexity (0-100, higher = more complex/unclear)
Issues []string // Specific issues found
}
DecompiledCodeAnalysis contains the analysis result of decompiled code
Click to show internal directories.
Click to hide internal directories.