Skip to content

Feature/Enhancement Request: rename sigfields[1-8] to sigfields[1,2,4,8,16,32,64,128] #22

@k98kurz

Description

@k98kurz

Feature or Enhancement?

  • ( ) New feature
  • (x) Enhancement of existing feature

Description

The sigfield names are currently the index of the bit in a byte that must be set, starting at the lowest bit. This is not necessarily intuitive, especially when interpreting decompiled outputs of sigflags. If instead the fields were numbered 2^n where n is in [0,7], sigflag calculation is straightforwardly the sum of the numbers of the indicated fields.

Additional context

Related to #17.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions