-
Notifications
You must be signed in to change notification settings - Fork 418
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
read elf files without symbole table #13
Comments
Please send a clean PR! |
BTW, what is the motivation for doing this anyway? I totally get the idea to log to Android's logging system, but why parse elf files without symbol tables?? Why not use the Android.mk build method via the NDK's "ndk-build" command?? |
Honestly I see multiple PR here:
The rest of the changes are questionable and therefore need more explanation before they can be considered for inclusion. |
Hi, 1 year after :p I had totally forgotten that pull request. To answer your question about the parsing of elf files without symbol tables, it's quite simple. I had to audit an application one year ago and I could not use adbi since the application stripped the symbol table to make the reverse engineering more difficult. I will do the modifications as soon as possible, since I have my finals soon. |
Hi,
I made some modifications to your tool. Bellow, the changelist
The fork is available here : https://github.com/Flo354/adbi
The text was updated successfully, but these errors were encountered: