mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
7 lines
139 B
Python
7 lines
139 B
Python
import lief
|
|
|
|
from utils import get_sample
|
|
|
|
def test_issue_1215():
|
|
assert not lief.is_macho(get_sample("MachO/DmgInfoGenerator.class"))
|