We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4952e2 commit e3c6deeCopy full SHA for e3c6dee
1 file changed
tests/test_syswow.py
@@ -59,6 +59,7 @@ def test_remote_pebsyswow(self, proc32):
59
assert "Wow64LdrpInitialize" in wow64.pe.exports
60
61
62
+ @process_architecture_only(gdef.IMAGE_FILE_MACHINE_AMD64)
63
def test_getset_syswow_context(self, proc32):
64
addr = proc32.virtual_alloc(0x1000)
65
remote_python_code = """
0 commit comments