https://github.com/eleutherai/evilmodel
A replication of "EvilModel 2.0: Bringing Neural Network Models into Malware Attacks"
https://github.com/eleutherai/evilmodel
Last synced: 3 months ago
JSON representation
A replication of "EvilModel 2.0: Bringing Neural Network Models into Malware Attacks"
- Host: GitHub
- URL: https://github.com/eleutherai/evilmodel
- Owner: EleutherAI
- License: apache-2.0
- Created: 2023-09-27T18:24:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T18:25:34.000Z (over 2 years ago)
- Last Synced: 2025-02-25T05:30:37.563Z (over 1 year ago)
- Size: 6.84 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EvilModel
A replication of [EvilModel 2.0: Bringing Neural Network Models into Malware Attacks](https://dl.acm.org/doi/abs/10.1016/j.cose.2022.102807)
## To Do List
- [ ] Implement the core methodology
- [ ] Replicate the results in the paper
- [ ] Extend the paper to transformers
- [ ] Replicate the results using LLMs (BERT, Pythia)