Skip to content

Commit

Permalink
Merge pull request #10 from 0xcaff/master
Browse files Browse the repository at this point in the history
extend index encoding table
  • Loading branch information
kiwidoggie authored Feb 23, 2024
2 parents 3dce117 + 1e20614 commit 9b72c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/oelf/OELFGenDynlibData.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const (
_nidSuffixKey = "518D64A635DED8C1E6B039B1C3E55230"

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

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

0 comments on commit 9b72c77

Please sign in to comment.