Peter Matula
Peter Matula
Make number-based PE resources sanity checks a bit stricter to avoid more potentially corrupt files. We came across [this](https://www.virustotal.com/gui/file/ef866e5eeacd096c4dab73c6d2b098253ba46f1ecf45467e6d65a8e1a75b4ca9) sample, whose `NumberOfNamedEntries` and `NumberOfIdEntries` resource entries would pass the resource-numbers-based...
Export the following information from r2: - [ ] Functions: - [x] address ranges - [ ] names, demangled names - [ ] function comments (if there is such thing...
When syntax checks are run on C files generated by RetDec, there are a lot of errors. One of them is `redefinition of 'XXX'`. E.g. ``` redefinition of 'struct _IO_FILE'...
Make it possible for 3rd party applications and other sources (e.g. debug info) to pass information on complex data types (i.e. structures and arrays) to RetDec. And implement and algorithm...
[Binary](https://github.com/avast-tl/retdec/files/1702980/structaddress.zip) sent to us by user through https://retdec.com/. **The original message (:-D):** _Доброго часу доби! Так, цікавить, цікавить! Ваш декомпілятор дуже високої якості. Він досить добре відновлює структури. Цілком приємний...
* Problematic file `6dae046fe2268eba225be5916013b7799ba042c7ca87cd49cda77ae59a34d29f`. * Objectdump and readelf say there are no symbols, but we found ~50k of them. * First ~30k looks ok, so its not all garbage. *...