C# Class bo3_eboot_builder.Classes.Functions

Afficher le fichier Open project: Tustin/bo3_eboot

Méthodes publiques

Méthode Description
compile ( byte buffer, Builder mod_buffer, Builder type ) : string
verify_magic ( byte imagic ) : bool
write_bytes ( byte buffer, uint address, uint data ) : byte[]

Method Details

compile() public static méthode

public static compile ( byte buffer, Builder mod_buffer, Builder type ) : string
buffer byte
mod_buffer Builder
type Builder
Résultat string

verify_magic() public static méthode

public static verify_magic ( byte imagic ) : bool
imagic byte
Résultat bool

write_bytes() public static méthode

public static write_bytes ( byte buffer, uint address, uint data ) : byte[]
buffer byte
address uint
data uint
Résultat byte[]