Skip to content

Rizin client plugin for the Rizin Silhouette Server

Notifications You must be signed in to change notification settings

rizinorg/rz-silhouette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rizin Silhouette Client

This is a rizin plugin which fetches symbols and hints from a remote server and applies the received data to the current opened binary.

For more info about the server please check the repo rz-silhouette-server

Public Servers

Setup

To setup the server, just add the following lines to your .rizinrc

e silhouette.enable=true
e silhouette.psk=<user pre-shared-key>
e silhouette.host=<server>
e silhouette.port=<port>
# available only if rizin was built with openssl
e silhouette.tls=true

To test if the credentials are correct, you can open rizin and execute the following command.

[0x00000000]> sil test

Hello World from the server!
response delay: 2.5ms

Documentation

Documentation is available here