Skip to content

Commit

Permalink
added implicit ss segment test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexodia committed Dec 29, 2015
1 parent 6e379f4 commit 3710af6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions XEDParseTest/Tests.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ static XED_TestEntry XED_AllTests[] =
{ ENTRY(false, 0x00405C23, 6, "\x69\xC0\xFE\x00\x00\x00", "IMUL EAX, EAX, 0xFE") },
{ ENTRY(false, 0x00405C23, 5, "\xB8\x78\x56\x34\x12", "MOV EAX, 0x12345678") },
{ ENTRY(false, 0x00405C23, 5, "\xB8\xFE\xFF\xFF\xFF", "MOV EAX, 0xFFFFFFFE") },

{ ENTRY(false, 0x00405C23, 10, "\xC7\x85\xE8\xFD\xFF\xFF\x00\x00\x08\x02", "MOV DWORD PTR [EBP-0x218], 0x2080000") }, //implicit SS segment

{ ENTRY(true, 0x7FFCAA022104, 2, "\xEB\xFE", "JMP SHORT 7FFCAA022104") }, // 64 Short jump
{ ENTRY(true, 0x7FFCAA022104, 2, "\xEB\x22", "JMP SHORT 7FFCAA022128") }, // 64 Short jump forward
Expand Down

0 comments on commit 3710af6

Please sign in to comment.