eazdevirt
eazdevirt copied to clipboard
Unhandled Exception: System.Exception: Unable to find crypto stream TypeDef
Unhandled Exception: System.Exception: Unable to find crypto stream TypeDef
Unhandled Exception: System.Exception: Unable to find crypto stream TypeDef at eazdevirt.EazModule.Initialize() in E:\xxxx\eazdevirt-master\src\eazdevirt\Core\EazModule.cs:line 86 at eazdevirt.EazModule..ctor(ModuleDefMD module, ILogger logger) in E:\xxx\eazdevirt-master\src\eazdevirt\Core\EazModule.cs:line 77 at eazdevirt.Program.TryLoadModule(String path, ILogger logger, EazModule& module) in E:\xxx\eazdevirt-master\src\eazdevirt\Program.cs:line 192 at eazdevirt.Program.DoDevirtualize(MonoOptions options) in E:\xxx\eazdevirt-master\src\eazdevirt\Program.Devirtualize.cs:line 168 at eazdevirt.Program.Main(String[] args) in E:\xxx\eazdevirt-master\src\eazdevirt\Program.cs:line 139
I got this too
Same, trying to fix but no luck. @saneki Did you have working version? Or can you fix it? Or point please in what direction need to look.
Same issue, have not found a solution at al. Any pointers?
This exception throws explicitly in EazModule.Initialize()
private void Initialize() { // Initialize PositionTranslator var cryptoStreamDef = this.FindCryptoStreamType(); if (cryptoStreamDef == null) throw new Exception("Unable to find crypto stream TypeDef");
Maybe we can figure out what is the missing crypto stream?