Skip to content

Commit

Permalink
Add description of new test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
rbs-afflitto committed Jun 6, 2024
1 parent dc91f63 commit 8005e0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ofrak_core/pytest_ofrak/patterns/basic_block_unpacker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@ class BasicBlockUnpackerTestCase(
0x4005A0: Range(0x5A0, 0x5AF),
},
),
# x64 Kernel address space
# x64 Kernel address space - ensure large 64-bit addresses are interpreted as unsigned
BasicBlockUnpackerTestCase(
"x64 Kernel address space",
{
Expand Down
1 change: 1 addition & 0 deletions ofrak_core/pytest_ofrak/patterns/code_region_unpacker.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ class CodeRegionUnpackerTestCase(UnpackAndVerifyTestCase[int, List[int]]):
"hello_nosections.out",
"56662f638390cae92c2cf5107bc3f1ef",
),
# x64 Kernel address space - ensure large 64-bit addresses are interpreted as unsigned
CodeRegionUnpackerTestCase(
"x64 Kernel address space",
{
Expand Down
2 changes: 1 addition & 1 deletion ofrak_core/pytest_ofrak/patterns/complex_block_unpacker.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class ComplexBlockUnpackerTestCase(UnpackAndVerifyTestCase[int, List[Union[Basic
"hello.out",
"cc2de3c0cd2d0ded7543682c2470fcf0",
),
# x64 Kernel address space
# x64 Kernel address space - ensure large 64-bit addresses are interpreted as unsigned
ComplexBlockUnpackerTestCase(
"x64 Kernel address space",
{
Expand Down

0 comments on commit 8005e0e

Please sign in to comment.