From e3c6deeee786f592caf47311dafca5b7922266c6 Mon Sep 17 00:00:00 2001 From: hakril Date: Tue, 11 Feb 2025 14:37:44 +0100 Subject: [PATCH] Fix hang in test_getset_syswow_context on ARM64 --- tests/test_syswow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_syswow.py b/tests/test_syswow.py index 4a321dd..8ea2561 100644 --- a/tests/test_syswow.py +++ b/tests/test_syswow.py @@ -59,6 +59,7 @@ class TestSyswowRemoteProcess(object): assert "Wow64LdrpInitialize" in wow64.pe.exports + @process_architecture_only(gdef.IMAGE_FILE_MACHINE_AMD64) def test_getset_syswow_context(self, proc32): addr = proc32.virtual_alloc(0x1000) remote_python_code = """