[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 0/3] xen: add support for skipping the current instruction
I wonder what the point is in skipping over the code of some code malware has put on the stack? Wouldn't it likely just end up crashing afterwards anyway? If your goal is to terminate the offending application, you could just simply point the process' RIP to a known invalid location to cause an immediate crash.. If you need to terminate the process cleanly, then you could use some OS specific knowledge to redirect the execution of the process, like update RIP to ExitProcess on Windows for example. Of course, depending on the threat model that may not be acceptable (ExitProcess may be hooked as well, etc.). Tamas _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |