secrary / SSMA

SSMA - Simple Static Malware Analyzer [This project is not maintained anymore by me]
GNU General Public License v3.0
410 stars 88 forks source link

expand its ability #7

Closed firmianay closed 7 years ago

firmianay commented 7 years ago

The project is nice, it would be more powerful if supporting ELF or APK, would you have some plans to do that?

secrary commented 7 years ago

It would be good, but not yet.

firmianay commented 7 years ago

OK, I mean if i contribute this code, are you willing to receive it? Its my first time to join a project, so i ask for some advices...

secrary commented 7 years ago

I've not much knowledge about malicious things in ELF or APK format, it's quite different than PE format. If you provide some research paper or post about malicious ELF/APK, I'll try to implement it or review your code before approving it. Thank you for contribute ^^

firmianay commented 7 years ago

This is the ELF formal. And I checkout a new branch for it.

secrary commented 7 years ago

That's cool. Thank you

firmianay commented 7 years ago

Oh, its so great! Thank you very much!