Skip to content
Snippets Groups Projects
Commit 51b2c9f4 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

fixed bug relating to detection of 32vrs64 bit for symbol parsing

Former-commit-id: 1796e624686e6b27f20fb4323193b4c8d9ae6f16
parent 0726a275
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ class CreateFunctions_t ...@@ -93,7 +93,7 @@ class CreateFunctions_t
addSectionToSccs(".init"); addSectionToSccs(".init");
addSectionToSccs(".fini"); addSectionToSccs(".fini");
if(file_class==64) if(file_class==ELF64)
{ {
class Extracter64 class Extracter64
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment