Closed puff closed 1 year ago
The endianness of the VM's BinaryReader is scrambled across different Eazfuscator.NET versions. This PR switches the VMBinaryReader class to use emulation so it will always use the correct endianness when reading.
Tested on multiple samples with varying Eazfuscator.NET versions.
Description
The endianness of the VM's BinaryReader is scrambled across different Eazfuscator.NET versions. This PR switches the VMBinaryReader class to use emulation so it will always use the correct endianness when reading.
Related Issue
4