> 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/angstrom/patcherman.md).

# Patcherman

Look in hex - `line 01050` - `be ba 0d f0` That spelled backwards is `f00dbabe` Open cutter, go to graph, main `'cmp eax, 0x1337beef'` Convert that to the format it needs

```
python -c "import pwn; print(pwn.p32(0x1337beef))"  | hd - ef be 37 13
```

Swap that with `f00dbabe` `./patcherman`

## actf{p4tch3rm4n\_15\_n0\_m0r3}
