On Wed, 10 Sep 2008 22:45:13 +0200, Peter Stuge peter@stuge.se wrote:
Joseph Smith wrote:
How do I convert an Assembly JMP instruction to C.
Short answer: You can't. There is setjmp() but it is not supported in libpayload.
Write a function in assembly that you can call from C. There should be lots of examples of this on the net. One immediate resource idea is http://asmutils.sf.net/
Good guess Peter that I would be executing this from libpayload. The link above does not seem to be working for me?