After Jump to Long Mode 64 bits

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Kerviticus
Posts: 1
Joined: Wed Jun 05, 2013 5:37 pm

After Jump to Long Mode 64 bits

Post by Kerviticus »

Hi all,

This is the first time to this forum, I have successfully jumped to 64 bit mode (long mode) or so I think, but when I attempt a call (callq) to a function I get a triple fault. Please help.

Is my stack not setup correctly?
FallenAvatar
Member
Member
Posts: 283
Joined: Mon Jan 03, 2011 6:58 pm

Re: After Jump to Long Mode 64 bits

Post by FallenAvatar »

Please see FORUM RULES - REQUIRED READING specifically number 4.

I would say that you have not tried to debug this problem on your own as you are saying you are getting a triple fault (Instead of what exception you actually get) because you do not have exception handlers set up. Also, you do not post what emulator you are using or a log of execution (preferably with only the necessary stuff instead of the whole thing).

- Monk
Post Reply