Describe the bug
Pooltags which aren't immediate values in the correct place, but possibly propagated via a register, aren't found.
Example code snippet:
...
mov ebp, 'ABCD'
mov rdx, rax ; NumberOfBytes
mov r8d, ebp ; Tag
call cs:ExAllocatePoolWithTag
Expected behavior
All Pooltags should be found
Desktop (please complete the following information):
- OS and version: Windows 10 21H2 (19044.1586)
- IDA version: IDA 7.7 SP1
- DriverBuddyReloaded Version: latest (1.3)
- Python Version: 3.9.5
Describe the bug
Pooltags which aren't immediate values in the correct place, but possibly propagated via a register, aren't found.
Example code snippet:
Expected behavior
All Pooltags should be found
Desktop (please complete the following information):