CoolFace
Datasetpublic

atul10/reverse_engineering_code_dataset_O2_x64_O2

sourceHugging Faceupdated 1y agoView on Hugging Face
2likes147downloads
README.md80 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: file_name5    dtype: string6  - name: original_function_name7    dtype: string8  - name: stripped_function_name9    dtype: string10  - name: decompiled_code_original11    dtype: string12  - name: decompiled_code_stripped13    dtype: string14  - name: assembly_code15    dtype: string16  - name: dataflowgraph_original17    dtype: float6418  - name: dataflowgraph_stripped19    dtype: float6420  - name: graphImage_original21    dtype: float6422  - name: graphImage_stripped23    dtype: float6424  - name: pcode_edges_original25    dtype: string26  - name: pcode_edges_stripped27    dtype: string28  - name: pcode_graph_original29    dtype: float6430  - name: pcode_graph_stripped31    dtype: float6432  - name: address33    dtype: string34  - name: arch35    dtype: string36  - name: opt_level37    dtype: string38  - name: S-Expression_of_decompiled_code_stripped39    dtype: string40  - name: S-Expression_decompiled_code_original41    dtype: string42  - name: S-Expression_decompiled_code_original_noisy43    dtype: string44  - name: S-Expression_decompiled_code_original_clean45    dtype: string46  - name: S-Expression_decompiled_code_original_root47    dtype: string48  - name: Replace_function_name_and_variable_name49    dtype: string50  - name: S-Expression_decompiled_code_stripped51    dtype: float6452  - name: Root Node53    dtype: string54  - name: decompiled_code_original_masked55    dtype: float6456  - name: decompiled_code_stripped_masked57    dtype: string58  splits:59  - name: train60    num_bytes: 4062052588361    num_examples: 36660362  - name: test63    num_bytes: 495715213864    num_examples: 4582565  - name: eval66    num_bytes: 488559833967    num_examples: 4582668  download_size: 893599296969  dataset_size: 5046327636070configs:71- config_name: default72  data_files:73  - split: train74    path: data/train-*75  - split: test76    path: data/test-*77  - split: eval78    path: data/eval-*79---80