ergo-pe-av icon indicating copy to clipboard operation
ergo-pe-av copied to clipboard

🧠 🦠 An artificial neural network and API to detect Windows malware, based on Ergo and LIEF.

Results 5 ergo-pe-av issues
Sort by recently updated
recently updated
newest added

It will be nice to have the malicious/benign data.csv so as the clean data.csv

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...

Hi, while I run sudo pip3 install -r requirements.txt I get an error with Lief: sudo pip3 install -r requirements.txt Requirement already satisfied: ergo-ai in /usr/local/lib/python3.7/dist-packages/ergo_ai-1.11.0-py3.7.egg (from -r requirements.txt (line...

Hello, I've spotted an issue in encode_pe function: ``` try: ep_offset = pe.entrypoint - pe.optional_header.imagebase ep_bytes = [int(b) for b in raw[ep_offset:ep_offset+64]] except Exception as e: log.warning("can't get entrypoint bytes...

Dear Sir, do you still have the data.csv anyway?