aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/decompile.go
Commit message (Collapse)AuthorAgeFilesLines
* all: use special placeholder for errorsTaras Madan2023-07-241-2/+2
|
* pkg/report: return more information from opcode decompilerAleksandr Nogikh2021-08-191-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 functionalityAleksandr Nogikh2021-08-121-0/+122
Create a module responsible for converting a sequence of machine code bytes into human-readable instructions.