# List site tools🏳️‍🌈

## **Reverse Engineering**

<table><thead><tr><th width="197">Tools</th><th>Detail</th></tr></thead><tbody><tr><td><a href="https://dogbolt.org/">dogbolt.org</a></td><td>Decompiler Explorer: Ghidra, Hex-Rays, angr, BinaryNinja,...</td></tr><tr><td><a href="https://www.toolnb.com/tools-lang-en/pyc.html">PyC decompile</a></td><td>Decompile file .pyc</td></tr><tr><td><a href="http://www.javadecompilers.com/">Java decompiler</a></td><td>Decompile file .jav, .class and apktool</td></tr><tr><td><a href="https://onlinedisassembler.com/odaweb/">disassembler.io</a></td><td>Disassembly in the cloud</td></tr><tr><td><a href="https://godbolt.org/">Compiler Explorer</a></td><td>Compiler C, Assembly, NASM..</td></tr><tr><td><a href="https://hexed.it/?hl=en">Hexed</a></td><td>Edit file binary</td></tr></tbody></table>

## **Pwnable**

<table><thead><tr><th width="150">Tools</th><th>Detail</th></tr></thead><tbody><tr><td><a href="https://defuse.ca/online-x86-assembler.htm">Shellcode</a></td><td>Assembly to binary representation</td></tr><tr><td><a href="https://syscalls32.paolostivanin.com/">x32</a> &#x26; <a href="https://syscalls64.paolostivanin.com/">x64</a></td><td>Linux Syscall Reference 32bit and 64bit</td></tr></tbody></table>

## **Cryptography**

<table><thead><tr><th width="167">Tools</th><th>Detail</th></tr></thead><tbody><tr><td><a href="https://gchq.github.io/CyberChef/">CyberChef</a></td><td>Compression, encryption, decryption, data analysis,...</td></tr><tr><td><a href="https://www.dcode.fr/cipher-identifier">dcode.fr</a></td><td>Cipher Identifier, and many more things</td></tr><tr><td><a href="https://www.boxentriq.com/code-breaking/cipher-identifier">boxentriq</a></td><td>Cipher Identifier and Analyzer</td></tr><tr><td><a href="https://cryptii.com/">cryptii</a></td><td>Encode and decode ciphers, morse,...</td></tr><tr><td><a href="https://www.boxentriq.com/code-breaking/cipher-identifier">Boxentriq</a></td><td>Cipher Identifier and Analyzer...</td></tr><tr><td><a href="https://hashes.com/en/decrypt/hash">Hashes</a></td><td>Decrypt hashes</td></tr></tbody></table>

## **OTHER**

<table><thead><tr><th width="189">Tools</th><th>Detail</th></tr></thead><tbody><tr><td><a href="https://www.photopea.com/">photopea</a></td><td>Edit photo psd, ai, pdf,... online</td></tr><tr><td><a href="https://snapinsta.io/vi1">SnapInsta</a></td><td>Download videos from youtube</td></tr><tr><td><a href="https://stegonline.georgeom.net/upload">StegOnline</a></td><td>Phân tích ảnh</td></tr><tr><td><a href="https://stylesuxx.github.io/steganography/">Steganography</a></td><td>Decode image &#x26; Encode message</td></tr><tr><td><a href="https://book.hacktricks.xyz/crypto-and-stego/stego-tricks">Stego Tricks</a></td><td>Gồm nhiều hướng dẫn steg</td></tr><tr><td><a href="https://online-barcode-reader.inliteresearch.com/">Barcode Reader</a></td><td>Đọc barcode online</td></tr><tr><td><a href="https://www.aperisolve.com/">Aperi'Solve</a></td><td>Analysis on image</td></tr><tr><td><a href="https://29a.ch/photo-forensics/#forensic-magnifier">Forensically</a></td><td>Phân tích ảnh, tìm kiếm thông tin</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://viettaliii.gitbook.io/home/ctf/cheatsheet/tools-for-ctf/list-site-tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
