-
Notifications
You must be signed in to change notification settings - Fork 479
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
Notifying .PLT.GOT section not found with warn or error message? #529
Comments
Having no PLT itself is not a problem so I don't think we need a warning or an error for it. Your application can be built with |
Just out of curiosity, I'm totally aware that this project will not explain everything about .PLT.GOT or compiler options. But in this case, with all due respect,
Wouldn't it be more user friendly to inform users about why it won't work correctly? In my experience, I'm not saying this tool have to explain bits and pieces about why it won't work as it is. But if command results provide some more informative messages, it would be a lot more helpful for users to debug. |
Users can use |
Any chance of notifying .PLT.GOT section not found with warn or error message?
I was kinda hard to find out why my
/bin/ls
is not traceable with plt_hooking.How about notifying with
WARN: cannot find .PLT.GOT in ELF. Is your executable compiled with --no-plt?
(+ I think this message should be ERROR not WARN. Cause the execution of this command has been failed completely.)
The text was updated successfully, but these errors were encountered: