Fingerprint_Card
Loading...
Searching...
No Matches
Zwipe.Build.Tools.IO.ExecutableFormats.ElfFile Class Referencesealed

Public Member Functions

 ElfFile (string path)
bool Is64Bit ()
string GetMachine ()
string GetFlags ()
string[] GetRawOutput ()
string[] GetExportedNames ()

Properties

bool ContainsDebugSymbols [get]

Private Attributes

readonly string[] _readElfOutput

Constructor & Destructor Documentation

◆ ElfFile()

Zwipe.Build.Tools.IO.ExecutableFormats.ElfFile.ElfFile ( string path)
Here is the call graph for this function:

Member Function Documentation

◆ GetExportedNames()

string[] Zwipe.Build.Tools.IO.ExecutableFormats.ElfFile.GetExportedNames ( )

◆ GetFlags()

string Zwipe.Build.Tools.IO.ExecutableFormats.ElfFile.GetFlags ( )

◆ GetMachine()

string Zwipe.Build.Tools.IO.ExecutableFormats.ElfFile.GetMachine ( )

◆ GetRawOutput()

string[] Zwipe.Build.Tools.IO.ExecutableFormats.ElfFile.GetRawOutput ( )

◆ Is64Bit()

bool Zwipe.Build.Tools.IO.ExecutableFormats.ElfFile.Is64Bit ( )

Member Data Documentation

◆ _readElfOutput

readonly string [] Zwipe.Build.Tools.IO.ExecutableFormats.ElfFile._readElfOutput
private

Property Documentation

◆ ContainsDebugSymbols

bool Zwipe.Build.Tools.IO.ExecutableFormats.ElfFile.ContainsDebugSymbols
get

The documentation for this class was generated from the following file:
  • Zwipe.Build.Tools/IO/ExecutableFormats/ElfFile.cs