Skip to content

Commit 1eb303d

Browse files
committed
add testfiles and update reference
1 parent 8cc4025 commit 1eb303d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/test_qs_pma0101.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
@pytest.fixture(scope="module")
1515
def pma0101_layout():
1616
"""
17-
Provides the analyzed layout for the pma0101.dll_ sample.
17+
Provides the analyzed layout.
1818
The analysis pipeline (string extraction, tagging, structure marking)
1919
is run once for all tests in this module.
2020
"""
21-
binary_path = Path("tests") / Path("data") / Path("pma") / Path("pma0101.dll_")
21+
binary_path = Path("tests") / Path("data") / Path("pma") / Path("Practical Malware Analysis Lab 01-01.dll_")
2222
slice_buf = binary_path.read_bytes()
2323
file_slice = Slice.from_bytes(slice_buf)
2424
layout = compute_layout(file_slice)

0 commit comments

Comments
 (0)