|
Babel-DeobfuscatorNET7_Fixed2
Babel-DeobfuscatorNET7_Fixed2:
Fixed 2 errors: 1. one on control flow deobfuscation on the above:
QuadSpinner.Gaea.App.OnStartup(StartupEventArgs e)
// Token: 0x0600046A RID: 1130 RVA: 0x00036A38 File Offset: 0x00034C38
protected override void OnStartup(StartupEventArgs e)
\ControlFlow\De4Dot.cs
There was an unnecessarily
//List<Block> allBlocks = blocks.MethodBlocks.GetAllBlocks();
which is now marked with comment
2. Second error on getting Type from IntPtr (on resolve local variables).
SuperDynamicReader.cs
TypeSig ISignatureReaderHelper.ConvertRTInternalAddress(IntPtr address)
Here is the completely unpacked dll Gaea.dll:
https://workupload.com/file/jy5LcPeQUMJ
|