Dataset Viewer
Auto-converted to Parquet Duplicate
func_name
stringlengths
1
71
c_func
stringlengths
15
39.5k
real_io_pairs
dict
type
stringclasses
4 values
obf_pass
stringclasses
4 values
input_asm_prompt
stringlengths
30
833k
path
stringlengths
12
172
real_iospec
stringlengths
240
1.6k
c_test
stringlengths
1.17k
5.25k
task_id
stringlengths
11
26
icmpcode_v4
char *icmpcode_v4(int code) { switch (code) { case 0: return("network unreachable"); case 1: return("host unreachable"); case 2: return("protocol unreachable"); case 3: return("port unreachable"); case 4: return("fragmentation required but DF bit set"); case 5: return("source route failed"); ...
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [ "22" ], "va...
O0
bcf
undefined8 icmpcode_v4(undefined4 param_1) { undefined4 *puVar1; undefined4 *puVar2; undefined1 local_28 [16]; undefined8 *local_18; undefined4 local_10; undefined4 local_c; puVar1 = (undefined4 *)local_28; puVar2 = (undefined4 *)local_28; local_c = param_1; if ((x * (x + -1) & 1U) == 0 || y < ...
cmoser96/ExercisesInC/exercises/ex04/trout/util.c
{"livein": ["code"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "icmpcode_v4", "funargs": ["code"], "typemap": {"code": "int32", "returnv": "string"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_38ufqg9hjk.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []}
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_38ufqg9hjk.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
5631_train_real_simple_io
updateCount
void updateCount(int *val, int *count){ if((*val>2)&&(*val<7)){ *count +=1; } else if(*val==10){ *count -=1; } }
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [ "[95, 35, 6, 119, 121, ...
O0
bcf
void updateCount(int *param_1,int *param_2) { if ((*param_1 < 3) || (6 < *param_1)) { if (*param_1 == 10) { *param_2 = *param_2 + -1; } } else { *param_2 = *param_2 + 1; } return; }
cmoser96/ExercisesInC/homework/hw01/cards.c
{"livein": ["val", "count"], "liveout": ["val", "count"], "returnvarname": [], "execcmd": "", "funname": "updateCount", "funargs": ["val", "count"], "typemap": {"val": "array(int32#32)", "count": "array(int32#32)"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_31q12r7bg3.c"], "classmap": {}, "range": {}, "needs_c...
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_31q12r7bg3.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
11776_train_real_simple_io
bar
void bar() { int i; int array[5]; for (i=0; i<5; i++) { array[i] = i; } }
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [], "var": [] }, { ...
O0
bcf
void bar(void) { int aiStack_28 [7]; int local_c; for (local_c = 0; local_c < 5; local_c = local_c + 1) { aiStack_28[local_c] = local_c; } return; }
cmoser96/ExercisesInC/homework/hw02/stack.c
{"livein": [], "liveout": [], "returnvarname": [], "execcmd": "", "funname": "bar", "funargs": [], "typemap": {}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_402dopf175.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []}
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_402dopf175.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
12613_train_real_simple_io
dummy
float dummy() { float f = 0.5; return f; }
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [], "var": [] }, { ...
O1
bcf
undefined4 dummy(void) { return DAT_00102004; }
cmoser96/ExercisesInC/homework/hw05/rand.c
{"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "dummy", "funargs": [], "typemap": {"returnv": "float32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_38flvn0mk6.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []}
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_38flvn0mk6.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
3677_train_real_simple_io
icmpcode_v4
char *icmpcode_v4(int code) { switch (code) { case 0: return("network unreachable"); case 1: return("host unreachable"); case 2: return("protocol unreachable"); case 3: return("port unreachable"); case 4: return("fragmentation required but DF bit set"); case 5: return("source route failed"); ...
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [ "22" ], "va...
O2
bcf
char * icmpcode_v4(uint param_1) { if (param_1 < 0x10) { return &DAT_001021ec + *(int *)(&DAT_001021ec + (long)(int)param_1 * 4); } return "[unknown code]"; }
cmoser96/ExercisesInC/exercises/ex04/trout/util.c
{"livein": ["code"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "icmpcode_v4", "funargs": ["code"], "typemap": {"code": "int32", "returnv": "string"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_38ufqg9hjk.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []}
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_38ufqg9hjk.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
5631_train_real_simple_io
updateCount
void updateCount(int *val, int *count){ if((*val>2)&&(*val<7)){ *count +=1; } else if(*val==10){ *count -=1; } }
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [ "[95, 35, 6, 119, 121, ...
O2
bcf
void updateCount(int *param_1,int *param_2) { int iVar1; uint uVar2; uVar2 = (x + 1) * x & 1; if ((9 < y) && (uVar2 != 0)) { do { /* WARNING: Do nothing block with infinite loop */ } while( true ); } if (*param_1 - 3U < 4) { iVar1 = *param_2; *param_2 = iVar1 + 1; ...
cmoser96/ExercisesInC/homework/hw01/cards.c
{"livein": ["val", "count"], "liveout": ["val", "count"], "returnvarname": [], "execcmd": "", "funname": "updateCount", "funargs": ["val", "count"], "typemap": {"val": "array(int32#32)", "count": "array(int32#32)"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_31q12r7bg3.c"], "classmap": {}, "range": {}, "needs_c...
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_31q12r7bg3.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
11776_train_real_simple_io
bar
void bar() { int i; int array[5]; for (i=0; i<5; i++) { array[i] = i; } }
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [], "var": [] }, { ...
O2
bcf
void bar(void) { if ((9 < y) && (((x + 1) * x & 1U) != 0)) { do { /* WARNING: Do nothing block with infinite loop */ } while( true ); } return; }
cmoser96/ExercisesInC/homework/hw02/stack.c
{"livein": [], "liveout": [], "returnvarname": [], "execcmd": "", "funname": "bar", "funargs": [], "typemap": {}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_402dopf175.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []}
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_402dopf175.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
12613_train_real_simple_io
dummy
float dummy() { float f = 0.5; return f; }
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [], "var": [] }, { ...
O3
bcf
undefined4 dummy(void) { if ((9 < y) && (((x + 1) * x & 1U) != 0)) { do { /* WARNING: Do nothing block with infinite loop */ } while( true ); } return DAT_00102004; }
cmoser96/ExercisesInC/homework/hw05/rand.c
{"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "dummy", "funargs": [], "typemap": {"returnv": "float32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_38flvn0mk6.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []}
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_38flvn0mk6.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
3677_train_real_simple_io
icmpcode_v4
char *icmpcode_v4(int code) { switch (code) { case 0: return("network unreachable"); case 1: return("host unreachable"); case 2: return("protocol unreachable"); case 3: return("port unreachable"); case 4: return("fragmentation required but DF bit set"); case 5: return("source route failed"); ...
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [ "22" ], "va...
O3
bcf
char * icmpcode_v4(uint param_1) { if (param_1 < 0x10) { return &DAT_001021ec + *(int *)(&DAT_001021ec + (long)(int)param_1 * 4); } return "[unknown code]"; }
cmoser96/ExercisesInC/exercises/ex04/trout/util.c
{"livein": ["code"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "icmpcode_v4", "funargs": ["code"], "typemap": {"code": "int32", "returnv": "string"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_38ufqg9hjk.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []}
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_38ufqg9hjk.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
5631_train_real_simple_io
updateCount
void updateCount(int *val, int *count){ if((*val>2)&&(*val<7)){ *count +=1; } else if(*val==10){ *count -=1; } }
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [ "[95, 35, 6, 119, 121, ...
O3
bcf
void updateCount(int *param_1,int *param_2) { int iVar1; iVar1 = 1; if ((*param_1 - 3U < 4) || (iVar1 = -1, *param_1 == 10)) { *param_2 = *param_2 + iVar1; } return; }
cmoser96/ExercisesInC/homework/hw01/cards.c
{"livein": ["val", "count"], "liveout": ["val", "count"], "returnvarname": [], "execcmd": "", "funname": "updateCount", "funargs": ["val", "count"], "typemap": {"val": "array(int32#32)", "count": "array(int32#32)"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_31q12r7bg3.c"], "classmap": {}, "range": {}, "needs_c...
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_31q12r7bg3.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
11776_train_real_simple_io
bar
void bar() { int i; int array[5]; for (i=0; i<5; i++) { array[i] = i; } }
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [], "var": [] }, { ...
O3
bcf
void bar(void) { return; }
cmoser96/ExercisesInC/homework/hw02/stack.c
{"livein": [], "liveout": [], "returnvarname": [], "execcmd": "", "funname": "bar", "funargs": [], "typemap": {}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_402dopf175.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []}
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_402dopf175.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
12613_train_real_simple_io
dummy
float dummy() { float f = 0.5; return f; }
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [], "var": [] }, { ...
O0
fla+split
undefined4 dummy(void) { int local_14; undefined4 local_c; local_14 = -0x7f2d0444; do { while (local_14 == -0x7f2d0444) { local_c = DAT_00102004; local_14 = 0x4de4d2; } } while (local_14 != 0x4de4d2); return local_c; }
cmoser96/ExercisesInC/homework/hw05/rand.c
{"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "dummy", "funargs": [], "typemap": {"returnv": "float32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_38flvn0mk6.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []}
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_38flvn0mk6.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
3677_train_real_simple_io
icmpcode_v4
char *icmpcode_v4(int code) { switch (code) { case 0: return("network unreachable"); case 1: return("host unreachable"); case 2: return("protocol unreachable"); case 3: return("port unreachable"); case 4: return("fragmentation required but DF bit set"); case 5: return("source route failed"); ...
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [ "22" ], "va...
O0
fla+split
char * icmpcode_v4(undefined4 param_1) { char *local_10; switch(param_1) { case 0: local_10 = "network unreachable"; break; case 1: local_10 = "host unreachable"; break; case 2: local_10 = "protocol unreachable"; break; case 3: local_10 = "port unreachable"; break; cas...
cmoser96/ExercisesInC/exercises/ex04/trout/util.c
{"livein": ["code"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "icmpcode_v4", "funargs": ["code"], "typemap": {"code": "int32", "returnv": "string"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_38ufqg9hjk.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []}
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_38ufqg9hjk.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
5631_train_real_simple_io
updateCount
void updateCount(int *val, int *count){ if((*val>2)&&(*val<7)){ *count +=1; } else if(*val==10){ *count -=1; } }
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [ "[95, 35, 6, 119, 121, ...
O0
fla+split
void updateCount(int *param_1,undefined8 param_2) { undefined8 *puVar1; undefined8 local_98 [2]; undefined1 auStack_88 [36]; int local_64; int *local_60; undefined8 *local_58; byte local_49; int *local_48; int local_3c; int *local_38; int local_30; int local_2c; int *local_28; byte local_1...
cmoser96/ExercisesInC/homework/hw01/cards.c
{"livein": ["val", "count"], "liveout": ["val", "count"], "returnvarname": [], "execcmd": "", "funname": "updateCount", "funargs": ["val", "count"], "typemap": {"val": "array(int32#32)", "count": "array(int32#32)"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_31q12r7bg3.c"], "classmap": {}, "range": {}, "needs_c...
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_31q12r7bg3.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
11776_train_real_simple_io
bar
void bar() { int i; int array[5]; for (i=0; i<5; i++) { array[i] = i; } }
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [], "var": [] }, { ...
O0
fla+split
void bar(void) { int aiStack_28 [7]; int local_c; for (local_c = 0; local_c < 5; local_c = local_c + 1) { aiStack_28[local_c] = local_c; } return; }
cmoser96/ExercisesInC/homework/hw02/stack.c
{"livein": [], "liveout": [], "returnvarname": [], "execcmd": "", "funname": "bar", "funargs": [], "typemap": {}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_402dopf175.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []}
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_402dopf175.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
12613_train_real_simple_io
dummy
float dummy() { float f = 0.5; return f; }
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [], "var": [] }, { ...
O1
fla+split
undefined4 dummy(void) { int iVar1; undefined4 local_4; iVar1 = -0x543e5cdb; do { while (iVar1 == -0x543e5cdb) { local_4 = DAT_00102004; iVar1 = 0x6087a5fd; } } while (iVar1 != 0x6087a5fd); return local_4; }
cmoser96/ExercisesInC/homework/hw05/rand.c
{"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "dummy", "funargs": [], "typemap": {"returnv": "float32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_38flvn0mk6.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []}
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_38flvn0mk6.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
3677_train_real_simple_io
icmpcode_v4
char *icmpcode_v4(int code) { switch (code) { case 0: return("network unreachable"); case 1: return("host unreachable"); case 2: return("protocol unreachable"); case 3: return("port unreachable"); case 4: return("fragmentation required but DF bit set"); case 5: return("source route failed"); ...
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [ "22" ], "va...
O1
fla+split
char * icmpcode_v4(int param_1) { int iVar1; char *in_R11; int local_3c; char *local_38; iVar1 = 0x3f2d5591; LAB_001011a0: do { while (0x13c3d92c < iVar1) { if (iVar1 < 0x4b1c56d8) { if (iVar1 < 0x270def64) { if (iVar1 < 0x1bad36c3) { if (iVar1 == 0x13c3d92d) { ...
cmoser96/ExercisesInC/exercises/ex04/trout/util.c
{"livein": ["code"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "icmpcode_v4", "funargs": ["code"], "typemap": {"code": "int32", "returnv": "string"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_38ufqg9hjk.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []}
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_38ufqg9hjk.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
5631_train_real_simple_io
updateCount
void updateCount(int *val, int *count){ if((*val>2)&&(*val<7)){ *count +=1; } else if(*val==10){ *count -=1; } }
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [ "[95, 35, 6, 119, 121, ...
O1
fla+split
void updateCount(int *param_1,int *param_2) { int iVar1; undefined1 local_35; undefined4 local_34; undefined4 local_30; undefined4 local_2c; undefined4 local_28; undefined4 local_24; undefined8 local_20; undefined8 local_18; undefined8 local_8; iVar1 = 0x45d9966; do { while( true ) { ...
cmoser96/ExercisesInC/homework/hw01/cards.c
{"livein": ["val", "count"], "liveout": ["val", "count"], "returnvarname": [], "execcmd": "", "funname": "updateCount", "funargs": ["val", "count"], "typemap": {"val": "array(int32#32)", "count": "array(int32#32)"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_31q12r7bg3.c"], "classmap": {}, "range": {}, "needs_c...
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_31q12r7bg3.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
11776_train_real_simple_io
bar
void bar() { int i; int array[5]; for (i=0; i<5; i++) { array[i] = i; } }
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [], "var": [] }, { ...
O1
fla+split
void bar(void) { return; }
cmoser96/ExercisesInC/homework/hw02/stack.c
{"livein": [], "liveout": [], "returnvarname": [], "execcmd": "", "funname": "bar", "funargs": [], "typemap": {}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_402dopf175.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []}
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_402dopf175.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
12613_train_real_simple_io
dummy
float dummy() { float f = 0.5; return f; }
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [], "var": [] }, { ...
O2
fla+split
undefined4 dummy(void) { return DAT_00102004; }
cmoser96/ExercisesInC/homework/hw05/rand.c
{"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "dummy", "funargs": [], "typemap": {"returnv": "float32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_38flvn0mk6.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []}
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_38flvn0mk6.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
3677_train_real_simple_io
icmpcode_v4
char *icmpcode_v4(int code) { switch (code) { case 0: return("network unreachable"); case 1: return("host unreachable"); case 2: return("protocol unreachable"); case 3: return("port unreachable"); case 4: return("fragmentation required but DF bit set"); case 5: return("source route failed"); ...
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [ "22" ], "va...
O2
fla+split
char * icmpcode_v4(uint param_1) { if (param_1 < 0x10) { return &DAT_001021ec + *(int *)(&DAT_001021ec + (long)(int)param_1 * 4); } return "[unknown code]"; }
cmoser96/ExercisesInC/exercises/ex04/trout/util.c
{"livein": ["code"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "icmpcode_v4", "funargs": ["code"], "typemap": {"code": "int32", "returnv": "string"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_38ufqg9hjk.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []}
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_38ufqg9hjk.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
5631_train_real_simple_io
updateCount
void updateCount(int *val, int *count){ if((*val>2)&&(*val<7)){ *count +=1; } else if(*val==10){ *count -=1; } }
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [ "[95, 35, 6, 119, 121, ...
O2
fla+split
void updateCount(int *param_1,undefined8 param_2) { undefined8 *puVar1; int iVar2; undefined1 auStack_48 [8]; int *local_40; int *local_38; int *local_30; int *local_28; int local_20; int local_1c; int local_18; int local_14; undefined8 *local_10; puVar1 = (undefined8 *)auStack_48; iVar...
cmoser96/ExercisesInC/homework/hw01/cards.c
{"livein": ["val", "count"], "liveout": ["val", "count"], "returnvarname": [], "execcmd": "", "funname": "updateCount", "funargs": ["val", "count"], "typemap": {"val": "array(int32#32)", "count": "array(int32#32)"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_31q12r7bg3.c"], "classmap": {}, "range": {}, "needs_c...
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_31q12r7bg3.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
11776_train_real_simple_io
bar
void bar() { int i; int array[5]; for (i=0; i<5; i++) { array[i] = i; } }
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [], "var": [] }, { ...
O2
fla+split
void bar(void) { int in_ECX; int iVar1; int *piVar2; int local_28; int local_24; int local_20; int local_1c; undefined1 *local_18; char local_9; piVar2 = &local_28; iVar1 = 0x521530a1; do { while( true ) { while( true ) { while( true ) { while (-0x584153f < iVar1...
cmoser96/ExercisesInC/homework/hw02/stack.c
{"livein": [], "liveout": [], "returnvarname": [], "execcmd": "", "funname": "bar", "funargs": [], "typemap": {}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_402dopf175.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []}
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_402dopf175.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
12613_train_real_simple_io
dummy
float dummy() { float f = 0.5; return f; }
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [], "var": [] }, { ...
O3
fla+split
undefined4 dummy(void) { return DAT_00102004; }
cmoser96/ExercisesInC/homework/hw05/rand.c
{"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "dummy", "funargs": [], "typemap": {"returnv": "float32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_38flvn0mk6.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []}
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_38flvn0mk6.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
3677_train_real_simple_io
icmpcode_v4
char *icmpcode_v4(int code) { switch (code) { case 0: return("network unreachable"); case 1: return("host unreachable"); case 2: return("protocol unreachable"); case 3: return("port unreachable"); case 4: return("fragmentation required but DF bit set"); case 5: return("source route failed"); ...
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [ "22" ], "va...
O3
fla+split
char * icmpcode_v4(int param_1,char *param_2) { int iVar1; char *in_R10; int local_3c; iVar1 = 0x6812ab0e; LAB_001011a0: while (iVar1 < 0x30a4bed) { if (iVar1 < -0x384abe46) { if (iVar1 < -0x6391744b) { if (iVar1 < -0x7400ec07) { if (iVar1 == -0x7c99d1b8) { iVar1 =...
cmoser96/ExercisesInC/exercises/ex04/trout/util.c
{"livein": ["code"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "icmpcode_v4", "funargs": ["code"], "typemap": {"code": "int32", "returnv": "string"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_38ufqg9hjk.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []}
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_38ufqg9hjk.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
5631_train_real_simple_io
updateCount
void updateCount(int *val, int *count){ if((*val>2)&&(*val<7)){ *count +=1; } else if(*val==10){ *count -=1; } }
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [ "[95, 35, 6, 119, 121, ...
O3
fla+split
void updateCount(int *param_1,int *param_2) { int iVar1; int local_2c; int local_28; int local_24; int *local_20; int *local_18; int *local_10; int *local_8; iVar1 = -0x7fabf173; do { while( true ) { while( true ) { while( true ) { while (iVar1 < 0x12d872ef) { ...
cmoser96/ExercisesInC/homework/hw01/cards.c
{"livein": ["val", "count"], "liveout": ["val", "count"], "returnvarname": [], "execcmd": "", "funname": "updateCount", "funargs": ["val", "count"], "typemap": {"val": "array(int32#32)", "count": "array(int32#32)"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_31q12r7bg3.c"], "classmap": {}, "range": {}, "needs_c...
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_31q12r7bg3.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
11776_train_real_simple_io
bar
void bar() { int i; int array[5]; for (i=0; i<5; i++) { array[i] = i; } }
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [], "var": [] }, { ...
O3
fla+split
void bar(void) { int in_ECX; int iVar1; char local_1d; int local_1c; int local_10; int local_c; iVar1 = 0x3f2e5904; do { while( true ) { while( true ) { while( true ) { while (iVar1 < 0x1cd04a94) { if (iVar1 < -0xe96abe3) { if (iVar1 == -0x26a07...
cmoser96/ExercisesInC/homework/hw02/stack.c
{"livein": [], "liveout": [], "returnvarname": [], "execcmd": "", "funname": "bar", "funargs": [], "typemap": {}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_402dopf175.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []}
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_402dopf175.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
12613_train_real_simple_io
bar
void bar() { int i; int array[5]; for (i=0; i<5; i++) { array[i] = i; } }
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [], "var": [] }, { ...
O0
fla
void bar(void) { int aiStack_28 [7]; int local_c; for (local_c = 0; local_c < 5; local_c = local_c + 1) { aiStack_28[local_c] = local_c; } return; }
cmoser96/ExercisesInC/homework/hw02/stack.c
{"livein": [], "liveout": [], "returnvarname": [], "execcmd": "", "funname": "bar", "funargs": [], "typemap": {}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_402dopf175.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []}
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_402dopf175.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
12613_train_real_simple_io
icmpcode_v4
char *icmpcode_v4(int code) { switch (code) { case 0: return("network unreachable"); case 1: return("host unreachable"); case 2: return("protocol unreachable"); case 3: return("port unreachable"); case 4: return("fragmentation required but DF bit set"); case 5: return("source route failed"); ...
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [ "22" ], "va...
O1
fla
void icmpcode_v4(int param_1) { int iVar1; iVar1 = 0x10f7b8fb; do { while( true ) { while( true ) { while( true ) { while( true ) { while( true ) { while (0x19fc4f46 < iVar1) { if (iVar1 < 0x46b058f3) { if (iVar1 < 0x3b72...
cmoser96/ExercisesInC/exercises/ex04/trout/util.c
{"livein": ["code"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "icmpcode_v4", "funargs": ["code"], "typemap": {"code": "int32", "returnv": "string"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_38ufqg9hjk.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []}
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_38ufqg9hjk.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
5631_train_real_simple_io
updateCount
void updateCount(int *val, int *count){ if((*val>2)&&(*val<7)){ *count +=1; } else if(*val==10){ *count -=1; } }
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [ "[95, 35, 6, 119, 121, ...
O1
fla
void updateCount(int *param_1,int *param_2) { int iVar1; iVar1 = 1; if ((*param_1 - 3U < 4) || (iVar1 = -1, *param_1 == 10)) { *param_2 = *param_2 + iVar1; } return; }
cmoser96/ExercisesInC/homework/hw01/cards.c
{"livein": ["val", "count"], "liveout": ["val", "count"], "returnvarname": [], "execcmd": "", "funname": "updateCount", "funargs": ["val", "count"], "typemap": {"val": "array(int32#32)", "count": "array(int32#32)"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_31q12r7bg3.c"], "classmap": {}, "range": {}, "needs_c...
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_31q12r7bg3.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
11776_train_real_simple_io
dummy
float dummy() { float f = 0.5; return f; }
{ "dummy_funcs": [ null, null, null, null, null, null, null, null, null, null ], "dummy_funcs_seed": [ null, null, null, null, null, null, null, null, null, null ], "input": [ { "value": [], "var": [] }, { ...
O2
fla
undefined4 dummy(void) { return DAT_00102004; }
cmoser96/ExercisesInC/homework/hw05/rand.c
{"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "dummy", "funargs": [], "typemap": {"returnv": "float32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_38flvn0mk6.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []}
extern "C" { #include "/tmp/pytmpfile_2d0c40262005_38flvn0mk6.c" } #include <vector> #include <nlohmann/json.hpp> #include <fstream> #include <iomanip> #include <clib/synthesizer.h> #include <time.h> #include <math.h> #include <iostream> char* output_file; char* pre_accel_dump_file; // optional dump file. using json ...
3677_train_real_simple_io
End of preview. Expand in Data Studio

YAML Metadata Warning:The task_categories "text2text-generation" is not in the official list: text-classification, token-classification, table-question-answering, question-answering, zero-shot-classification, translation, summarization, feature-extraction, text-generation, fill-mask, sentence-similarity, text-to-speech, text-to-audio, automatic-speech-recognition, audio-to-audio, audio-classification, audio-text-to-text, voice-activity-detection, depth-estimation, image-classification, object-detection, image-segmentation, text-to-image, image-to-text, image-to-image, image-to-video, unconditional-image-generation, video-classification, reinforcement-learning, robotics, tabular-classification, tabular-regression, tabular-to-text, table-to-text, multiple-choice, text-ranking, text-retrieval, time-series-forecasting, text-to-video, image-text-to-text, image-text-to-image, image-text-to-video, visual-question-answering, document-question-answering, zero-shot-image-classification, graph-ml, mask-generation, zero-shot-object-detection, text-to-3d, image-to-3d, image-feature-extraction, video-text-to-text, keypoint-detection, visual-document-retrieval, any-to-any, video-to-video, other

ExeBench-Obfuscated

ExeBench-Obfuscated is a C decompilation dataset for studying neural decompilation under compiler-based code obfuscation. It accompanies the RQ3 experiments in the paper Rethinking Neural Decompilation (ICICS 2026), which investigates whether targeted fine-tuning and generate-then-select inference improve the recovery of obfuscated functions.

The dataset contains reference C functions paired with Ghidra pseudo-code obtained from their obfuscated compiled binaries. It covers four Obfuscator-LLVM (OLLVM) transformations and four compiler optimization levels. The source projects are partitioned between the training and test sets to reduce repository-level leakage.

Dataset Summary

Split Samples
Train 287,790
Test 74,857
Total 362,647

The available OLLVM transformations are:

  • bcf: bogus control flow
  • fla: control-flow flattening
  • fla+split: control-flow flattening combined with basic-block splitting
  • sub: instruction substitution

Each transformation is represented at compiler optimization levels O0, O1, O2, and O3.

Loading the Dataset

Install the Hugging Face Datasets library:

pip install -U datasets

Load both splits:

from datasets import load_dataset

dataset = load_dataset("gautiiii/ExeBench-Obfuscated")
train_dataset = dataset["train"]
test_dataset = dataset["test"]

Data Fields

Each record contains the following fields:

Field Description
task_id Stable identifier assigned to the mapped function sample.
func_name Function name recovered from the source metadata.
c_func Reference C source function associated with the obfuscated binary and used as the target output.
input_asm_prompt Ghidra pseudo-code recovered from the corresponding obfuscated binary and supplied as model input.
type Compiler optimization level (O0, O1, O2, or O3; some tooling may display these with a leading hyphen).
obf_pass Applied OLLVM transformation (bcf, fla, fla+split, or sub).
path Source-repository path associated with the original function.
c_test C test harness used for functional evaluation.
real_io_pairs Structured input/output examples associated with the function.
real_iospec Serialized input/output specification used by the evaluation pipeline.

Dataset Construction

The corpus was derived from ExeBench functions. Each function was compiled under combinations of the four OLLVM transformations and four optimization levels, after which Ghidra was used to recover pseudo-code from the resulting binaries. The generated records were mapped back to their source repository and ExeBench execution metadata. Empty or trivial function records were removed, and the remaining data were split by source repository rather than by individual function. This prevents functions from the same repository from being distributed across the training and test partitions.

The final records retain the reference function, decompiler input, optimization and obfuscation labels, source metadata, and available functional test information. Additional filtering for the paper's model experiments, including the 4096-token context limit and the fixed 1,000-sample RQ3 test subset, is performed by the accompanying experiment code rather than by this Hub dataset.

Intended Use

The dataset is intended for research on:

  • neural decompilation of obfuscated binaries;
  • robustness to compiler optimization and OLLVM transformations;
  • decompilation model fine-tuning;
  • candidate generation and selection; and
  • static and functional evaluation of recovered C code.

It is not intended to establish that a model can deobfuscate every binary or generalize to packing, virtualization, self-modifying code, or obfuscation families not represented here.

Licensing and Provenance

The dataset is derived from functions associated with multiple upstream ExeBench source repositories. Those repositories may use different licenses. The other license tag therefore does not grant a new uniform license over all underlying source code. Users are responsible for consulting the relevant upstream repository and its license before redistributing or using individual records. The path field is retained to support provenance analysis.

Citation

If you use this dataset, please cite the accompanying paper:

Rethinking Neural Decompilation. ICICS 2026.

The final proceedings BibTeX entry and DOI should be added here when they are available.

This dataset is derived from ExeBench. Please also cite the original ExeBench publication:

@inproceedings{10.1145/3520312.3534867,
  author = {Armengol-Estap\'{e}, Jordi and Woodruff, Jackson and
            Brauckmann, Alexander and Magalh\~{a}es, Jos\'{e} Wesley de Souza
            and O'Boyle, Michael F. P.},
  title = {ExeBench: An ML-Scale Dataset of Executable C Functions},
  year = {2022},
  isbn = {9781450392730},
  publisher = {Association for Computing Machinery},
  address = {New York, NY, USA},
  url = {https://doi.org/10.1145/3520312.3534867},
  doi = {10.1145/3520312.3534867},
  booktitle = {Proceedings of the 6th ACM SIGPLAN International Symposium
               on Machine Programming},
  pages = {50--59},
  numpages = {10},
  keywords = {Code Dataset, Program Synthesis, Mining Software Repositories,
              C, Machine Learning for Code, Compilers},
  location = {San Diego, CA, USA},
  series = {MAPS 2022}
}

Reproducibility

The training, evaluation, and candidate-selection scripts are available in the companion repository:

https://github.com/UzL-ITS/rethinking-neural-decompilation

The RQ3 README in that repository documents the fine-tuning and evaluation pipeline used in the paper.

Downloads last month
72