forked from vbpf/ebpf-verifier
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bring disassembler code into modern Python era by using f-strings for formatting output. Also, add an option for giving verbose information about the fields of the disassembled instructions. Finally, add the ability to print warnings when unused fields in the instruction contain non-zero values. Signed-off-by: Will Hawkins <[email protected]> Co-authored-by: Alan Jowett <[email protected]>
- Loading branch information
1 parent
ffb5d34
commit fe8a79f
Showing
2 changed files
with
120 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters