-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<!doctype html><html lang=en-us><head><title>https://lief-project.github.io/blog/</title> | ||
<link rel=canonical href=https://lief-project.github.io/blog/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://lief-project.github.io/blog/"></head></html> | ||
<!doctype html><html lang=en-us><head><title>https://lief.re/blog/</title> | ||
<link rel=canonical href=https://lief.re/blog/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://lief.re/blog/"></head></html> |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<map id="inheritance1c12beb2ad" name="inheritance1c12beb2ad"> | ||
<area shape="rect" id="node1" href="#lief.dwarf.Type" target="_top" title="This class represents a DWARF Type which includes:" alt="" coords="5,5,97,31"/> | ||
<area shape="rect" id="node2" href="#lief.dwarf.types.Pointer" target="_top" title="This class represents a ``DW_TAG_pointer_type`` DWARF type." alt="" coords="145,5,253,31"/> | ||
</map> |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<map id="inheritanceb0c17f316b" name="inheritanceb0c17f316b"> | ||
<area shape="rect" id="node1" href="#lief.dwarf.Type" target="_top" title="This class represents a DWARF Type which includes:" alt="" coords="5,104,97,129"/> | ||
<area shape="rect" id="node2" href="#lief.dwarf.types.Array" target="_top" title="This class represents a ``DW_TAG_array_type``" alt="" coords="158,5,255,31"/> | ||
<area shape="rect" id="node3" href="#lief.dwarf.types.Base" target="_top" title="This class wraps the ``DW_TAG_base_type`` type which can be used -- for" alt="" coords="159,55,254,80"/> | ||
<area shape="rect" id="node5" href="#lief.dwarf.types.ClassLike" target="_top" title="This class abstracts a DWARF aggregate (``DW_TAG_structure_type``," alt="" coords="145,104,268,129"/> | ||
<area shape="rect" id="node6" href="#lief.dwarf.types.Const" target="_top" title="This class represents a ``DW_TAG_const_type`` modifier" alt="" coords="157,153,256,179"/> | ||
<area shape="rect" id="node7" href="#lief.dwarf.types.Pointer" target="_top" title="This class represents a ``DW_TAG_pointer_type`` DWARF type." alt="" coords="153,203,261,228"/> | ||
<area shape="rect" id="node4" href="#lief.dwarf.types.Class" target="_top" title="This class represents a DWARF ``class`` type (``DW_TAG_class_type``)" alt="" coords="328,55,425,80"/> | ||
<area shape="rect" id="node8" href="#lief.dwarf.types.Structure" target="_top" title="This class represents a DWARF ``struct`` type (``DW_TAG_structure_type``)" alt="" coords="316,104,437,129"/> | ||
<area shape="rect" id="node9" href="#lief.dwarf.types.Union" target="_top" title="This class represents a DWARF ``union`` type (``DW_TAG_union_type``)" alt="" coords="327,153,427,179"/> | ||
</map> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<map id="inheritanceda634e8731" name="inheritanceda634e8731"> | ||
<area shape="rect" id="node1" href="#lief.MachO.BuildVersion" target="_top" title="MachO.BuildVersion" alt="" coords="235,5,368,27"/> | ||
<area shape="rect" id="node2" href="#lief.MachO.LoadCommand" target="_top" title="Based class for the Mach-O load commands" alt="" coords="5,565,153,587"/> | ||
<area shape="rect" id="node3" href="#lief.MachO.CodeSignature" target="_top" title="MachO.CodeSignature" alt="" coords="229,48,374,70"/> | ||
<area shape="rect" id="node4" href="#lief.MachO.CodeSignatureDir" target="_top" title="MachO.CodeSignatureDir" alt="" coords="221,91,383,113"/> | ||
<area shape="rect" id="node5" href="#lief.MachO.DataInCode" target="_top" title="Interface of the LC_DATA_IN_CODE command" alt="" coords="238,134,366,156"/> | ||
<area shape="rect" id="node6" href="#lief.MachO.DyldChainedFixups" target="_top" title="Class that represents the LC_DYLD_CHAINED_FIXUPS command" alt="" coords="216,177,387,199"/> | ||
<area shape="rect" id="node7" href="#lief.MachO.DyldEnvironment" target="_top" title="Class that represents a LC_DYLD_ENVIRONMENT which is" alt="" coords="221,220,382,242"/> | ||
<area shape="rect" id="node8" href="#lief.MachO.DyldExportsTrie" target="_top" title="Class that represents the LC_DYLD_EXPORTS_TRIE command" alt="" coords="226,263,377,285"/> | ||
<area shape="rect" id="node9" href="#lief.MachO.DyldInfo" target="_top" title="Class that represents the LC_DYLD_INFO and LC_DYLD_INFO_ONLY commands" alt="" coords="246,306,357,328"/> | ||
<area shape="rect" id="node10" href="#lief.MachO.DylibCommand" target="_top" title="Class which represents a library dependency" alt="" coords="227,349,377,372"/> | ||
<area shape="rect" id="node11" href="#lief.MachO.DylinkerCommand" target="_top" title="Class that represents the Mach-O linker, also named loader" alt="" coords="218,393,386,415"/> | ||
<area shape="rect" id="node12" href="#lief.MachO.DynamicSymbolCommand" target="_top" title="Class that represents the LC_DYSYMTAB command." alt="" coords="195,436,409,458"/> | ||
<area shape="rect" id="node13" href="#lief.MachO.EncryptionInfo" target="_top" title="Class that represents the LC_ENCRYPTION_INFO / LC_ENCRYPTION_INFO_64 commands" alt="" coords="229,479,374,501"/> | ||
<area shape="rect" id="node14" href="#lief.MachO.FilesetCommand" target="_top" title="Class associated with the LC_FILESET_ENTRY commands" alt="" coords="222,522,381,544"/> | ||
<area shape="rect" id="node15" href="#lief.MachO.FunctionStarts" target="_top" title="Class which represents the LC_FUNCTION_STARTS command" alt="" coords="230,565,373,587"/> | ||
<area shape="rect" id="node17" href="#lief.MachO.SegmentCommand" target="_top" title="Class which represents a :attr:`~.LoadCommand.TYPE.SEGMENT` /" alt="" coords="216,608,387,630"/> | ||
<area shape="rect" id="node18" href="#lief.MachO.LinkerOptHint" target="_top" title="Class which represents the `LC_LINKER_OPTIMIZATION_HINT` command" alt="" coords="232,651,372,673"/> | ||
<area shape="rect" id="node19" href="#lief.MachO.MainCommand" target="_top" title="Class that represent the LC_MAIN command. This kind" alt="" coords="227,694,376,716"/> | ||
<area shape="rect" id="node20" href="#lief.MachO.RPathCommand" target="_top" title="MachO.RPathCommand" alt="" coords="225,737,378,759"/> | ||
<area shape="rect" id="node21" href="#lief.MachO.SegmentSplitInfo" target="_top" title="Class that represents the :attr:`~.LoadCommand.TYPE.SEGMENT_SPLIT_INFO` command" alt="" coords="222,780,381,803"/> | ||
<area shape="rect" id="node22" href="#lief.MachO.SourceVersion" target="_top" title="Class that represents the MachO :attr:`~.LoadCommand.TYPE.SOURCE_VERSION`" alt="" coords="231,824,373,846"/> | ||
<area shape="rect" id="node23" href="#lief.MachO.SubFramework" target="_top" title="Class that represents the SubFramework command." alt="" coords="228,867,375,889"/> | ||
<area shape="rect" id="node24" href="#lief.MachO.SymbolCommand" target="_top" title="Class that represents the LC_SYMTAB command" alt="" coords="220,910,383,932"/> | ||
<area shape="rect" id="node25" href="#lief.MachO.ThreadCommand" target="_top" title="Class that represents the LC_THREAD / LC_UNIXTHREAD commands and that" alt="" coords="222,953,381,975"/> | ||
<area shape="rect" id="node26" href="#lief.MachO.TwoLevelHints" target="_top" title="Class which represents the `LC_TWOLEVEL_HINTS` command" alt="" coords="229,996,374,1018"/> | ||
<area shape="rect" id="node27" href="#lief.MachO.UUIDCommand" target="_top" title="Class that represents the UUID command" alt="" coords="227,1039,377,1061"/> | ||
<area shape="rect" id="node28" href="#lief.MachO.UnknownCommand" target="_top" title="Generic class when the command is not recognized by LIEF" alt="" coords="215,1082,388,1104"/> | ||
<area shape="rect" id="node29" href="#lief.MachO.VersionMin" target="_top" title="Class that wraps the LC_VERSION_MIN_MACOSX, LC_VERSION_MIN_IPHONEOS, ... commands" alt="" coords="239,1125,364,1147"/> | ||
</map> |
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<map id="inheritanceb5a7d317d2" name="inheritanceb5a7d317d2"> | ||
<area shape="rect" id="node1" href="#lief.pdb.Type" target="_top" title="pdb.Type" alt="" coords="5,5,85,31"/> | ||
<area shape="rect" id="node2" href="#lief.pdb.types.Function" target="_top" title="This class represents a ``LF_PROCEDURE`` PDB type" alt="" coords="133,5,251,31"/> | ||
</map> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<map id="inheritanceddd994c50c" name="inheritanceddd994c50c"> | ||
<area shape="rect" id="node1" href="#lief.MachO.BindingInfo" target="_top" title="Class that provides an interface over an entry in DyldInfo structure" alt="" coords="5,31,151,56"/> | ||
<area shape="rect" id="node2" href="#lief.MachO.ChainedBindingInfo" target="_top" title="This class represents a symbol binding operation associated with" alt="" coords="199,5,397,31"/> | ||
<area shape="rect" id="node3" href="#lief.MachO.DyldBindingInfo" target="_top" title="This class represents a symbol binding operation associated with" alt="" coords="211,55,385,80"/> | ||
</map> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<map id="inheritance392a71d27f" name="inheritance392a71d27f"> | ||
<area shape="rect" id="node1" href="elf.html#lief.ELF.Section" target="_top" title="Class which represents an ELF section." alt="" coords="167,5,261,31"/> | ||
<area shape="rect" id="node2" href="#lief.Section" target="_top" title="Class which represents an abstracted section" alt="" coords="5,55,107,80"/> | ||
<area shape="rect" id="node3" href="macho.html#lief.MachO.Section" target="_top" title="Class that represents a Mach-O section" alt="" coords="155,55,273,80"/> | ||
<area shape="rect" id="node4" href="pe.html#lief.PE.Section" target="_top" title="Class which represents a PE section." alt="" coords="169,104,259,129"/> | ||
</map> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<map id="inheritance44cffdebe4" name="inheritance44cffdebe4"> | ||
<area shape="rect" id="node1" href="#lief.dwarf.Type" target="_top" title="This class represents a DWARF Type which includes:" alt="" coords="5,5,97,31"/> | ||
<area shape="rect" id="node2" href="#lief.dwarf.types.ClassLike" target="_top" title="This class abstracts a DWARF aggregate (``DW_TAG_structure_type``," alt="" coords="145,5,268,31"/> | ||
<area shape="rect" id="node3" href="#lief.dwarf.types.Structure" target="_top" title="This class represents a DWARF ``struct`` type (``DW_TAG_structure_type``)" alt="" coords="316,5,437,31"/> | ||
</map> |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<map id="inheritance88991ccba8" name="inheritance88991ccba8"> | ||
<area shape="rect" id="node1" href="#lief.PE.CodeView" target="_top" title="PE.CodeView" alt="" coords="137,5,244,31"/> | ||
<area shape="rect" id="node3" href="#lief.PE.CodeViewPDB" target="_top" title="CodeView PDB specialization" alt="" coords="292,5,427,31"/> | ||
<area shape="rect" id="node2" href="#lief.PE.Debug" target="_top" title="This class represents a generic entry in the debug data directory." alt="" coords="5,5,89,31"/> | ||
</map> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<map id="inheritance7524cdd184" name="inheritance7524cdd184"> | ||
<area shape="rect" id="node1" href="#lief.pdb.Type" target="_top" title="pdb.Type" alt="" coords="5,5,85,31"/> | ||
<area shape="rect" id="node2" href="#lief.pdb.types.Pointer" target="_top" title="This class represents a ``LF_POINTER`` PDB type" alt="" coords="133,5,241,31"/> | ||
</map> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<map id="inheritanceb8ffebb612" name="inheritanceb8ffebb612"> | ||
<area shape="rect" id="node1" href="#lief.PE.ContentInfo.Content" target="_top" title="ContentInfo.Content" alt="" coords="5,31,159,56"/> | ||
<area shape="rect" id="node2" href="#lief.PE.GenericContent" target="_top" title="PE.GenericContent" alt="" coords="208,5,351,31"/> | ||
<area shape="rect" id="node3" href="#lief.PE.SpcIndirectData" target="_top" title="PE.SpcIndirectData" alt="" coords="207,55,352,80"/> | ||
</map> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<map id="inheritancec1bb06edd4" name="inheritancec1bb06edd4"> | ||
<area shape="rect" id="node1" href="#lief.pdb.Type" target="_top" title="pdb.Type" alt="" coords="5,5,85,31"/> | ||
<area shape="rect" id="node2" href="#lief.pdb.types.Enum" target="_top" title="This class represents a ``LF_ENUM`` PDB type" alt="" coords="133,5,232,31"/> | ||
</map> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<map id="inheritance1b1d2c0ad2" name="inheritance1b1d2c0ad2"> | ||
<area shape="rect" id="node1" href="#lief.pdb.Type" target="_top" title="pdb.Type" alt="" coords="5,5,85,31"/> | ||
<area shape="rect" id="node2" href="#lief.pdb.types.Array" target="_top" title="This class represents a ``LF_ARRAY`` PDB type." alt="" coords="133,5,231,31"/> | ||
</map> |