aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/decompile_test.go
Commit message (Collapse)AuthorAgeFilesLines
* tools/syz-linter: check t.Logf/Errorf/Fatalf messagesDmitry Vyukov2024-04-171-1/+1
| | | | | Fix checking of Logf, it has string in 0-th arg. Add checking of t.Errorf/Fatalf.
* pkg/report: return more information from opcode decompilerAleksandr Nogikh2021-08-191-0/+5
| | | | | | | | 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/+52
Create a module responsible for converting a sequence of machine code bytes into human-readable instructions.