Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 585 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 585 Bytes

Rizin Notebook

A notebook to write notes while using rizin.

If you want to compare it with something similar, you can call it as the rizin equivalent of jupyter notebook

Requirements

Requires at least rizin version 0.2.0

Screenshot

rizin-notebook

Building

# required for go-assets-builder
go get -v github.com/jessevdk/go-assets-builder

go-assets-builder assets -o assets.go
go build -ldflags "-X main.NBVERSION=$(git rev-list -1 HEAD)"