class Metasm::COFF::DebugDirectory::RSDS

Public Instance Methods

guid() click to toggle source
# File metasm/exe_format/coff.rb, line 273
def guid
        "%08X-%04X-%04X-%02X%02X-%02X%02X%02X%02X%02X%02X" % [guid_03, guid_45, guid_67, guid_8, guid_9, guid_a, guid_b, guid_c, guid_d, guid_e, guid_f]
end
msdl_url() click to toggle source

http path to pdb (compressed)

# File metasm/exe_format/coff.rb, line 278
def msdl_url
        "http://msdl.microsoft.com/download/symbols/#{pdbfilename}/#{guid.delete("-")}#{age}/#{pdbfilename.chop}_"
end