Generic Inliner  1.0.0.0
A base for making inliners for .NET deobfuscation
Public Attributes | List of all members
VariableInliner.VarInfo Class Reference

Provides the details needed to patch a variable More...

Public Attributes

Instruction Value
 The value instruction that references the variable value More...
 
List< Instruction > Loads
 The Instructions that load the variable More...
 
List< Instruction > Remove
 Instructions to remove More...
 
Local TheLocal
 The target variable More...
 

Detailed Description

Provides the details needed to patch a variable

Member Data Documentation

◆ Loads

List<Instruction> VariableInliner.VarInfo.Loads

The Instructions that load the variable

◆ Remove

List<Instruction> VariableInliner.VarInfo.Remove

Instructions to remove

◆ TheLocal

Local VariableInliner.VarInfo.TheLocal

The target variable

◆ Value

Instruction VariableInliner.VarInfo.Value

The value instruction that references the variable value


The documentation for this class was generated from the following file: