> For the complete documentation index, see [llms.txt](https://the-winrars.gitbook.io/writeups/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://the-winrars.gitbook.io/writeups/2020-writeups/ractf/pwn/solved-in-a-flash.md).

# Solved in a flash

When we download the file, we're presented with a file called flash.bin. Running `file` on it, we get that it's just data. If we try and `cat` the file, we get a whole load of junk. Great. Lets try adn see if we can enumerate any strings from it.

`strings flash.bin` scroll up - yep, there's the flag.

## Flag: ractf{Fl4shDump5Ar3VeryFun!!}
