Skip to content

Commit

Permalink
[BUGFIX] Add param obfusc to a group scan options
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Nov 10, 2023
1 parent 7aa3e19 commit b495576
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions params_info/params.h
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ class HHParams : public Params
this->addParamToGroup(PARAM_DATA, str_group);
this->addParamToGroup(PARAM_IAT, str_group);
this->addParamToGroup(PARAM_SHELLCODE, str_group);
this->addParamToGroup(PARAM_OBFUSCATED, str_group);
this->addParamToGroup(PARAM_THREADS, str_group);
this->addParamToGroup(PARAM_HOOKS, str_group);

Expand Down

0 comments on commit b495576

Please sign in to comment.