> For the complete documentation index, see [llms.txt](https://ppn.snovvcra.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ppn.snovvcra.sh/exploit-dev/re.md).

# RE

## Ghidra

Install:

* <https://ghidra-sre.org/>

```
$ mv /opt/tor-browser/Browser/Downloads/ghidra*.zip ~/tools
$ cd ~/tools && unzip ghidra*.zip && rm ghidra*.zip && mv ghidra* ghidra && cd -
$ sudo apt install openjdk-11-jdk
```

## Frida

* <https://www.issp.com/post/frida-benefits-and-use>
* <https://passthehashbrowns.github.io/using-frida-for-rapid-detection-testing>

## Python

* <https://github.com/extremecoders-re/pyinstxtractor>
* \[<https://pylingual.io/]https://pylingual.io/()>
