> For the complete documentation index, see [llms.txt](https://ravins-organization.gitbook.io/ctf-writeups/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ravins-organization.gitbook.io/ctf-writeups/2024/picoctf-2024/forensics/endianness-v2.md).

# endianness-v2

https\://play.picoctf.org/practice/challenge/415?originalEvent=73\&page=3

**Description**

Here's a file that was recovered from a 32-bits system that organized the bytes a weird way. We're not even sure what type of file it is. Download it [here](https://artifacts.picoctf.net/c_titan/113/challengefile) and see what you can get out of it

I put it into cyberchef, receiving this

<figure><img src="https://175444261-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyxEI13wXOyST4LLTOUiS%2Fuploads%2FLc0P0N27ettM3WH4JRKG%2Fimage.png?alt=media&amp;token=ca3ea736-8a8d-4650-bca4-f7aeeabd731d" alt=""><figcaption></figcaption></figure>

Thus getting the flag

```
picoCTF{cert!f1Ed_iNd!4n_s0rrY_3nDian_6d3ad08e}
```
