Datasets:
Add mips_O2: 154,921 function records (part 00005-of-00006)
Browse files
README.md
CHANGED
|
@@ -1,16 +1,131 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
task_categories:
|
| 4 |
-
|
| 5 |
language:
|
| 6 |
-
|
| 7 |
tags:
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
pretty_name: REBench mips O2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# REBench — mips / O2
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
task_categories:
|
| 4 |
+
- feature-extraction
|
| 5 |
language:
|
| 6 |
+
- code
|
| 7 |
tags:
|
| 8 |
+
- binary-analysis
|
| 9 |
+
- reverse-engineering
|
| 10 |
+
- ghidra
|
| 11 |
+
- mips
|
| 12 |
+
- O2
|
| 13 |
pretty_name: REBench mips O2
|
| 14 |
+
dataset_info:
|
| 15 |
+
features:
|
| 16 |
+
- name: arch
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: opt_level
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: package
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: binary_name
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: address
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: memory_map
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: global_variables
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: strings_table
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: import_export_table
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: data_types_structures
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: call_graph
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: patched_bytes
|
| 39 |
+
dtype: string
|
| 40 |
+
- name: comments
|
| 41 |
+
dtype: string
|
| 42 |
+
- name: language_id
|
| 43 |
+
dtype: string
|
| 44 |
+
- name: compiler_spec
|
| 45 |
+
dtype: string
|
| 46 |
+
- name: image_base
|
| 47 |
+
dtype: string
|
| 48 |
+
- name: endian
|
| 49 |
+
dtype: string
|
| 50 |
+
- name: executable_format
|
| 51 |
+
dtype: string
|
| 52 |
+
- name: md5
|
| 53 |
+
dtype: string
|
| 54 |
+
- name: original_function_name
|
| 55 |
+
dtype: string
|
| 56 |
+
- name: stripped_function_name
|
| 57 |
+
dtype: string
|
| 58 |
+
- name: function_signature
|
| 59 |
+
dtype: string
|
| 60 |
+
- name: calling_convention
|
| 61 |
+
dtype: string
|
| 62 |
+
- name: return_type
|
| 63 |
+
dtype: string
|
| 64 |
+
- name: parameters
|
| 65 |
+
dtype: string
|
| 66 |
+
- name: is_thunk
|
| 67 |
+
dtype: bool
|
| 68 |
+
- name: is_external
|
| 69 |
+
dtype: bool
|
| 70 |
+
- name: function_size
|
| 71 |
+
dtype: int64
|
| 72 |
+
- name: local_var_count
|
| 73 |
+
dtype: int64
|
| 74 |
+
- name: original_code
|
| 75 |
+
dtype: string
|
| 76 |
+
- name: decompiled_code
|
| 77 |
+
dtype: string
|
| 78 |
+
- name: assembly
|
| 79 |
+
dtype: string
|
| 80 |
+
- name: decompiled_assembly
|
| 81 |
+
dtype: string
|
| 82 |
+
- name: raw_pcode_listing
|
| 83 |
+
dtype: string
|
| 84 |
+
- name: renamed_masked_code
|
| 85 |
+
dtype: string
|
| 86 |
+
- name: stripped_decompiled_code
|
| 87 |
+
dtype: string
|
| 88 |
+
- name: stripped_assembly
|
| 89 |
+
dtype: string
|
| 90 |
+
- name: stripped_raw_pcode
|
| 91 |
+
dtype: string
|
| 92 |
+
- name: stripped_renamed_masked
|
| 93 |
+
dtype: string
|
| 94 |
+
- name: s_expression_original
|
| 95 |
+
dtype: string
|
| 96 |
+
- name: s_expression_stripped
|
| 97 |
+
dtype: string
|
| 98 |
+
- name: control_flow_graph
|
| 99 |
+
dtype: string
|
| 100 |
+
- name: dataflow_graph
|
| 101 |
+
dtype: string
|
| 102 |
+
- name: pcode_edges
|
| 103 |
+
dtype: string
|
| 104 |
+
- name: pcode_graph
|
| 105 |
+
dtype: string
|
| 106 |
+
- name: graph_columns
|
| 107 |
+
dtype: string
|
| 108 |
+
- name: xrefs
|
| 109 |
+
dtype: string
|
| 110 |
+
- name: comments_annotations
|
| 111 |
+
dtype: string
|
| 112 |
+
- name: instruction_metadata
|
| 113 |
+
dtype: string
|
| 114 |
+
- name: decompiler_warnings
|
| 115 |
+
dtype: string
|
| 116 |
+
- name: call_graph_local
|
| 117 |
+
dtype: string
|
| 118 |
+
splits:
|
| 119 |
+
- name: train
|
| 120 |
+
num_bytes: 137890985903
|
| 121 |
+
num_examples: 154921
|
| 122 |
+
download_size: 3358430293
|
| 123 |
+
dataset_size: 137890985903
|
| 124 |
+
configs:
|
| 125 |
+
- config_name: default
|
| 126 |
+
data_files:
|
| 127 |
+
- split: train
|
| 128 |
+
path: data/train-*
|
| 129 |
---
|
| 130 |
|
| 131 |
# REBench — mips / O2
|