manorit2001 / c3i-malware-analysis

Real time system changes monitoring solution ( Project done at c3i IITK )
1 stars 3 forks source link

static PE analysis #16

Closed manorit2001 closed 3 years ago

manorit2001 commented 3 years ago

Anti Techniques https://github.com/manorit2001/c3i-malware-analysis/blob/a580985c1e6cc4f67af4348917c337f3083117cd/analysis/analysis.py#L23

packer_detection https://github.com/manorit2001/c3i-malware-analysis/blob/a580985c1e6cc4f67af4348917c337f3083117cd/analysis/analysis.py#L40

signature-based analysis https://github.com/manorit2001/c3i-malware-analysis/blob/a580985c1e6cc4f67af4348917c337f3083117cd/analysis/analysis.py#L47

these need some work

manorit2001 commented 3 years ago

Fixed in #42