Package org. openrs2. deob. bytecode. analysis
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class CopyPropagationAnalyzer(owner: String, method: MethodNode) : DataFlowAnalyzer<Set<CopyAssignment>>
Content copied to clipboard
Link copied to clipboard
abstract class DataFlowAnalyzer<T>( owner: String, method: MethodNode, backwards: Boolean = false)
Content copied to clipboard
Link copied to clipboard
class FieldWriteAnalyzer( clazz: ClassNode, method: MethodNode, classPath: ClassPath, frames: Array<Frame<ThisValue>>) : DataFlowAnalyzer<Map<MemberDesc, FieldWriteCount>>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class IntValue(val basicValue: BasicValue, val set: IntValueSet = IntValueSet.Unknown) : Value
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
class LiveVariableAnalyzer(owner: String, method: MethodNode) : DataFlowAnalyzer<IntSet>
Content copied to clipboard
Link copied to clipboard