|
|
|
|
|
by ACCount37
234 days ago
|
|
Not the author, but also in RE. RE, especially of older and more specialized software, involves dealing with odd undocumented binary formats. Which you may have to dissect carefully with a hex editor and a decompiler, so that you can get at the data inside. Kaitai lets you prototype a parser for formats like that on the go, quick and easy. |
|