about summary refs log tree commit diff
path: root/src/run.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/run.go')
-rw-r--r--src/run.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/run.go b/src/run.go
index 9783821..67bb31a 100644
--- a/src/run.go
+++ b/src/run.go
@@ -2,9 +2,12 @@ package main
 
 import (
 	"fmt"
+	"os"
 	"strings"
+	"time"
 
 	"github.com/radare/r2pipe-go"
+	"github.com/sirupsen/logrus"
 )
 
 // StepIn steps in and stores the state of the registers for the given bot