Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Functions | Variables
change_mach_o_flags.py File Reference

Go to the source code of this file.

Classes

class  change_mach_o_flags.MachOError
 

Namespaces

namespace  change_mach_o_flags
 

Functions

 change_mach_o_flags.CheckedSeek (file, offset)
 
 change_mach_o_flags.CheckedRead (file, count)
 
 change_mach_o_flags.ReadUInt32 (file, endian)
 
 change_mach_o_flags.ReadMachHeader (file, endian)
 
 change_mach_o_flags.ReadFatArch (file)
 
 change_mach_o_flags.WriteUInt32 (file, uint32, endian)
 
 change_mach_o_flags.HandleMachOFile (file, options, offset=0)
 
 change_mach_o_flags.HandleFatFile (file, options, fat_offset=0)
 
 change_mach_o_flags.main (me, args)
 

Variables

int change_mach_o_flags.FAT_MAGIC = 0xcafebabe
 
int change_mach_o_flags.FAT_CIGAM = 0xbebafeca
 
int change_mach_o_flags.MH_MAGIC = 0xfeedface
 
int change_mach_o_flags.MH_CIGAM = 0xcefaedfe
 
int change_mach_o_flags.MH_MAGIC_64 = 0xfeedfacf
 
int change_mach_o_flags.MH_CIGAM_64 = 0xcffaedfe
 
int change_mach_o_flags.MH_EXECUTE = 0x2
 
int change_mach_o_flags.MH_PIE = 0x00200000
 
int change_mach_o_flags.MH_NO_HEAP_EXECUTION = 0x01000000