Hendi48
Results
2
issues of
Hendi48
I have a couple discs containing Win3.11 binaries and BinaryObjectScanner runs into an exception opening them on net8.0. ``` System.IO.EndOfStreamException HResult=0x80070026 Message=Requested to read length bytes from stream, 1348792 returned...
In #2 you applied a change that broke decoding of `pop dword ptr [esp+displ]`. * `8F0F24` must be disassembled to `pop dword ptr [esp]`, not `pop dword ptr [esp+4]` *...