Datasets:
taisazero
commited on
Commit
·
2dfb69b
1
Parent(s):
3a6663d
fix
Browse files- shellcode_ia32.py +1 -1
shellcode_ia32.py
CHANGED
|
@@ -54,7 +54,7 @@ _URLs = {
|
|
| 54 |
|
| 55 |
|
| 56 |
# TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
|
| 57 |
-
class
|
| 58 |
"""Shellcode_IA32 a dataset for shellcode generation"""
|
| 59 |
|
| 60 |
VERSION = datasets.Version("1.1.0")
|
|
|
|
| 54 |
|
| 55 |
|
| 56 |
# TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
|
| 57 |
+
class Shellcode_IA32(datasets.GeneratorBasedBuilder):
|
| 58 |
"""Shellcode_IA32 a dataset for shellcode generation"""
|
| 59 |
|
| 60 |
VERSION = datasets.Version("1.1.0")
|