Skip to content

Commit

Permalink
Disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Dec 7, 2024
1 parent e1bd746 commit 40245ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/assembly/test_arm64.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ def test_elf_arm64():
assert isinstance(instructions[0], lief.assembly.aarch64.Instruction)
assert instructions[0].opcode == lief.assembly.aarch64.OPCODE.PACIASP

def test_arm64_operands():
elf = lief.ELF.parse(get_sample("ELF/libmonochrome-arm64.so"))
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 comments on commit 40245ae

Please sign in to comment.