Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked Redress


0x1

Recommended Posts

Redress - A tool for analyzing stripped Go binaries

This is the hidden content, please

The redress software is a tool for analyzing stripped Go binaries compiled
with the Go compiler. It extracts data from the binary and uses it to
reconstruct symbols and performs analysis. It essentially tries to "re-dress" a
"stripped" binary.

It has two operation modes. The first is a standalone mode where the binary is
executed on its own. The second mode is used when the binary is executed from
within radare2 via r2pipe. The binary is aware of its environment and
behaves accordingly.

Running it standalone

To run redress, just execute it on the command line. Below are some of the
possible flags that can be given. It is possible to use multiple flags to
extract different data. If no flags are given, no data is extracted. The idea
is to print more information than what is asked by the user.

Spoiler
This is the hidden content, please

 

Download

This is the hidden content, please

More  info

This is the hidden content, please

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.