Skip to content

Commit

Permalink
fileformat: add previously unknown relocation code (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbandzi committed Feb 8, 2018
1 parent 45e7135 commit 304d110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fileformat/file_format/elf/elf_format.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ const std::map<unsigned, const std::vector<std::uint8_t>*> x86RelocationMap =
{40, &ALL_NONE},
{41, &ALL_DWORD},
{42, &ALL_DWORD},
{43, &ALL_DWORD},
{250, &ALL_NONE},
{251, &ALL_NONE}
};
Expand Down

0 comments on commit 304d110

Please sign in to comment.