Fingerprint_Card
Loading...
Searching...
No Matches
Zwipe.Build.Tools.IO.ExecutableFormats.MachOFile Class Reference

Public Member Functions

 MachOFile (string path)
bool Is64Bit ()
string GetMachine ()
string[] GetExportedNames ()
string[] GetRawOutput ()

Properties

bool ContainsDebugSymbols [get]

Private Attributes

readonly string[] _dsymutilOutput
readonly string _library
readonly string _architecture
readonly string[] _exportedNames

Constructor & Destructor Documentation

◆ MachOFile()

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

Member Function Documentation

◆ GetExportedNames()

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

◆ GetMachine()

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

◆ GetRawOutput()

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

◆ Is64Bit()

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

Member Data Documentation

◆ _architecture

readonly string Zwipe.Build.Tools.IO.ExecutableFormats.MachOFile._architecture
private

◆ _dsymutilOutput

readonly string [] Zwipe.Build.Tools.IO.ExecutableFormats.MachOFile._dsymutilOutput
private

◆ _exportedNames

readonly string [] Zwipe.Build.Tools.IO.ExecutableFormats.MachOFile._exportedNames
private

◆ _library

readonly string Zwipe.Build.Tools.IO.ExecutableFormats.MachOFile._library
private

Property Documentation

◆ ContainsDebugSymbols

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

The documentation for this class was generated from the following file: