Skip to content

Commit

Permalink
Added a few more whitelisted section names.
Browse files Browse the repository at this point in the history
  • Loading branch information
JusticeRage committed Aug 31, 2019
1 parent 4e24e2e commit 2d6114e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/plugin_packer_detection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ const std::vector<std::string> common_names = boost::assign::list_of(".text")
(".textbss")
(".data")
(".DATA")
("DATA")
("_RDATA")
(".eh_fram")
(".rdata")
(".rsrc")
Expand All @@ -44,6 +46,7 @@ const std::vector<std::string> common_names = boost::assign::list_of(".text")
(".reloc")
(".bss")
(".BSS")
("BSS")
(".tls")
(".sxdata") // Apparently related to SafeSEH.
(".gfids")
Expand Down

0 comments on commit 2d6114e

Please sign in to comment.