Commit c9c493b 1 parent fd21a02 commit c9c493b Copy full SHA for c9c493b
File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -95,20 +95,24 @@ class UnpackParams : public Params
95
95
}
96
96
97
97
// optional: group parameters
98
- std::string str_group = " 3. output options " ;
98
+ std::string str_group = " 1. scanner settings " ;
99
99
this ->addGroup (new ParamGroup (str_group));
100
- this ->addParamToGroup (PARAM_OUT_DIR , str_group);
100
+ this ->addParamToGroup (PARAM_REFLECTION , str_group);
101
101
102
- str_group = " 1 . scan options" ;
102
+ str_group = " 2 . scan options" ;
103
103
this ->addGroup (new ParamGroup (str_group));
104
104
this ->addParamToGroup (PARAM_DATA, str_group);
105
105
this ->addParamToGroup (PARAM_SHELLCODE, str_group);
106
106
this ->addParamToGroup (PARAM_HOOKS, str_group);
107
107
108
- str_group = " 2 . dump options" ;
108
+ str_group = " 3 . dump options" ;
109
109
this ->addGroup (new ParamGroup (str_group));
110
110
this ->addParamToGroup (PARAM_MINDUMP, str_group);
111
111
this ->addParamToGroup (PARAM_IMP, str_group);
112
+
113
+ str_group = " 4. output options" ;
114
+ this ->addGroup (new ParamGroup (str_group));
115
+ this ->addParamToGroup (PARAM_OUT_DIR, str_group);
112
116
}
113
117
114
118
void printBanner ()
You can’t perform that action at this time.
0 commit comments