figugegl
November 6th, 2000, 18:45
i have the following line in a vb-crackme:
cmp dword ptr[ebp-28], 41047ae1
where [ebp-28] is shown in register st0. how can i make the value "41047ae1" visible? it's a packed floating point const and "? 4104..." doesn't work.
any ideas?
figugegl
cmp dword ptr[ebp-28], 41047ae1
where [ebp-28] is shown in register st0. how can i make the value "41047ae1" visible? it's a packed floating point const and "? 4104..." doesn't work.
any ideas?
figugegl