Datasets:
Add x64_O2: 307,495 function records (part 00010-of-00011)
Browse files- README.md +117 -0
- data/train-00500-of-00503.parquet +3 -0
- data/train-00501-of-00503.parquet +3 -0
- data/train-00502-of-00503.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,117 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: arch
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: opt_level
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: package
|
| 9 |
+
dtype: string
|
| 10 |
+
- name: binary_name
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: address
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: memory_map
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: global_variables
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: strings_table
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: import_export_table
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: data_types_structures
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: call_graph
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: patched_bytes
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: comments
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: language_id
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: compiler_spec
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: image_base
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: endian
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: executable_format
|
| 39 |
+
dtype: string
|
| 40 |
+
- name: md5
|
| 41 |
+
dtype: string
|
| 42 |
+
- name: original_function_name
|
| 43 |
+
dtype: string
|
| 44 |
+
- name: stripped_function_name
|
| 45 |
+
dtype: string
|
| 46 |
+
- name: function_signature
|
| 47 |
+
dtype: string
|
| 48 |
+
- name: calling_convention
|
| 49 |
+
dtype: string
|
| 50 |
+
- name: return_type
|
| 51 |
+
dtype: string
|
| 52 |
+
- name: parameters
|
| 53 |
+
dtype: string
|
| 54 |
+
- name: is_thunk
|
| 55 |
+
dtype: bool
|
| 56 |
+
- name: is_external
|
| 57 |
+
dtype: bool
|
| 58 |
+
- name: function_size
|
| 59 |
+
dtype: int64
|
| 60 |
+
- name: local_var_count
|
| 61 |
+
dtype: int64
|
| 62 |
+
- name: original_code
|
| 63 |
+
dtype: string
|
| 64 |
+
- name: decompiled_code
|
| 65 |
+
dtype: string
|
| 66 |
+
- name: assembly
|
| 67 |
+
dtype: string
|
| 68 |
+
- name: decompiled_assembly
|
| 69 |
+
dtype: string
|
| 70 |
+
- name: raw_pcode_listing
|
| 71 |
+
dtype: string
|
| 72 |
+
- name: renamed_masked_code
|
| 73 |
+
dtype: string
|
| 74 |
+
- name: stripped_decompiled_code
|
| 75 |
+
dtype: string
|
| 76 |
+
- name: stripped_assembly
|
| 77 |
+
dtype: string
|
| 78 |
+
- name: stripped_raw_pcode
|
| 79 |
+
dtype: string
|
| 80 |
+
- name: stripped_renamed_masked
|
| 81 |
+
dtype: string
|
| 82 |
+
- name: s_expression_original
|
| 83 |
+
dtype: string
|
| 84 |
+
- name: s_expression_stripped
|
| 85 |
+
dtype: string
|
| 86 |
+
- name: control_flow_graph
|
| 87 |
+
dtype: string
|
| 88 |
+
- name: dataflow_graph
|
| 89 |
+
dtype: string
|
| 90 |
+
- name: pcode_edges
|
| 91 |
+
dtype: string
|
| 92 |
+
- name: pcode_graph
|
| 93 |
+
dtype: string
|
| 94 |
+
- name: graph_columns
|
| 95 |
+
dtype: string
|
| 96 |
+
- name: xrefs
|
| 97 |
+
dtype: string
|
| 98 |
+
- name: comments_annotations
|
| 99 |
+
dtype: string
|
| 100 |
+
- name: instruction_metadata
|
| 101 |
+
dtype: string
|
| 102 |
+
- name: decompiler_warnings
|
| 103 |
+
dtype: string
|
| 104 |
+
- name: call_graph_local
|
| 105 |
+
dtype: string
|
| 106 |
+
splits:
|
| 107 |
+
- name: train
|
| 108 |
+
num_bytes: 251428391261
|
| 109 |
+
num_examples: 307495
|
| 110 |
+
download_size: 5458844116
|
| 111 |
+
dataset_size: 251428391261
|
| 112 |
+
configs:
|
| 113 |
+
- config_name: default
|
| 114 |
+
data_files:
|
| 115 |
+
- split: train
|
| 116 |
+
path: data/train-*
|
| 117 |
+
---
|
data/train-00500-of-00503.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3eccc66363c1b0461c432a8c255938e8379136bde050cfef410a8e49a9d6b48
|
| 3 |
+
size 142276003
|
data/train-00501-of-00503.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e8fc61559f8c34e08e31f7286b3809459d4cee3cbf2c3aaebebb235c61c9326
|
| 3 |
+
size 4190654
|
data/train-00502-of-00503.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f4bb4c22453a9bebb23a18a7f355011914b6b541d800f84afe988b6dd35a2a9
|
| 3 |
+
size 4997616
|