-
Notifications
You must be signed in to change notification settings - Fork 22
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
Warning: Unable to read assembly from binary and the html report has no meaningful data. #97
Comments
The log message |
I am seeing the same issue when trying to use the objdump from the Android NDK (tried both r17 and r21). Manually running |
|
The similar problem with calling
|
Thanks, @LepilkinaElena for pointing out the source of the problem. Unfortunately, this is something that is not easy to fix as currently elf_diff heavily relies of the If you have any idea for a workaround, please let me know. |
Im also using llvm-objdump in windows platform, is it fixed now? |
Unfortunately not. If you find a way to convince the llvm-objdump devs to add the missing flag, please let me know. |
Describe the bug
When I compare two files I get an warning.
!!!!!!!!! Warning: Unable to read assembly from binary 'FTD_03_00_00-DEV-BIN/ta1l'. !!!!!!!!!
an the html report has no meaningful data.
To Reproduce
run
py -m elf_diff --old_binary_filename "FTD_03_00_00-DEV-BIN/aiu1l" --new_binary_filename "FTD_03_00_00-BIN/aiu1l" --html_file "diff_report.html"
Expected behavior
No warnings or errors and detailed info in the report.
Screenshots
N/A
Desktop (please complete the following information):
See attached report and log.
console.log
diff_report.txt
The report is actually the html output.
The text was updated successfully, but these errors were encountered: