resilar / crchack

Reversing CRC for fun and profit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`forge()` does not write the modified message to `out`

pavel-kirienko opened this issue · comments

The docs state that out is populated with the modified message but it is not:

* Output buffer `out` receives a modified message with the desired checksum.

The out argument is currently unused. I might be being overly pedantic since the docs are admitted to be incorrect, but still.

Thank you for this tool, by the way, it is quite helpful!