gnu: radare2: Improve description.
* gnu/packages/engineering.scm (radare2)[synopsis, description]: Re-write.
This commit is contained in:
parent
0f46c5f504
commit
74281436c5
@ -1310,12 +1310,20 @@ bindings for Python, Java, OCaml and more.")
|
|||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "https://radare.org/")
|
(home-page "https://radare.org/")
|
||||||
(synopsis "Portable reversing framework")
|
(synopsis "Reverse engineering framework")
|
||||||
(description
|
(description
|
||||||
"Radare project started as a forensics tool, a scriptable commandline
|
"Radare2 is a complete framework for reverse-engineering, debugging, and
|
||||||
hexadecimal editor able to open disk files, but later support for analyzing
|
analyzing binaries. It is composed of a set of small utilities that can be
|
||||||
binaries, disassembling code, debugging programs, attaching to remote gdb
|
used together or independently from the command line.
|
||||||
servers, ...")
|
|
||||||
|
Radare2 is built around a scriptable disassembler and hexadecimal editor that
|
||||||
|
support a variety of executable formats for different processors and operating
|
||||||
|
systems, through multiple back ends for local and remote files and disk
|
||||||
|
images.
|
||||||
|
|
||||||
|
It can also compare (@dfn{diff}) binaries with graphs and extract information
|
||||||
|
like relocation symbols. It is able to deal with malformed binaries, making
|
||||||
|
it suitable for security research and analysis.")
|
||||||
(license license:lgpl3)))
|
(license license:lgpl3)))
|
||||||
|
|
||||||
(define-public asco
|
(define-public asco
|
||||||
|
Loading…
Reference in New Issue
Block a user