Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Nov 24, 2024
1 parent b118fba commit 95bfe33
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sdk/sdk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,14 @@ func TestSdk(t *testing.T) {
//}

for range 20 {
RunCommandEx("run") //todo add callback for data trace
RunCommandEx("start")
//RunCommandEx("run") //todo add callback for data trace
}

//ReadAllRegisters()
//ReadMemory()
//ReadTargetRegister(REGISTER_RAX)

// todo: interface signature need clan up

//this api`s arg is too more
Expand Down

0 comments on commit 95bfe33

Please sign in to comment.