Skip to content

Commit 1e985b2

Browse files
committed
Make ElfStringTable.TryGetString public for use outside of the library
1 parent c70e1a7 commit 1e985b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/LibObjectFile/Elf/Sections/ElfStringTable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public ElfString Resolve(ElfString name)
127127
return newName;
128128
}
129129

130-
internal bool TryGetString(uint index, out string text)
130+
public bool TryGetString(uint index, out string text)
131131
{
132132
if (index == 0)
133133
{

0 commit comments

Comments
 (0)