change: remove AssemblyReferenceInfo class
parent
dcbbcadfd3
commit
bd6c70072f
|
@ -19,17 +19,6 @@ namespace Obfuz.ObfusPasses.SymbolObfus
|
||||||
{
|
{
|
||||||
public class SymbolRename
|
public class SymbolRename
|
||||||
{
|
{
|
||||||
class AssemblyReferenceInfo
|
|
||||||
{
|
|
||||||
public string name;
|
|
||||||
|
|
||||||
public bool needObfuscated;
|
|
||||||
|
|
||||||
public ModuleDef module;
|
|
||||||
|
|
||||||
public List<AssemblyReferenceInfo> referenceMeAssemblies;
|
|
||||||
}
|
|
||||||
|
|
||||||
private readonly bool _useConsistentNamespaceObfuscation;
|
private readonly bool _useConsistentNamespaceObfuscation;
|
||||||
private readonly List<string> _obfuscationRuleFiles;
|
private readonly List<string> _obfuscationRuleFiles;
|
||||||
private readonly string _mappingXmlPath;
|
private readonly string _mappingXmlPath;
|
||||||
|
|
Loading…
Reference in New Issue