module CrystalPE
Defined in:
CrystalPE/headers/data_dir.crCrystalPE/headers/dos_header.cr
CrystalPE/headers/dos_stub.cr
CrystalPE/headers/dot_net.cr
CrystalPE/headers/exported_function.cr
CrystalPE/headers/image_data_directory.cr
CrystalPE/headers/image_export_directory.cr
CrystalPE/headers/image_import_by_name.cr
CrystalPE/headers/image_import_descriptor.cr
CrystalPE/headers/imported_info.cr
CrystalPE/headers/nt_headers.cr
CrystalPE/headers/overlay.cr
CrystalPE/headers/resource.cr
CrystalPE/headers/rich_header.cr
CrystalPE/headers/section_header.cr
CrystalPE/headers/sections.cr
CrystalPE/headers/security.cr
CrystalPE/helpers.cr
CrystalPE/pe_file.cr
CrystalPE/version.cr
crystalpe.cr
Constant Summary
-
Log =
::Log.for("CrystalPE")
-
VERSION =
"0.0.1"
Class Method Summary
- .to_c_fmnt_hex(data : Bytes | Nil)
- .to_c_fmnt_hex(data : UInt8 | UInt16 | UInt32 | UInt64 | UInt128 | Int8 | Int16 | Int32 | Int64 | Int128 | Nil)
Class Method Detail
def self.to_c_fmnt_hex(data : UInt8 | UInt16 | UInt32 | UInt64 | UInt128 | Int8 | Int16 | Int32 | Int64 | Int128 | Nil)
#