diff --git a/tests/pe/test_parser.py b/tests/pe/test_parser.py index 895385c82..f3f10fb16 100644 --- a/tests/pe/test_parser.py +++ b/tests/pe/test_parser.py @@ -542,3 +542,7 @@ def test_overlay(): def test_path_like(): assert lief.PE.parse(Path(get_sample('PE/PE32_x86-64_binary_avast-free-antivirus-setup-online.exe'))) is not None + +def test_issue_1049(): + pe = lief.PE.parse(get_sample("PE/issue_1049.exe")) + assert pe is not None