akaIDIOT commited on
Commit
d0a62d9
·
verified ·
1 Parent(s): dd4cd84

Present AUR url in the same way as Arch' official package repository

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -51,7 +51,7 @@ model](https://huggingface.co/NetherlandsForensicInstitute/ARM64bert) we have pu
51
  ## Data
52
  ### What data was used for training and evaluation?
53
  The dataset is created in the same way as Wang et al. created Binary Corp.
54
- A large set of binary code comes from the [ArchLinux official repositories](https://archlinux.org/packages/) and the [ArchLinux user repositories](https://aur.archlinux.org/).
55
  All this code is split into functions that are compiled with different optimalizations
56
  (`O0`, `O1`, `O2`, `O3` and `Os`) and security settings (fortify or no-fortify).
57
  This results in a maximum of 10 (5×2) different functions which are semantically similar, i.e. they represent the same functionality, but have different machine code.
 
51
  ## Data
52
  ### What data was used for training and evaluation?
53
  The dataset is created in the same way as Wang et al. created Binary Corp.
54
+ A large set of binary code comes from the [ArchLinux official repositories](https://archlinux.org/packages/) and the [ArchLinux user repositories](https://aur.archlinux.org/packages/).
55
  All this code is split into functions that are compiled with different optimalizations
56
  (`O0`, `O1`, `O2`, `O3` and `Os`) and security settings (fortify or no-fortify).
57
  This results in a maximum of 10 (5×2) different functions which are semantically similar, i.e. they represent the same functionality, but have different machine code.