Пример #1
0
        public ElfReader.SectionInfo OpenDebugLines()
        {
            string path;

            m_elf.Open();
            path = Path.GetFullPath(m_elf.FileName);
            Directory.SetCurrentDirectory(Path.GetDirectoryName(path));
            return(m_elf.FindSections(new string[] { ".debug_line" })[0]);
        }