hi
i am studying an aslr enabled dll. in order to keep navigation simple, i rebased the dll to 0x0 so that i could jump simply by offsets.
now, when i attach to the process and place a bp, i get:
WaitForEvent() failed; please make sure that all unresolved bpts/expressions could be evaluated before continuing.
when i disable the bp, i can run fine. in disassembly window, i see address values are pure offsets. i’m guessing the rabase caused this issue.
how can i make ida update the address upon attach?
the dll is VMP protected and i don’t want/need to go through hassle of bypassing its CRC to disable aslr; any tips on efficiently coping with dynamic addresses?