Skip to content

Commit adc7ecc

Browse files
feat(data) add eosl flag to OS (fanal#213)
1 parent 81e4ab5 commit adc7ecc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/artifact.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import (
99
type OS struct {
1010
Family string
1111
Name string
12+
Eosl bool `json:"EOSL,omitempty"`
1213
}
1314

1415
type Layer struct {

0 commit comments

Comments
 (0)