elastic / ember

Elastic Malware Benchmark for Empowering Researchers
Other
948 stars 277 forks source link

How to extract raw feature from a set of PE binaries? #106

Closed StarGazerM closed 1 year ago

StarGazerM commented 1 year ago

Hi: Can I use EMBER to create my own dataset using the binaries collected by myself ? Or maybe can I generate my own raw_feature file using EMBER?

gxenos commented 1 year ago

Yes you can, see this file:

https://github.com/elastic/ember/blob/d97a0b523de02f3fe5ea6089d080abacab6ee931/ember/features.py

StarGazerM commented 1 year ago

thanks ! I will look into that!