Reformat quote by q3k

This commit is contained in:
nucular 2018-04-18 23:36:25 +02:00
parent c0bfd8cbec
commit 1738fbed12
1 changed files with 4 additions and 4 deletions

View File

@ -19,8 +19,8 @@ cp start.elf start.elf_backup && \
Some initial analysis was done by [q3k](https://news.ycombinator.com/user?id=q3k) Some initial analysis was done by [q3k](https://news.ycombinator.com/user?id=q3k)
on [Hacker News](https://news.ycombinator.com/item?id=16383368): on [Hacker News](https://news.ycombinator.com/item?id=16383368):
``` >Yes, it seems to patch a licensing function at 0xEC95FD4 [1] to always return 1,
[...] >by patching the jump at 0xEC95FE2 (that should be only taken for the always-allowed H263 codec)
it seems to patch a licensing function at 0xEC95FD4 [1] to always return 1, by patching the jump at 0xEC95FE2 (that should be only taken for the always-allowed H263 codec) to always be taken, thus always allowing all codecs. >to always be taken, thus always allowing all codecs.
```
![Mirrored from https://q3k.org/u/8e3173aef341df726e4f38f30e58417239423250f3e44f5b8b79acdc451d1553.png](assets/patch.png) ![Mirrored from https://q3k.org/u/8e3173aef341df726e4f38f30e58417239423250f3e44f5b8b79acdc451d1553.png](assets/patch.png)