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
For example, if you had Rizin version 0.1.0 but just upgraded to 0.2.0 all installed plugins will show the following error:
rizin on dev [$]
[i] ℤ rizin /bin/ls 18:10:04
Module version mismatch /home/user/.local/share/rizin/plugins/core_ghidra.so (0.1.0-git) vs (0.2.0-git)
Module version mismatch /home/user/.local/share/rizin/plugins/asm_ghidra.so (0.1.0-git) vs (0.2.0-git)
Module version mismatch /home/user/.local/share/rizin/plugins/analysis_ghidra.so (0.1.0-git) vs (0.2.0-git)
Module version mismatch /home/user/.local/share/rizin/plugins/core_pdd.so (0.1.0-git) vs (0.2.0-git)
Warning: run rizin with -e io.cache=true to fix relocations in disassembly
-- The more 'a' you add after 'aa' the more analysis steps are executed.
[0x00006b60]> q
rizin on dev [$] took 6s
Both rz-pm and rizin (by calling rz-pm as a command or using integration through the API #2) should handle this situation in a more user-friendly way, suggesting the user to update those plugins or in any similar fashion.
The text was updated successfully, but these errors were encountered:
For example, if you had Rizin version 0.1.0 but just upgraded to 0.2.0 all installed plugins will show the following error:
Both
rz-pm
andrizin
(by callingrz-pm
as a command or using integration through the API #2) should handle this situation in a more user-friendly way, suggesting the user to update those plugins or in any similar fashion.The text was updated successfully, but these errors were encountered: