Projects STRLCPY BananaPhone Commits 1757bccd
🤬
  • ■ ■ ■ ■
    example/participationcertificate/main.go
    skipped 7 lines
    8 8   "io/ioutil"
    9 9   "sort"
    10 10   
    11  - "github.com/binject/debug/pe"
     11 + "github.com/Binject/debug/pe"
    12 12  )
    13 13   
    14 14  func main() {
    skipped 106 lines
  • ■ ■ ■ ■ ■ ■
    go.mod
     1 +module github.com/C-Sto/BananaPhone
     2 + 
     3 +go 1.15
     4 + 
  • ■ ■ ■ ■
    pkg/BananaPhone/bananaphone.go
    skipped 5 lines
    6 6   "path/filepath"
    7 7   "strings"
    8 8   
     9 + "github.com/Binject/debug/pe"
    9 10   "github.com/awgh/rawreader"
    10  - "github.com/binject/debug/pe"
    11 11  )
    12 12   
    13 13  //PhoneMode determines the way a bananaphone will resolve sysids
    skipped 178 lines
  • ■ ■ ■ ■
    pkg/BananaPhone/internal.go
    skipped 4 lines
    5 5   "encoding/binary"
    6 6   "errors"
    7 7   
     8 + "github.com/Binject/debug/pe"
    8 9   "github.com/awgh/rawreader"
    9  - "github.com/binject/debug/pe"
    10 10   "golang.org/x/sys/windows"
    11 11  )
    12 12   
    skipped 87 lines
Please wait...
Page is in error, reload to recover