Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Nov 15, 2024
1 parent f16c910 commit bd347e9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions ux/cpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ import (
"path/filepath"
"strconv"

"github.com/ddkwork/golibrary/stream"

"github.com/ddkwork/HyperDbg/sdk"

"github.com/saferwall/pe"

"github.com/ddkwork/app/ms/xed"
"github.com/ddkwork/app/widget"
"github.com/ddkwork/golibrary/mylog"
"github.com/ddkwork/golibrary/stream"
"github.com/ddkwork/unison"
"github.com/saferwall/pe"
)

func LayoutCpu() unison.Paneler {
Expand Down Expand Up @@ -481,7 +478,6 @@ func LayoutDisassemblyTable() unison.Paneler {

}
}

table, header := widget.NewTable(xed.Disassembly{}, widget.TableContext[xed.Disassembly]{
ContextMenuItems: func(node *widget.Node[xed.Disassembly]) []widget.ContextMenuItem {
return []widget.ContextMenuItem{
Expand Down

0 comments on commit bd347e9

Please sign in to comment.