You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is our first Malware Static Analyzer written in RUST.
Static analysis is a well research topic, where recurrently Researches are able to achieve 95-97% detection using a series of features.
Requirements
Write a Rust app, that uses certain library to parse and extract features from a Windows PE File Format. (exe, dll, etc)
Use the following for references for the features that you want to extract.
Background
This is our first Malware Static Analyzer written in RUST.
Static analysis is a well research topic, where recurrently Researches are able to achieve 95-97% detection using a series of features.
Requirements
You dont need to add all features, just some to demostrate the extraction and build of the train set.
The output should be in a pandas like format, row and columns, in a parquet file, to be using in a Python pipeline to train models.
The text was updated successfully, but these errors were encountered: