Hi,
It would be nice to include this obfuscator in my .NET arsenal but upon running it with the command "obfuscar.console MyTestDLL.dll" I got the following error:
Unhandled Exception: System.Xml.XmlException: Data at the root level is invalid.
Line 1, position 1.
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at Obfuscar.Project.FromXml(XmlReader reader, String projectFileDirectory) in
e:\Projects\sharpmibsuite\obfuscar\Obfuscar\Project.cs:line 134
at Obfuscar.Obfuscator.LoadFromReader(XmlReader reader, String projectFileDir
ectory) in e:\Projects\sharpmibsuite\obfuscar\Obfuscar\Obfuscator.cs:line 159
at Obfuscar.Obfuscator..ctor(String projfile) in e:\Projects\sharpmibsuite\ob
fuscar\Obfuscar\Obfuscator.cs:line 76
at Obfuscar.Program.Main(String[] args)
Am I missing something here?
It would be nice to include this obfuscator in my .NET arsenal but upon running it with the command "obfuscar.console MyTestDLL.dll" I got the following error:
Unhandled Exception: System.Xml.XmlException: Data at the root level is invalid.
Line 1, position 1.
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at Obfuscar.Project.FromXml(XmlReader reader, String projectFileDirectory) in
e:\Projects\sharpmibsuite\obfuscar\Obfuscar\Project.cs:line 134
at Obfuscar.Obfuscator.LoadFromReader(XmlReader reader, String projectFileDir
ectory) in e:\Projects\sharpmibsuite\obfuscar\Obfuscar\Obfuscator.cs:line 159
at Obfuscar.Obfuscator..ctor(String projfile) in e:\Projects\sharpmibsuite\ob
fuscar\Obfuscar\Obfuscator.cs:line 76
at Obfuscar.Program.Main(String[] args)
Am I missing something here?