-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add support for public signature server #41
Comments
If that's going to be done, I'd start it as a separate Core plugin in rizin-extras that could be installed with rz-pm. |
I've did a little research on the topic, and found out the main problem with lumina - IDA's proprietary function hashing algo (see naim94a/lumen#2). And it is different from FLIRT signatures. Its simple, but yet very tricky to implement: bitmask is calculated for function bytes, mask's 1s is where variable code position dependent offsets is stored E.g. mask for |
Fixed by https://github.com/rizinorg/rz-silhouette |
Rizin lacks support for public or private signatures server, and there is open implementation for lumina https://github.com/naim94a/lumen . Maybe we should implement support for this server? Obviously, it should be very optional feature, but I'm confident that it helps rizin become more popular in collaborated RE.
Describe the solution you'd like
Implementation of lumina client in rizin
Describe alternatives you've considered
Create some other public server/client, that will be based on open source rizin protocol.
The text was updated successfully, but these errors were encountered: