You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Offending instruction information
With the instruction that causes the bug selected, please run the following commands in the Binary Ninja console and paste the output:
P.S. For anyone stumbling across this issue before it gets fixed, as a horrible kludge workaround, I checked out the repo into my plugins folder and ran this inside of it:
grep -rl keil | xargs -L1 sed -i.bak 's+http://www.keil+https://web.archive.org/web/20180914001719/http://www.keil+'```
mrexodia
added a commit
to mrexodia/binja_explain_instruction
that referenced
this issue
Oct 12, 2022
Describe the bug
Links presented for arm64 and arm32 instructions' descriptions are out of date. For example,
umull
points to:https://www.keil.com/support/man/docs/armclang_asm/armclang_asm_pge1427897719730.htm
Offending instruction information
With the instruction that causes the bug selected, please run the following commands in the Binary Ninja console and paste the output:
Expected behavior
Clicking links in the Explain Instruction sidebar should lead to valid URLs for the instruction's documentation.
Platform Information (please complete the following information):
Additional context
Wayback machine shows the above link was valid on 9/2018:
https://web.archive.org/web/20180914001719/http://www.keil.com/support/man/docs/armclang_asm/armclang_asm_pge1427897719730.htm
The text was updated successfully, but these errors were encountered: