Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ELFxtractor_via_Lief.py | section.type is not a valid TYPE #4

Open
cybersecurity-dev opened this issue Feb 5, 2025 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@cybersecurity-dev
Copy link
Owner

sections_info[f"{section.name}_type"] = section.type.name if section.type else "UNKNOWN"
ValueError: 1879048183 is not a valid TYPE.

@cybersecurity-dev cybersecurity-dev added the bug Something isn't working label Feb 5, 2025
@cybersecurity-dev cybersecurity-dev self-assigned this Feb 5, 2025
@cybersecurity-dev cybersecurity-dev changed the title section.type is not a valid TYPE ELFxtractor_via_Lief.py | section.type is not a valid TYPE Feb 5, 2025
cybersecurity-dev added a commit that referenced this issue Feb 5, 2025
eliminated if ELF is not Intel Architecture
first elimination #5
#4 exist in this code
cybersecurity-dev added a commit that referenced this issue Feb 12, 2025
cybersecurity-dev added a commit that referenced this issue Feb 13, 2025
++ updated function parameters

#7 #6  #4  fixed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant