mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Add client option -i
to stay in interactive mode after a script or command
From 5a3f474331
with some fix in the logical flow
This commit is contained in:
parent
88d2a61c0b
commit
1cb039255e
6 changed files with 28 additions and 15 deletions
|
@ -93,12 +93,13 @@ class ProxWidget : public QWidget {
|
|||
class WorkerThread : public QThread {
|
||||
Q_OBJECT;
|
||||
public:
|
||||
WorkerThread(char *, char *);
|
||||
WorkerThread(char *, char *, bool);
|
||||
~WorkerThread();
|
||||
void run();
|
||||
private:
|
||||
char *script_cmds_file;
|
||||
char *script_cmd;
|
||||
bool stayInCommandLoop;
|
||||
};
|
||||
|
||||
class ProxGuiQT : public QObject {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue