PDA

View Full Version : ASM function



kingdeking
30-05-09, 07:59
Hey fellas,

can anybody tell me what "call dword ptr ds: [eax+24]" does mean? Does that mean that this is a pointer pointing to eax+24 and this is also the location that gets called then? Also does anybody have an introduction to reverse engineering?

Thanks in advance,
nikkuhs


edit: Also does anyone know why CSS keeps crashing when trying to attach ollydbg to it? Probablly because of IsDebuggerPresent(). How would i hook it? I thought of always returning 0 but how to do that?