Skip to content

Commit 9b72c77

Browse files
authored
Merge pull request #10 from 0xcaff/master
extend index encoding table
2 parents 3dce117 + 1e20614 commit 9b72c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/oelf/OELFGenDynlibData.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const (
3737
_nidSuffixKey = "518D64A635DED8C1E6B039B1C3E55230"
3838

3939
// _indexEncodingTable provides the encoding table for module indices that are appended to the end of NIDs.
40-
_indexEncodingTable = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
40+
_indexEncodingTable = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-"
4141
)
4242

4343
// _moduleToLibDictionary contains a mapping of module names to library (prx) paths

0 commit comments

Comments
 (0)