Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mudongliang/renn
Code and Data for RENN published at ASE 2019
https://github.com/mudongliang/renn
Last synced: 7 days ago
JSON representation
Code and Data for RENN published at ASE 2019
- Host: GitHub
- URL: https://github.com/mudongliang/renn
- Owner: mudongliang
- License: gpl-3.0
- Created: 2019-10-19T19:31:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-03T22:48:49.000Z (about 5 years ago)
- Last Synced: 2023-10-20T21:56:21.767Z (about 1 year ago)
- Language: C
- Size: 308 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RENN
Code and Data for RENN published at ASE 2019
- Code and some pretrained models of the proposed DL technique are in folder `rnns`. We also include the implementation of the baseline models used in this paper. In particular, `stats.py` is used for some necessary statistics; `ValueSet_RNN.py` contains the implementation of each model and training evaluation; `conditional_main.py` and `test.py` are used for training and testing respectively.
- Code of crash analysis is in folder `crash_analysis`. RENN takes the memory regions predicted by deep learning and leverage the alias relationship to assist reverse execution.
- Code of Intel Pin tools to record ground truth is in folder `pin_tools`.