evilsocket / ergo-pe-av

🧠 🦠 An artificial neural network and API to detect Windows malware, based on Ergo and LIEF.
Other
172 stars 37 forks source link

How to generate the result of the experiment #6

Open asif48 opened 4 years ago

asif48 commented 4 years ago

Dear Sir I want to generate the result of your experiment. Kindly guide me how can I do this?

In your blog at https://www.evilsocket.net/2019/05/22/How-to-create-a-Malware-detection-system-with-Machine-Learning/#Features-Engineering in "Feature Engineering" section you have the following instructions

"Assuming you have a folder containing malicious samples in the pe-malicious subfolder and clean ones in pe-legit (feel free to give them any name, but the folder names will become the labels associated to each of the samples), you can start the encoding process to a dataset.csv file that our model can use for training with"

Do I need to place the malicious files in this folder?

please let me know how can I generate the result?

asif48 commented 4 years ago

I am having problem with the installation of "Ergo"...I am very new to python, if anybody can guide about the IDE of Ergo...

Can I install it on ATOM? I have searched it on ATOM but no package is there with the name... Can I install it in IDE Anaconda?

any help?

asif48 commented 4 years ago

Does the project works on Linux (because the sudo is used in linux )?