Added a section for machine code instructions in Mach-O
All checks were successful
/ test (push) Successful in 15s
All checks were successful
/ test (push) Successful in 15s
This commit is contained in:
parent
f0d43bbee5
commit
4d3b47df32
5 changed files with 47 additions and 11 deletions
7
src/macho/SectionFlags.go
Normal file
7
src/macho/SectionFlags.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package macho
|
||||
|
||||
type SectionFlags uint32
|
||||
|
||||
const (
|
||||
FlagPureInstructions SectionFlags = 0x80000000
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue