We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1bd746 commit 40245aeCopy full SHA for 40245ae
tests/assembly/test_arm64.py
@@ -59,6 +59,6 @@ def test_elf_arm64():
59
assert isinstance(instructions[0], lief.assembly.aarch64.Instruction)
60
assert instructions[0].opcode == lief.assembly.aarch64.OPCODE.PACIASP
61
62
-def test_arm64_operands():
63
- elf = lief.ELF.parse(get_sample("ELF/libmonochrome-arm64.so"))
64
- instructions = list(elf.disassemble(elf.get_section((".text").virtual_address)))
+#def test_arm64_operands():
+# elf = lief.ELF.parse(get_sample("ELF/libmonochrome-arm64.so"))
+# instructions = list(elf.disassemble(elf.get_section((".text").virtual_address)))
0 commit comments