Hi,
I want to convert something like "call 401010" to "push eip+x; jmp 401010". How can I do that? (push eip is not possible)
I have to do that, because otherwise i can not assemble some code snippeds. The assembler wants that every call destination is declared as PROC. Or is it possible to force the assemble to do a call to an ordinary label?
(In obfuscated code its hard to create PROC sections, because sometimes one don't know where to put the ENDP)...
regards,
Bodz






