Table ToString outputs sections in alphabetical order

This commit is contained in:
Sasha Koshka 2022-09-30 03:46:29 -04:00
parent 47cb89206a
commit 0d53d7ad32

View File

@ -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.