Skip to content

Commit

Permalink
kill
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Jul 4, 2024
1 parent 58e0f2d commit 11fd1e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ux/ux.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,9 @@ func newToolbar() *toolbar {
restart: widget.NewImageButton("restart", m.Get("restart.png"), func() {
mylog.Todo("oep address is wrong? see asm panel")
}),
close: widget.NewImageButton("close", m.Get("close.png"), func() {}),
close: widget.NewImageButton("close", m.Get("close.png"), func() {
mylog.Warning(".kill", sdk.Interpreter(sdk.StringToBytePointer("kill"))) //todo need pid ?
}),
run: widget.NewImageButton("run", m.Get("run.png"), func() {
//."start path C:\users\whatever.exe"
cmd := ".\"start path " +
Expand Down

0 comments on commit 11fd1e6

Please sign in to comment.