Skip to content
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

Handle version upgrades #8

Open
XVilka opened this issue Jan 22, 2021 · 0 comments
Open

Handle version upgrades #8

XVilka opened this issue Jan 22, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@XVilka
Copy link
Member

XVilka commented Jan 22, 2021

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.

@XVilka XVilka added the enhancement New feature or request label Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant