Table ToString outputs sections in alphabetical order
This commit is contained in:
parent
47cb89206a
commit
0d53d7ad32
@ -1,6 +1,7 @@
|
|||||||
package analyzer
|
package analyzer
|
||||||
|
|
||||||
import "os"
|
import "os"
|
||||||
|
import "sort"
|
||||||
import "path/filepath"
|
import "path/filepath"
|
||||||
|
|
||||||
// locator uniquely identifies a section in the section table.
|
// locator uniquely identifies a section in the section table.
|
||||||