Open hieplpvip opened 3 years ago
Is it possible to add constraint for assigning register to memory (e.g. [eax]==edx])?
[eax]==edx]
Sample gadget: mov dword ptr [eax], edx; ret;
mov dword ptr [eax], edx; ret;
Thank you very much for this awesome tool!
Is it possible to add constraint for assigning register to memory (e.g.
[eax]==edx]
)?Sample gadget:
mov dword ptr [eax], edx; ret;
Thank you very much for this awesome tool!