We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm seeing that the who coreutils sample is lifting but the recovered binary is segfaulting because realloc is failing:
who
realloc
realloc(): invalid pointer Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
During lifting I'm seeing a warning message that I don't think I've seen before:
Warning: couldn't find local reg R_ECX in function Func_804A090
Sorry, something went wrong.
No branches or pull requests
I'm seeing that the
who
coreutils sample is lifting but the recovered binary is segfaulting becauserealloc
is failing:The text was updated successfully, but these errors were encountered: