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

Add corruption check for ELF files into fileinfo #314

Open
s3rvac opened this issue May 27, 2018 · 0 comments
Open

Add corruption check for ELF files into fileinfo #314

s3rvac opened this issue May 27, 2018 · 0 comments

Comments

@s3rvac
Copy link
Member

s3rvac commented May 27, 2018

In #281, a corruption check of PE files was added into fileinfo. What this check does is that it verifies whether the input PE file is loadable by the Windows loader, and presents this piece of information to the user:

"loaderError" :
{
    "code" : 9,
    "code_text" : "LDR_ERROR_NO_OPTHDR_MAGIC",
    "description" : "Invalid IMAGE_OPTIONAL_HEADER::Magic"
},

Would it be possible to add a similar check for ELF files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant