Skip to content

Commit

Permalink
fix: ELF type constants in elf modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Nov 22, 2023
1 parent 6bb17b2 commit a1f4384
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yara-x/src/modules/protos/elf.proto
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ message ELF {
}

enum Type {
option (yara.enum_options).inline = true;
ET_NONE = 0x0000; // no type
ET_REL = 0x0001; // relocatable
ET_EXEC = 0x0002; // executable
Expand Down

0 comments on commit a1f4384

Please sign in to comment.