Version and Platform (required):
- Binary Ninja Version: 5.2.8772
- Edition: Non-Commercial
- OS: Windows
- OS Version: 11
- CPU Architecture: x64
Bug Description:
Binary ninja decompiles peb + 0x800 as
pebbed ^= gsbase->ProcessEnvironmentBlock->WaitOnAddressHashTable[0xc + (int64_t)(i_1 + 0x80)];
which isn't wrong, but very misleading
Steps To Reproduce:
Please provide all steps required to reproduce the behavior:
- Go to
0x14000812e
- See that misleading code
Expected Behavior:
There should be an error/warning tag or/and pointer arithmetic (something like (char*)PEB + 0x800)
Binary:
Wincrack.zip
Version and Platform (required):
Bug Description:
Binary ninja decompiles peb + 0x800 as
which isn't wrong, but very misleading
Steps To Reproduce:
Please provide all steps required to reproduce the behavior:
0x14000812eExpected Behavior:
There should be an error/warning tag or/and pointer arithmetic (something like (char*)PEB + 0x800)
Binary:
Wincrack.zip