dnSpyEx version
6.5.1
Describe the Bug
dnSpy shows an invalid file offset on a method. In the attached dll in AudioSys class method PauseAllSound has RVA 0x00001004 and file offset 0x00000204, but file offset is invalid and should be 0x00001004 (as RVA), because on this address in a dll starts a method header. This is problem for all methods there RVA != File Offset, all other methods decompiles successfully.
DLL file: https://klucva.ru/dll/da5fe0e72b7ca4a516ef7b9c49d5a1d6.dll
How To Reproduce
Open dll in dnSpy, go to class AudioSys and find method PauseAllSound
Expected Behavior
Method should be decompiled successfully
Actual Behavior
Method doesn't have a body
Additional Context
No response
dnSpyEx version
6.5.1
Describe the Bug
dnSpy shows an invalid file offset on a method. In the attached dll in AudioSys class method PauseAllSound has RVA 0x00001004 and file offset 0x00000204, but file offset is invalid and should be 0x00001004 (as RVA), because on this address in a dll starts a method header. This is problem for all methods there RVA != File Offset, all other methods decompiles successfully.
DLL file: https://klucva.ru/dll/da5fe0e72b7ca4a516ef7b9c49d5a1d6.dll
How To Reproduce
Open dll in dnSpy, go to class AudioSys and find method PauseAllSound
Expected Behavior
Method should be decompiled successfully
Actual Behavior
Method doesn't have a body
Additional Context
No response