| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | all: use special placeholder for errors | Taras Madan | 2023-07-24 | 1 | -2/+2 |
| | | |||||
| * | pkg/report: return more information from opcode decompiler | Aleksandr Nogikh | 2021-08-19 | 1 | -3/+6 |
| | | | | | | | | | Let decompiler also parse the exact command name. Perform right trim on the full output line, as it may contain tabs and spaces at the end. Introduce an "-update" flag to facilitate mass updating of opcode decompilation tests after changes to this functionality. | ||||
| * | pkg/report: add opcode decompilation functionality | Aleksandr Nogikh | 2021-08-12 | 1 | -0/+122 |
| Create a module responsible for converting a sequence of machine code bytes into human-readable instructions. | |||||
