[2/3] ntdll: Implement handling of int $0x2d for x86_64.

Sebastian Lackner sebastian at fds-team.de
Thu Feb 18 03:52:51 CST 2016


On 18.02.2016 09:58, Sebastian Lackner wrote:
> Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
> ---
>  dlls/ntdll/signal_x86_64.c |   53 +++++++++++++++++++++++++++++++++++++++++++--
>  1 file changed, 51 insertions(+), 2 deletions(-)
> 

I'd like to add the remark, that depending on the logic of the anti-debugger trick,
more work is necessary for proper int $0x2d support on x86_64. What we also need is
the equivalent of
http://source.winehq.org/git/wine.git/patch/eab168cf9eaa6ed9f8800b25155d329376f2343f
for x86_64. I'll take care of that when I know that the first three patches are fine.




More information about the wine-devel mailing list