Skip to content

radareorg/radare2-snap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radare2 snap and docker repository

snap: radare2 docker: radare/radare2

This repository contains the recipie to build the snap version of radare2 using docker as well to build a standalone docker image with the same build.

The resulting build includes the following projects:

Install the snap

Radare requires snap classic confinement, to install run:

sudo snap install radare2 --classic

Once installed all radare commands are available as: radare2.<command> (ex: radare2.rasm2).

Get it from the Snap Store

The docker image

As explained, with the same snap build a docker image is generated.

For documentation on how to use this docker image you can refer to containers section in this respository.