How to Install libradare2-dev in Ubuntu 18.04



Install libradare2-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libradare2-dev

Description:

devel files from the radare2 suite

The project aims to create a complete, portable, multi-architecture, unix-like toolchain for reverse engineering. . It is composed by an hexadecimal editor (radare) with a wrapped IO layer supporting multiple backends for local/remote files, debugger (OS X, BSD, Linux, W32), stream analyzer, assembler/disassembler (rasm) for x86, ARM, PPC, m68k, Java, MSIL, SPARC, code analysis modules and scripting facilities. A bindiffer named radiff, base converter (rax), shellcode development helper (rasc), a binary information extractor supporting PE, mach0, ELF, class, etc. named rabin, and a block-based hash utility called rahash. . This package provides the devel files from radare2.

Homepage: https://www.radare.org

Version: 2.3.0+dfsg-2

Section: universe/libdevel