mirror of
https://github.com/avast/retdec.git
synced 2024-12-01 00:30:29 +00:00
Add a missing link to GNU getopt in README.
This commit is contained in:
parent
f3312d39ff
commit
7670527444
@ -80,7 +80,7 @@ Currently, we support only Windows (7 or later), Linux, and unofficially macOS.
|
||||
* [Bash](https://www.gnu.org/software/bash/)
|
||||
* [UPX](https://upx.github.io/)
|
||||
* [Graphviz](http://www.graphviz.org/)
|
||||
* GNU getopt -- should be first in `PATH`
|
||||
* [GNU getopt](https://www.gnu.org/software/libc/manual/html_node/Getopt.html)-- should be first in `PATH`
|
||||
|
||||
3. Now, you are all set to run the decompiler. To decompile a binary file named `test.exe`, go into `$RETDEC_INSTALLED_DIR/bin` and run:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user