Research of dynamic general unpacking methods for Windows malware

Wen GUO,Jun-Feng WANG
DOI: https://doi.org/10.3969/j.issn.0490-6756.2018.02.012
2018-01-01
Abstract:Code packing brings a new conception to protect software,but it also serves as an umbrella for malicious code.It has been intensified that malware using packing techniques to evade detection and it troubles analysts due to the massive variants of malware produced by code packing.Traditional unpac-king methods based on feature matching gradually become inapplicable because they can't cope with the change of shell version and type,so a general unpacking method would be very useful.In this paper,the authors proposed a common unpacking method based on dynamic binary analysis platform,according to the property that packer will restore the original code during the process of executing.The experimental results show that this method can effectively locate the original entry point of the program,extract the code that has been hidden,and can get the accurate image size of the process in the memory,w hich can effectively realize dynamic unpacking of the shell code.
What problem does this paper attempt to address?