CoolFace
Datasetpublic

Xtest/arm_O2

REBench — arm / O2 Binary analysis dataset extracted with Ghidra 11.x from the REBench benchmark suite. Features per row (one row = one function) Column Description arch / opt_level Architecture & optimization flag package / binary_name Source package and executable original_function_name Real symbol name (from unstripped binary) stripped_function_name Generic name used in stripped binary original_code Decompiled C with original names… See the full description on the dataset page: https://huggingface.co/datasets/Xtest/arm_O2.

sourceHugging Facemitupdated 2mo agoView on Hugging Face
0likes653downloads
Dataset Card

REBench — arm / O2

Binary analysis dataset extracted with Ghidra 11.x from the REBench benchmark suite.

Features per row (one row = one function)

ColumnDescription
arch / opt_levelArchitecture & optimization flag
package / binary_nameSource package and executable
original_function_nameReal symbol name (from unstripped binary)
stripped_function_nameGeneric name used in stripped binary
original_codeDecompiled C with original names
decompiled_codeDecompiled C (original binary)
assemblyRaw disassembly
decompiled_assemblyAssembly annotated with decompiler variables
raw_pcode_listingGhidra P-code listing
renamed_masked_codeDecompiled C with names replaced by FUN_xxxx
stripped_decompiled_codeDecompiled C from stripped binary
s_expression_originalS-expression of decompiler AST (original names)
s_expression_strippedS-expression of decompiler AST (masked names)
control_flow_graphCFG JSON (nodes + edges)
dataflow_graphData-flow edges JSON
pcode_edgesHigh-level P-code edge list
pcode_graphHigh-level P-code graph JSON
graph_columnsPer-basic-block P-code columns
global_variablesProgram-level global/static variables
function_signatureFull C function signature
strings_tableAll strings in the binary
xrefsCross-references to/from the function
comments_annotationsGhidra comments and annotations
data_types_structuresStruct / enum / union definitions
memory_mapBinary memory layout
raw_pcode_listingRaw P-code for each instruction
call_graphProgram-wide call graph
import_export_tableImported and exported symbols
patched_bytesRelocation entries
decompiler_warningsDecompiler error/warning messages
instruction_metadataPer-instruction bytes, flow type, length
call_graph_localCallers and callees of this function