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

Provides the needed details to inline a call More...

Public Attributes

Instruction CallingInst
 The instruction that calls the target method More...
 
MethodDef TargetMethod
 The target method to inline More...
 
MethodDef ParentMethod
 The parent method that owns the CallingInst More...
 

Detailed Description

Provides the needed details to inline a call

Member Data Documentation

◆ CallingInst

Instruction CallInliner.CallInfo.CallingInst

The instruction that calls the target method

◆ ParentMethod

MethodDef CallInliner.CallInfo.ParentMethod

The parent method that owns the CallingInst

◆ TargetMethod

MethodDef CallInliner.CallInfo.TargetMethod

The target method to inline


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