mirror of
https://github.com/wader/fq.git
synced 2024-11-24 11:16:09 +03:00
macho: change registry description
This commit is contained in:
parent
1feb81c9cd
commit
b5fe9ce655
@ -15,7 +15,7 @@ import (
|
||||
func init() {
|
||||
registry.MustRegister(decode.Format{
|
||||
Name: format.MACHO,
|
||||
Description: "Mach-O is the native executable format of binaries in OS X",
|
||||
Description: "Mach-O macOS executable",
|
||||
Groups: []string{format.PROBE},
|
||||
DecodeFn: machoDecode,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user