Generic Inliner  1.0.0.0
A base for making inliners for .NET deobfuscation
Properties | List of all members
ClientPlugin.Models.IAssemblyHelper Interface Reference

The assembly helper provides the list of ClientPlugin.UI.PluginValue and ModuleDef for plugins to work with. More...

Inheritance diagram for ClientPlugin.Models.IAssemblyHelper:
ClientPlugin.Providers.AssemblyHelper

Properties

ModuleDefMD Module [get, set]
 Module that is currently being processed More...
 
List< PluginValueSettings [get, set]
 Plugin values returned from the user input. More...
 

Detailed Description

The assembly helper provides the list of ClientPlugin.UI.PluginValue and ModuleDef for plugins to work with.

Property Documentation

◆ Module

ModuleDefMD ClientPlugin.Models.IAssemblyHelper.Module
getset

Module that is currently being processed

◆ Settings

List<PluginValue> ClientPlugin.Models.IAssemblyHelper.Settings
getset

Plugin values returned from the user input.


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