Skip to content

Commit

Permalink
[FEATURE] Updated a banner with more detailed features description
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Sep 8, 2018
1 parent 1c4a6ca commit 340966a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ void print_help()

print_in_color(hdr_color, "\nOptional: \n");
print_in_color(param_color, PARAM_IMP_REC);
std::cout << "\t: Enable recovering imports. ";
std::cout << "(Warning: it may slow down the scan)\n";
std::cout << "\t: Enable recovering imports.\n";

print_in_color(param_color, PARAM_SHELLCODE);
std::cout << "\t: Detect shellcode implants. (By default it detects PE only).\n";
Expand Down
2 changes: 1 addition & 1 deletion pe_sieve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ std::string info()
stream << " (x86)" << "\n\n";
#endif
stream << "~ from hasherezade with love ~\n";
stream << "Detects inline hooks and other in-memory PE modifications\n";
stream << "Scans a given process, recognizes and dumps a variety of in-memory implants:\nreplaced/injected PEs, shellcodes, inline hooks, patches etc.\n";
stream << "URL: " << PESIEVE_URL << "\n";
return stream.str();
}
Expand Down

0 comments on commit 340966a

Please sign in to comment.