pralab / secml_malware

Create adversarial attacks against machine learning Windows malware detectors
https://secml-malware.readthedocs.io/
GNU General Public License v3.0
203 stars 46 forks source link

Include Binary Rewriting techniques that changes opcodes #27

Open zangobot opened 2 years ago

zangobot commented 2 years ago

As a new feature, it would be interesting to port the perturbations proposed by Lucas et al. in their research paper. Maybe, SecML Malware could use this repository as a dependency, or by including portions of it.

zangobot commented 1 year ago

https://github.com/pwwl/enhanced-binary-diversification/blob/main/binary_transform.py

Here there is some code that could be easily ported inside SecML Malware