Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { DotNetBin string // Location of the `dotnet` executable SharpGenBin string // Location of the SharpGen DLL DotNetVersion string // The Dotnet Framework version to target (net35 or net40) OutputFile string // Location where the generated .NET assembly will be save OutputKind string // The OutputKind to use (dll or console) Platform string // The Platform to use (AnyCpy, x86, or x64) AssemblyName string // The name of the assembly to be generated SourceCode string // The source code to compile InlineCode string // CSharp code to compile ClassName string // The name of the class to be generated Optimization bool // Don't use source code optimization Confuse string // The ConfuserEx ProjectFile configuration Verbose bool // Enable verbose output to STDOUT Help bool // Print Help }
Config is a structure that contains all the necessary information for the SharpGen module to create a payload
Click to show internal directories.
Click to hide internal directories.