x86 - Assembly: Jump from one section to another -
In the x86 assembly, how can I make an unconditional jump from one segment?
Example:
.section .text main: ... jmp here ... .section. Here's the other: ...
I think it's a lot far away. When I try to run it, I get a sygft. Because you have not specified whether the assembler type (nasm, gas, masm, or any other workaround) Tasm)
If you know that section is here
, for example, if the .section
section code is in section 0x8, You can also define the segment:
jmp 0x8: here
You can also define the segment and can also use it ... Then your profit is Angler Varies depending on Oga ..
Hope this helps, Best regards, Tom.
Comments
Post a Comment