input
stringlengths
144
489k
output
stringlengths
45
339k
shard
stringclasses
16 values
filename
stringlengths
135
135
line_num
int64
0
2.62k
context
list
{"name": "hex2byte", "code": "__int64 __fastcall hex2byte ( char * @@a1@@ ) { __int64 @@result@@ ; int @@v2@@ ; int @@v3@@ ; @@v3@@ = hex2num ( * @@a1@@ ) ; if ( @@v3@@ < Number ) return Number ; @@v2@@ = hex2num ( @@a1@@ [ Number ] ) ; if ( @@v2@@ >= Number ) @@result@@ = @@v2@@ | ( unsigned int ) ( Number * @@v3@@ ) ; else @@result@@ = Number ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "result", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}, {"n": "v3", "t": {"T": 1, "n": "int", "s": 4}, "location": "s4"}, {"n": "v2", "t": {"T": 1, "n": "int", "s": 4}, "location": "s8"}]}
[{"n": "hex", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "result", "t": {"T": 1, "n": "int", "s": 4}, "location": "r8"}, {"n": "a", "t": {"T": 1, "n": "int", "s": 4}, "location": "s4"}, {"n": "b", "t": {"T": 1, "n": "int", "s": 4}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
147
[ "{\"name\": \"hex2num\", \"code\": \"__int64 __fastcall hex2num ( char @@a1@@ ) { if ( @@a1@@ > Number && @@a1@@ <= Number ) return ( unsigned int ) ( @@a1@@ - Number ) ; if ( @@a1@@ > Number && @@a1@@ <= Number ) return ( unsigned int ) ( @@a1@@ - Number ) ; if ( @@a1@@ <= Number || @@a1@@ > Number ) return Number ; return ( unsigned int ) ( @@a1@@ - Number ) ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"char\", \"s\": 1}, \"location\": \"r56\"}]}" ]
{"name": "hwaddr_parse", "code": "char * __fastcall hwaddr_parse ( char * @@a1@@ , __int64 @@a2@@ ) { char * @@v3@@ ; int @@v5@@ ; unsigned __int64 @@i@@ ; for ( @@i@@ = Number L ; @@i@@ <= Number ; ++ @@i@@ ) { @@v5@@ = hex2byte ( @@a1@@ ) ; if ( @@v5@@ < Number ) return Number L ; @@a1@@ += Number ; * ( _BYTE * ) ( @@a2@@ + @@i@@ ) = @@v5@@ ; if ( @@i@@ <= Number ) { @@v3@@ = @@a1@@ ++ ; if ( * @@v3@@ != Number ) return Number L ; } } return @@a1@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "v3", "t": {"T": 3, "t": "char"}, "location": "r8"}, {"n": "v5", "t": {"T": 1, "n": "int", "s": 4}, "location": "s12"}, {"n": "i", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "s8"}]}
[{"n": "txt", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "addr", "t": {"T": 3, "t": "u8"}, "location": "r64"}, {"n": "v3", "t": {"T": 3, "t": "const char"}, "location": "r8"}, {"n": "a", "t": {"T": 1, "n": "int", "s": 4}, "location": "s12"}, {"n": "i", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
148
[ "{\"name\": \"hex2byte\", \"code\": \"__int64 __fastcall hex2byte ( char * @@a1@@ ) { __int64 @@result@@ ; int @@v2@@ ; int @@v3@@ ; @@v3@@ = hex2num ( * @@a1@@ ) ; if ( @@v3@@ < Number ) return Number ; @@v2@@ = hex2num ( @@a1@@ [ Number ] ) ; if ( @@v2@@ >= Number ) @@result@@ = @@v2@@ | ( unsigned int ) ( Number * @@v3@@ ) ; else @@result@@ = Number ; return @@result@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"r56\"}, {\"n\": \"result\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r8\"}, {\"n\": \"v3\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s4\"}, {\"n\": \"v2\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s8\"}]}" ]
{"name": "hwaddr_aton", "code": "__int64 __fastcall hwaddr_aton ( char * @@a1@@ , __int64 @@a2@@ ) { __int64 @@result@@ ; if ( hwaddr_parse ( @@a1@@ , @@a2@@ ) ) @@result@@ = Number L ; else @@result@@ = Number ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "result", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}]}
[{"n": "txt", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "addr", "t": {"T": 3, "t": "u8"}, "location": "r64"}, {"n": "result", "t": {"T": 1, "n": "int", "s": 4}, "location": "r8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
149
[ "{\"name\": \"hwaddr_parse\", \"code\": \"char * __fastcall hwaddr_parse ( char * @@a1@@ , __int64 @@a2@@ ) { char * @@v3@@ ; int @@v5@@ ; unsigned __int64 @@i@@ ; for ( @@i@@ = Number L ; @@i@@ <= Number ; ++ @@i@@ ) { @@v5@@ = hex2byte ( @@a1@@ ) ; if ( @@v5@@ < Number ) return Number L ; @@a1@@ += Number ; * ( _BYTE * ) ( @@a2@@ + @@i@@ ) = @@v5@@ ; if ( @@i@@ <= Number ) { @@v3@@ = @@a1@@ ++ ; if ( * @@v3@@ != Number ) return Number L ; } } return @@a1@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"v3\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"r8\"}, {\"n\": \"v5\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s12\"}, {\"n\": \"i\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"s8\"}]}" ]
{"name": "hwaddr_masked_aton", "code": "__int64 __fastcall hwaddr_masked_aton ( char * @@a1@@ , __int64 @@a2@@ , void * @@a3@@ , char @@a4@@ ) { char * @@v7@@ ; @@v7@@ = hwaddr_parse ( @@a1@@ , @@a2@@ ) ; if ( ! @@v7@@ ) return Number ; if ( * @@v7@@ && ( ( * __ctype_b_loc ( ) ) [ * @@v7@@ ] & Number ) == Number ) { if ( ! @@a4@@ || * @@v7@@ != Number ) return Number ; if ( ! hwaddr_parse ( @@v7@@ + Number , ( __int64 ) @@a3@@ ) ) return Number ; } else { memset ( @@a3@@ , Number , Number ) ; } return Number L ; }", "source": [{"n": "a3", "t": {"T": 3, "t": "void"}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "char", "s": 1}, "location": "r24"}, {"n": "a1", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "v7", "t": {"T": 3, "t": "char"}, "location": "s8"}]}
[{"n": "mask", "t": {"T": 3, "t": "u8"}, "location": "r16"}, {"n": "maskable", "t": {"T": 1, "n": "u8", "s": 1}, "location": "r24"}, {"n": "txt", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "addr", "t": {"T": 3, "t": "u8"}, "location": "r64"}, {"n": "r", "t": {"T": 3, "t": "const char"}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
150
[ "{\"name\": \"hwaddr_parse\", \"code\": \"char * __fastcall hwaddr_parse ( char * @@a1@@ , __int64 @@a2@@ ) { char * @@v3@@ ; int @@v5@@ ; unsigned __int64 @@i@@ ; for ( @@i@@ = Number L ; @@i@@ <= Number ; ++ @@i@@ ) { @@v5@@ = hex2byte ( @@a1@@ ) ; if ( @@v5@@ < Number ) return Number L ; @@a1@@ += Number ; * ( _BYTE * ) ( @@a2@@ + @@i@@ ) = @@v5@@ ; if ( @@i@@ <= Number ) { @@v3@@ = @@a1@@ ++ ; if ( * @@v3@@ != Number ) return Number L ; } } return @@a1@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"v3\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"r8\"}, {\"n\": \"v5\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s12\"}, {\"n\": \"i\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"s8\"}]}" ]
{"name": "hwaddr_compact_aton", "code": "__int64 __fastcall hwaddr_compact_aton ( char * @@a1@@ , _BYTE * @@a2@@ ) { char * v2 ; char * v4 ; _BYTE * v5 ; char * @@v8@@ ; int @@v9@@ ; int @@v10@@ ; int @@i@@ ; for ( @@i@@ = Number ; @@i@@ <= Number ; ++ @@i@@ ) { v2 = @@a1@@ ; @@v8@@ = @@a1@@ + Number ; @@v10@@ = hex2num ( * v2 ) ; if ( @@v10@@ < Number ) return Number ; v4 = @@v8@@ ; @@a1@@ = @@v8@@ + Number ; @@v9@@ = hex2num ( * v4 ) ; if ( @@v9@@ < Number ) return Number ; v5 = @@a2@@ ++ ; * v5 = @@v9@@ | ( Number * @@v10@@ ) ; } return Number L ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "_BYTE"}, "location": "r64"}, {"n": "v9", "t": {"T": 1, "n": "int", "s": 4}, "location": "s12"}, {"n": "v8", "t": {"T": 3, "t": "char"}, "location": "s24"}, {"n": "i", "t": {"T": 1, "n": "int", "s": 4}, "location": "s4"}, {"n": "v10", "t": {"T": 1, "n": "int", "s": 4}, "location": "s8"}]}
[{"n": "txt", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "addr", "t": {"T": 3, "t": "u8"}, "location": "r64"}, {"n": "b", "t": {"T": 1, "n": "int", "s": 4}, "location": "s12"}, {"n": "txtb", "t": {"T": 3, "t": "const char"}, "location": "s24"}, {"n": "i", "t": {"T": 1, "n": "int", "s": 4}, "location": "s4"}, {"n": "a", "t": {"T": 1, "n": "int", "s": 4}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
151
[ "{\"name\": \"hex2num\", \"code\": \"__int64 __fastcall hex2num ( char @@a1@@ ) { if ( @@a1@@ > Number && @@a1@@ <= Number ) return ( unsigned int ) ( @@a1@@ - Number ) ; if ( @@a1@@ > Number && @@a1@@ <= Number ) return ( unsigned int ) ( @@a1@@ - Number ) ; if ( @@a1@@ <= Number || @@a1@@ > Number ) return Number ; return ( unsigned int ) ( @@a1@@ - Number ) ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"char\", \"s\": 1}, \"location\": \"r56\"}]}" ]
{"name": "hwaddr_aton2", "code": "__int64 __fastcall hwaddr_aton2 ( char * @@a1@@ , _BYTE * @@a2@@ ) { char * v2 ; char * v4 ; _BYTE * v5 ; int @@v7@@ ; int @@v8@@ ; char * v9 ; char * v10 ; int @@i@@ ; v9 = @@a1@@ ; for ( @@i@@ = Number ; @@i@@ <= Number ; ++ @@i@@ ) { while ( * v9 == Number || * v9 == Number || * v9 == Number ) ++ v9 ; v2 = v9 ; v10 = v9 + Number ; @@v8@@ = hex2num ( * v2 ) ; if ( @@v8@@ < Number ) return Number ; v4 = v10 ; v9 = v10 + Number ; @@v7@@ = hex2num ( * v4 ) ; if ( @@v7@@ < Number ) return Number ; v5 = @@a2@@ ++ ; * v5 = @@v7@@ | ( Number * @@v8@@ ) ; } return v9 - @@a1@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "_BYTE"}, "location": "r64"}, {"n": "v8", "t": {"T": 1, "n": "int", "s": 4}, "location": "s20"}, {"n": "v7", "t": {"T": 1, "n": "int", "s": 4}, "location": "s24"}, {"n": "i", "t": {"T": 1, "n": "int", "s": 4}, "location": "s4"}]}
[{"n": "txt", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "addr", "t": {"T": 3, "t": "u8"}, "location": "r64"}, {"n": "a", "t": {"T": 1, "n": "int", "s": 4}, "location": "s20"}, {"n": "b", "t": {"T": 1, "n": "int", "s": 4}, "location": "s24"}, {"n": "i", "t": {"T": 1, "n": "int", "s": 4}, "location": "s4"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
152
[ "{\"name\": \"hex2num\", \"code\": \"__int64 __fastcall hex2num ( char @@a1@@ ) { if ( @@a1@@ > Number && @@a1@@ <= Number ) return ( unsigned int ) ( @@a1@@ - Number ) ; if ( @@a1@@ > Number && @@a1@@ <= Number ) return ( unsigned int ) ( @@a1@@ - Number ) ; if ( @@a1@@ <= Number || @@a1@@ > Number ) return Number ; return ( unsigned int ) ( @@a1@@ - Number ) ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"char\", \"s\": 1}, \"location\": \"r56\"}]}", "{\"name\": \"hwaddr_aton\", \"code\": \"__int64 __fastcall hwaddr_aton ( char * @@a1@@ , __int64 @@a2@@ ) { __int64 @@result@@ ; if ( hwaddr_parse ( @@a1@@ , @@a2@@ ) ) @@result@@ = Number L ; else @@result@@ = Number ; return @@result@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"result\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r8\"}]}" ]
{"name": "hexstr2bin", "code": "__int64 __fastcall hexstr2bin ( char * @@a1@@ , _BYTE * @@a2@@ , unsigned __int64 @@a3@@ ) { _BYTE * @@v4@@ ; int @@v6@@ ; unsigned __int64 @@i@@ ; for ( @@i@@ = Number L ; @@i@@ < @@a3@@ ; ++ @@i@@ ) { @@v6@@ = hex2byte ( @@a1@@ ) ; if ( @@v6@@ < Number ) return Number ; @@v4@@ = @@a2@@ ++ ; * @@v4@@ = @@v6@@ ; @@a1@@ += Number ; } return Number L ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "r16"}, {"n": "a1", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "_BYTE"}, "location": "r64"}, {"n": "v4", "t": {"T": 3, "t": "_BYTE"}, "location": "r8"}, {"n": "v6", "t": {"T": 1, "n": "int", "s": 4}, "location": "s28"}, {"n": "i", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "s8"}]}
[{"n": "len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r16"}, {"n": "hex", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "buf", "t": {"T": 3, "t": "u8"}, "location": "r64"}, {"n": "v4", "t": {"T": 3, "t": "u8"}, "location": "r8"}, {"n": "a", "t": {"T": 1, "n": "int", "s": 4}, "location": "s28"}, {"n": "i", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
153
[ "{\"name\": \"hex2byte\", \"code\": \"__int64 __fastcall hex2byte ( char * @@a1@@ ) { __int64 @@result@@ ; int @@v2@@ ; int @@v3@@ ; @@v3@@ = hex2num ( * @@a1@@ ) ; if ( @@v3@@ < Number ) return Number ; @@v2@@ = hex2num ( @@a1@@ [ Number ] ) ; if ( @@v2@@ >= Number ) @@result@@ = @@v2@@ | ( unsigned int ) ( Number * @@v3@@ ) ; else @@result@@ = Number ; return @@result@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"r56\"}, {\"n\": \"result\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r8\"}, {\"n\": \"v3\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s4\"}, {\"n\": \"v2\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s8\"}]}" ]
{"name": "hwaddr_mask_txt", "code": "__int64 __fastcall hwaddr_mask_txt ( char * @@a1@@ , size_t @@a2@@ , unsigned __int8 * @@a3@@ , unsigned __int8 * @@a4@@ ) { __int64 @@result@@ ; unsigned int @@v5@@ ; int @@v6@@ ; unsigned __int64 @@i@@ ; @@v6@@ = Number ; for ( @@i@@ = Number L ; @@i@@ <= Number ; ++ @@i@@ ) { if ( @@a4@@ [ @@i@@ ] != Number ) { @@v6@@ = Number ; break ; } } if ( @@v6@@ ) @@v5@@ = snprintf ( @@a1@@ , @@a2@@ , String , * @@a3@@ , @@a3@@ [ Number ] , @@a3@@ [ Number ] , @@a3@@ [ Number ] , @@a3@@ [ Number ] , @@a3@@ [ Number ] , * @@a4@@ , @@a4@@ [ Number ] , @@a4@@ [ Number ] , @@a4@@ [ Number ] , @@a4@@ [ Number ] , @@a4@@ [ Number ] ) ; else @@v5@@ = snprintf ( @@a1@@ , @@a2@@ , String , * @@a3@@ , @@a3@@ [ Number ] , @@a3@@ [ Number ] , @@a3@@ [ Number ] , @@a3@@ [ Number ] , @@a3@@ [ Number ] ) ; if ( os_snprintf_error ( @@a2@@ , @@v5@@ ) ) @@result@@ = Number ; else @@result@@ = @@v5@@ ; return @@result@@ ; }", "source": [{"n": "a3", "t": {"T": 3, "t": "unsigned __int8"}, "location": "r16"}, {"n": "a4", "t": {"T": 3, "t": "unsigned __int8"}, "location": "r24"}, {"n": "a1", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r64"}, {"n": "result", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}, {"n": "i", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "s56"}, {"n": "v6", "t": {"T": 1, "n": "int", "s": 4}, "location": "s60"}, {"n": "v5", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s64"}]}
[{"n": "addr", "t": {"T": 3, "t": "const u8"}, "location": "r16"}, {"n": "mask", "t": {"T": 3, "t": "const u8"}, "location": "r24"}, {"n": "buf", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r64"}, {"n": "result", "t": {"T": 1, "n": "int", "s": 4}, "location": "r8"}, {"n": "i", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s56"}, {"n": "print_mask", "t": {"T": 1, "n": "int", "s": 4}, "location": "s60"}, {"n": "res", "t": {"T": 1, "n": "int", "s": 4}, "location": "s64"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
154
[ "{\"name\": \"os_snprintf_error\", \"code\": \"_BOOL8 __fastcall os_snprintf_error ( unsigned __int64 @@a1@@ , int @@a2@@ ) { return @@a2@@ < Number || @@a1@@ <= ( unsigned int ) @@a2@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r64\"}]}" ]
{"name": "inc_byte_array", "code": "__int64 __fastcall inc_byte_array ( __int64 @@a1@@ , int @@a2@@ ) { __int64 @@result@@ ; int @@i@@ ; @@result@@ = ( unsigned int ) ( @@a2@@ - Number ) ; for ( @@i@@ = @@a2@@ - Number ; @@i@@ >= Number ; -- @@i@@ ) { @@result@@ = ( unsigned __int8 ) ++ * ( _BYTE * ) ( @@i@@ + @@a1@@ ) ; if ( ( _BYTE ) @@result@@ ) break ; } return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}, {"n": "result", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}, {"n": "i", "t": {"T": 1, "n": "int", "s": 4}, "location": "s4"}]}
[{"n": "counter", "t": {"T": 3, "t": "u8"}, "location": "r56"}, {"n": "len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}, {"n": "pos", "t": {"T": 1, "n": "int", "s": 4}, "location": "s4"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
155
[]
{"name": "wpa_get_ntp_timestamp", "code": "__int64 __fastcall wpa_get_ntp_timestamp ( _DWORD * @@a1@@ ) { __int64 @@result@@ ; __int64 @@v2@@ ; __int64 @@v3@@ ; unsigned int @@v4@@ ; int @@v5@@ ; os_get_time ( & @@v2@@ ) ; @@v5@@ = @@v2@@ - Number ; @@v4@@ = Number * @@v3@@ - ( ( unsigned int ) @@v3@@ >> Number ) - ( ( unsigned int ) @@v3@@ >> Number ) ; * @@a1@@ = _bswap_32 ( ( int ) @@v2@@ - Number ) ; @@result@@ = ( unsigned int ) _bswap_32 ( @@v4@@ ) ; @@a1@@ [ Number ] = @@result@@ ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "_DWORD"}, "location": "r56"}, {"n": "result", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}, {"n": "v3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s24"}, {"n": "v2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s32"}, {"n": "v5", "t": {"T": 1, "n": "int", "s": 4}, "location": "s4"}, {"n": "v4", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s8"}]}
[{"n": "buf", "t": {"T": 3, "t": "u8"}, "location": "r56"}, {"n": "", "t": {"T": 10}, "location": "r8"}, {"n": "", "t": {"T": 10}, "location": "s24"}, {"n": "now", "t": {"T": 6, "n": "os_time", "l": [{"T": 4, "n": "sec", "t": "os_time_t", "s": 8}, {"T": 4, "n": "usec", "t": "os_time_t", "s": 8}]}, "location": "s32"}, {"n": "sec", "t": {"T": 1, "n": "u32", "s": 4}, "location": "s4"}, {"n": "usec", "t": {"T": 1, "n": "u32", "s": 4}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
156
[ "{\"name\": \"os_get_time\", \"code\": \"__int64 __fastcall os_get_time ( struct timeval * @@a1@@ ) { struct timeval @@tv@@ ; unsigned int @@v3@@ ; @@v3@@ = gettimeofday ( & @@tv@@ , Number L ) ; * @@a1@@ = @@tv@@ ; return @@v3@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"struct timeval\"}, \"location\": \"r56\"}, {\"n\": \"tv\", \"t\": {\"T\": 6, \"n\": \"struct timeval\", \"l\": [{\"T\": 4, \"n\": \"tv_sec\", \"t\": \"__time_t\", \"s\": 8}, {\"T\": 4, \"n\": \"tv_usec\", \"t\": \"__suseconds_t\", \"s\": 8}]}, \"location\": \"s32\"}, {\"n\": \"v3\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"s4\"}]}" ]
{"name": "wpa_scnprintf", "code": "__int64 wpa_scnprintf ( char * @@a1@@ , size_t @@a2@@ , const char * @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { gcc_va_list @@arg@@ ; int @@v8@@ ; __int64 @@v9@@ ; __int64 @@v10@@ ; __int64 @@v11@@ ; @@v9@@ = @@a4@@ ; @@v10@@ = @@a5@@ ; @@v11@@ = @@a6@@ ; if ( ! @@a2@@ ) return Number L ; @@arg@@ [ Number ] . gp_offset = Number ; va_start ( @@arg@@ , @@a6@@ ) ; @@v8@@ = vsnprintf ( @@a1@@ , @@a2@@ , @@a3@@ , @@arg@@ ) ; if ( @@v8@@ < Number ) return Number L ; if ( @@a2@@ > @@v8@@ ) return ( unsigned int ) @@v8@@ ; return ( unsigned int ) ( @@a2@@ - Number ) ; }", "source": [{"n": "a3", "t": {"T": 3, "t": "const char"}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r24"}, {"n": "a1", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r64"}, {"n": "a5", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r72"}, {"n": "a6", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r80"}, {"n": "v11", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s136"}, {"n": "v10", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s144"}, {"n": "v9", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s152"}, {"n": "v8", "t": {"T": 1, "n": "int", "s": 4}, "location": "s180"}, {"n": "arg", "t": {"T": 2, "n": 1, "s": 24, "t": "__va_list_tag"}, "location": "s208"}]}
[{"n": "fmt", "t": {"T": 3, "t": "const char"}, "location": "r16"}, {"n": "", "t": {"T": 10}, "location": "r24"}, {"n": "buf", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "size", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r72"}, {"n": "", "t": {"T": 10}, "location": "r80"}, {"n": "v14", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s136"}, {"n": "v13", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s144"}, {"n": "v12", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s152"}, {"n": "ret", "t": {"T": 1, "n": "int", "s": 4}, "location": "s180"}, {"n": "ap", "t": {"T": 2, "n": 1, "s": 24, "t": "__va_list_tag"}, "location": "s208"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
157
[ "{\"name\": \"_start\", \"code\": \"void __fastcall __noreturn start ( __int64 @@a1@@ , __int64 @@a2@@ , void ( * @@a3@@ ) ( void ) ) { __int64 @@v3@@ ; int v4 ; __int64 @@v5@@ ; char * @@retaddr@@ ; v4 = @@v5@@ ; @@v5@@ = @@v3@@ ; _libc_start_main ( ( int ( __fastcall * ) ( int , char * * , char * * ) ) main , v4 , & @@retaddr@@ , _libc_csu_init , _libc_csu_fini , @@a3@@ , & @@v5@@ ) ; __halt ( ) ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 9, \"n\": \"void (*)(void)\"}, \"location\": \"r16\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"v3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r8\"}, {\"n\": \"retaddr\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"s0\"}, {\"n\": \"v5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s8\"}]}" ]
{"name": "wpa_snprintf_hex_sep", "code": "char * __fastcall wpa_snprintf_hex_sep ( char * @@a1@@ , __int64 @@a2@@ , __int64 @@a3@@ , unsigned __int64 @@a4@@ , char @@a5@@ ) { int @@v9@@ ; char * @@v10@@ ; char * @@s@@ ; unsigned __int64 @@i@@ ; @@s@@ = @@a1@@ ; @@v10@@ = & @@a1@@ [ @@a2@@ ] ; if ( ! @@a2@@ ) return Number L ; for ( @@i@@ = Number L ; @@i@@ < @@a4@@ ; ++ @@i@@ ) { @@v9@@ = snprintf ( @@s@@ , @@v10@@ - @@s@@ , String , * ( unsigned __int8 * ) ( @@a3@@ + @@i@@ ) , ( unsigned int ) @@a5@@ ) ; if ( os_snprintf_error ( @@v10@@ - @@s@@ , @@v9@@ ) ) { * ( @@v10@@ - Number ) = Number ; return ( char * ) ( @@s@@ - @@a1@@ ) ; } @@s@@ += @@v9@@ ; } * ( @@s@@ - Number ) = Number ; return ( char * ) ( @@s@@ - @@a1@@ ) ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "r24"}, {"n": "a1", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "a5", "t": {"T": 1, "n": "char", "s": 1}, "location": "r72"}, {"n": "s", "t": {"T": 3, "t": "char"}, "location": "s16"}, {"n": "v10", "t": {"T": 3, "t": "char"}, "location": "s24"}, {"n": "v9", "t": {"T": 1, "n": "int", "s": 4}, "location": "s28"}, {"n": "i", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "s8"}]}
[{"n": "data", "t": {"T": 3, "t": "const u8"}, "location": "r16"}, {"n": "len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r24"}, {"n": "buf", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "buf_size", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r64"}, {"n": "sep", "t": {"T": 1, "n": "char", "s": 1}, "location": "r72"}, {"n": "pos", "t": {"T": 3, "t": "char"}, "location": "s16"}, {"n": "end", "t": {"T": 3, "t": "char"}, "location": "s24"}, {"n": "ret", "t": {"T": 1, "n": "int", "s": 4}, "location": "s28"}, {"n": "i", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
158
[ "{\"name\": \"os_snprintf_error\", \"code\": \"_BOOL8 __fastcall os_snprintf_error ( unsigned __int64 @@a1@@ , int @@a2@@ ) { return @@a2@@ < Number || @@a1@@ <= ( unsigned int ) @@a2@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r64\"}]}", "{\"name\": \"wpa_snprintf_hex\", \"code\": \"char * __fastcall wpa_snprintf_hex ( char * @@a1@@ , __int64 @@a2@@ , __int64 @@a3@@ , unsigned __int64 @@a4@@ ) { return wpa_snprintf_hex ( @@a1@@ , @@a2@@ , @@a3@@ , @@a4@@ , Number ) ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r64\"}]}" ]
{"name": "_wpa_snprintf_hex", "code": "char * __fastcall wpa_snprintf_hex ( char * @@a1@@ , __int64 @@a2@@ , __int64 @@a3@@ , unsigned __int64 @@a4@@ , int @@a5@@ ) { int @@v6@@ ; int @@v10@@ ; char * @@v11@@ ; char * @@s@@ ; unsigned __int64 @@i@@ ; @@s@@ = @@a1@@ ; @@v11@@ = & @@a1@@ [ @@a2@@ ] ; if ( ! @@a2@@ ) return Number L ; for ( @@i@@ = Number L ; @@i@@ < @@a4@@ ; ++ @@i@@ ) { if ( @@a5@@ ) @@v6@@ = snprintf ( @@s@@ , @@v11@@ - @@s@@ , String , * ( unsigned __int8 * ) ( @@a3@@ + @@i@@ ) ) ; else @@v6@@ = snprintf ( @@s@@ , @@v11@@ - @@s@@ , String , * ( unsigned __int8 * ) ( @@a3@@ + @@i@@ ) ) ; @@v10@@ = @@v6@@ ; if ( os_snprintf_error ( @@v11@@ - @@s@@ , @@v6@@ ) ) { * ( @@v11@@ - Number ) = Number ; return ( char * ) ( @@s@@ - @@a1@@ ) ; } @@s@@ += @@v10@@ ; } * ( @@v11@@ - Number ) = Number ; return ( char * ) ( @@s@@ - @@a1@@ ) ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "r24"}, {"n": "a1", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "a5", "t": {"T": 1, "n": "int", "s": 4}, "location": "r72"}, {"n": "v6", "t": {"T": 1, "n": "int", "s": 4}, "location": "r8"}, {"n": "s", "t": {"T": 3, "t": "char"}, "location": "s16"}, {"n": "v11", "t": {"T": 3, "t": "char"}, "location": "s24"}, {"n": "v10", "t": {"T": 1, "n": "int", "s": 4}, "location": "s28"}, {"n": "i", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "s8"}]}
[{"n": "data", "t": {"T": 3, "t": "const u8"}, "location": "r16"}, {"n": "len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r24"}, {"n": "buf", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "buf_size", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r64"}, {"n": "uppercase", "t": {"T": 1, "n": "int", "s": 4}, "location": "r72"}, {"n": "v6", "t": {"T": 1, "n": "int", "s": 4}, "location": "r8"}, {"n": "pos", "t": {"T": 3, "t": "char"}, "location": "s16"}, {"n": "end", "t": {"T": 3, "t": "char"}, "location": "s24"}, {"n": "ret", "t": {"T": 1, "n": "int", "s": 4}, "location": "s28"}, {"n": "i", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
159
[ "{\"name\": \"os_snprintf_error\", \"code\": \"_BOOL8 __fastcall os_snprintf_error ( unsigned __int64 @@a1@@ , int @@a2@@ ) { return @@a2@@ < Number || @@a1@@ <= ( unsigned int ) @@a2@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r64\"}]}", "{\"name\": \"wpa_snprintf_hex\", \"code\": \"char * __fastcall wpa_snprintf_hex ( char * @@a1@@ , __int64 @@a2@@ , __int64 @@a3@@ , unsigned __int64 @@a4@@ ) { return wpa_snprintf_hex ( @@a1@@ , @@a2@@ , @@a3@@ , @@a4@@ , Number ) ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r64\"}]}" ]
{"name": "wpa_snprintf_hex", "code": "char * __fastcall wpa_snprintf_hex ( char * @@a1@@ , __int64 @@a2@@ , __int64 @@a3@@ , unsigned __int64 @@a4@@ ) { return wpa_snprintf_hex ( @@a1@@ , @@a2@@ , @@a3@@ , @@a4@@ , Number ) ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "r24"}, {"n": "a1", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}]}
[{"n": "data", "t": {"T": 3, "t": "const u8"}, "location": "r16"}, {"n": "len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r24"}, {"n": "buf", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "buf_size", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r64"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
160
[]
{"name": "wpa_snprintf_hex_uppercase", "code": "char * __fastcall wpa_snprintf_hex_uppercase ( char * @@a1@@ , __int64 @@a2@@ , __int64 @@a3@@ , unsigned __int64 @@a4@@ ) { return wpa_snprintf_hex ( @@a1@@ , @@a2@@ , @@a3@@ , @@a4@@ , Number ) ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "r24"}, {"n": "a1", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}]}
[{"n": "data", "t": {"T": 3, "t": "const u8"}, "location": "r16"}, {"n": "len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r24"}, {"n": "buf", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "buf_size", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r64"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
161
[ "{\"name\": \"wpa_snprintf_hex\", \"code\": \"char * __fastcall wpa_snprintf_hex ( char * @@a1@@ , __int64 @@a2@@ , __int64 @@a3@@ , unsigned __int64 @@a4@@ ) { return wpa_snprintf_hex ( @@a1@@ , @@a2@@ , @@a3@@ , @@a4@@ , Number ) ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r64\"}]}" ]
{"name": "printf_encode", "code": "char * __fastcall printf_encode ( char * @@a1@@ , __int64 @@a2@@ , __int64 @@a3@@ , unsigned __int64 @@a4@@ ) { _BYTE * v4 ; _BYTE * v5 ; _BYTE * v6 ; _BYTE * v7 ; _BYTE * v8 ; _BYTE * v9 ; char * v10 ; char * result ; char * @@s@@ ; unsigned __int64 @@v15@@ ; unsigned __int64 @@i@@ ; @@s@@ = @@a1@@ ; @@v15@@ = ( unsigned __int64 ) & @@a1@@ [ @@a2@@ ] ; for ( @@i@@ = Number L ; @@i@@ < @@a4@@ && @@v15@@ > ( unsigned __int64 ) ( @@s@@ + Number ) ; ++ @@i@@ ) { if ( * ( unsigned __int8 * ) ( @@a3@@ + @@i@@ ) > Number ) { if ( * ( _BYTE * ) ( @@a3@@ + @@i@@ ) == Number ) { * @@s@@ = Number ; v5 = @@s@@ + Number ; @@s@@ += Number ; * v5 = Number ; continue ; } LABEL_14 : if ( * ( _BYTE * ) ( @@a3@@ + @@i@@ ) <= Number || * ( char * ) ( @@a3@@ + @@i@@ ) < Number ) { @@s@@ += snprintf ( @@s@@ , @@v15@@ - ( _QWORD ) @@s@@ , String , * ( unsigned __int8 * ) ( @@a3@@ + @@i@@ ) ) ; } else { v10 = @@s@@ ++ ; * v10 = * ( _BYTE * ) ( @@a3@@ + @@i@@ ) ; } continue ; } if ( * ( unsigned __int8 * ) ( @@a3@@ + @@i@@ ) < Number ) goto LABEL_14 ; switch ( * ( _BYTE * ) ( @@a3@@ + @@i@@ ) ) { case Number : * @@s@@ = Number ; v9 = @@s@@ + Number ; @@s@@ += Number ; * v9 = Number ; break ; case Number : * @@s@@ = Number ; v7 = @@s@@ + Number ; @@s@@ += Number ; * v7 = Number ; break ; case Number : * @@s@@ = Number ; v8 = @@s@@ + Number ; @@s@@ += Number ; * v8 = Number ; break ; case Number : * @@s@@ = Number ; v6 = @@s@@ + Number ; @@s@@ += Number ; * v6 = Number ; break ; case Number : * @@s@@ = Number ; v4 = @@s@@ + Number ; @@s@@ += Number ; * v4 = Number ; break ; default : goto LABEL_14 ; } } result = @@s@@ ; * @@s@@ = Number ; return result ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "r24"}, {"n": "a1", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "v15", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "s16"}, {"n": "s", "t": {"T": 3, "t": "char"}, "location": "s24"}, {"n": "i", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "s8"}]}
[{"n": "data", "t": {"T": 3, "t": "const u8"}, "location": "r16"}, {"n": "len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r24"}, {"n": "txt", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "maxlen", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r64"}, {"n": "end", "t": {"T": 3, "t": "char"}, "location": "s16"}, {"n": "txta", "t": {"T": 3, "t": "char"}, "location": "s24"}, {"n": "i", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
162
[]
{"name": "printf_decode", "code": "unsigned __int64 __fastcall printf_decode ( __int64 @@a1@@ , unsigned __int64 @@a2@@ , char * @@a3@@ ) { int v3 ; unsigned __int64 v4 ; unsigned __int64 v5 ; unsigned __int64 v6 ; unsigned __int64 v7 ; unsigned __int64 v8 ; unsigned __int64 v9 ; unsigned __int64 v10 ; unsigned __int64 v11 ; char * v12 ; char * v13 ; char * v14 ; unsigned __int64 v15 ; char * v16 ; char @@v17@@ ; unsigned __int64 v18 ; int v20 ; int v21 ; char v22 ; unsigned __int64 @@v23@@ ; @@v23@@ = Number L ; LABEL_31 : while ( * @@a3@@ && @@a2@@ > @@v23@@ + Number ) { if ( * @@a3@@ == Number ) { v3 = * ++ @@a3@@ ; if ( v3 <= Number ) { if ( v3 >= Number ) { switch ( * @@a3@@ ) { case String : v4 = @@v23@@ ++ ; * ( _BYTE * ) ( @@a1@@ + v4 ) = Number ; ++ @@a3@@ ; break ; case String : v9 = @@v23@@ ++ ; * ( _BYTE * ) ( @@a1@@ + v9 ) = Number ; ++ @@a3@@ ; break ; case String : v6 = @@v23@@ ++ ; * ( _BYTE * ) ( @@a1@@ + v6 ) = Number ; ++ @@a3@@ ; break ; case String : v7 = @@v23@@ ++ ; * ( _BYTE * ) ( @@a1@@ + v7 ) = Number ; ++ @@a3@@ ; break ; case String : v8 = @@v23@@ ++ ; * ( _BYTE * ) ( @@a1@@ + v8 ) = Number ; ++ @@a3@@ ; break ; case String : v20 = hex2byte ( ++ @@a3@@ ) ; if ( v20 >= Number ) { v11 = @@v23@@ ++ ; * ( _BYTE * ) ( @@a1@@ + v11 ) = v20 ; @@a3@@ += Number ; } else { v21 = hex2num ( * @@a3@@ ) ; if ( v21 >= Number ) { v10 = @@v23@@ ++ ; * ( _BYTE * ) ( @@a1@@ + v10 ) = v21 ; ++ @@a3@@ ; } } break ; default : goto LABEL_31 ; } } else if ( v3 == Number ) { v5 = @@v23@@ ++ ; * ( _BYTE * ) ( @@a1@@ + v5 ) = Number ; ++ @@a3@@ ; } else if ( v3 >= Number && ( unsigned int ) ( v3 - Number ) <= Number ) { v12 = @@a3@@ ++ ; v22 = * v12 - Number ; if ( * @@a3@@ > Number && * @@a3@@ <= Number ) { v13 = @@a3@@ ++ ; v22 = Number * v22 + * v13 - Number ; } if ( * @@a3@@ > Number && * @@a3@@ <= Number ) { v14 = @@a3@@ ++ ; v22 = Number * v22 + * v14 - Number ; } v15 = @@v23@@ ++ ; * ( _BYTE * ) ( @@a1@@ + v15 ) = v22 ; } } } else { v16 = @@a3@@ ++ ; @@v17@@ = * v16 ; v18 = @@v23@@ ++ ; * ( _BYTE * ) ( @@a1@@ + v18 ) = @@v17@@ ; } } if ( @@a2@@ > @@v23@@ ) * ( _BYTE * ) ( @@a1@@ + @@v23@@ ) = Number ; return @@v23@@ ; }", "source": [{"n": "a3", "t": {"T": 3, "t": "char"}, "location": "r16"}, {"n": "v17", "t": {"T": 1, "n": "char", "s": 1}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "r64"}, {"n": "v23", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "s16"}]}
[{"n": "str", "t": {"T": 3, "t": "const char"}, "location": "r16"}, {"n": "v17", "t": {"T": 1, "n": "u8", "s": 1}, "location": "r24"}, {"n": "buf", "t": {"T": 3, "t": "u8"}, "location": "r56"}, {"n": "maxlen", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r64"}, {"n": "len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s16"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
163
[ "{\"name\": \"hex2num\", \"code\": \"__int64 __fastcall hex2num ( char @@a1@@ ) { if ( @@a1@@ > Number && @@a1@@ <= Number ) return ( unsigned int ) ( @@a1@@ - Number ) ; if ( @@a1@@ > Number && @@a1@@ <= Number ) return ( unsigned int ) ( @@a1@@ - Number ) ; if ( @@a1@@ <= Number || @@a1@@ > Number ) return Number ; return ( unsigned int ) ( @@a1@@ - Number ) ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"char\", \"s\": 1}, \"location\": \"r56\"}]}", "{\"name\": \"hex2byte\", \"code\": \"__int64 __fastcall hex2byte ( char * @@a1@@ ) { __int64 @@result@@ ; int @@v2@@ ; int @@v3@@ ; @@v3@@ = hex2num ( * @@a1@@ ) ; if ( @@v3@@ < Number ) return Number ; @@v2@@ = hex2num ( @@a1@@ [ Number ] ) ; if ( @@v2@@ >= Number ) @@result@@ = @@v2@@ | ( unsigned int ) ( Number * @@v3@@ ) ; else @@result@@ = Number ; return @@result@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"r56\"}, {\"n\": \"result\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r8\"}, {\"n\": \"v3\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s4\"}, {\"n\": \"v2\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s8\"}]}" ]
{"name": "wpa_ssid_txt", "code": "char * __fastcall wpa_ssid_txt ( __int64 @@a1@@ , unsigned __int64 @@a2@@ ) { if ( @@a1@@ ) printf_encode ( & ssid_txt_5734 , Number L , @@a1@@ , @@a2@@ ) ; else ssid_txt_5734 = Number ; return & ssid_txt_5734 ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "r64"}]}
[{"n": "ssid", "t": {"T": 3, "t": "const u8"}, "location": "r56"}, {"n": "ssid_len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r64"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
164
[ "{\"name\": \"printf_encode\", \"code\": \"char * __fastcall printf_encode ( char * @@a1@@ , __int64 @@a2@@ , __int64 @@a3@@ , unsigned __int64 @@a4@@ ) { _BYTE * v4 ; _BYTE * v5 ; _BYTE * v6 ; _BYTE * v7 ; _BYTE * v8 ; _BYTE * v9 ; char * v10 ; char * result ; char * @@s@@ ; unsigned __int64 @@v15@@ ; unsigned __int64 @@i@@ ; @@s@@ = @@a1@@ ; @@v15@@ = ( unsigned __int64 ) & @@a1@@ [ @@a2@@ ] ; for ( @@i@@ = Number L ; @@i@@ < @@a4@@ && @@v15@@ > ( unsigned __int64 ) ( @@s@@ + Number ) ; ++ @@i@@ ) { if ( * ( unsigned __int8 * ) ( @@a3@@ + @@i@@ ) > Number ) { if ( * ( _BYTE * ) ( @@a3@@ + @@i@@ ) == Number ) { * @@s@@ = Number ; v5 = @@s@@ + Number ; @@s@@ += Number ; * v5 = Number ; continue ; } LABEL_14 : if ( * ( _BYTE * ) ( @@a3@@ + @@i@@ ) <= Number || * ( char * ) ( @@a3@@ + @@i@@ ) < Number ) { @@s@@ += snprintf ( @@s@@ , @@v15@@ - ( _QWORD ) @@s@@ , String , * ( unsigned __int8 * ) ( @@a3@@ + @@i@@ ) ) ; } else { v10 = @@s@@ ++ ; * v10 = * ( _BYTE * ) ( @@a3@@ + @@i@@ ) ; } continue ; } if ( * ( unsigned __int8 * ) ( @@a3@@ + @@i@@ ) < Number ) goto LABEL_14 ; switch ( * ( _BYTE * ) ( @@a3@@ + @@i@@ ) ) { case Number : * @@s@@ = Number ; v9 = @@s@@ + Number ; @@s@@ += Number ; * v9 = Number ; break ; case Number : * @@s@@ = Number ; v7 = @@s@@ + Number ; @@s@@ += Number ; * v7 = Number ; break ; case Number : * @@s@@ = Number ; v8 = @@s@@ + Number ; @@s@@ += Number ; * v8 = Number ; break ; case Number : * @@s@@ = Number ; v6 = @@s@@ + Number ; @@s@@ += Number ; * v6 = Number ; break ; case Number : * @@s@@ = Number ; v4 = @@s@@ + Number ; @@s@@ += Number ; * v4 = Number ; break ; default : goto LABEL_14 ; } } result = @@s@@ ; * @@s@@ = Number ; return result ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"v15\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"s16\"}, {\"n\": \"s\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"s24\"}, {\"n\": \"i\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"s8\"}]}" ]
{"name": "__hide_aliasing_typecast", "code": "__int64 __fastcall _hide_aliasing_typecast ( __int64 @@a1@@ ) { return @@a1@@ ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}]}
[{"n": "foo", "t": {"T": 3, "t": "void"}, "location": "r56"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
165
[]
{"name": "wpa_config_parse_string", "code": "_BYTE * __fastcall wpa_config_parse_string ( char * @@a1@@ , unsigned __int64 * @@a2@@ ) { _BYTE * @@result@@ ; char * s ; char * sa ; __int64 @@v5@@ ; char * @@v6@@ ; _BYTE * @@v7@@ ; unsigned __int64 @@v8@@ ; size_t @@v9@@ ; _BYTE * @@v10@@ ; char * @@ptr@@ ; signed __int64 @@v12@@ ; char * @@v13@@ ; if ( * @@a1@@ == Number ) { s = @@a1@@ + Number ; @@v6@@ = strrchr ( @@a1@@ + Number , Number ) ; if ( @@v6@@ && ! @@v6@@ [ Number ] ) { * @@a2@@ = @@v6@@ - s ; @@v5@@ = dup_binstr ( s , * @@a2@@ ) ; if ( @@v5@@ ) @@result@@ = ( _BYTE * ) @@v5@@ ; else @@result@@ = Number L ; } else { @@result@@ = Number L ; } } else if ( * @@a1@@ == Number && @@a1@@ [ Number ] == Number ) { sa = @@a1@@ + Number ; @@v13@@ = strrchr ( @@a1@@ + Number , Number ) ; if ( @@v13@@ && ! @@v13@@ [ Number ] ) { @@v12@@ = @@v13@@ - sa ; @@ptr@@ = ( char * ) dup_binstr ( sa , @@v13@@ - sa ) ; if ( @@ptr@@ ) { @@v10@@ = malloc ( @@v12@@ + Number ) ; if ( @@v10@@ ) { * @@a2@@ = printf_decode ( ( __int64 ) @@v10@@ , @@v12@@ + Number , @@ptr@@ ) ; free ( @@ptr@@ ) ; @@result@@ = @@v10@@ ; } else { free ( @@ptr@@ ) ; @@result@@ = Number L ; } } else { @@result@@ = Number L ; } } else { @@result@@ = Number L ; } } else { @@v9@@ = strlen ( @@a1@@ ) ; if ( ( @@v9@@ & Number ) != Number ) { @@result@@ = Number L ; } else { @@v8@@ = @@v9@@ >> Number ; @@v7@@ = malloc ( ( @@v9@@ >> Number ) + Number ) ; if ( @@v7@@ ) { if ( ( unsigned int ) hexstr2bin ( @@a1@@ , @@v7@@ , @@v8@@ ) ) { free ( @@v7@@ ) ; @@result@@ = Number L ; } else { @@v7@@ [ @@v8@@ ] = Number ; * @@a2@@ = @@v8@@ ; @@result@@ = @@v7@@ ; } } else { @@result@@ = Number L ; } } } return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "unsigned __int64"}, "location": "r64"}, {"n": "result", "t": {"T": 3, "t": "_BYTE"}, "location": "r8"}, {"n": "v12", "t": {"T": 1, "n": "signed __int64", "s": 8}, "location": "s16"}, {"n": "ptr", "t": {"T": 3, "t": "char"}, "location": "s24"}, {"n": "v10", "t": {"T": 3, "t": "_BYTE"}, "location": "s32"}, {"n": "v9", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s40"}, {"n": "v8", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "s48"}, {"n": "v7", "t": {"T": 3, "t": "_BYTE"}, "location": "s56"}, {"n": "v6", "t": {"T": 3, "t": "char"}, "location": "s64"}, {"n": "v5", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s72"}, {"n": "v13", "t": {"T": 3, "t": "char"}, "location": "s8"}]}
[{"n": "value", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "len", "t": {"T": 3, "t": "size_t"}, "location": "r64"}, {"n": "result", "t": {"T": 3, "t": "char"}, "location": "r8"}, {"n": "tlen", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s16"}, {"n": "tstr", "t": {"T": 3, "t": "char"}, "location": "s24"}, {"n": "str_0", "t": {"T": 3, "t": "char"}, "location": "s32"}, {"n": "hlen", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s40"}, {"n": "tlen_0", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s48"}, {"n": "str_1", "t": {"T": 3, "t": "u8"}, "location": "s56"}, {"n": "pos", "t": {"T": 3, "t": "char"}, "location": "s64"}, {"n": "str", "t": {"T": 3, "t": "char"}, "location": "s72"}, {"n": "pos_0", "t": {"T": 3, "t": "char"}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
166
[ "{\"name\": \"hexstr2bin\", \"code\": \"__int64 __fastcall hexstr2bin ( char * @@a1@@ , _BYTE * @@a2@@ , unsigned __int64 @@a3@@ ) { _BYTE * @@v4@@ ; int @@v6@@ ; unsigned __int64 @@i@@ ; for ( @@i@@ = Number L ; @@i@@ < @@a3@@ ; ++ @@i@@ ) { @@v6@@ = hex2byte ( @@a1@@ ) ; if ( @@v6@@ < Number ) return Number ; @@v4@@ = @@a2@@ ++ ; * @@v4@@ = @@v6@@ ; @@a1@@ += Number ; } return Number L ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"r16\"}, {\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"_BYTE\"}, \"location\": \"r64\"}, {\"n\": \"v4\", \"t\": {\"T\": 3, \"t\": \"_BYTE\"}, \"location\": \"r8\"}, {\"n\": \"v6\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s28\"}, {\"n\": \"i\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"s8\"}]}", "{\"name\": \"printf_decode\", \"code\": \"unsigned __int64 __fastcall printf_decode ( __int64 @@a1@@ , unsigned __int64 @@a2@@ , char * @@a3@@ ) { int v3 ; unsigned __int64 v4 ; unsigned __int64 v5 ; unsigned __int64 v6 ; unsigned __int64 v7 ; unsigned __int64 v8 ; unsigned __int64 v9 ; unsigned __int64 v10 ; unsigned __int64 v11 ; char * v12 ; char * v13 ; char * v14 ; unsigned __int64 v15 ; char * v16 ; char @@v17@@ ; unsigned __int64 v18 ; int v20 ; int v21 ; char v22 ; unsigned __int64 @@v23@@ ; @@v23@@ = Number L ; LABEL_31 : while ( * @@a3@@ && @@a2@@ > @@v23@@ + Number ) { if ( * @@a3@@ == Number ) { v3 = * ++ @@a3@@ ; if ( v3 <= Number ) { if ( v3 >= Number ) { switch ( * @@a3@@ ) { case String : v4 = @@v23@@ ++ ; * ( _BYTE * ) ( @@a1@@ + v4 ) = Number ; ++ @@a3@@ ; break ; case String : v9 = @@v23@@ ++ ; * ( _BYTE * ) ( @@a1@@ + v9 ) = Number ; ++ @@a3@@ ; break ; case String : v6 = @@v23@@ ++ ; * ( _BYTE * ) ( @@a1@@ + v6 ) = Number ; ++ @@a3@@ ; break ; case String : v7 = @@v23@@ ++ ; * ( _BYTE * ) ( @@a1@@ + v7 ) = Number ; ++ @@a3@@ ; break ; case String : v8 = @@v23@@ ++ ; * ( _BYTE * ) ( @@a1@@ + v8 ) = Number ; ++ @@a3@@ ; break ; case String : v20 = hex2byte ( ++ @@a3@@ ) ; if ( v20 >= Number ) { v11 = @@v23@@ ++ ; * ( _BYTE * ) ( @@a1@@ + v11 ) = v20 ; @@a3@@ += Number ; } else { v21 = hex2num ( * @@a3@@ ) ; if ( v21 >= Number ) { v10 = @@v23@@ ++ ; * ( _BYTE * ) ( @@a1@@ + v10 ) = v21 ; ++ @@a3@@ ; } } break ; default : goto LABEL_31 ; } } else if ( v3 == Number ) { v5 = @@v23@@ ++ ; * ( _BYTE * ) ( @@a1@@ + v5 ) = Number ; ++ @@a3@@ ; } else if ( v3 >= Number && ( unsigned int ) ( v3 - Number ) <= Number ) { v12 = @@a3@@ ++ ; v22 = * v12 - Number ; if ( * @@a3@@ > Number && * @@a3@@ <= Number ) { v13 = @@a3@@ ++ ; v22 = Number * v22 + * v13 - Number ; } if ( * @@a3@@ > Number && * @@a3@@ <= Number ) { v14 = @@a3@@ ++ ; v22 = Number * v22 + * v14 - Number ; } v15 = @@v23@@ ++ ; * ( _BYTE * ) ( @@a1@@ + v15 ) = v22 ; } } } else { v16 = @@a3@@ ++ ; @@v17@@ = * v16 ; v18 = @@v23@@ ++ ; * ( _BYTE * ) ( @@a1@@ + v18 ) = @@v17@@ ; } } if ( @@a2@@ > @@v23@@ ) * ( _BYTE * ) ( @@a1@@ + @@v23@@ ) = Number ; return @@v23@@ ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"r16\"}, {\"n\": \"v17\", \"t\": {\"T\": 1, \"n\": \"char\", \"s\": 1}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"v23\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"s16\"}]}", "{\"name\": \"dup_binstr\", \"code\": \"void * __fastcall dup_binstr ( const void * @@a1@@ , size_t @@a2@@ ) { void * @@dest@@ ; if ( ! @@a1@@ ) return Number L ; @@dest@@ = malloc ( @@a2@@ + Number ) ; if ( ! @@dest@@ ) return Number L ; memcpy ( @@dest@@ , @@a1@@ , @@a2@@ ) ; * ( ( _BYTE * ) @@dest@@ + @@a2@@ ) = Number ; return @@dest@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"const void\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"size_t\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"dest\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"s8\"}]}" ]
{"name": "is_hex", "code": "__int64 __fastcall is_hex ( __int64 @@a1@@ , unsigned __int64 @@a2@@ ) { unsigned __int64 @@i@@ ; for ( @@i@@ = Number L ; @@i@@ < @@a2@@ ; ++ @@i@@ ) { if ( * ( _BYTE * ) ( @@a1@@ + @@i@@ ) <= Number || * ( _BYTE * ) ( @@a1@@ + @@i@@ ) > Number ) return Number L ; } return Number L ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "r64"}, {"n": "i", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "s8"}]}
[{"n": "data", "t": {"T": 3, "t": "const u8"}, "location": "r56"}, {"n": "len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r64"}, {"n": "i", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
167
[]
{"name": "has_ctrl_char", "code": "__int64 __fastcall has_ctrl_char ( __int64 @@a1@@ , unsigned __int64 @@a2@@ ) { unsigned __int64 @@i@@ ; for ( @@i@@ = Number L ; @@i@@ < @@a2@@ ; ++ @@i@@ ) { if ( * ( _BYTE * ) ( @@a1@@ + @@i@@ ) <= Number || * ( _BYTE * ) ( @@a1@@ + @@i@@ ) == Number ) return Number L ; } return Number L ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "r64"}, {"n": "i", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "s8"}]}
[{"n": "data", "t": {"T": 3, "t": "const u8"}, "location": "r56"}, {"n": "len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r64"}, {"n": "i", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
168
[]
{"name": "has_newline", "code": "__int64 __fastcall has_newline ( _BYTE * @@a1@@ ) { while ( * @@a1@@ ) { if ( * @@a1@@ == Number || * @@a1@@ == Number ) return Number L ; ++ @@a1@@ ; } return Number L ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "_BYTE"}, "location": "r56"}]}
[{"n": "str", "t": {"T": 3, "t": "const char"}, "location": "r56"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
169
[]
{"name": "merge_byte_arrays", "code": "size_t __fastcall merge_byte_arrays ( char * @@a1@@ , size_t @@a2@@ , const void * @@a3@@ , size_t @@a4@@ , const void * @@a5@@ , size_t @@a6@@ ) { size_t @@v11@@ ; @@v11@@ = Number L ; memset ( @@a1@@ , Number , @@a2@@ ) ; if ( @@a3@@ ) { if ( @@a4@@ >= @@a2@@ ) { memcpy ( @@a1@@ , @@a3@@ , @@a2@@ ) ; return @@a2@@ ; } memcpy ( @@a1@@ , @@a3@@ , @@a4@@ ) ; @@v11@@ = @@a4@@ ; } if ( @@a5@@ ) { if ( @@a2@@ <= @@v11@@ + @@a6@@ ) { memcpy ( & @@a1@@ [ @@v11@@ ] , @@a5@@ , @@a2@@ - @@v11@@ ) ; return @@a2@@ ; } memcpy ( & @@a1@@ [ @@v11@@ ] , @@a5@@ , @@a6@@ ) ; @@v11@@ += @@a6@@ ; } return @@v11@@ ; }", "source": [{"n": "a3", "t": {"T": 3, "t": "const void"}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r24"}, {"n": "a1", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r64"}, {"n": "a5", "t": {"T": 3, "t": "const void"}, "location": "r72"}, {"n": "a6", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r80"}, {"n": "v11", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s8"}]}
[{"n": "src1", "t": {"T": 3, "t": "const u8"}, "location": "r16"}, {"n": "src1_len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r24"}, {"n": "res", "t": {"T": 3, "t": "u8"}, "location": "r56"}, {"n": "res_len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r64"}, {"n": "src2", "t": {"T": 3, "t": "const u8"}, "location": "r72"}, {"n": "src2_len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r80"}, {"n": "len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
170
[]
{"name": "dup_binstr", "code": "void * __fastcall dup_binstr ( const void * @@a1@@ , size_t @@a2@@ ) { void * @@dest@@ ; if ( ! @@a1@@ ) return Number L ; @@dest@@ = malloc ( @@a2@@ + Number ) ; if ( ! @@dest@@ ) return Number L ; memcpy ( @@dest@@ , @@a1@@ , @@a2@@ ) ; * ( ( _BYTE * ) @@dest@@ + @@a2@@ ) = Number ; return @@dest@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "const void"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r64"}, {"n": "dest", "t": {"T": 3, "t": "void"}, "location": "s8"}]}
[{"n": "src", "t": {"T": 3, "t": "const void"}, "location": "r56"}, {"n": "len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r64"}, {"n": "res", "t": {"T": 3, "t": "char"}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
171
[]
{"name": "freq_range_list_parse", "code": "__int64 __fastcall freq_range_list_parse ( __int64 @@a1@@ , const char * @@a2@@ ) { char * @@v3@@ ; char * @@v4@@ ; void * @@v5@@ ; unsigned int @@v7@@ ; void * @@ptr@@ ; @@ptr@@ = Number L ; @@v7@@ = Number ; while ( @@a2@@ && * @@a2@@ ) { @@v5@@ = os_realloc_array ( @@ptr@@ , @@v7@@ + Number , Number ) ; if ( ! @@v5@@ ) { free ( @@ptr@@ ) ; return Number ; } @@ptr@@ = @@v5@@ ; * ( ( _DWORD * ) @@v5@@ + Number * @@v7@@ ) = atoi ( @@a2@@ ) ; @@v4@@ = strchr ( @@a2@@ , Number ) ; @@v3@@ = strchr ( @@a2@@ , Number ) ; if ( ! @@v4@@ || @@v3@@ && @@v4@@ >= @@v3@@ ) * ( ( _DWORD * ) @@v5@@ + Number * @@v7@@ + Number ) = * ( ( _DWORD * ) @@v5@@ + Number * @@v7@@ ) ; else * ( ( _DWORD * ) @@v5@@ + Number * @@v7@@ + Number ) = atoi ( @@v4@@ + Number ) ; @@a2@@ = @@v3@@ ; if ( @@v3@@ ) @@a2@@ = @@v3@@ + Number ; ++ @@v7@@ ; } free ( * ( void * * ) @@a1@@ ) ; * ( _QWORD * ) @@a1@@ = @@ptr@@ ; * ( _DWORD * ) ( @@a1@@ + Number ) = @@v7@@ ; return Number L ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "const char"}, "location": "r64"}, {"n": "v7", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s12"}, {"n": "v5", "t": {"T": 3, "t": "void"}, "location": "s32"}, {"n": "v4", "t": {"T": 3, "t": "char"}, "location": "s40"}, {"n": "v3", "t": {"T": 3, "t": "char"}, "location": "s48"}, {"n": "ptr", "t": {"T": 3, "t": "void"}, "location": "s8"}]}
[{"n": "res", "t": {"T": 3, "t": "wpa_freq_range_list"}, "location": "r56"}, {"n": "value", "t": {"T": 3, "t": "const char"}, "location": "r64"}, {"n": "count", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s12"}, {"n": "n", "t": {"T": 3, "t": "wpa_freq_range"}, "location": "s32"}, {"n": "pos2", "t": {"T": 3, "t": "char"}, "location": "s40"}, {"n": "pos3", "t": {"T": 3, "t": "char"}, "location": "s48"}, {"n": "freq", "t": {"T": 3, "t": "wpa_freq_range"}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
172
[ "{\"name\": \"os_realloc_array\", \"code\": \"void * __fastcall os_realloc_array ( void * @@a1@@ , unsigned __int64 @@a2@@ , unsigned __int64 @@a3@@ ) { void * @@result@@ ; if ( ! @@a3@@ || is_mul_ok ( @@a3@@ , @@a2@@ ) ) @@result@@ = realloc ( @@a1@@ , @@a3@@ * @@a2@@ ) ; else @@result@@ = Number L ; return @@result@@ ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"r16\"}, {\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"result\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r8\"}]}" ]
{"name": "freq_range_list_includes", "code": "__int64 __fastcall freq_range_list_includes ( __int64 @@a1@@ , unsigned int @@a2@@ ) { unsigned int @@i@@ ; if ( ! @@a1@@ ) return Number L ; for ( @@i@@ = Number ; @@i@@ < * ( _DWORD * ) ( @@a1@@ + Number ) ; ++ @@i@@ ) { if ( @@a2@@ >= * ( _DWORD * ) ( Number L * @@i@@ + * ( _QWORD * ) @@a1@@ ) && @@a2@@ <= * ( _DWORD * ) ( Number L * @@i@@ + * ( _QWORD * ) @@a1@@ + Number ) ) return Number L ; } return Number L ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r64"}, {"n": "i", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s4"}]}
[{"n": "list", "t": {"T": 3, "t": "const wpa_freq_range_list"}, "location": "r56"}, {"n": "freq", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r64"}, {"n": "i", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s4"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
173
[]
{"name": "freq_range_list_str", "code": "char * __fastcall freq_range_list_str ( __int64 @@a1@@ ) { const char * @@v2@@ ; _BOOL4 @@v3@@ ; const char * @@v4@@ ; unsigned int * @@v5@@ ; char * @@v6@@ ; char * @@ptr@@ ; size_t @@size@@ ; int @@v9@@ ; unsigned int @@i@@ ; char * @@s@@ ; if ( ! * ( _DWORD * ) ( @@a1@@ + Number ) ) return Number L ; @@size@@ = ( unsigned int ) ( Number * * ( _DWORD * ) ( @@a1@@ + Number ) ) ; @@ptr@@ = ( char * ) malloc ( @@size@@ ) ; if ( ! @@ptr@@ ) return Number L ; @@s@@ = @@ptr@@ ; @@v6@@ = & @@ptr@@ [ @@size@@ ] ; for ( @@i@@ = Number ; @@i@@ < * ( _DWORD * ) ( @@a1@@ + Number ) ; ++ @@i@@ ) { @@v5@@ = ( unsigned int * ) ( Number L * @@i@@ + * ( _QWORD * ) @@a1@@ ) ; if ( * @@v5@@ == @@v5@@ [ Number ] ) { if ( @@i@@ ) @@v2@@ = ( const char * ) & unk_414419 ; else @@v2@@ = ( const char * ) & unk_414418 ; @@v9@@ = snprintf ( @@s@@ , @@v6@@ - @@s@@ , String , @@v2@@ , * @@v5@@ ) ; @@v3@@ = os_snprintf_error ( @@v6@@ - @@s@@ , @@v9@@ ) ; } else { if ( @@i@@ ) @@v4@@ = ( const char * ) & unk_414419 ; else @@v4@@ = ( const char * ) & unk_414418 ; @@v9@@ = snprintf ( @@s@@ , @@v6@@ - @@s@@ , String , @@v4@@ , * @@v5@@ , @@v5@@ [ Number ] ) ; @@v3@@ = os_snprintf_error ( @@v6@@ - @@s@@ , @@v9@@ ) ; } if ( @@v3@@ ) { free ( @@ptr@@ ) ; return Number L ; } @@s@@ += @@v9@@ ; } return @@ptr@@ ; }", "source": [{"n": "v2", "t": {"T": 3, "t": "const char"}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "v4", "t": {"T": 3, "t": "const char"}, "location": "r64"}, {"n": "v3", "t": {"T": 1, "n": "_BOOL4", "s": 4}, "location": "r8"}, {"n": "i", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s12"}, {"n": "v9", "t": {"T": 1, "n": "int", "s": 4}, "location": "s16"}, {"n": "size", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s24"}, {"n": "ptr", "t": {"T": 3, "t": "char"}, "location": "s32"}, {"n": "v6", "t": {"T": 3, "t": "char"}, "location": "s40"}, {"n": "v5", "t": {"T": 3, "t": "unsigned int"}, "location": "s48"}, {"n": "s", "t": {"T": 3, "t": "char"}, "location": "s8"}]}
[{"n": "v2", "t": {"T": 3, "t": "const char"}, "location": "r24"}, {"n": "list", "t": {"T": 3, "t": "const wpa_freq_range_list"}, "location": "r56"}, {"n": "v4", "t": {"T": 3, "t": "const char"}, "location": "r64"}, {"n": "v3", "t": {"T": 1, "n": "int", "s": 4}, "location": "r8"}, {"n": "i", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s12"}, {"n": "res", "t": {"T": 1, "n": "int", "s": 4}, "location": "s16"}, {"n": "maxlen", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s24"}, {"n": "buf", "t": {"T": 3, "t": "char"}, "location": "s32"}, {"n": "end", "t": {"T": 3, "t": "char"}, "location": "s40"}, {"n": "range", "t": {"T": 3, "t": "wpa_freq_range"}, "location": "s48"}, {"n": "pos", "t": {"T": 3, "t": "char"}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
174
[ "{\"name\": \"os_snprintf_error\", \"code\": \"_BOOL8 __fastcall os_snprintf_error ( unsigned __int64 @@a1@@ , int @@a2@@ ) { return @@a2@@ < Number || @@a1@@ <= ( unsigned int ) @@a2@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r64\"}]}" ]
{"name": "int_array_len", "code": "__int64 __fastcall int_array_len ( __int64 @@a1@@ ) { unsigned int @@i@@ ; for ( @@i@@ = Number ; @@a1@@ && * ( _DWORD * ) ( Number L * ( int ) @@i@@ + @@a1@@ ) ; ++ @@i@@ ) ; return @@i@@ ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "i", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s4"}]}
[{"n": "a", "t": {"T": 3, "t": "const int"}, "location": "r56"}, {"n": "i", "t": {"T": 1, "n": "int", "s": 4}, "location": "s4"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
175
[]
{"name": "int_array_concat", "code": "__int64 * __fastcall int_array_concat ( __int64 * @@a1@@ , __int64 @@a2@@ ) { __int64 * @@result@@ ; _DWORD * @@v3@@ ; int @@v4@@ ; int @@v5@@ ; int @@i@@ ; @@v5@@ = int_array_len ( * @@a1@@ ) ; @@v4@@ = int_array_len ( @@a2@@ ) ; @@v3@@ = os_realloc_array ( ( void * ) * @@a1@@ , @@v5@@ + @@v4@@ + Number , Number ) ; if ( @@v3@@ ) { for ( @@i@@ = Number ; @@i@@ <= @@v4@@ ; ++ @@i@@ ) @@v3@@ [ @@v5@@ + @@i@@ ] = * ( _DWORD * ) ( Number L * @@i@@ + @@a2@@ ) ; @@result@@ = @@a1@@ ; * @@a1@@ = ( __int64 ) @@v3@@ ; } else { free ( ( void * ) * @@a1@@ ) ; @@result@@ = @@a1@@ ; * @@a1@@ = Number L ; } return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "__int64"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "result", "t": {"T": 3, "t": "__int64"}, "location": "r8"}, {"n": "v4", "t": {"T": 1, "n": "int", "s": 4}, "location": "s12"}, {"n": "v3", "t": {"T": 3, "t": "_DWORD"}, "location": "s24"}, {"n": "i", "t": {"T": 1, "n": "int", "s": 4}, "location": "s4"}, {"n": "v5", "t": {"T": 1, "n": "int", "s": 4}, "location": "s8"}]}
[{"n": "res", "t": {"T": 3, "t": "int *"}, "location": "r56"}, {"n": "a", "t": {"T": 3, "t": "const int"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}, {"n": "alen", "t": {"T": 1, "n": "int", "s": 4}, "location": "s12"}, {"n": "n", "t": {"T": 3, "t": "int"}, "location": "s24"}, {"n": "i", "t": {"T": 1, "n": "int", "s": 4}, "location": "s4"}, {"n": "reslen", "t": {"T": 1, "n": "int", "s": 4}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
176
[ "{\"name\": \"os_realloc_array\", \"code\": \"void * __fastcall os_realloc_array ( void * @@a1@@ , unsigned __int64 @@a2@@ , unsigned __int64 @@a3@@ ) { void * @@result@@ ; if ( ! @@a3@@ || is_mul_ok ( @@a3@@ , @@a2@@ ) ) @@result@@ = realloc ( @@a1@@ , @@a3@@ * @@a2@@ ) ; else @@result@@ = Number L ; return @@result@@ ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"r16\"}, {\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"result\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r8\"}]}", "{\"name\": \"int_array_len\", \"code\": \"__int64 __fastcall int_array_len ( __int64 @@a1@@ ) { unsigned int @@i@@ ; for ( @@i@@ = Number ; @@a1@@ && * ( _DWORD * ) ( Number L * ( int ) @@i@@ + @@a1@@ ) ; ++ @@i@@ ) ; return @@i@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"i\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"s4\"}]}" ]
{"name": "freq_cmp", "code": "__int64 __fastcall freq_cmp ( const void * @@a1@@ , const void * @@a2@@ ) { int @@v3@@ ; @@v3@@ = * ( _DWORD * ) @@a2@@ ; if ( ! * ( _DWORD * ) @@a1@@ ) return Number L ; if ( @@v3@@ ) return ( unsigned int ) ( * ( _DWORD * ) @@a1@@ - @@v3@@ ) ; return Number ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "const void"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "const void"}, "location": "r64"}, {"n": "v3", "t": {"T": 1, "n": "int", "s": 4}, "location": "s8"}]}
[{"n": "a", "t": {"T": 3, "t": "const void"}, "location": "r56"}, {"n": "b", "t": {"T": 3, "t": "const void"}, "location": "r64"}, {"n": "_b", "t": {"T": 1, "n": "int", "s": 4}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
177
[]
{"name": "int_array_sort_unique", "code": "void __fastcall int_array_sort_unique ( void * @@a1@@ ) { int @@v1@@ ; int @@v2@@ ; int @@v3@@ ; int @@v4@@ ; if ( @@a1@@ ) { @@v2@@ = int_array_len ( ( __int64 ) @@a1@@ ) ; qsort ( @@a1@@ , @@v2@@ , Number , ( __compar_fn_t ) freq_cmp ) ; @@v4@@ = Number ; @@v3@@ = Number ; while ( * ( ( _DWORD * ) @@a1@@ + @@v4@@ ) && * ( ( _DWORD * ) @@a1@@ + @@v3@@ ) ) { if ( * ( ( _DWORD * ) @@a1@@ + @@v4@@ ) == * ( ( _DWORD * ) @@a1@@ + @@v3@@ ) ) { ++ @@v3@@ ; } else { @@v1@@ = @@v3@@ ++ ; * ( ( _DWORD * ) @@a1@@ + ++ @@v4@@ ) = * ( ( _DWORD * ) @@a1@@ + @@v1@@ ) ; } } if ( * ( ( _DWORD * ) @@a1@@ + @@v4@@ ) ) ++ @@v4@@ ; * ( ( _DWORD * ) @@a1@@ + @@v4@@ ) = Number ; } }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "v1", "t": {"T": 1, "n": "int", "s": 4}, "location": "r8"}, {"n": "v2", "t": {"T": 1, "n": "int", "s": 4}, "location": "s12"}, {"n": "v4", "t": {"T": 1, "n": "int", "s": 4}, "location": "s4"}, {"n": "v3", "t": {"T": 1, "n": "int", "s": 4}, "location": "s8"}]}
[{"n": "a", "t": {"T": 3, "t": "int"}, "location": "r56"}, {"n": "v2", "t": {"T": 1, "n": "int", "s": 4}, "location": "r8"}, {"n": "", "t": {"T": 10}, "location": "s12"}, {"n": "i", "t": {"T": 1, "n": "int", "s": 4}, "location": "s4"}, {"n": "j", "t": {"T": 1, "n": "int", "s": 4}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
178
[ "{\"name\": \"int_array_len\", \"code\": \"__int64 __fastcall int_array_len ( __int64 @@a1@@ ) { unsigned int @@i@@ ; for ( @@i@@ = Number ; @@a1@@ && * ( _DWORD * ) ( Number L * ( int ) @@i@@ + @@a1@@ ) ; ++ @@i@@ ) ; return @@i@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"i\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"s4\"}]}", "{\"name\": \"freq_cmp\", \"code\": \"__int64 __fastcall freq_cmp ( const void * @@a1@@ , const void * @@a2@@ ) { int @@v3@@ ; @@v3@@ = * ( _DWORD * ) @@a2@@ ; if ( ! * ( _DWORD * ) @@a1@@ ) return Number L ; if ( @@v3@@ ) return ( unsigned int ) ( * ( _DWORD * ) @@a1@@ - @@v3@@ ) ; return Number ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"const void\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"const void\"}, \"location\": \"r64\"}, {\"n\": \"v3\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s8\"}]}" ]
{"name": "int_array_add_unique", "code": "void * * __fastcall int_array_add_unique ( void * * @@a1@@ , int @@a2@@ ) { void * * @@result@@ ; _DWORD * @@v3@@ ; int @@i@@ ; for ( @@i@@ = Number ; * @@a1@@ && * ( ( _DWORD * ) * @@a1@@ + @@i@@ ) ; ++ @@i@@ ) { @@result@@ = ( void * * ) * ( ( unsigned int * ) * @@a1@@ + @@i@@ ) ; if ( @@a2@@ == ( _DWORD ) @@result@@ ) return @@result@@ ; } @@v3@@ = os_realloc_array ( * @@a1@@ , @@i@@ + Number , Number ) ; if ( @@v3@@ ) { @@v3@@ [ @@i@@ ] = @@a2@@ ; @@v3@@ [ @@i@@ + Number ] = Number ; @@result@@ = @@a1@@ ; * @@a1@@ = @@v3@@ ; } else { free ( * @@a1@@ ) ; @@result@@ = @@a1@@ ; * @@a1@@ = Number L ; } return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void *"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}, {"n": "result", "t": {"T": 3, "t": "void *"}, "location": "r8"}, {"n": "v3", "t": {"T": 3, "t": "_DWORD"}, "location": "s16"}, {"n": "i", "t": {"T": 1, "n": "int", "s": 4}, "location": "s4"}]}
[{"n": "res", "t": {"T": 3, "t": "int *"}, "location": "r56"}, {"n": "a", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}, {"n": "n", "t": {"T": 3, "t": "int"}, "location": "s16"}, {"n": "reslen", "t": {"T": 1, "n": "int", "s": 4}, "location": "s4"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
179
[ "{\"name\": \"os_realloc_array\", \"code\": \"void * __fastcall os_realloc_array ( void * @@a1@@ , unsigned __int64 @@a2@@ , unsigned __int64 @@a3@@ ) { void * @@result@@ ; if ( ! @@a3@@ || is_mul_ok ( @@a3@@ , @@a2@@ ) ) @@result@@ = realloc ( @@a1@@ , @@a3@@ * @@a2@@ ) ; else @@result@@ = Number L ; return @@result@@ ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"r16\"}, {\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"result\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r8\"}]}" ]
{"name": "str_clear_free", "code": "void __fastcall str_clear_free ( char * @@a1@@ ) { size_t @@n@@ ; if ( @@a1@@ ) { @@n@@ = strlen ( @@a1@@ ) ; memset ( @@a1@@ , Number , @@n@@ ) ; free ( @@a1@@ ) ; } }", "source": [{"n": "a1", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "n", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s8"}]}
[{"n": "str", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "", "t": {"T": 10}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
180
[]
{"name": "bin_clear_free", "code": "void __fastcall bin_clear_free ( void * @@a1@@ , size_t @@a2@@ ) { if ( @@a1@@ ) { memset ( @@a1@@ , Number , @@a2@@ ) ; free ( @@a1@@ ) ; } }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r64"}]}
[{"n": "bin", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r64"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
181
[]
{"name": "random_mac_addr", "code": "__int64 __fastcall random_mac_addr ( _BYTE * @@a1@@ ) { if ( ( int ) os_get_random ( @@a1@@ , Number L ) < Number ) return Number ; * @@a1@@ &= Number ; * @@a1@@ |= Number ; return Number L ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "_BYTE"}, "location": "r56"}]}
[{"n": "addr", "t": {"T": 3, "t": "u8"}, "location": "r56"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
182
[ "{\"name\": \"os_get_random\", \"code\": \"__int64 __fastcall os_get_random ( void * @@a1@@ , size_t @@a2@@ ) { __int64 @@result@@ ; size_t @@v3@@ ; FILE * @@stream@@ ; @@stream@@ = fopen ( String , String ) ; if ( @@stream@@ ) { @@v3@@ = fread ( @@a1@@ , Number , @@a2@@ , @@stream@@ ) ; fclose ( @@stream@@ ) ; if ( @@v3@@ == @@a2@@ ) @@result@@ = Number L ; else @@result@@ = Number ; } else { puts ( String ) ; @@result@@ = Number ; } return @@result@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"size_t\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"result\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r8\"}, {\"n\": \"v3\", \"t\": {\"T\": 1, \"n\": \"size_t\", \"s\": 8}, \"location\": \"s16\"}, {\"n\": \"stream\", \"t\": {\"T\": 3, \"t\": \"FILE\"}, \"location\": \"s8\"}]}" ]
{"name": "random_mac_addr_keep_oui", "code": "__int64 __fastcall random_mac_addr_keep_oui ( _BYTE * @@a1@@ ) { if ( ( int ) os_get_random ( @@a1@@ + Number , Number L ) < Number ) return Number ; * @@a1@@ &= Number ; * @@a1@@ |= Number ; return Number L ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "_BYTE"}, "location": "r56"}]}
[{"n": "addr", "t": {"T": 3, "t": "u8"}, "location": "r56"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
183
[ "{\"name\": \"random_mac_addr\", \"code\": \"__int64 __fastcall random_mac_addr ( _BYTE * @@a1@@ ) { if ( ( int ) os_get_random ( @@a1@@ , Number L ) < Number ) return Number ; * @@a1@@ &= Number ; * @@a1@@ |= Number ; return Number L ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"_BYTE\"}, \"location\": \"r56\"}]}", "{\"name\": \"os_get_random\", \"code\": \"__int64 __fastcall os_get_random ( void * @@a1@@ , size_t @@a2@@ ) { __int64 @@result@@ ; size_t @@v3@@ ; FILE * @@stream@@ ; @@stream@@ = fopen ( String , String ) ; if ( @@stream@@ ) { @@v3@@ = fread ( @@a1@@ , Number , @@a2@@ , @@stream@@ ) ; fclose ( @@stream@@ ) ; if ( @@v3@@ == @@a2@@ ) @@result@@ = Number L ; else @@result@@ = Number ; } else { puts ( String ) ; @@result@@ = Number ; } return @@result@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"size_t\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"result\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r8\"}, {\"n\": \"v3\", \"t\": {\"T\": 1, \"n\": \"size_t\", \"s\": 8}, \"location\": \"s16\"}, {\"n\": \"stream\", \"t\": {\"T\": 3, \"t\": \"FILE\"}, \"location\": \"s8\"}]}" ]
{"name": "str_token", "code": "_BYTE * __fastcall str_token ( _BYTE * @@a1@@ , const char * @@a2@@ , _BYTE * * @@a3@@ ) { _BYTE * @@v4@@ ; _BYTE * @@i@@ ; if ( * @@a3@@ ) @@a1@@ = * @@a3@@ ; while ( * @@a1@@ && strchr ( @@a2@@ , ( char ) * @@a1@@ ) ) ++ @@a1@@ ; if ( ! * @@a1@@ ) return Number L ; for ( @@i@@ = @@a1@@ + Number ; * @@i@@ && ! strchr ( @@a2@@ , ( char ) * @@i@@ ) ; ++ @@i@@ ) ; if ( * @@i@@ ) { @@v4@@ = @@i@@ ++ ; * @@v4@@ = Number ; } * @@a3@@ = @@i@@ ; return @@a1@@ ; }", "source": [{"n": "a3", "t": {"T": 3, "t": "_BYTE *"}, "location": "r16"}, {"n": "a1", "t": {"T": 3, "t": "_BYTE"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "const char"}, "location": "r64"}, {"n": "v4", "t": {"T": 3, "t": "_BYTE"}, "location": "r8"}, {"n": "i", "t": {"T": 3, "t": "_BYTE"}, "location": "s8"}]}
[{"n": "context", "t": {"T": 3, "t": "char *"}, "location": "r16"}, {"n": "str", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "delim", "t": {"T": 3, "t": "const char"}, "location": "r64"}, {"n": "v4", "t": {"T": 3, "t": "char"}, "location": "r8"}, {"n": "end", "t": {"T": 3, "t": "char"}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
184
[]
{"name": "utf8_unescape", "code": "unsigned __int64 __fastcall utf8_unescape ( const char * @@a1@@ , size_t @@a2@@ , char * @@a3@@ , unsigned __int64 @@a4@@ ) { int v5 ; char * v7 ; char * v8 ; char * @@v11@@ ; size_t @@v12@@ ; char * @@s@@ ; unsigned __int64 @@v14@@ ; @@s@@ = ( char * ) @@a1@@ ; @@v12@@ = @@a2@@ ; @@v11@@ = @@a3@@ ; @@v14@@ = Number L ; if ( ! @@a1@@ || ! @@a3@@ ) return Number L ; if ( ! @@a2@@ ) @@v12@@ = strlen ( @@a1@@ ) ; if ( * @@a1@@ == Number && @@v12@@ ) { @@s@@ = ( char * ) ( @@a1@@ + Number ) ; -- @@v12@@ ; } while ( @@v12@@ -- ) { if ( @@v14@@ >= @@a4@@ ) return Number L ; v5 = * @@s@@ ; if ( v5 == Number ) { * @@v11@@ = Number ; return @@v14@@ ; } if ( v5 == Number ) { if ( ! @@v12@@ -- ) return Number L ; ++ @@s@@ ; } v7 = @@s@@ ++ ; v8 = @@v11@@ ++ ; * v8 = * v7 ; ++ @@v14@@ ; } if ( @@v14@@ < @@a4@@ ) * @@v11@@ = Number ; return @@v14@@ ; }", "source": [{"n": "a3", "t": {"T": 3, "t": "char"}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "r24"}, {"n": "a1", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r64"}, {"n": "s", "t": {"T": 3, "t": "char"}, "location": "s24"}, {"n": "v12", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s32"}, {"n": "v11", "t": {"T": 3, "t": "char"}, "location": "s40"}, {"n": "v14", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "s8"}]}
[{"n": "outp", "t": {"T": 3, "t": "char"}, "location": "r16"}, {"n": "out_size", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r24"}, {"n": "inp", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "in_size", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r64"}, {"n": "inpa", "t": {"T": 3, "t": "const char"}, "location": "s24"}, {"n": "in_sizea", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s32"}, {"n": "outpa", "t": {"T": 3, "t": "char"}, "location": "s40"}, {"n": "res_size", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
185
[]
{"name": "utf8_escape", "code": "unsigned __int64 __fastcall utf8_escape ( const char * @@a1@@ , size_t @@a2@@ , char * @@a3@@ , unsigned __int64 @@a4@@ ) { unsigned __int64 v5 ; int v6 ; unsigned __int64 v7 ; char * v8 ; char * v9 ; char * v10 ; char * @@v13@@ ; size_t @@v14@@ ; char * @@s@@ ; unsigned __int64 @@v16@@ ; @@s@@ = ( char * ) @@a1@@ ; @@v14@@ = @@a2@@ ; @@v13@@ = @@a3@@ ; @@v16@@ = Number L ; if ( ! @@a1@@ || ! @@a3@@ ) return Number L ; if ( ! @@a2@@ ) @@v14@@ = strlen ( @@a1@@ ) ; while ( @@v14@@ -- ) { v5 = @@v16@@ ++ ; if ( @@a4@@ <= v5 ) return Number L ; v6 = * @@s@@ ; if ( v6 == Number || v6 == Number ) { v7 = @@v16@@ ++ ; if ( @@a4@@ <= v7 ) return Number L ; v8 = @@v13@@ ++ ; * v8 = Number ; } v9 = @@s@@ ++ ; v10 = @@v13@@ ++ ; * v10 = * v9 ; } if ( @@v16@@ < @@a4@@ ) * @@v13@@ = Number ; return @@v16@@ ; }", "source": [{"n": "a3", "t": {"T": 3, "t": "char"}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "r24"}, {"n": "a1", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r64"}, {"n": "s", "t": {"T": 3, "t": "char"}, "location": "s24"}, {"n": "v14", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s32"}, {"n": "v13", "t": {"T": 3, "t": "char"}, "location": "s40"}, {"n": "v16", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "s8"}]}
[{"n": "outp", "t": {"T": 3, "t": "char"}, "location": "r16"}, {"n": "out_size", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r24"}, {"n": "inp", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "in_size", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r64"}, {"n": "inpa", "t": {"T": 3, "t": "const char"}, "location": "s24"}, {"n": "in_sizea", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s32"}, {"n": "outpa", "t": {"T": 3, "t": "char"}, "location": "s40"}, {"n": "res_size", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
186
[]
{"name": "is_ctrl_char", "code": "_BOOL8 __fastcall is_ctrl_char ( char @@a1@@ ) { return @@a1@@ > Number && @@a1@@ <= Number ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "char", "s": 1}, "location": "r56"}]}
[{"n": "c", "t": {"T": 1, "n": "char", "s": 1}, "location": "r56"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
187
[]
{"name": "os_sleep", "code": "unsigned int __fastcall os_sleep ( __int64 @@a1@@ , __int64 @@a2@@ ) { unsigned int @@result@@ ; if ( @@a1@@ ) @@result@@ = sleep ( @@a1@@ ) ; if ( @@a2@@ ) @@result@@ = usleep ( @@a2@@ ) ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "result", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r8"}]}
[{"n": "sec", "t": {"T": 1, "n": "os_time_t", "s": 8}, "location": "r56"}, {"n": "usec", "t": {"T": 1, "n": "os_time_t", "s": 8}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
188
[]
{"name": "os_get_time", "code": "__int64 __fastcall os_get_time ( struct timeval * @@a1@@ ) { struct timeval @@tv@@ ; unsigned int @@v3@@ ; @@v3@@ = gettimeofday ( & @@tv@@ , Number L ) ; * @@a1@@ = @@tv@@ ; return @@v3@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "struct timeval"}, "location": "r56"}, {"n": "tv", "t": {"T": 6, "n": "struct timeval", "l": [{"T": 4, "n": "tv_sec", "t": "__time_t", "s": 8}, {"T": 4, "n": "tv_usec", "t": "__suseconds_t", "s": 8}]}, "location": "s32"}, {"n": "v3", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s4"}]}
[{"n": "t", "t": {"T": 3, "t": "os_time"}, "location": "r56"}, {"n": "tv", "t": {"T": 6, "n": "timeval", "l": [{"T": 4, "n": "tv_sec", "t": "__time_t", "s": 8}, {"T": 4, "n": "tv_usec", "t": "__suseconds_t", "s": 8}]}, "location": "s32"}, {"n": "res", "t": {"T": 1, "n": "int", "s": 4}, "location": "s4"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
189
[]
{"name": "os_get_reltime", "code": "__int64 __fastcall os_get_reltime ( __time_t * @@a1@@ ) { struct timespec @@tp@@ ; while ( Number ) { do { while ( Number ) { if ( ! clock_gettime ( clock_id_5189 , & @@tp@@ ) ) { * @@a1@@ = @@tp@@ . tv_sec ; @@a1@@ [ Number ] = @@tp@@ . tv_nsec / Number ; return Number L ; } if ( clock_id_5189 != Number ) break ; clock_id_5189 = Number ; } } while ( clock_id_5189 > Number ) ; if ( ! clock_id_5189 ) break ; if ( clock_id_5189 == Number ) clock_id_5189 = Number ; } return Number ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "__time_t"}, "location": "r56"}, {"n": "tp", "t": {"T": 6, "n": "struct timespec", "l": [{"T": 4, "n": "tv_sec", "t": "__time_t", "s": 8}, {"T": 4, "n": "tv_nsec", "t": "__syscall_slong_t", "s": 8}]}, "location": "s32"}]}
[{"n": "t", "t": {"T": 3, "t": "os_reltime"}, "location": "r56"}, {"n": "ts", "t": {"T": 6, "n": "timespec", "l": [{"T": 4, "n": "tv_sec", "t": "__time_t", "s": 8}, {"T": 4, "n": "tv_nsec", "t": "__syscall_slong_t", "s": 8}]}, "location": "s32"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
190
[]
{"name": "os_mktime", "code": "__int64 __fastcall os_mktime ( int @@a1@@ , int @@a2@@ , int @@a3@@ , int @@a4@@ , int @@a5@@ , int @@a6@@ , _QWORD * @@a7@@ ) { time_t @@timer@@ ; struct tm @@s@@ ; time_t @@v14@@ ; time_t @@v15@@ ; struct tm * @@tp@@ ; time_t @@v17@@ ; if ( @@a1@@ <= Number || @@a2@@ <= Number || @@a2@@ > Number || @@a3@@ <= Number || @@a3@@ > Number || @@a4@@ < Number || @@a4@@ > Number || @@a5@@ < Number || @@a5@@ > Number || @@a6@@ < Number || @@a6@@ > Number ) { return Number ; } memset ( & @@s@@ , Number , sizeof ( @@s@@ ) ) ; @@s@@ . tm_year = @@a1@@ - Number ; @@s@@ . tm_mon = @@a2@@ - Number ; @@s@@ . tm_mday = @@a3@@ ; @@s@@ . tm_hour = @@a4@@ ; @@s@@ . tm_min = @@a5@@ ; @@s@@ . tm_sec = @@a6@@ ; @@timer@@ = mktime ( & @@s@@ ) ; @@tp@@ = localtime ( & @@timer@@ ) ; if ( @@tp@@ ) { @@v15@@ = mktime ( @@tp@@ ) ; @@tp@@ = gmtime ( & @@timer@@ ) ; if ( @@tp@@ ) { @@v14@@ = mktime ( @@tp@@ ) ; @@v17@@ = @@v14@@ - @@v15@@ ; } else { @@v17@@ = Number L ; } } else { @@v17@@ = Number L ; } * @@a7@@ = @@timer@@ - @@v17@@ ; return Number L ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "int", "s": 4}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}, {"n": "a5", "t": {"T": 1, "n": "int", "s": 4}, "location": "r72"}, {"n": "a6", "t": {"T": 1, "n": "int", "s": 4}, "location": "r80"}, {"n": "a7", "t": {"T": 3, "t": "_QWORD"}, "location": "s-16"}, {"n": "timer", "t": {"T": 1, "n": "time_t", "s": 8}, "location": "s104"}, {"n": "tp", "t": {"T": 3, "t": "struct tm"}, "location": "s16"}, {"n": "v15", "t": {"T": 1, "n": "time_t", "s": 8}, "location": "s24"}, {"n": "v14", "t": {"T": 1, "n": "time_t", "s": 8}, "location": "s32"}, {"n": "v17", "t": {"T": 1, "n": "time_t", "s": 8}, "location": "s8"}, {"n": "s", "t": {"T": 6, "n": "struct tm", "l": [{"T": 4, "n": "tm_sec", "t": "int", "s": 4}, {"T": 4, "n": "tm_min", "t": "int", "s": 4}, {"T": 4, "n": "tm_hour", "t": "int", "s": 4}, {"T": 4, "n": "tm_mday", "t": "int", "s": 4}, {"T": 4, "n": "tm_mon", "t": "int", "s": 4}, {"T": 4, "n": "tm_year", "t": "int", "s": 4}, {"T": 4, "n": "tm_wday", "t": "int", "s": 4}, {"T": 4, "n": "tm_yday", "t": "int", "s": 4}, {"T": 4, "n": "tm_isdst", "t": "int", "s": 4}, {"T": 5, "s": 4}, {"T": 4, "n": "tm_gmtoff", "t": "__int64", "s": 8}, {"T": 4, "n": "tm_zone", "t": "const char *", "s": 8}]}, "location": "s96"}]}
[{"n": "day", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "hour", "t": {"T": 1, "n": "int", "s": 4}, "location": "r24"}, {"n": "year", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "month", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}, {"n": "min", "t": {"T": 1, "n": "int", "s": 4}, "location": "r72"}, {"n": "sec", "t": {"T": 1, "n": "int", "s": 4}, "location": "r80"}, {"n": "t", "t": {"T": 3, "t": "os_time_t"}, "location": "s-16"}, {"n": "t_local", "t": {"T": 1, "n": "time_t", "s": 8}, "location": "s104"}, {"n": "tm1", "t": {"T": 3, "t": "tm"}, "location": "s16"}, {"n": "t1", "t": {"T": 1, "n": "time_t", "s": 8}, "location": "s24"}, {"n": "t2", "t": {"T": 1, "n": "time_t", "s": 8}, "location": "s32"}, {"n": "tz_offset", "t": {"T": 1, "n": "os_time_t", "s": 8}, "location": "s8"}, {"n": "tm", "t": {"T": 6, "n": "tm", "l": [{"T": 4, "n": "tm_sec", "t": "int", "s": 4}, {"T": 4, "n": "tm_min", "t": "int", "s": 4}, {"T": 4, "n": "tm_hour", "t": "int", "s": 4}, {"T": 4, "n": "tm_mday", "t": "int", "s": 4}, {"T": 4, "n": "tm_mon", "t": "int", "s": 4}, {"T": 4, "n": "tm_year", "t": "int", "s": 4}, {"T": 4, "n": "tm_wday", "t": "int", "s": 4}, {"T": 4, "n": "tm_yday", "t": "int", "s": 4}, {"T": 4, "n": "tm_isdst", "t": "int", "s": 4}, {"T": 5, "s": 4}, {"T": 4, "n": "tm_gmtoff", "t": "__int64", "s": 8}, {"T": 4, "n": "tm_zone", "t": "const char *", "s": 8}]}, "location": "s96"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
191
[]
{"name": "os_gmtime", "code": "__int64 __fastcall os_gmtime ( time_t @@a1@@ , int * @@a2@@ ) { time_t @@timer@@ ; struct tm * @@v4@@ ; @@timer@@ = @@a1@@ ; @@v4@@ = gmtime ( & @@timer@@ ) ; if ( ! @@v4@@ ) return Number ; * @@a2@@ = @@v4@@ -> tm_sec ; @@a2@@ [ Number ] = @@v4@@ -> tm_min ; @@a2@@ [ Number ] = @@v4@@ -> tm_hour ; @@a2@@ [ Number ] = @@v4@@ -> tm_mday ; @@a2@@ [ Number ] = @@v4@@ -> tm_mon + Number ; @@a2@@ [ Number ] = @@v4@@ -> tm_year + Number ; return Number L ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "time_t", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "int"}, "location": "r64"}, {"n": "timer", "t": {"T": 1, "n": "time_t", "s": 8}, "location": "s16"}, {"n": "v4", "t": {"T": 3, "t": "struct tm"}, "location": "s8"}]}
[{"n": "t", "t": {"T": 1, "n": "os_time_t", "s": 8}, "location": "r56"}, {"n": "tm", "t": {"T": 3, "t": "os_tm"}, "location": "r64"}, {"n": "t2", "t": {"T": 1, "n": "time_t", "s": 8}, "location": "s16"}, {"n": "tm2", "t": {"T": 3, "t": "tm"}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
192
[]
{"name": "os_daemonize", "code": "__int64 __fastcall os_daemonize ( const char * @@a1@@ ) { __int64 result ; unsigned int v2 ; FILE * @@stream@@ ; if ( daemon ( Number , Number ) ) { perror ( String ) ; result = Number ; } else { if ( @@a1@@ ) { @@stream@@ = fopen ( @@a1@@ , String ) ; if ( @@stream@@ ) { v2 = getpid ( ) ; fprintf ( @@stream@@ , String , v2 ) ; fclose ( @@stream@@ ) ; } } result = Number L ; } return result ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "stream", "t": {"T": 3, "t": "FILE"}, "location": "s8"}]}
[{"n": "pid_file", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "f", "t": {"T": 3, "t": "FILE"}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
193
[]
{"name": "os_daemonize_terminate", "code": "int __fastcall os_daemonize_terminate ( const char * @@a1@@ ) { int @@result@@ ; if ( @@a1@@ ) @@result@@ = unlink ( @@a1@@ ) ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "result", "t": {"T": 1, "n": "int", "s": 4}, "location": "r8"}]}
[{"n": "pid_file", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "", "t": {"T": 10}, "location": "r8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
194
[ "{\"name\": \"os_daemonize\", \"code\": \"__int64 __fastcall os_daemonize ( const char * @@a1@@ ) { __int64 result ; unsigned int v2 ; FILE * @@stream@@ ; if ( daemon ( Number , Number ) ) { perror ( String ) ; result = Number ; } else { if ( @@a1@@ ) { @@stream@@ = fopen ( @@a1@@ , String ) ; if ( @@stream@@ ) { v2 = getpid ( ) ; fprintf ( @@stream@@ , String , v2 ) ; fclose ( @@stream@@ ) ; } } result = Number L ; } return result ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r56\"}, {\"n\": \"stream\", \"t\": {\"T\": 3, \"t\": \"FILE\"}, \"location\": \"s8\"}]}" ]
{"name": "os_get_random", "code": "__int64 __fastcall os_get_random ( void * @@a1@@ , size_t @@a2@@ ) { __int64 @@result@@ ; size_t @@v3@@ ; FILE * @@stream@@ ; @@stream@@ = fopen ( String , String ) ; if ( @@stream@@ ) { @@v3@@ = fread ( @@a1@@ , Number , @@a2@@ , @@stream@@ ) ; fclose ( @@stream@@ ) ; if ( @@v3@@ == @@a2@@ ) @@result@@ = Number L ; else @@result@@ = Number ; } else { puts ( String ) ; @@result@@ = Number ; } return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r64"}, {"n": "result", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}, {"n": "v3", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s16"}, {"n": "stream", "t": {"T": 3, "t": "FILE"}, "location": "s8"}]}
[{"n": "buf", "t": {"T": 3, "t": "unsigned __int8"}, "location": "r56"}, {"n": "len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r64"}, {"n": "result", "t": {"T": 1, "n": "int", "s": 4}, "location": "r8"}, {"n": "rc", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s16"}, {"n": "f", "t": {"T": 3, "t": "FILE"}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
195
[]
{"name": "os_rel2abs_path", "code": "char * __fastcall os_rel2abs_path ( const char * @@a1@@ ) { int @@v2@@ ; char * @@dest@@ ; size_t @@v4@@ ; size_t @@n@@ ; const char * @@v6@@ ; char * @@buf@@ ; size_t @@size@@ ; @@size@@ = Number L ; if ( ! @@a1@@ ) return Number L ; if ( * @@a1@@ == Number ) return strdup ( @@a1@@ ) ; while ( Number ) { @@buf@@ = ( char * ) malloc ( @@size@@ ) ; if ( ! @@buf@@ ) return Number L ; @@v6@@ = getcwd ( @@buf@@ , @@size@@ ) ; if ( @@v6@@ ) break ; @@v2@@ = * __errno_location ( ) ; free ( @@buf@@ ) ; if ( @@v2@@ != Number ) return Number L ; @@size@@ *= Number L ; if ( @@size@@ > Number ) return Number L ; } @@buf@@ [ @@size@@ - Number ] = Number ; @@n@@ = strlen ( @@v6@@ ) ; @@v4@@ = strlen ( @@a1@@ ) ; @@dest@@ = ( char * ) malloc ( @@n@@ + @@v4@@ + Number ) ; if ( @@dest@@ ) { memcpy ( @@dest@@ , @@v6@@ , @@n@@ ) ; @@dest@@ [ @@n@@ ] = Number ; memcpy ( & @@dest@@ [ @@n@@ + Number ] , @@a1@@ , @@v4@@ ) ; @@dest@@ [ @@n@@ + Number + @@v4@@ ] = Number ; } free ( @@buf@@ ) ; return @@dest@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "buf", "t": {"T": 3, "t": "char"}, "location": "s16"}, {"n": "v6", "t": {"T": 3, "t": "const char"}, "location": "s24"}, {"n": "n", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s32"}, {"n": "v4", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s40"}, {"n": "dest", "t": {"T": 3, "t": "char"}, "location": "s56"}, {"n": "v2", "t": {"T": 1, "n": "int", "s": 4}, "location": "s60"}, {"n": "size", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s8"}]}
[{"n": "rel_path", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "buf", "t": {"T": 3, "t": "char"}, "location": "s16"}, {"n": "cwd", "t": {"T": 3, "t": "const char"}, "location": "s24"}, {"n": "cwd_len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s32"}, {"n": "rel_len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s40"}, {"n": "ret", "t": {"T": 3, "t": "char"}, "location": "s56"}, {"n": "last_errno", "t": {"T": 1, "n": "int", "s": 4}, "location": "s60"}, {"n": "len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
196
[]
{"name": "os_setenv", "code": "int __fastcall os_setenv ( const char * @@a1@@ , const char * @@a2@@ , int @@a3@@ ) { return setenv ( @@a1@@ , @@a2@@ , @@a3@@ ) ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "a1", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "const char"}, "location": "r64"}]}
[{"n": "overwrite", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "name", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "value", "t": {"T": 3, "t": "const char"}, "location": "r64"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
197
[]
{"name": "os_unsetenv", "code": "int __fastcall os_unsetenv ( const char * @@a1@@ ) { return unsetenv ( @@a1@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "const char"}, "location": "r56"}]}
[{"n": "name", "t": {"T": 3, "t": "const char"}, "location": "r56"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
198
[]
{"name": "os_readfile", "code": "void * __fastcall os_readfile ( const char * @@a1@@ , size_t * @@a2@@ ) { void * @@result@@ ; void * @@ptr@@ ; __int64 @@v4@@ ; FILE * @@stream@@ ; @@stream@@ = fopen ( @@a1@@ , String ) ; if ( ! @@stream@@ ) return Number L ; if ( fseek ( @@stream@@ , Number L , Number ) >= Number && ( @@v4@@ = ftell ( @@stream@@ ) , @@v4@@ >= Number ) && ( * @@a2@@ = @@v4@@ , fseek ( @@stream@@ , Number L , Number ) >= Number ) && ( @@ptr@@ = malloc ( * @@a2@@ ) ) != Number L ) { if ( fread ( @@ptr@@ , Number , * @@a2@@ , @@stream@@ ) == * @@a2@@ ) { fclose ( @@stream@@ ) ; @@result@@ = @@ptr@@ ; } else { fclose ( @@stream@@ ) ; free ( @@ptr@@ ) ; @@result@@ = Number L ; } } else { fclose ( @@stream@@ ) ; @@result@@ = Number L ; } return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "size_t"}, "location": "r64"}, {"n": "result", "t": {"T": 3, "t": "void"}, "location": "r8"}, {"n": "v4", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s16"}, {"n": "ptr", "t": {"T": 3, "t": "void"}, "location": "s24"}, {"n": "stream", "t": {"T": 3, "t": "FILE"}, "location": "s8"}]}
[{"n": "name", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "len", "t": {"T": 3, "t": "size_t"}, "location": "r64"}, {"n": "result", "t": {"T": 3, "t": "char"}, "location": "r8"}, {"n": "pos", "t": {"T": 1, "n": "signed __int64", "s": 8}, "location": "s16"}, {"n": "buf", "t": {"T": 3, "t": "char"}, "location": "s24"}, {"n": "f", "t": {"T": 3, "t": "FILE"}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
199
[]
{"name": "os_file_exists", "code": "__int64 __fastcall os_file_exists ( const char * @@a1@@ ) { FILE * @@stream@@ ; @@stream@@ = fopen ( @@a1@@ , String ) ; if ( ! @@stream@@ ) return Number L ; fclose ( @@stream@@ ) ; return Number L ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "stream", "t": {"T": 3, "t": "FILE"}, "location": "s8"}]}
[{"n": "fname", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "f", "t": {"T": 3, "t": "FILE"}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
200
[]
{"name": "os_fsync", "code": "int __fastcall os_fsync ( FILE * @@a1@@ ) { int @@v1@@ ; if ( fflush ( @@a1@@ ) ) return Number ; @@v1@@ = fileno ( @@a1@@ ) ; return fsync ( @@v1@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "FILE"}, "location": "r56"}, {"n": "v1", "t": {"T": 1, "n": "int", "s": 4}, "location": "r8"}]}
[{"n": "stream", "t": {"T": 3, "t": "FILE"}, "location": "r56"}, {"n": "v1", "t": {"T": 1, "n": "int", "s": 4}, "location": "r8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
201
[]
{"name": "os_zalloc", "code": "void * __fastcall os_zalloc ( size_t @@a1@@ ) { return calloc ( Number , @@a1@@ ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r56"}]}
[{"n": "size", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r56"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
202
[]
{"name": "os_strlcpy", "code": "__int64 __fastcall os_strlcpy ( _BYTE * @@a1@@ , _BYTE * @@a2@@ , __int64 @@a3@@ ) { _BYTE * v3 ; _BYTE * v4 ; _BYTE * v5 ; __int64 @@v7@@ ; __int64 @@v9@@ ; _BYTE * @@v10@@ ; @@v7@@ = @@a3@@ ; @@v10@@ = @@a2@@ ; @@v9@@ = @@a3@@ ; if ( @@a3@@ ) { do { if ( ! -- @@v9@@ ) break ; v3 = @@v10@@ ++ ; v4 = @@a1@@ ++ ; * v4 = * v3 ; } while ( * v4 ) ; } if ( ! @@v9@@ ) { if ( @@v7@@ ) * @@a1@@ = Number ; do v5 = @@v10@@ ++ ; while ( * v5 ) ; } return @@v10@@ - @@a2@@ - Number ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r16"}, {"n": "a1", "t": {"T": 3, "t": "_BYTE"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "_BYTE"}, "location": "r64"}, {"n": "v9", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s16"}, {"n": "v7", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s40"}, {"n": "v10", "t": {"T": 3, "t": "_BYTE"}, "location": "s8"}]}
[{"n": "siz", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r16"}, {"n": "dest", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "src", "t": {"T": 3, "t": "const char"}, "location": "r64"}, {"n": "left", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s16"}, {"n": "siza", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s40"}, {"n": "s", "t": {"T": 3, "t": "const char"}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
203
[]
{"name": "os_memcmp_const", "code": "__int64 __fastcall os_memcmp_const ( __int64 @@a1@@ , __int64 @@a2@@ , unsigned __int64 @@a3@@ ) { unsigned __int8 @@v4@@ ; unsigned __int64 @@i@@ ; @@v4@@ = Number ; for ( @@i@@ = Number L ; @@i@@ < @@a3@@ ; ++ @@i@@ ) @@v4@@ |= * ( _BYTE * ) ( @@a1@@ + @@i@@ ) ^ * ( _BYTE * ) ( @@a2@@ + @@i@@ ) ; return @@v4@@ ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "r16"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "i", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "s8"}, {"n": "v4", "t": {"T": 1, "n": "unsigned __int8", "s": 1}, "location": "s9"}]}
[{"n": "len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r16"}, {"n": "a", "t": {"T": 3, "t": "const void"}, "location": "r56"}, {"n": "b", "t": {"T": 3, "t": "const void"}, "location": "r64"}, {"n": "i", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s8"}, {"n": "res", "t": {"T": 1, "n": "u8", "s": 1}, "location": "s9"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
204
[]
{"name": "os_exec", "code": "__int64 __fastcall os_exec ( char * @@a1@@ , char * @@a2@@ , int @@a3@@ ) { __int64 result ; void * @@v4@@ ; int v5 ; char * v6 ; char @@v7@@ ; int @@v8@@ ; char * @@v9@@ ; char * @@s@@ ; int @@stat_loc@@ ; void * @@v12@@ ; void * @@ptr@@ ; char * * @@argv@@ ; __int64 @@v15@@ ; int @@v16@@ ; __pid_t @@pid@@ ; char * @@v18@@ ; int @@v19@@ ; @@s@@ = @@a1@@ ; @@v9@@ = @@a2@@ ; @@v8@@ = @@a3@@ ; @@pid@@ = fork ( ) ; if ( @@pid@@ >= Number ) { if ( ! @@pid@@ ) { @@v16@@ = Number ; @@v15@@ = Number L ; @@v4@@ = alloca ( Number L ) ; @@argv@@ = ( char * * ) ( Number * ( ( unsigned __int64 ) & @@v7@@ >> Number ) ) ; @@ptr@@ = strdup ( @@s@@ ) ; @@v12@@ = strdup ( @@v9@@ ) ; * @@argv@@ = ( char * ) @@ptr@@ ; @@v19@@ = Number ; @@v18@@ = ( char * ) @@v12@@ ; while ( @@v19@@ < @@v16@@ && @@v18@@ && * @@v18@@ ) { while ( * @@v18@@ == Number ) ++ @@v18@@ ; if ( ! * @@v18@@ ) break ; v5 = @@v19@@ ++ ; @@argv@@ [ v5 ] = @@v18@@ ; @@v18@@ = strchr ( @@v18@@ , Number ) ; if ( @@v18@@ ) { v6 = @@v18@@ ++ ; * v6 = Number ; } } @@argv@@ [ @@v19@@ ] = Number L ; execv ( @@s@@ , @@argv@@ ) ; perror ( String ) ; free ( @@ptr@@ ) ; free ( @@v12@@ ) ; exit ( Number ) ; } if ( @@v8@@ ) waitpid ( @@pid@@ , & @@stat_loc@@ , Number ) ; result = Number L ; } else { perror ( String ) ; result = Number ; } return result ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "v4", "t": {"T": 3, "t": "void"}, "location": "r40"}, {"n": "a1", "t": {"T": 3, "t": "char"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "char"}, "location": "r64"}, {"n": "s", "t": {"T": 3, "t": "char"}, "location": "s104"}, {"n": "v9", "t": {"T": 3, "t": "char"}, "location": "s112"}, {"n": "v8", "t": {"T": 1, "n": "int", "s": 4}, "location": "s116"}, {"n": "v7", "t": {"T": 1, "n": "char", "s": 1}, "location": "s121"}, {"n": "v19", "t": {"T": 1, "n": "int", "s": 4}, "location": "s36"}, {"n": "v18", "t": {"T": 3, "t": "char"}, "location": "s48"}, {"n": "pid", "t": {"T": 1, "n": "__pid_t", "s": 4}, "location": "s52"}, {"n": "v16", "t": {"T": 1, "n": "int", "s": 4}, "location": "s56"}, {"n": "v15", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s64"}, {"n": "argv", "t": {"T": 3, "t": "char *"}, "location": "s72"}, {"n": "ptr", "t": {"T": 3, "t": "void"}, "location": "s80"}, {"n": "v12", "t": {"T": 3, "t": "void"}, "location": "s88"}, {"n": "stat_loc", "t": {"T": 1, "n": "int", "s": 4}, "location": "s92"}]}
[{"n": "wait_completion", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "v4", "t": {"T": 3, "t": "void"}, "location": "r40"}, {"n": "program", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "arg", "t": {"T": 3, "t": "const char"}, "location": "r64"}, {"n": "programa", "t": {"T": 3, "t": "const char"}, "location": "s104"}, {"n": "arga", "t": {"T": 3, "t": "const char"}, "location": "s112"}, {"n": "wait_completiona", "t": {"T": 1, "n": "int", "s": 4}, "location": "s116"}, {"n": "v7", "t": {"T": 1, "n": "char", "s": 1}, "location": "s121"}, {"n": "i", "t": {"T": 1, "n": "int", "s": 4}, "location": "s36"}, {"n": "pos", "t": {"T": 3, "t": "char"}, "location": "s48"}, {"n": "pid", "t": {"T": 1, "n": "pid_t", "s": 4}, "location": "s52"}, {"n": "MAX_ARG", "t": {"T": 1, "n": "int", "s": 4}, "location": "s56"}, {"n": "v15", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s64"}, {"n": "p_argv", "t": {"T": 9, "n": "char *(*)[]"}, "location": "s72"}, {"n": "_program", "t": {"T": 3, "t": "char"}, "location": "s80"}, {"n": "_arg", "t": {"T": 3, "t": "char"}, "location": "s88"}, {"n": "pid_status", "t": {"T": 1, "n": "int", "s": 4}, "location": "s92"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
205
[]
{"name": "os_snprintf_error_0", "code": "_BOOL8 __fastcall os_snprintf_error_0 ( unsigned __int64 @@a1@@ , int @@a2@@ ) { return @@a2@@ < Number || @@a1@@ <= ( unsigned int ) @@a2@@ ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}]}
[{"n": "size", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r56"}, {"n": "res", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
206
[ "{\"name\": \"os_snprintf_error\", \"code\": \"_BOOL8 __fastcall os_snprintf_error ( unsigned __int64 @@a1@@ , int @@a2@@ ) { return @@a2@@ < Number || @@a1@@ <= ( unsigned int ) @@a2@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r64\"}]}" ]
{"name": "wpa_debug_print_timestamp", "code": "int wpa_debug_print_timestamp ( ) { int @@result@@ ; struct timeval @@v1@@ ; @@result@@ = wpa_debug_timestamp ; if ( wpa_debug_timestamp ) { os_get_time ( & @@v1@@ ) ; @@result@@ = printf ( String , @@v1@@ . tv_sec , LODWORD ( @@v1@@ . tv_usec ) ) ; } return @@result@@ ; }", "source": [{"n": "result", "t": {"T": 1, "n": "int", "s": 4}, "location": "r8"}, {"n": "v1", "t": {"T": 6, "n": "struct timeval", "l": [{"T": 4, "n": "tv_sec", "t": "__time_t", "s": 8}, {"T": 4, "n": "tv_usec", "t": "__suseconds_t", "s": 8}]}, "location": "s16"}]}
[{"n": "", "t": {"T": 10}, "location": "r8"}, {"n": "tv", "t": {"T": 6, "n": "os_time", "l": [{"T": 4, "n": "sec", "t": "os_time_t", "s": 8}, {"T": 4, "n": "usec", "t": "os_time_t", "s": 8}]}, "location": "s16"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
207
[ "{\"name\": \"debug_print\", \"code\": \"int debug_print ( __int64 @@a1@@ , __int64 @@a2@@ , const char * @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { __int64 @@v6@@ ; gcc_va_list @@arg@@ ; __int64 @@v10@@ ; __int64 @@v11@@ ; __int64 @@v12@@ ; @@v10@@ = @@a4@@ ; @@v11@@ = @@a5@@ ; @@v12@@ = @@a6@@ ; @@v6@@ = * ( _QWORD * ) ( @@a1@@ + Number ) ; if ( @@v6@@ ) { write_timestamp ( * ( FILE * * ) ( @@a1@@ + Number ) ) ; @@arg@@ [ Number ] . gp_offset = Number ; va_start ( @@arg@@ , @@a6@@ ) ; vfprintf ( * ( FILE * * ) ( @@a1@@ + Number ) , @@a3@@ , @@arg@@ ) ; LODWORD ( @@v6@@ ) = fputc ( Number , * ( FILE * * ) ( @@a1@@ + Number ) ) ; } return @@v6@@ ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"a5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r72\"}, {\"n\": \"v6\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r8\"}, {\"n\": \"a6\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r80\"}, {\"n\": \"v12\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s136\"}, {\"n\": \"v11\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s144\"}, {\"n\": \"v10\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s152\"}, {\"n\": \"arg\", \"t\": {\"T\": 2, \"n\": 1, \"s\": 24, \"t\": \"__va_list_tag\"}, \"location\": \"s200\"}]}", "{\"name\": \"os_get_time\", \"code\": \"__int64 __fastcall os_get_time ( struct timeval * @@a1@@ ) { struct timeval @@tv@@ ; unsigned int @@v3@@ ; @@v3@@ = gettimeofday ( & @@tv@@ , Number L ) ; * @@a1@@ = @@tv@@ ; return @@v3@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"struct timeval\"}, \"location\": \"r56\"}, {\"n\": \"tv\", \"t\": {\"T\": 6, \"n\": \"struct timeval\", \"l\": [{\"T\": 4, \"n\": \"tv_sec\", \"t\": \"__time_t\", \"s\": 8}, {\"T\": 4, \"n\": \"tv_usec\", \"t\": \"__suseconds_t\", \"s\": 8}]}, \"location\": \"s32\"}, {\"n\": \"v3\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"s4\"}]}" ]
{"name": "wpa_printf", "code": "int wpa_printf ( int @@a1@@ , const char * @@a2@@ , __int64 @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { int @@result@@ ; gcc_va_list @@arg@@ ; __int64 @@v8@@ ; __int64 @@v9@@ ; __int64 @@v10@@ ; __int64 @@v11@@ ; va_start ( @@arg@@ , @@a6@@ ) ; @@v8@@ = @@a3@@ ; @@v9@@ = @@a4@@ ; @@v10@@ = @@a5@@ ; @@v11@@ = @@a6@@ ; @@arg@@ [ Number ] . gp_offset = Number ; @@result@@ = wpa_debug_level ; if ( @@a1@@ >= wpa_debug_level ) { wpa_debug_print_timestamp ( ) ; vprintf ( @@a2@@ , @@arg@@ ) ; @@result@@ = putchar ( Number ) ; } return @@result@@ ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "const char"}, "location": "r64"}, {"n": "a5", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r72"}, {"n": "result", "t": {"T": 1, "n": "int", "s": 4}, "location": "r8"}, {"n": "a6", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r80"}, {"n": "v11", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s136"}, {"n": "v10", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s144"}, {"n": "v9", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s152"}, {"n": "v8", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s160"}, {"n": "arg", "t": {"T": 2, "n": 1, "s": 24, "t": "__va_list_tag"}, "location": "s200"}]}
[{"n": "v2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r16"}, {"n": "v3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r24"}, {"n": "level", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "fmt", "t": {"T": 3, "t": "const char"}, "location": "r64"}, {"n": "v4", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r72"}, {"n": "", "t": {"T": 10}, "location": "r8"}, {"n": "v5", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r80"}, {"n": "v10", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s136"}, {"n": "v9", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s144"}, {"n": "v8", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s152"}, {"n": "v7", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s160"}, {"n": "ap", "t": {"T": 2, "n": 1, "s": 24, "t": "__va_list_tag"}, "location": "s200"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
208
[ "{\"name\": \"_start\", \"code\": \"void __fastcall __noreturn start ( __int64 @@a1@@ , __int64 @@a2@@ , void ( * @@a3@@ ) ( void ) ) { __int64 @@v3@@ ; int v4 ; __int64 @@v5@@ ; char * @@retaddr@@ ; v4 = @@v5@@ ; @@v5@@ = @@v3@@ ; _libc_start_main ( ( int ( __fastcall * ) ( int , char * * , char * * ) ) main , v4 , & @@retaddr@@ , _libc_csu_init , _libc_csu_fini , @@a3@@ , & @@v5@@ ) ; __halt ( ) ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 9, \"n\": \"void (*)(void)\"}, \"location\": \"r16\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"v3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r8\"}, {\"n\": \"retaddr\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"s0\"}, {\"n\": \"v5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s8\"}]}", "{\"name\": \"debug_print\", \"code\": \"int debug_print ( __int64 @@a1@@ , __int64 @@a2@@ , const char * @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { __int64 @@v6@@ ; gcc_va_list @@arg@@ ; __int64 @@v10@@ ; __int64 @@v11@@ ; __int64 @@v12@@ ; @@v10@@ = @@a4@@ ; @@v11@@ = @@a5@@ ; @@v12@@ = @@a6@@ ; @@v6@@ = * ( _QWORD * ) ( @@a1@@ + Number ) ; if ( @@v6@@ ) { write_timestamp ( * ( FILE * * ) ( @@a1@@ + Number ) ) ; @@arg@@ [ Number ] . gp_offset = Number ; va_start ( @@arg@@ , @@a6@@ ) ; vfprintf ( * ( FILE * * ) ( @@a1@@ + Number ) , @@a3@@ , @@arg@@ ) ; LODWORD ( @@v6@@ ) = fputc ( Number , * ( FILE * * ) ( @@a1@@ + Number ) ) ; } return @@v6@@ ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"a5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r72\"}, {\"n\": \"v6\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r8\"}, {\"n\": \"a6\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r80\"}, {\"n\": \"v12\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s136\"}, {\"n\": \"v11\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s144\"}, {\"n\": \"v10\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s152\"}, {\"n\": \"arg\", \"t\": {\"T\": 2, \"n\": 1, \"s\": 24, \"t\": \"__va_list_tag\"}, \"location\": \"s200\"}]}", "{\"name\": \"wpa_debug_print_timestamp\", \"code\": \"int wpa_debug_print_timestamp ( ) { int @@result@@ ; struct timeval @@v1@@ ; @@result@@ = wpa_debug_timestamp ; if ( wpa_debug_timestamp ) { os_get_time ( & @@v1@@ ) ; @@result@@ = printf ( String , @@v1@@ . tv_sec , LODWORD ( @@v1@@ . tv_usec ) ) ; } return @@result@@ ; }\", \"source\": [{\"n\": \"result\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r8\"}, {\"n\": \"v1\", \"t\": {\"T\": 6, \"n\": \"struct timeval\", \"l\": [{\"T\": 4, \"n\": \"tv_sec\", \"t\": \"__time_t\", \"s\": 8}, {\"T\": 4, \"n\": \"tv_usec\", \"t\": \"__suseconds_t\", \"s\": 8}]}, \"location\": \"s16\"}]}" ]
{"name": "_wpa_hexdump", "code": "int __fastcall wpa_hexdump ( int @@a1@@ , const char * @@a2@@ , __int64 @@a3@@ , unsigned __int64 @@a4@@ , int @@a5@@ ) { int @@result@@ ; unsigned __int64 @@i@@ ; @@result@@ = wpa_debug_level ; if ( @@a1@@ >= wpa_debug_level ) { wpa_debug_print_timestamp ( ) ; printf ( String , @@a2@@ , @@a4@@ ) ; if ( @@a3@@ ) { if ( @@a5@@ ) { for ( @@i@@ = Number L ; @@i@@ < @@a4@@ ; ++ @@i@@ ) printf ( String , * ( unsigned __int8 * ) ( @@a3@@ + @@i@@ ) ) ; } else { printf ( String ) ; } } else { printf ( String ) ; } @@result@@ = putchar ( Number ) ; } return @@result@@ ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "const char"}, "location": "r64"}, {"n": "a5", "t": {"T": 1, "n": "int", "s": 4}, "location": "r72"}, {"n": "result", "t": {"T": 1, "n": "int", "s": 4}, "location": "r8"}, {"n": "i", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "s8"}]}
[{"n": "buf", "t": {"T": 3, "t": "const u8"}, "location": "r16"}, {"n": "len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r24"}, {"n": "level", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "title", "t": {"T": 3, "t": "const char"}, "location": "r64"}, {"n": "show", "t": {"T": 1, "n": "int", "s": 4}, "location": "r72"}, {"n": "", "t": {"T": 10}, "location": "r8"}, {"n": "i", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
209
[ "{\"name\": \"debug_print\", \"code\": \"int debug_print ( __int64 @@a1@@ , __int64 @@a2@@ , const char * @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { __int64 @@v6@@ ; gcc_va_list @@arg@@ ; __int64 @@v10@@ ; __int64 @@v11@@ ; __int64 @@v12@@ ; @@v10@@ = @@a4@@ ; @@v11@@ = @@a5@@ ; @@v12@@ = @@a6@@ ; @@v6@@ = * ( _QWORD * ) ( @@a1@@ + Number ) ; if ( @@v6@@ ) { write_timestamp ( * ( FILE * * ) ( @@a1@@ + Number ) ) ; @@arg@@ [ Number ] . gp_offset = Number ; va_start ( @@arg@@ , @@a6@@ ) ; vfprintf ( * ( FILE * * ) ( @@a1@@ + Number ) , @@a3@@ , @@arg@@ ) ; LODWORD ( @@v6@@ ) = fputc ( Number , * ( FILE * * ) ( @@a1@@ + Number ) ) ; } return @@v6@@ ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"a5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r72\"}, {\"n\": \"v6\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r8\"}, {\"n\": \"a6\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r80\"}, {\"n\": \"v12\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s136\"}, {\"n\": \"v11\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s144\"}, {\"n\": \"v10\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s152\"}, {\"n\": \"arg\", \"t\": {\"T\": 2, \"n\": 1, \"s\": 24, \"t\": \"__va_list_tag\"}, \"location\": \"s200\"}]}", "{\"name\": \"wpa_debug_print_timestamp\", \"code\": \"int wpa_debug_print_timestamp ( ) { int @@result@@ ; struct timeval @@v1@@ ; @@result@@ = wpa_debug_timestamp ; if ( wpa_debug_timestamp ) { os_get_time ( & @@v1@@ ) ; @@result@@ = printf ( String , @@v1@@ . tv_sec , LODWORD ( @@v1@@ . tv_usec ) ) ; } return @@result@@ ; }\", \"source\": [{\"n\": \"result\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r8\"}, {\"n\": \"v1\", \"t\": {\"T\": 6, \"n\": \"struct timeval\", \"l\": [{\"T\": 4, \"n\": \"tv_sec\", \"t\": \"__time_t\", \"s\": 8}, {\"T\": 4, \"n\": \"tv_usec\", \"t\": \"__suseconds_t\", \"s\": 8}]}, \"location\": \"s16\"}]}", "{\"name\": \"wpa_hexdump\", \"code\": \"int __fastcall wpa_hexdump ( int @@a1@@ , const char * @@a2@@ , __int64 @@a3@@ , unsigned __int64 @@a4@@ ) { return wpa_hexdump ( @@a1@@ , @@a2@@ , @@a3@@ , @@a4@@ , Number ) ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r64\"}]}" ]
{"name": "wpa_hexdump", "code": "int __fastcall wpa_hexdump ( int @@a1@@ , const char * @@a2@@ , __int64 @@a3@@ , unsigned __int64 @@a4@@ ) { return wpa_hexdump ( @@a1@@ , @@a2@@ , @@a3@@ , @@a4@@ , Number ) ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "const char"}, "location": "r64"}]}
[{"n": "buf", "t": {"T": 3, "t": "const void"}, "location": "r16"}, {"n": "len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r24"}, {"n": "level", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "title", "t": {"T": 3, "t": "const char"}, "location": "r64"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
210
[]
{"name": "wpa_hexdump_key", "code": "int __fastcall wpa_hexdump_key ( int @@a1@@ , const char * @@a2@@ , __int64 @@a3@@ , unsigned __int64 @@a4@@ ) { return wpa_hexdump ( @@a1@@ , @@a2@@ , @@a3@@ , @@a4@@ , wpa_debug_show_keys ) ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "const char"}, "location": "r64"}]}
[{"n": "buf", "t": {"T": 3, "t": "const void"}, "location": "r16"}, {"n": "len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r24"}, {"n": "level", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "title", "t": {"T": 3, "t": "const char"}, "location": "r64"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
211
[ "{\"name\": \"wpa_hexdump\", \"code\": \"int __fastcall wpa_hexdump ( int @@a1@@ , const char * @@a2@@ , __int64 @@a3@@ , unsigned __int64 @@a4@@ ) { return wpa_hexdump ( @@a1@@ , @@a2@@ , @@a3@@ , @@a4@@ , Number ) ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r64\"}]}" ]
{"name": "_wpa_hexdump_ascii", "code": "int __fastcall wpa_hexdump_ascii ( int @@a1@@ , const char * @@a2@@ , __int64 @@a3@@ , unsigned __int64 @@a4@@ , int @@a5@@ ) { int result ; __int64 v6 ; __int64 @@v8@@ ; unsigned __int64 @@v10@@ ; __int64 @@v11@@ ; unsigned __int64 i ; unsigned __int64 j ; unsigned __int64 k ; unsigned __int64 l ; @@v8@@ = @@a3@@ ; @@v11@@ = @@a3@@ ; result = wpa_debug_level ; if ( @@a1@@ >= wpa_debug_level ) { wpa_debug_print_timestamp ( ) ; if ( @@a5@@ ) { if ( @@v8@@ ) { result = printf ( String , @@a2@@ , @@a4@@ ) ; while ( @@a4@@ ) { v6 = Number L ; if ( @@a4@@ <= Number ) v6 = @@a4@@ ; @@v10@@ = v6 ; printf ( String ) ; for ( i = Number L ; i < @@v10@@ ; ++ i ) printf ( String , * ( unsigned __int8 * ) ( @@v11@@ + i ) ) ; for ( j = @@v10@@ ; j < Number ; ++ j ) printf ( String ) ; printf ( String ) ; for ( k = Number L ; k < @@v10@@ ; ++ k ) { if ( ( ( * __ctype_b_loc ( ) ) [ * ( unsigned __int8 * ) ( @@v11@@ + k ) ] & Number ) != Number ) putchar ( * ( unsigned __int8 * ) ( @@v11@@ + k ) ) ; else putchar ( Number ) ; } for ( l = @@v10@@ ; l < Number ; ++ l ) putchar ( Number ) ; putchar ( Number ) ; @@v11@@ += @@v10@@ ; result = @@v10@@ ; @@a4@@ -= @@v10@@ ; } } else { result = printf ( String , @@a2@@ , @@a4@@ ) ; } } else { result = printf ( String , @@a2@@ , @@a4@@ ) ; } } return result ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "const char"}, "location": "r64"}, {"n": "a5", "t": {"T": 1, "n": "int", "s": 4}, "location": "r72"}, {"n": "v11", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s16"}, {"n": "v10", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "s32"}, {"n": "v8", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s56"}]}
[{"n": "buf", "t": {"T": 3, "t": "const void"}, "location": "r16"}, {"n": "len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r24"}, {"n": "level", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "title", "t": {"T": 3, "t": "const char"}, "location": "r64"}, {"n": "show", "t": {"T": 1, "n": "int", "s": 4}, "location": "r72"}, {"n": "pos", "t": {"T": 3, "t": "const u8"}, "location": "s16"}, {"n": "llen", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s32"}, {"n": "bufa", "t": {"T": 3, "t": "const void"}, "location": "s56"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
212
[ "{\"name\": \"debug_print\", \"code\": \"int debug_print ( __int64 @@a1@@ , __int64 @@a2@@ , const char * @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { __int64 @@v6@@ ; gcc_va_list @@arg@@ ; __int64 @@v10@@ ; __int64 @@v11@@ ; __int64 @@v12@@ ; @@v10@@ = @@a4@@ ; @@v11@@ = @@a5@@ ; @@v12@@ = @@a6@@ ; @@v6@@ = * ( _QWORD * ) ( @@a1@@ + Number ) ; if ( @@v6@@ ) { write_timestamp ( * ( FILE * * ) ( @@a1@@ + Number ) ) ; @@arg@@ [ Number ] . gp_offset = Number ; va_start ( @@arg@@ , @@a6@@ ) ; vfprintf ( * ( FILE * * ) ( @@a1@@ + Number ) , @@a3@@ , @@arg@@ ) ; LODWORD ( @@v6@@ ) = fputc ( Number , * ( FILE * * ) ( @@a1@@ + Number ) ) ; } return @@v6@@ ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"a5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r72\"}, {\"n\": \"v6\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r8\"}, {\"n\": \"a6\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r80\"}, {\"n\": \"v12\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s136\"}, {\"n\": \"v11\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s144\"}, {\"n\": \"v10\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s152\"}, {\"n\": \"arg\", \"t\": {\"T\": 2, \"n\": 1, \"s\": 24, \"t\": \"__va_list_tag\"}, \"location\": \"s200\"}]}", "{\"name\": \"wpa_debug_print_timestamp\", \"code\": \"int wpa_debug_print_timestamp ( ) { int @@result@@ ; struct timeval @@v1@@ ; @@result@@ = wpa_debug_timestamp ; if ( wpa_debug_timestamp ) { os_get_time ( & @@v1@@ ) ; @@result@@ = printf ( String , @@v1@@ . tv_sec , LODWORD ( @@v1@@ . tv_usec ) ) ; } return @@result@@ ; }\", \"source\": [{\"n\": \"result\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r8\"}, {\"n\": \"v1\", \"t\": {\"T\": 6, \"n\": \"struct timeval\", \"l\": [{\"T\": 4, \"n\": \"tv_sec\", \"t\": \"__time_t\", \"s\": 8}, {\"T\": 4, \"n\": \"tv_usec\", \"t\": \"__suseconds_t\", \"s\": 8}]}, \"location\": \"s16\"}]}", "{\"name\": \"wpa_hexdump\", \"code\": \"int __fastcall wpa_hexdump ( int @@a1@@ , const char * @@a2@@ , __int64 @@a3@@ , unsigned __int64 @@a4@@ ) { return wpa_hexdump ( @@a1@@ , @@a2@@ , @@a3@@ , @@a4@@ , Number ) ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r64\"}]}", "{\"name\": \"wpa_hexdump_ascii\", \"code\": \"int __fastcall wpa_hexdump_ascii ( int @@a1@@ , const char * @@a2@@ , __int64 @@a3@@ , unsigned __int64 @@a4@@ ) { return wpa_hexdump_ascii ( @@a1@@ , @@a2@@ , @@a3@@ , @@a4@@ , Number ) ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r64\"}]}" ]
{"name": "wpa_hexdump_ascii", "code": "int __fastcall wpa_hexdump_ascii ( int @@a1@@ , const char * @@a2@@ , __int64 @@a3@@ , unsigned __int64 @@a4@@ ) { return wpa_hexdump_ascii ( @@a1@@ , @@a2@@ , @@a3@@ , @@a4@@ , Number ) ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "const char"}, "location": "r64"}]}
[{"n": "buf", "t": {"T": 3, "t": "const void"}, "location": "r16"}, {"n": "len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r24"}, {"n": "level", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "title", "t": {"T": 3, "t": "const char"}, "location": "r64"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
213
[ "{\"name\": \"wpa_hexdump\", \"code\": \"int __fastcall wpa_hexdump ( int @@a1@@ , const char * @@a2@@ , __int64 @@a3@@ , unsigned __int64 @@a4@@ ) { return wpa_hexdump ( @@a1@@ , @@a2@@ , @@a3@@ , @@a4@@ , Number ) ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r64\"}]}" ]
{"name": "wpa_hexdump_ascii_key", "code": "int __fastcall wpa_hexdump_ascii_key ( int @@a1@@ , const char * @@a2@@ , __int64 @@a3@@ , unsigned __int64 @@a4@@ ) { return wpa_hexdump_ascii ( @@a1@@ , @@a2@@ , @@a3@@ , @@a4@@ , wpa_debug_show_keys ) ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "const char"}, "location": "r64"}]}
[{"n": "buf", "t": {"T": 3, "t": "const void"}, "location": "r16"}, {"n": "len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r24"}, {"n": "level", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "title", "t": {"T": 3, "t": "const char"}, "location": "r64"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
214
[ "{\"name\": \"wpa_hexdump\", \"code\": \"int __fastcall wpa_hexdump ( int @@a1@@ , const char * @@a2@@ , __int64 @@a3@@ , unsigned __int64 @@a4@@ ) { return wpa_hexdump ( @@a1@@ , @@a2@@ , @@a3@@ , @@a4@@ , Number ) ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r64\"}]}", "{\"name\": \"wpa_hexdump_ascii\", \"code\": \"int __fastcall wpa_hexdump_ascii ( int @@a1@@ , const char * @@a2@@ , __int64 @@a3@@ , unsigned __int64 @@a4@@ ) { return wpa_hexdump_ascii ( @@a1@@ , @@a2@@ , @@a3@@ , @@a4@@ , Number ) ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r64\"}]}" ]
{"name": "wpa_msg_register_cb", "code": "__int64 __fastcall wpa_msg_register_cb ( __int64 @@a1@@ ) { __int64 @@result@@ ; @@result@@ = @@a1@@ ; wpa_msg_cb = @@a1@@ ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "result", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}]}
[{"n": "func", "t": {"T": 9, "n": "wpa_msg_cb_func"}, "location": "r56"}, {"n": "", "t": {"T": 10}, "location": "r8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
215
[ "{\"name\": \"wpa_msg\", \"code\": \"void wpa_msg ( __int64 @@a1@@ , unsigned int @@a2@@ , const char * @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { __int64 v6 ; __int64 v7 ; __int64 v8 ; __int64 v9 ; __int64 v10 ; __int64 v11 ; char @@s@@ [ Number ] ; gcc_va_list @@arg@@ ; int @@v15@@ ; int @@v16@@ ; const char * @@v17@@ ; char * @@v18@@ ; int @@v19@@ ; __int64 @@v20@@ ; __int64 @@v21@@ ; __int64 @@v22@@ ; va_start ( @@arg@@ , @@a6@@ ) ; @@v20@@ = @@a4@@ ; @@v21@@ = @@a5@@ ; @@v22@@ = @@a6@@ ; @@arg@@ [ Number ] . gp_offset = Number ; @@v19@@ = vsnprintf ( Number L , Number L , @@a3@@ , @@arg@@ ) + Number ; @@v18@@ = ( char * ) malloc ( @@v19@@ ) ; if ( @@v18@@ ) { @@arg@@ [ Number ] . gp_offset = Number ; va_end ( @@arg@@ ) ; va_start ( @@arg@@ , @@a6@@ ) ; @@s@@ [ Number ] = Number ; if ( wpa_msg_ifname_cb ) { @@v17@@ = ( const char * ) wpa_msg_ifname_cb ( @@a1@@ ) ; if ( @@v17@@ ) { @@v16@@ = snprintf ( @@s@@ , Number , String , @@v17@@ ) ; if ( os_snprintf_error_0 ( Number , @@v16@@ ) ) @@s@@ [ Number ] = Number ; } } @@v15@@ = vsnprintf ( @@v18@@ , @@v19@@ , @@a3@@ , @@arg@@ ) ; wpa_printf ( @@a2@@ , String , ( __int64 ) @@s@@ , ( __int64 ) @@v18@@ , v10 , v11 ) ; if ( wpa_msg_cb ) wpa_msg_cb ( @@a1@@ , @@a2@@ , Number L , @@v18@@ , @@v15@@ ) ; bin_clear_free ( @@v18@@ , @@v19@@ ) ; } else { wpa_printf ( Number , String , v6 , v7 , v8 , v9 ) ; } }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"r64\"}, {\"n\": \"a5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r72\"}, {\"n\": \"a6\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r80\"}, {\"n\": \"v22\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s136\"}, {\"n\": \"v21\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s144\"}, {\"n\": \"v20\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s152\"}, {\"n\": \"v19\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s180\"}, {\"n\": \"v18\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"s192\"}, {\"n\": \"v17\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"s200\"}, {\"n\": \"v16\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s204\"}, {\"n\": \"v15\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s208\"}, {\"n\": \"arg\", \"t\": {\"T\": 2, \"n\": 1, \"s\": 24, \"t\": \"__va_list_tag\"}, \"location\": \"s232\"}, {\"n\": \"s\", \"t\": {\"T\": 2, \"n\": 136, \"s\": 1, \"t\": \"char\"}, \"location\": \"s368\"}]}" ]
{"name": "wpa_msg_register_ifname_cb", "code": "__int64 __fastcall wpa_msg_register_ifname_cb ( __int64 @@a1@@ ) { __int64 @@result@@ ; @@result@@ = @@a1@@ ; wpa_msg_ifname_cb = @@a1@@ ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "result", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}]}
[{"n": "func", "t": {"T": 9, "n": "wpa_msg_get_ifname_func"}, "location": "r56"}, {"n": "", "t": {"T": 10}, "location": "r8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
216
[ "{\"name\": \"wpa_msg\", \"code\": \"void wpa_msg ( __int64 @@a1@@ , unsigned int @@a2@@ , const char * @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { __int64 v6 ; __int64 v7 ; __int64 v8 ; __int64 v9 ; __int64 v10 ; __int64 v11 ; char @@s@@ [ Number ] ; gcc_va_list @@arg@@ ; int @@v15@@ ; int @@v16@@ ; const char * @@v17@@ ; char * @@v18@@ ; int @@v19@@ ; __int64 @@v20@@ ; __int64 @@v21@@ ; __int64 @@v22@@ ; va_start ( @@arg@@ , @@a6@@ ) ; @@v20@@ = @@a4@@ ; @@v21@@ = @@a5@@ ; @@v22@@ = @@a6@@ ; @@arg@@ [ Number ] . gp_offset = Number ; @@v19@@ = vsnprintf ( Number L , Number L , @@a3@@ , @@arg@@ ) + Number ; @@v18@@ = ( char * ) malloc ( @@v19@@ ) ; if ( @@v18@@ ) { @@arg@@ [ Number ] . gp_offset = Number ; va_end ( @@arg@@ ) ; va_start ( @@arg@@ , @@a6@@ ) ; @@s@@ [ Number ] = Number ; if ( wpa_msg_ifname_cb ) { @@v17@@ = ( const char * ) wpa_msg_ifname_cb ( @@a1@@ ) ; if ( @@v17@@ ) { @@v16@@ = snprintf ( @@s@@ , Number , String , @@v17@@ ) ; if ( os_snprintf_error_0 ( Number , @@v16@@ ) ) @@s@@ [ Number ] = Number ; } } @@v15@@ = vsnprintf ( @@v18@@ , @@v19@@ , @@a3@@ , @@arg@@ ) ; wpa_printf ( @@a2@@ , String , ( __int64 ) @@s@@ , ( __int64 ) @@v18@@ , v10 , v11 ) ; if ( wpa_msg_cb ) wpa_msg_cb ( @@a1@@ , @@a2@@ , Number L , @@v18@@ , @@v15@@ ) ; bin_clear_free ( @@v18@@ , @@v19@@ ) ; } else { wpa_printf ( Number , String , v6 , v7 , v8 , v9 ) ; } }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"r64\"}, {\"n\": \"a5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r72\"}, {\"n\": \"a6\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r80\"}, {\"n\": \"v22\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s136\"}, {\"n\": \"v21\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s144\"}, {\"n\": \"v20\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s152\"}, {\"n\": \"v19\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s180\"}, {\"n\": \"v18\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"s192\"}, {\"n\": \"v17\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"s200\"}, {\"n\": \"v16\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s204\"}, {\"n\": \"v15\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s208\"}, {\"n\": \"arg\", \"t\": {\"T\": 2, \"n\": 1, \"s\": 24, \"t\": \"__va_list_tag\"}, \"location\": \"s232\"}, {\"n\": \"s\", \"t\": {\"T\": 2, \"n\": 136, \"s\": 1, \"t\": \"char\"}, \"location\": \"s368\"}]}" ]
{"name": "wpa_msg", "code": "void wpa_msg ( __int64 @@a1@@ , unsigned int @@a2@@ , const char * @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { __int64 v6 ; __int64 v7 ; __int64 v8 ; __int64 v9 ; __int64 v10 ; __int64 v11 ; char @@s@@ [ Number ] ; gcc_va_list @@arg@@ ; int @@v15@@ ; int @@v16@@ ; const char * @@v17@@ ; char * @@v18@@ ; int @@v19@@ ; __int64 @@v20@@ ; __int64 @@v21@@ ; __int64 @@v22@@ ; va_start ( @@arg@@ , @@a6@@ ) ; @@v20@@ = @@a4@@ ; @@v21@@ = @@a5@@ ; @@v22@@ = @@a6@@ ; @@arg@@ [ Number ] . gp_offset = Number ; @@v19@@ = vsnprintf ( Number L , Number L , @@a3@@ , @@arg@@ ) + Number ; @@v18@@ = ( char * ) malloc ( @@v19@@ ) ; if ( @@v18@@ ) { @@arg@@ [ Number ] . gp_offset = Number ; va_end ( @@arg@@ ) ; va_start ( @@arg@@ , @@a6@@ ) ; @@s@@ [ Number ] = Number ; if ( wpa_msg_ifname_cb ) { @@v17@@ = ( const char * ) wpa_msg_ifname_cb ( @@a1@@ ) ; if ( @@v17@@ ) { @@v16@@ = snprintf ( @@s@@ , Number , String , @@v17@@ ) ; if ( os_snprintf_error_0 ( Number , @@v16@@ ) ) @@s@@ [ Number ] = Number ; } } @@v15@@ = vsnprintf ( @@v18@@ , @@v19@@ , @@a3@@ , @@arg@@ ) ; wpa_printf ( @@a2@@ , String , ( __int64 ) @@s@@ , ( __int64 ) @@v18@@ , v10 , v11 ) ; if ( wpa_msg_cb ) wpa_msg_cb ( @@a1@@ , @@a2@@ , Number L , @@v18@@ , @@v15@@ ) ; bin_clear_free ( @@v18@@ , @@v19@@ ) ; } else { wpa_printf ( Number , String , v6 , v7 , v8 , v9 ) ; } }", "source": [{"n": "a3", "t": {"T": 3, "t": "const char"}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r64"}, {"n": "a5", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r72"}, {"n": "a6", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r80"}, {"n": "v22", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s136"}, {"n": "v21", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s144"}, {"n": "v20", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s152"}, {"n": "v19", "t": {"T": 1, "n": "int", "s": 4}, "location": "s180"}, {"n": "v18", "t": {"T": 3, "t": "char"}, "location": "s192"}, {"n": "v17", "t": {"T": 3, "t": "const char"}, "location": "s200"}, {"n": "v16", "t": {"T": 1, "n": "int", "s": 4}, "location": "s204"}, {"n": "v15", "t": {"T": 1, "n": "int", "s": 4}, "location": "s208"}, {"n": "arg", "t": {"T": 2, "n": 1, "s": 24, "t": "__va_list_tag"}, "location": "s232"}, {"n": "s", "t": {"T": 2, "n": 136, "s": 1, "t": "char"}, "location": "s368"}]}
[{"n": "fmt", "t": {"T": 3, "t": "const char"}, "location": "r16"}, {"n": "", "t": {"T": 10}, "location": "r24"}, {"n": "ctx", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "level", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r72"}, {"n": "", "t": {"T": 10}, "location": "r80"}, {"n": "v19", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s136"}, {"n": "v18", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s144"}, {"n": "v17", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s152"}, {"n": "buflen", "t": {"T": 1, "n": "int", "s": 4}, "location": "s180"}, {"n": "buf", "t": {"T": 3, "t": "char"}, "location": "s192"}, {"n": "ifname", "t": {"T": 3, "t": "const char"}, "location": "s200"}, {"n": "res", "t": {"T": 1, "n": "int", "s": 4}, "location": "s204"}, {"n": "len", "t": {"T": 1, "n": "int", "s": 4}, "location": "s208"}, {"n": "ap", "t": {"T": 2, "n": 1, "s": 24, "t": "__va_list_tag"}, "location": "s232"}, {"n": "prefix", "t": {"T": 2, "n": 130, "s": 1, "t": "char"}, "location": "s368"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
217
[ "{\"name\": \"_start\", \"code\": \"void __fastcall __noreturn start ( __int64 @@a1@@ , __int64 @@a2@@ , void ( * @@a3@@ ) ( void ) ) { __int64 @@v3@@ ; int v4 ; __int64 @@v5@@ ; char * @@retaddr@@ ; v4 = @@v5@@ ; @@v5@@ = @@v3@@ ; _libc_start_main ( ( int ( __fastcall * ) ( int , char * * , char * * ) ) main , v4 , & @@retaddr@@ , _libc_csu_init , _libc_csu_fini , @@a3@@ , & @@v5@@ ) ; __halt ( ) ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 9, \"n\": \"void (*)(void)\"}, \"location\": \"r16\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"v3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r8\"}, {\"n\": \"retaddr\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"s0\"}, {\"n\": \"v5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s8\"}]}", "{\"name\": \"os_snprintf_error\", \"code\": \"_BOOL8 __fastcall os_snprintf_error ( unsigned __int64 @@a1@@ , int @@a2@@ ) { return @@a2@@ < Number || @@a1@@ <= ( unsigned int ) @@a2@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r64\"}]}", "{\"name\": \"bin_clear_free\", \"code\": \"void __fastcall bin_clear_free ( void * @@a1@@ , size_t @@a2@@ ) { if ( @@a1@@ ) { memset ( @@a1@@ , Number , @@a2@@ ) ; free ( @@a1@@ ) ; } }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"size_t\", \"s\": 8}, \"location\": \"r64\"}]}", "{\"name\": \"os_snprintf_error_0\", \"code\": \"_BOOL8 __fastcall os_snprintf_error_0 ( unsigned __int64 @@a1@@ , int @@a2@@ ) { return @@a2@@ < Number || @@a1@@ <= ( unsigned int ) @@a2@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r64\"}]}", "{\"name\": \"wpa_printf\", \"code\": \"int wpa_printf ( int @@a1@@ , const char * @@a2@@ , __int64 @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { int @@result@@ ; gcc_va_list @@arg@@ ; __int64 @@v8@@ ; __int64 @@v9@@ ; __int64 @@v10@@ ; __int64 @@v11@@ ; va_start ( @@arg@@ , @@a6@@ ) ; @@v8@@ = @@a3@@ ; @@v9@@ = @@a4@@ ; @@v10@@ = @@a5@@ ; @@v11@@ = @@a6@@ ; @@arg@@ [ Number ] . gp_offset = Number ; @@result@@ = wpa_debug_level ; if ( @@a1@@ >= wpa_debug_level ) { wpa_debug_print_timestamp ( ) ; vprintf ( @@a2@@ , @@arg@@ ) ; @@result@@ = putchar ( Number ) ; } return @@result@@ ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r64\"}, {\"n\": \"a5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r72\"}, {\"n\": \"result\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r8\"}, {\"n\": \"a6\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r80\"}, {\"n\": \"v11\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s136\"}, {\"n\": \"v10\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s144\"}, {\"n\": \"v9\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s152\"}, {\"n\": \"v8\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s160\"}, {\"n\": \"arg\", \"t\": {\"T\": 2, \"n\": 1, \"s\": 24, \"t\": \"__va_list_tag\"}, \"location\": \"s200\"}]}" ]
{"name": "wpa_msg_ctrl", "code": "void wpa_msg_ctrl ( __int64 @@a1@@ , unsigned int @@a2@@ , const char * @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { __int64 v6 ; __int64 v7 ; __int64 v8 ; __int64 v9 ; gcc_va_list @@arg@@ ; int @@v12@@ ; char * @@s@@ ; int @@v14@@ ; __int64 @@v15@@ ; __int64 @@v16@@ ; __int64 @@v17@@ ; @@v15@@ = @@a4@@ ; @@v16@@ = @@a5@@ ; @@v17@@ = @@a6@@ ; if ( wpa_msg_cb ) { @@arg@@ [ Number ] . gp_offset = Number ; va_start ( @@arg@@ , @@a6@@ ) ; @@v14@@ = vsnprintf ( Number L , Number L , @@a3@@ , @@arg@@ ) + Number ; @@s@@ = ( char * ) malloc ( @@v14@@ ) ; if ( @@s@@ ) { @@arg@@ [ Number ] . gp_offset = Number ; va_end ( @@arg@@ ) ; va_start ( @@arg@@ , @@a6@@ ) ; @@v12@@ = vsnprintf ( @@s@@ , @@v14@@ , @@a3@@ , @@arg@@ ) ; wpa_msg_cb ( @@a1@@ , @@a2@@ , Number L , @@s@@ , @@v12@@ ) ; bin_clear_free ( @@s@@ , @@v14@@ ) ; } else { wpa_printf ( Number , String , v6 , v7 , v8 , v9 ) ; } } }", "source": [{"n": "a3", "t": {"T": 3, "t": "const char"}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r64"}, {"n": "a5", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r72"}, {"n": "a6", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r80"}, {"n": "v17", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s136"}, {"n": "v16", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s144"}, {"n": "v15", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s152"}, {"n": "v14", "t": {"T": 1, "n": "int", "s": 4}, "location": "s180"}, {"n": "s", "t": {"T": 3, "t": "char"}, "location": "s192"}, {"n": "v12", "t": {"T": 1, "n": "int", "s": 4}, "location": "s196"}, {"n": "arg", "t": {"T": 2, "n": 1, "s": 24, "t": "__va_list_tag"}, "location": "s224"}]}
[{"n": "fmt", "t": {"T": 3, "t": "const char"}, "location": "r16"}, {"n": "", "t": {"T": 10}, "location": "r24"}, {"n": "ctx", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "level", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r72"}, {"n": "", "t": {"T": 10}, "location": "r80"}, {"n": "v19", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s136"}, {"n": "v18", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s144"}, {"n": "v17", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s152"}, {"n": "buflen", "t": {"T": 1, "n": "int", "s": 4}, "location": "s180"}, {"n": "buf", "t": {"T": 3, "t": "char"}, "location": "s192"}, {"n": "len", "t": {"T": 1, "n": "int", "s": 4}, "location": "s196"}, {"n": "ap", "t": {"T": 2, "n": 1, "s": 24, "t": "__va_list_tag"}, "location": "s224"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
218
[ "{\"name\": \"_start\", \"code\": \"void __fastcall __noreturn start ( __int64 @@a1@@ , __int64 @@a2@@ , void ( * @@a3@@ ) ( void ) ) { __int64 @@v3@@ ; int v4 ; __int64 @@v5@@ ; char * @@retaddr@@ ; v4 = @@v5@@ ; @@v5@@ = @@v3@@ ; _libc_start_main ( ( int ( __fastcall * ) ( int , char * * , char * * ) ) main , v4 , & @@retaddr@@ , _libc_csu_init , _libc_csu_fini , @@a3@@ , & @@v5@@ ) ; __halt ( ) ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 9, \"n\": \"void (*)(void)\"}, \"location\": \"r16\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"v3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r8\"}, {\"n\": \"retaddr\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"s0\"}, {\"n\": \"v5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s8\"}]}", "{\"name\": \"bin_clear_free\", \"code\": \"void __fastcall bin_clear_free ( void * @@a1@@ , size_t @@a2@@ ) { if ( @@a1@@ ) { memset ( @@a1@@ , Number , @@a2@@ ) ; free ( @@a1@@ ) ; } }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"size_t\", \"s\": 8}, \"location\": \"r64\"}]}", "{\"name\": \"wpa_printf\", \"code\": \"int wpa_printf ( int @@a1@@ , const char * @@a2@@ , __int64 @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { int @@result@@ ; gcc_va_list @@arg@@ ; __int64 @@v8@@ ; __int64 @@v9@@ ; __int64 @@v10@@ ; __int64 @@v11@@ ; va_start ( @@arg@@ , @@a6@@ ) ; @@v8@@ = @@a3@@ ; @@v9@@ = @@a4@@ ; @@v10@@ = @@a5@@ ; @@v11@@ = @@a6@@ ; @@arg@@ [ Number ] . gp_offset = Number ; @@result@@ = wpa_debug_level ; if ( @@a1@@ >= wpa_debug_level ) { wpa_debug_print_timestamp ( ) ; vprintf ( @@a2@@ , @@arg@@ ) ; @@result@@ = putchar ( Number ) ; } return @@result@@ ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r64\"}, {\"n\": \"a5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r72\"}, {\"n\": \"result\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r8\"}, {\"n\": \"a6\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r80\"}, {\"n\": \"v11\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s136\"}, {\"n\": \"v10\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s144\"}, {\"n\": \"v9\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s152\"}, {\"n\": \"v8\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s160\"}, {\"n\": \"arg\", \"t\": {\"T\": 2, \"n\": 1, \"s\": 24, \"t\": \"__va_list_tag\"}, \"location\": \"s200\"}]}", "{\"name\": \"wpa_msg\", \"code\": \"void wpa_msg ( __int64 @@a1@@ , unsigned int @@a2@@ , const char * @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { __int64 v6 ; __int64 v7 ; __int64 v8 ; __int64 v9 ; __int64 v10 ; __int64 v11 ; char @@s@@ [ Number ] ; gcc_va_list @@arg@@ ; int @@v15@@ ; int @@v16@@ ; const char * @@v17@@ ; char * @@v18@@ ; int @@v19@@ ; __int64 @@v20@@ ; __int64 @@v21@@ ; __int64 @@v22@@ ; va_start ( @@arg@@ , @@a6@@ ) ; @@v20@@ = @@a4@@ ; @@v21@@ = @@a5@@ ; @@v22@@ = @@a6@@ ; @@arg@@ [ Number ] . gp_offset = Number ; @@v19@@ = vsnprintf ( Number L , Number L , @@a3@@ , @@arg@@ ) + Number ; @@v18@@ = ( char * ) malloc ( @@v19@@ ) ; if ( @@v18@@ ) { @@arg@@ [ Number ] . gp_offset = Number ; va_end ( @@arg@@ ) ; va_start ( @@arg@@ , @@a6@@ ) ; @@s@@ [ Number ] = Number ; if ( wpa_msg_ifname_cb ) { @@v17@@ = ( const char * ) wpa_msg_ifname_cb ( @@a1@@ ) ; if ( @@v17@@ ) { @@v16@@ = snprintf ( @@s@@ , Number , String , @@v17@@ ) ; if ( os_snprintf_error_0 ( Number , @@v16@@ ) ) @@s@@ [ Number ] = Number ; } } @@v15@@ = vsnprintf ( @@v18@@ , @@v19@@ , @@a3@@ , @@arg@@ ) ; wpa_printf ( @@a2@@ , String , ( __int64 ) @@s@@ , ( __int64 ) @@v18@@ , v10 , v11 ) ; if ( wpa_msg_cb ) wpa_msg_cb ( @@a1@@ , @@a2@@ , Number L , @@v18@@ , @@v15@@ ) ; bin_clear_free ( @@v18@@ , @@v19@@ ) ; } else { wpa_printf ( Number , String , v6 , v7 , v8 , v9 ) ; } }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"r64\"}, {\"n\": \"a5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r72\"}, {\"n\": \"a6\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r80\"}, {\"n\": \"v22\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s136\"}, {\"n\": \"v21\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s144\"}, {\"n\": \"v20\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s152\"}, {\"n\": \"v19\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s180\"}, {\"n\": \"v18\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"s192\"}, {\"n\": \"v17\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"s200\"}, {\"n\": \"v16\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s204\"}, {\"n\": \"v15\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s208\"}, {\"n\": \"arg\", \"t\": {\"T\": 2, \"n\": 1, \"s\": 24, \"t\": \"__va_list_tag\"}, \"location\": \"s232\"}, {\"n\": \"s\", \"t\": {\"T\": 2, \"n\": 136, \"s\": 1, \"t\": \"char\"}, \"location\": \"s368\"}]}" ]
{"name": "wpa_msg_global", "code": "void wpa_msg_global ( __int64 @@a1@@ , unsigned int @@a2@@ , const char * @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { __int64 v6 ; __int64 v7 ; __int64 v8 ; __int64 v9 ; __int64 v10 ; __int64 v11 ; __int64 v12 ; gcc_va_list @@arg@@ ; int @@v15@@ ; char * @@s@@ ; int @@v17@@ ; __int64 @@v18@@ ; __int64 @@v19@@ ; __int64 @@v20@@ ; va_start ( @@arg@@ , @@a6@@ ) ; @@v18@@ = @@a4@@ ; @@v19@@ = @@a5@@ ; @@v20@@ = @@a6@@ ; @@arg@@ [ Number ] . gp_offset = Number ; @@v17@@ = vsnprintf ( Number L , Number L , @@a3@@ , @@arg@@ ) + Number ; @@s@@ = ( char * ) malloc ( @@v17@@ ) ; if ( @@s@@ ) { @@arg@@ [ Number ] . gp_offset = Number ; va_end ( @@arg@@ ) ; va_start ( @@arg@@ , @@a6@@ ) ; @@v15@@ = vsnprintf ( @@s@@ , @@v17@@ , @@a3@@ , @@arg@@ ) ; wpa_printf ( @@a2@@ , String , ( __int64 ) @@s@@ , v10 , v11 , v12 ) ; if ( wpa_msg_cb ) wpa_msg_cb ( @@a1@@ , @@a2@@ , Number L , @@s@@ , @@v15@@ ) ; bin_clear_free ( @@s@@ , @@v17@@ ) ; } else { wpa_printf ( Number , String , v6 , v7 , v8 , v9 ) ; } }", "source": [{"n": "a3", "t": {"T": 3, "t": "const char"}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r64"}, {"n": "a5", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r72"}, {"n": "a6", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r80"}, {"n": "v20", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s136"}, {"n": "v19", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s144"}, {"n": "v18", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s152"}, {"n": "v17", "t": {"T": 1, "n": "int", "s": 4}, "location": "s180"}, {"n": "s", "t": {"T": 3, "t": "char"}, "location": "s192"}, {"n": "v15", "t": {"T": 1, "n": "int", "s": 4}, "location": "s196"}, {"n": "arg", "t": {"T": 2, "n": 1, "s": 24, "t": "__va_list_tag"}, "location": "s224"}]}
[{"n": "fmt", "t": {"T": 3, "t": "const char"}, "location": "r16"}, {"n": "", "t": {"T": 10}, "location": "r24"}, {"n": "ctx", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "level", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r72"}, {"n": "", "t": {"T": 10}, "location": "r80"}, {"n": "v16", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s136"}, {"n": "v15", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s144"}, {"n": "v14", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s152"}, {"n": "buflen", "t": {"T": 1, "n": "int", "s": 4}, "location": "s180"}, {"n": "buf", "t": {"T": 3, "t": "char"}, "location": "s192"}, {"n": "len", "t": {"T": 1, "n": "int", "s": 4}, "location": "s196"}, {"n": "ap", "t": {"T": 2, "n": 1, "s": 24, "t": "__va_list_tag"}, "location": "s224"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
219
[ "{\"name\": \"_start\", \"code\": \"void __fastcall __noreturn start ( __int64 @@a1@@ , __int64 @@a2@@ , void ( * @@a3@@ ) ( void ) ) { __int64 @@v3@@ ; int v4 ; __int64 @@v5@@ ; char * @@retaddr@@ ; v4 = @@v5@@ ; @@v5@@ = @@v3@@ ; _libc_start_main ( ( int ( __fastcall * ) ( int , char * * , char * * ) ) main , v4 , & @@retaddr@@ , _libc_csu_init , _libc_csu_fini , @@a3@@ , & @@v5@@ ) ; __halt ( ) ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 9, \"n\": \"void (*)(void)\"}, \"location\": \"r16\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"v3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r8\"}, {\"n\": \"retaddr\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"s0\"}, {\"n\": \"v5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s8\"}]}", "{\"name\": \"bin_clear_free\", \"code\": \"void __fastcall bin_clear_free ( void * @@a1@@ , size_t @@a2@@ ) { if ( @@a1@@ ) { memset ( @@a1@@ , Number , @@a2@@ ) ; free ( @@a1@@ ) ; } }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"size_t\", \"s\": 8}, \"location\": \"r64\"}]}", "{\"name\": \"wpa_printf\", \"code\": \"int wpa_printf ( int @@a1@@ , const char * @@a2@@ , __int64 @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { int @@result@@ ; gcc_va_list @@arg@@ ; __int64 @@v8@@ ; __int64 @@v9@@ ; __int64 @@v10@@ ; __int64 @@v11@@ ; va_start ( @@arg@@ , @@a6@@ ) ; @@v8@@ = @@a3@@ ; @@v9@@ = @@a4@@ ; @@v10@@ = @@a5@@ ; @@v11@@ = @@a6@@ ; @@arg@@ [ Number ] . gp_offset = Number ; @@result@@ = wpa_debug_level ; if ( @@a1@@ >= wpa_debug_level ) { wpa_debug_print_timestamp ( ) ; vprintf ( @@a2@@ , @@arg@@ ) ; @@result@@ = putchar ( Number ) ; } return @@result@@ ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r64\"}, {\"n\": \"a5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r72\"}, {\"n\": \"result\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r8\"}, {\"n\": \"a6\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r80\"}, {\"n\": \"v11\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s136\"}, {\"n\": \"v10\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s144\"}, {\"n\": \"v9\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s152\"}, {\"n\": \"v8\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s160\"}, {\"n\": \"arg\", \"t\": {\"T\": 2, \"n\": 1, \"s\": 24, \"t\": \"__va_list_tag\"}, \"location\": \"s200\"}]}", "{\"name\": \"wpa_msg\", \"code\": \"void wpa_msg ( __int64 @@a1@@ , unsigned int @@a2@@ , const char * @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { __int64 v6 ; __int64 v7 ; __int64 v8 ; __int64 v9 ; __int64 v10 ; __int64 v11 ; char @@s@@ [ Number ] ; gcc_va_list @@arg@@ ; int @@v15@@ ; int @@v16@@ ; const char * @@v17@@ ; char * @@v18@@ ; int @@v19@@ ; __int64 @@v20@@ ; __int64 @@v21@@ ; __int64 @@v22@@ ; va_start ( @@arg@@ , @@a6@@ ) ; @@v20@@ = @@a4@@ ; @@v21@@ = @@a5@@ ; @@v22@@ = @@a6@@ ; @@arg@@ [ Number ] . gp_offset = Number ; @@v19@@ = vsnprintf ( Number L , Number L , @@a3@@ , @@arg@@ ) + Number ; @@v18@@ = ( char * ) malloc ( @@v19@@ ) ; if ( @@v18@@ ) { @@arg@@ [ Number ] . gp_offset = Number ; va_end ( @@arg@@ ) ; va_start ( @@arg@@ , @@a6@@ ) ; @@s@@ [ Number ] = Number ; if ( wpa_msg_ifname_cb ) { @@v17@@ = ( const char * ) wpa_msg_ifname_cb ( @@a1@@ ) ; if ( @@v17@@ ) { @@v16@@ = snprintf ( @@s@@ , Number , String , @@v17@@ ) ; if ( os_snprintf_error_0 ( Number , @@v16@@ ) ) @@s@@ [ Number ] = Number ; } } @@v15@@ = vsnprintf ( @@v18@@ , @@v19@@ , @@a3@@ , @@arg@@ ) ; wpa_printf ( @@a2@@ , String , ( __int64 ) @@s@@ , ( __int64 ) @@v18@@ , v10 , v11 ) ; if ( wpa_msg_cb ) wpa_msg_cb ( @@a1@@ , @@a2@@ , Number L , @@v18@@ , @@v15@@ ) ; bin_clear_free ( @@v18@@ , @@v19@@ ) ; } else { wpa_printf ( Number , String , v6 , v7 , v8 , v9 ) ; } }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"r64\"}, {\"n\": \"a5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r72\"}, {\"n\": \"a6\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r80\"}, {\"n\": \"v22\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s136\"}, {\"n\": \"v21\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s144\"}, {\"n\": \"v20\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s152\"}, {\"n\": \"v19\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s180\"}, {\"n\": \"v18\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"s192\"}, {\"n\": \"v17\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"s200\"}, {\"n\": \"v16\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s204\"}, {\"n\": \"v15\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s208\"}, {\"n\": \"arg\", \"t\": {\"T\": 2, \"n\": 1, \"s\": 24, \"t\": \"__va_list_tag\"}, \"location\": \"s232\"}, {\"n\": \"s\", \"t\": {\"T\": 2, \"n\": 136, \"s\": 1, \"t\": \"char\"}, \"location\": \"s368\"}]}" ]
{"name": "wpa_msg_global_ctrl", "code": "void wpa_msg_global_ctrl ( __int64 @@a1@@ , unsigned int @@a2@@ , const char * @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { __int64 v6 ; __int64 v7 ; __int64 v8 ; __int64 v9 ; gcc_va_list @@arg@@ ; int @@v12@@ ; char * @@s@@ ; int @@v14@@ ; __int64 @@v15@@ ; __int64 @@v16@@ ; __int64 @@v17@@ ; @@v15@@ = @@a4@@ ; @@v16@@ = @@a5@@ ; @@v17@@ = @@a6@@ ; if ( wpa_msg_cb ) { @@arg@@ [ Number ] . gp_offset = Number ; va_start ( @@arg@@ , @@a6@@ ) ; @@v14@@ = vsnprintf ( Number L , Number L , @@a3@@ , @@arg@@ ) + Number ; @@s@@ = ( char * ) malloc ( @@v14@@ ) ; if ( @@s@@ ) { @@arg@@ [ Number ] . gp_offset = Number ; va_end ( @@arg@@ ) ; va_start ( @@arg@@ , @@a6@@ ) ; @@v12@@ = vsnprintf ( @@s@@ , @@v14@@ , @@a3@@ , @@arg@@ ) ; wpa_msg_cb ( @@a1@@ , @@a2@@ , Number L , @@s@@ , @@v12@@ ) ; bin_clear_free ( @@s@@ , @@v14@@ ) ; } else { wpa_printf ( Number , String , v6 , v7 , v8 , v9 ) ; } } }", "source": [{"n": "a3", "t": {"T": 3, "t": "const char"}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r64"}, {"n": "a5", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r72"}, {"n": "a6", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r80"}, {"n": "v17", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s136"}, {"n": "v16", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s144"}, {"n": "v15", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s152"}, {"n": "v14", "t": {"T": 1, "n": "int", "s": 4}, "location": "s180"}, {"n": "s", "t": {"T": 3, "t": "char"}, "location": "s192"}, {"n": "v12", "t": {"T": 1, "n": "int", "s": 4}, "location": "s196"}, {"n": "arg", "t": {"T": 2, "n": 1, "s": 24, "t": "__va_list_tag"}, "location": "s224"}]}
[{"n": "fmt", "t": {"T": 3, "t": "const char"}, "location": "r16"}, {"n": "", "t": {"T": 10}, "location": "r24"}, {"n": "ctx", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "level", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r72"}, {"n": "", "t": {"T": 10}, "location": "r80"}, {"n": "v19", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s136"}, {"n": "v18", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s144"}, {"n": "v17", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s152"}, {"n": "buflen", "t": {"T": 1, "n": "int", "s": 4}, "location": "s180"}, {"n": "buf", "t": {"T": 3, "t": "char"}, "location": "s192"}, {"n": "len", "t": {"T": 1, "n": "int", "s": 4}, "location": "s196"}, {"n": "ap", "t": {"T": 2, "n": 1, "s": 24, "t": "__va_list_tag"}, "location": "s224"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
220
[ "{\"name\": \"_start\", \"code\": \"void __fastcall __noreturn start ( __int64 @@a1@@ , __int64 @@a2@@ , void ( * @@a3@@ ) ( void ) ) { __int64 @@v3@@ ; int v4 ; __int64 @@v5@@ ; char * @@retaddr@@ ; v4 = @@v5@@ ; @@v5@@ = @@v3@@ ; _libc_start_main ( ( int ( __fastcall * ) ( int , char * * , char * * ) ) main , v4 , & @@retaddr@@ , _libc_csu_init , _libc_csu_fini , @@a3@@ , & @@v5@@ ) ; __halt ( ) ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 9, \"n\": \"void (*)(void)\"}, \"location\": \"r16\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"v3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r8\"}, {\"n\": \"retaddr\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"s0\"}, {\"n\": \"v5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s8\"}]}", "{\"name\": \"bin_clear_free\", \"code\": \"void __fastcall bin_clear_free ( void * @@a1@@ , size_t @@a2@@ ) { if ( @@a1@@ ) { memset ( @@a1@@ , Number , @@a2@@ ) ; free ( @@a1@@ ) ; } }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"size_t\", \"s\": 8}, \"location\": \"r64\"}]}", "{\"name\": \"wpa_printf\", \"code\": \"int wpa_printf ( int @@a1@@ , const char * @@a2@@ , __int64 @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { int @@result@@ ; gcc_va_list @@arg@@ ; __int64 @@v8@@ ; __int64 @@v9@@ ; __int64 @@v10@@ ; __int64 @@v11@@ ; va_start ( @@arg@@ , @@a6@@ ) ; @@v8@@ = @@a3@@ ; @@v9@@ = @@a4@@ ; @@v10@@ = @@a5@@ ; @@v11@@ = @@a6@@ ; @@arg@@ [ Number ] . gp_offset = Number ; @@result@@ = wpa_debug_level ; if ( @@a1@@ >= wpa_debug_level ) { wpa_debug_print_timestamp ( ) ; vprintf ( @@a2@@ , @@arg@@ ) ; @@result@@ = putchar ( Number ) ; } return @@result@@ ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r64\"}, {\"n\": \"a5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r72\"}, {\"n\": \"result\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r8\"}, {\"n\": \"a6\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r80\"}, {\"n\": \"v11\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s136\"}, {\"n\": \"v10\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s144\"}, {\"n\": \"v9\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s152\"}, {\"n\": \"v8\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s160\"}, {\"n\": \"arg\", \"t\": {\"T\": 2, \"n\": 1, \"s\": 24, \"t\": \"__va_list_tag\"}, \"location\": \"s200\"}]}", "{\"name\": \"wpa_msg\", \"code\": \"void wpa_msg ( __int64 @@a1@@ , unsigned int @@a2@@ , const char * @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { __int64 v6 ; __int64 v7 ; __int64 v8 ; __int64 v9 ; __int64 v10 ; __int64 v11 ; char @@s@@ [ Number ] ; gcc_va_list @@arg@@ ; int @@v15@@ ; int @@v16@@ ; const char * @@v17@@ ; char * @@v18@@ ; int @@v19@@ ; __int64 @@v20@@ ; __int64 @@v21@@ ; __int64 @@v22@@ ; va_start ( @@arg@@ , @@a6@@ ) ; @@v20@@ = @@a4@@ ; @@v21@@ = @@a5@@ ; @@v22@@ = @@a6@@ ; @@arg@@ [ Number ] . gp_offset = Number ; @@v19@@ = vsnprintf ( Number L , Number L , @@a3@@ , @@arg@@ ) + Number ; @@v18@@ = ( char * ) malloc ( @@v19@@ ) ; if ( @@v18@@ ) { @@arg@@ [ Number ] . gp_offset = Number ; va_end ( @@arg@@ ) ; va_start ( @@arg@@ , @@a6@@ ) ; @@s@@ [ Number ] = Number ; if ( wpa_msg_ifname_cb ) { @@v17@@ = ( const char * ) wpa_msg_ifname_cb ( @@a1@@ ) ; if ( @@v17@@ ) { @@v16@@ = snprintf ( @@s@@ , Number , String , @@v17@@ ) ; if ( os_snprintf_error_0 ( Number , @@v16@@ ) ) @@s@@ [ Number ] = Number ; } } @@v15@@ = vsnprintf ( @@v18@@ , @@v19@@ , @@a3@@ , @@arg@@ ) ; wpa_printf ( @@a2@@ , String , ( __int64 ) @@s@@ , ( __int64 ) @@v18@@ , v10 , v11 ) ; if ( wpa_msg_cb ) wpa_msg_cb ( @@a1@@ , @@a2@@ , Number L , @@v18@@ , @@v15@@ ) ; bin_clear_free ( @@v18@@ , @@v19@@ ) ; } else { wpa_printf ( Number , String , v6 , v7 , v8 , v9 ) ; } }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"r64\"}, {\"n\": \"a5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r72\"}, {\"n\": \"a6\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r80\"}, {\"n\": \"v22\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s136\"}, {\"n\": \"v21\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s144\"}, {\"n\": \"v20\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s152\"}, {\"n\": \"v19\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s180\"}, {\"n\": \"v18\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"s192\"}, {\"n\": \"v17\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"s200\"}, {\"n\": \"v16\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s204\"}, {\"n\": \"v15\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s208\"}, {\"n\": \"arg\", \"t\": {\"T\": 2, \"n\": 1, \"s\": 24, \"t\": \"__va_list_tag\"}, \"location\": \"s232\"}, {\"n\": \"s\", \"t\": {\"T\": 2, \"n\": 136, \"s\": 1, \"t\": \"char\"}, \"location\": \"s368\"}]}", "{\"name\": \"wpa_msg_global\", \"code\": \"void wpa_msg_global ( __int64 @@a1@@ , unsigned int @@a2@@ , const char * @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { __int64 v6 ; __int64 v7 ; __int64 v8 ; __int64 v9 ; __int64 v10 ; __int64 v11 ; __int64 v12 ; gcc_va_list @@arg@@ ; int @@v15@@ ; char * @@s@@ ; int @@v17@@ ; __int64 @@v18@@ ; __int64 @@v19@@ ; __int64 @@v20@@ ; va_start ( @@arg@@ , @@a6@@ ) ; @@v18@@ = @@a4@@ ; @@v19@@ = @@a5@@ ; @@v20@@ = @@a6@@ ; @@arg@@ [ Number ] . gp_offset = Number ; @@v17@@ = vsnprintf ( Number L , Number L , @@a3@@ , @@arg@@ ) + Number ; @@s@@ = ( char * ) malloc ( @@v17@@ ) ; if ( @@s@@ ) { @@arg@@ [ Number ] . gp_offset = Number ; va_end ( @@arg@@ ) ; va_start ( @@arg@@ , @@a6@@ ) ; @@v15@@ = vsnprintf ( @@s@@ , @@v17@@ , @@a3@@ , @@arg@@ ) ; wpa_printf ( @@a2@@ , String , ( __int64 ) @@s@@ , v10 , v11 , v12 ) ; if ( wpa_msg_cb ) wpa_msg_cb ( @@a1@@ , @@a2@@ , Number L , @@s@@ , @@v15@@ ) ; bin_clear_free ( @@s@@ , @@v17@@ ) ; } else { wpa_printf ( Number , String , v6 , v7 , v8 , v9 ) ; } }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"r64\"}, {\"n\": \"a5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r72\"}, {\"n\": \"a6\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r80\"}, {\"n\": \"v20\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s136\"}, {\"n\": \"v19\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s144\"}, {\"n\": \"v18\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s152\"}, {\"n\": \"v17\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s180\"}, {\"n\": \"s\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"s192\"}, {\"n\": \"v15\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s196\"}, {\"n\": \"arg\", \"t\": {\"T\": 2, \"n\": 1, \"s\": 24, \"t\": \"__va_list_tag\"}, \"location\": \"s224\"}]}" ]
{"name": "wpa_msg_no_global", "code": "void wpa_msg_no_global ( __int64 @@a1@@ , unsigned int @@a2@@ , const char * @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { __int64 v6 ; __int64 v7 ; __int64 v8 ; __int64 v9 ; __int64 v10 ; __int64 v11 ; __int64 v12 ; gcc_va_list @@arg@@ ; int @@v15@@ ; char * @@s@@ ; int @@v17@@ ; __int64 @@v18@@ ; __int64 @@v19@@ ; __int64 @@v20@@ ; va_start ( @@arg@@ , @@a6@@ ) ; @@v18@@ = @@a4@@ ; @@v19@@ = @@a5@@ ; @@v20@@ = @@a6@@ ; @@arg@@ [ Number ] . gp_offset = Number ; @@v17@@ = vsnprintf ( Number L , Number L , @@a3@@ , @@arg@@ ) + Number ; @@s@@ = ( char * ) malloc ( @@v17@@ ) ; if ( @@s@@ ) { @@arg@@ [ Number ] . gp_offset = Number ; va_end ( @@arg@@ ) ; va_start ( @@arg@@ , @@a6@@ ) ; @@v15@@ = vsnprintf ( @@s@@ , @@v17@@ , @@a3@@ , @@arg@@ ) ; wpa_printf ( @@a2@@ , String , ( __int64 ) @@s@@ , v10 , v11 , v12 ) ; if ( wpa_msg_cb ) wpa_msg_cb ( @@a1@@ , @@a2@@ , Number L , @@s@@ , @@v15@@ ) ; bin_clear_free ( @@s@@ , @@v17@@ ) ; } else { wpa_printf ( Number , String , v6 , v7 , v8 , v9 ) ; } }", "source": [{"n": "a3", "t": {"T": 3, "t": "const char"}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r64"}, {"n": "a5", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r72"}, {"n": "a6", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r80"}, {"n": "v20", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s136"}, {"n": "v19", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s144"}, {"n": "v18", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s152"}, {"n": "v17", "t": {"T": 1, "n": "int", "s": 4}, "location": "s180"}, {"n": "s", "t": {"T": 3, "t": "char"}, "location": "s192"}, {"n": "v15", "t": {"T": 1, "n": "int", "s": 4}, "location": "s196"}, {"n": "arg", "t": {"T": 2, "n": 1, "s": 24, "t": "__va_list_tag"}, "location": "s224"}]}
[{"n": "fmt", "t": {"T": 3, "t": "const char"}, "location": "r16"}, {"n": "", "t": {"T": 10}, "location": "r24"}, {"n": "ctx", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "level", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r72"}, {"n": "", "t": {"T": 10}, "location": "r80"}, {"n": "v16", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s136"}, {"n": "v15", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s144"}, {"n": "v14", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s152"}, {"n": "buflen", "t": {"T": 1, "n": "int", "s": 4}, "location": "s180"}, {"n": "buf", "t": {"T": 3, "t": "char"}, "location": "s192"}, {"n": "len", "t": {"T": 1, "n": "int", "s": 4}, "location": "s196"}, {"n": "ap", "t": {"T": 2, "n": 1, "s": 24, "t": "__va_list_tag"}, "location": "s224"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
221
[ "{\"name\": \"_start\", \"code\": \"void __fastcall __noreturn start ( __int64 @@a1@@ , __int64 @@a2@@ , void ( * @@a3@@ ) ( void ) ) { __int64 @@v3@@ ; int v4 ; __int64 @@v5@@ ; char * @@retaddr@@ ; v4 = @@v5@@ ; @@v5@@ = @@v3@@ ; _libc_start_main ( ( int ( __fastcall * ) ( int , char * * , char * * ) ) main , v4 , & @@retaddr@@ , _libc_csu_init , _libc_csu_fini , @@a3@@ , & @@v5@@ ) ; __halt ( ) ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 9, \"n\": \"void (*)(void)\"}, \"location\": \"r16\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"v3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r8\"}, {\"n\": \"retaddr\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"s0\"}, {\"n\": \"v5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s8\"}]}", "{\"name\": \"bin_clear_free\", \"code\": \"void __fastcall bin_clear_free ( void * @@a1@@ , size_t @@a2@@ ) { if ( @@a1@@ ) { memset ( @@a1@@ , Number , @@a2@@ ) ; free ( @@a1@@ ) ; } }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"size_t\", \"s\": 8}, \"location\": \"r64\"}]}", "{\"name\": \"wpa_printf\", \"code\": \"int wpa_printf ( int @@a1@@ , const char * @@a2@@ , __int64 @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { int @@result@@ ; gcc_va_list @@arg@@ ; __int64 @@v8@@ ; __int64 @@v9@@ ; __int64 @@v10@@ ; __int64 @@v11@@ ; va_start ( @@arg@@ , @@a6@@ ) ; @@v8@@ = @@a3@@ ; @@v9@@ = @@a4@@ ; @@v10@@ = @@a5@@ ; @@v11@@ = @@a6@@ ; @@arg@@ [ Number ] . gp_offset = Number ; @@result@@ = wpa_debug_level ; if ( @@a1@@ >= wpa_debug_level ) { wpa_debug_print_timestamp ( ) ; vprintf ( @@a2@@ , @@arg@@ ) ; @@result@@ = putchar ( Number ) ; } return @@result@@ ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r64\"}, {\"n\": \"a5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r72\"}, {\"n\": \"result\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r8\"}, {\"n\": \"a6\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r80\"}, {\"n\": \"v11\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s136\"}, {\"n\": \"v10\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s144\"}, {\"n\": \"v9\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s152\"}, {\"n\": \"v8\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s160\"}, {\"n\": \"arg\", \"t\": {\"T\": 2, \"n\": 1, \"s\": 24, \"t\": \"__va_list_tag\"}, \"location\": \"s200\"}]}", "{\"name\": \"wpa_msg\", \"code\": \"void wpa_msg ( __int64 @@a1@@ , unsigned int @@a2@@ , const char * @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { __int64 v6 ; __int64 v7 ; __int64 v8 ; __int64 v9 ; __int64 v10 ; __int64 v11 ; char @@s@@ [ Number ] ; gcc_va_list @@arg@@ ; int @@v15@@ ; int @@v16@@ ; const char * @@v17@@ ; char * @@v18@@ ; int @@v19@@ ; __int64 @@v20@@ ; __int64 @@v21@@ ; __int64 @@v22@@ ; va_start ( @@arg@@ , @@a6@@ ) ; @@v20@@ = @@a4@@ ; @@v21@@ = @@a5@@ ; @@v22@@ = @@a6@@ ; @@arg@@ [ Number ] . gp_offset = Number ; @@v19@@ = vsnprintf ( Number L , Number L , @@a3@@ , @@arg@@ ) + Number ; @@v18@@ = ( char * ) malloc ( @@v19@@ ) ; if ( @@v18@@ ) { @@arg@@ [ Number ] . gp_offset = Number ; va_end ( @@arg@@ ) ; va_start ( @@arg@@ , @@a6@@ ) ; @@s@@ [ Number ] = Number ; if ( wpa_msg_ifname_cb ) { @@v17@@ = ( const char * ) wpa_msg_ifname_cb ( @@a1@@ ) ; if ( @@v17@@ ) { @@v16@@ = snprintf ( @@s@@ , Number , String , @@v17@@ ) ; if ( os_snprintf_error_0 ( Number , @@v16@@ ) ) @@s@@ [ Number ] = Number ; } } @@v15@@ = vsnprintf ( @@v18@@ , @@v19@@ , @@a3@@ , @@arg@@ ) ; wpa_printf ( @@a2@@ , String , ( __int64 ) @@s@@ , ( __int64 ) @@v18@@ , v10 , v11 ) ; if ( wpa_msg_cb ) wpa_msg_cb ( @@a1@@ , @@a2@@ , Number L , @@v18@@ , @@v15@@ ) ; bin_clear_free ( @@v18@@ , @@v19@@ ) ; } else { wpa_printf ( Number , String , v6 , v7 , v8 , v9 ) ; } }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"r64\"}, {\"n\": \"a5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r72\"}, {\"n\": \"a6\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r80\"}, {\"n\": \"v22\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s136\"}, {\"n\": \"v21\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s144\"}, {\"n\": \"v20\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s152\"}, {\"n\": \"v19\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s180\"}, {\"n\": \"v18\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"s192\"}, {\"n\": \"v17\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"s200\"}, {\"n\": \"v16\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s204\"}, {\"n\": \"v15\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s208\"}, {\"n\": \"arg\", \"t\": {\"T\": 2, \"n\": 1, \"s\": 24, \"t\": \"__va_list_tag\"}, \"location\": \"s232\"}, {\"n\": \"s\", \"t\": {\"T\": 2, \"n\": 136, \"s\": 1, \"t\": \"char\"}, \"location\": \"s368\"}]}" ]
{"name": "wpa_msg_global_only", "code": "void wpa_msg_global_only ( __int64 @@a1@@ , unsigned int @@a2@@ , const char * @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { __int64 v6 ; __int64 v7 ; __int64 v8 ; __int64 v9 ; __int64 v10 ; __int64 v11 ; gcc_va_list @@arg@@ ; int @@v14@@ ; char * @@s@@ ; int @@v16@@ ; __int64 @@v17@@ ; __int64 @@v18@@ ; __int64 @@v19@@ ; va_start ( @@arg@@ , @@a6@@ ) ; @@v17@@ = @@a4@@ ; @@v18@@ = @@a5@@ ; @@v19@@ = @@a6@@ ; @@arg@@ [ Number ] . gp_offset = Number ; @@v16@@ = vsnprintf ( Number L , Number L , @@a3@@ , @@arg@@ ) + Number ; @@s@@ = ( char * ) malloc ( @@v16@@ ) ; if ( @@s@@ ) { @@arg@@ [ Number ] . gp_offset = Number ; va_end ( @@arg@@ ) ; va_start ( @@arg@@ , @@a6@@ ) ; @@v14@@ = vsnprintf ( @@s@@ , @@v16@@ , @@a3@@ , @@arg@@ ) ; wpa_printf ( @@a2@@ , String , ( __int64 ) @@s@@ , v9 , v10 , v11 ) ; if ( wpa_msg_cb ) wpa_msg_cb ( @@a1@@ , @@a2@@ , Number L , @@s@@ , @@v14@@ ) ; free ( @@s@@ ) ; } else { wpa_printf ( Number , String , ( __int64 ) String , v6 , v7 , v8 ) ; } }", "source": [{"n": "a3", "t": {"T": 3, "t": "const char"}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r64"}, {"n": "a5", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r72"}, {"n": "a6", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r80"}, {"n": "v19", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s136"}, {"n": "v18", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s144"}, {"n": "v17", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s152"}, {"n": "v16", "t": {"T": 1, "n": "int", "s": 4}, "location": "s180"}, {"n": "s", "t": {"T": 3, "t": "char"}, "location": "s192"}, {"n": "v14", "t": {"T": 1, "n": "int", "s": 4}, "location": "s196"}, {"n": "arg", "t": {"T": 2, "n": 1, "s": 24, "t": "__va_list_tag"}, "location": "s224"}]}
[{"n": "fmt", "t": {"T": 3, "t": "const char"}, "location": "r16"}, {"n": "", "t": {"T": 10}, "location": "r24"}, {"n": "ctx", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "level", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r72"}, {"n": "", "t": {"T": 10}, "location": "r80"}, {"n": "v16", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s136"}, {"n": "v15", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s144"}, {"n": "v14", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s152"}, {"n": "buflen", "t": {"T": 1, "n": "int", "s": 4}, "location": "s180"}, {"n": "buf", "t": {"T": 3, "t": "char"}, "location": "s192"}, {"n": "len", "t": {"T": 1, "n": "int", "s": 4}, "location": "s196"}, {"n": "ap", "t": {"T": 2, "n": 1, "s": 24, "t": "__va_list_tag"}, "location": "s224"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
222
[ "{\"name\": \"_start\", \"code\": \"void __fastcall __noreturn start ( __int64 @@a1@@ , __int64 @@a2@@ , void ( * @@a3@@ ) ( void ) ) { __int64 @@v3@@ ; int v4 ; __int64 @@v5@@ ; char * @@retaddr@@ ; v4 = @@v5@@ ; @@v5@@ = @@v3@@ ; _libc_start_main ( ( int ( __fastcall * ) ( int , char * * , char * * ) ) main , v4 , & @@retaddr@@ , _libc_csu_init , _libc_csu_fini , @@a3@@ , & @@v5@@ ) ; __halt ( ) ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 9, \"n\": \"void (*)(void)\"}, \"location\": \"r16\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"v3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r8\"}, {\"n\": \"retaddr\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"s0\"}, {\"n\": \"v5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s8\"}]}", "{\"name\": \"wpa_printf\", \"code\": \"int wpa_printf ( int @@a1@@ , const char * @@a2@@ , __int64 @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { int @@result@@ ; gcc_va_list @@arg@@ ; __int64 @@v8@@ ; __int64 @@v9@@ ; __int64 @@v10@@ ; __int64 @@v11@@ ; va_start ( @@arg@@ , @@a6@@ ) ; @@v8@@ = @@a3@@ ; @@v9@@ = @@a4@@ ; @@v10@@ = @@a5@@ ; @@v11@@ = @@a6@@ ; @@arg@@ [ Number ] . gp_offset = Number ; @@result@@ = wpa_debug_level ; if ( @@a1@@ >= wpa_debug_level ) { wpa_debug_print_timestamp ( ) ; vprintf ( @@a2@@ , @@arg@@ ) ; @@result@@ = putchar ( Number ) ; } return @@result@@ ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r64\"}, {\"n\": \"a5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r72\"}, {\"n\": \"result\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r8\"}, {\"n\": \"a6\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r80\"}, {\"n\": \"v11\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s136\"}, {\"n\": \"v10\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s144\"}, {\"n\": \"v9\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s152\"}, {\"n\": \"v8\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s160\"}, {\"n\": \"arg\", \"t\": {\"T\": 2, \"n\": 1, \"s\": 24, \"t\": \"__va_list_tag\"}, \"location\": \"s200\"}]}", "{\"name\": \"wpa_msg\", \"code\": \"void wpa_msg ( __int64 @@a1@@ , unsigned int @@a2@@ , const char * @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { __int64 v6 ; __int64 v7 ; __int64 v8 ; __int64 v9 ; __int64 v10 ; __int64 v11 ; char @@s@@ [ Number ] ; gcc_va_list @@arg@@ ; int @@v15@@ ; int @@v16@@ ; const char * @@v17@@ ; char * @@v18@@ ; int @@v19@@ ; __int64 @@v20@@ ; __int64 @@v21@@ ; __int64 @@v22@@ ; va_start ( @@arg@@ , @@a6@@ ) ; @@v20@@ = @@a4@@ ; @@v21@@ = @@a5@@ ; @@v22@@ = @@a6@@ ; @@arg@@ [ Number ] . gp_offset = Number ; @@v19@@ = vsnprintf ( Number L , Number L , @@a3@@ , @@arg@@ ) + Number ; @@v18@@ = ( char * ) malloc ( @@v19@@ ) ; if ( @@v18@@ ) { @@arg@@ [ Number ] . gp_offset = Number ; va_end ( @@arg@@ ) ; va_start ( @@arg@@ , @@a6@@ ) ; @@s@@ [ Number ] = Number ; if ( wpa_msg_ifname_cb ) { @@v17@@ = ( const char * ) wpa_msg_ifname_cb ( @@a1@@ ) ; if ( @@v17@@ ) { @@v16@@ = snprintf ( @@s@@ , Number , String , @@v17@@ ) ; if ( os_snprintf_error_0 ( Number , @@v16@@ ) ) @@s@@ [ Number ] = Number ; } } @@v15@@ = vsnprintf ( @@v18@@ , @@v19@@ , @@a3@@ , @@arg@@ ) ; wpa_printf ( @@a2@@ , String , ( __int64 ) @@s@@ , ( __int64 ) @@v18@@ , v10 , v11 ) ; if ( wpa_msg_cb ) wpa_msg_cb ( @@a1@@ , @@a2@@ , Number L , @@v18@@ , @@v15@@ ) ; bin_clear_free ( @@v18@@ , @@v19@@ ) ; } else { wpa_printf ( Number , String , v6 , v7 , v8 , v9 ) ; } }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"r64\"}, {\"n\": \"a5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r72\"}, {\"n\": \"a6\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r80\"}, {\"n\": \"v22\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s136\"}, {\"n\": \"v21\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s144\"}, {\"n\": \"v20\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s152\"}, {\"n\": \"v19\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s180\"}, {\"n\": \"v18\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"s192\"}, {\"n\": \"v17\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"s200\"}, {\"n\": \"v16\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s204\"}, {\"n\": \"v15\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s208\"}, {\"n\": \"arg\", \"t\": {\"T\": 2, \"n\": 1, \"s\": 24, \"t\": \"__va_list_tag\"}, \"location\": \"s232\"}, {\"n\": \"s\", \"t\": {\"T\": 2, \"n\": 136, \"s\": 1, \"t\": \"char\"}, \"location\": \"s368\"}]}", "{\"name\": \"wpa_msg_global\", \"code\": \"void wpa_msg_global ( __int64 @@a1@@ , unsigned int @@a2@@ , const char * @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { __int64 v6 ; __int64 v7 ; __int64 v8 ; __int64 v9 ; __int64 v10 ; __int64 v11 ; __int64 v12 ; gcc_va_list @@arg@@ ; int @@v15@@ ; char * @@s@@ ; int @@v17@@ ; __int64 @@v18@@ ; __int64 @@v19@@ ; __int64 @@v20@@ ; va_start ( @@arg@@ , @@a6@@ ) ; @@v18@@ = @@a4@@ ; @@v19@@ = @@a5@@ ; @@v20@@ = @@a6@@ ; @@arg@@ [ Number ] . gp_offset = Number ; @@v17@@ = vsnprintf ( Number L , Number L , @@a3@@ , @@arg@@ ) + Number ; @@s@@ = ( char * ) malloc ( @@v17@@ ) ; if ( @@s@@ ) { @@arg@@ [ Number ] . gp_offset = Number ; va_end ( @@arg@@ ) ; va_start ( @@arg@@ , @@a6@@ ) ; @@v15@@ = vsnprintf ( @@s@@ , @@v17@@ , @@a3@@ , @@arg@@ ) ; wpa_printf ( @@a2@@ , String , ( __int64 ) @@s@@ , v10 , v11 , v12 ) ; if ( wpa_msg_cb ) wpa_msg_cb ( @@a1@@ , @@a2@@ , Number L , @@s@@ , @@v15@@ ) ; bin_clear_free ( @@s@@ , @@v17@@ ) ; } else { wpa_printf ( Number , String , v6 , v7 , v8 , v9 ) ; } }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"r64\"}, {\"n\": \"a5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r72\"}, {\"n\": \"a6\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r80\"}, {\"n\": \"v20\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s136\"}, {\"n\": \"v19\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s144\"}, {\"n\": \"v18\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s152\"}, {\"n\": \"v17\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s180\"}, {\"n\": \"s\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"s192\"}, {\"n\": \"v15\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s196\"}, {\"n\": \"arg\", \"t\": {\"T\": 2, \"n\": 1, \"s\": 24, \"t\": \"__va_list_tag\"}, \"location\": \"s224\"}]}" ]
{"name": "hostapd_logger_register_cb", "code": "__int64 __fastcall hostapd_logger_register_cb ( __int64 @@a1@@ ) { __int64 @@result@@ ; @@result@@ = @@a1@@ ; hostapd_logger_cb = @@a1@@ ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "result", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}]}
[{"n": "func", "t": {"T": 9, "n": "hostapd_logger_cb_func"}, "location": "r56"}, {"n": "", "t": {"T": 10}, "location": "r8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
223
[ "{\"name\": \"hostapd_logger\", \"code\": \"void hostapd_logger ( __int64 @@a1@@ , unsigned __int8 * @@a2@@ , unsigned int @@a3@@ , unsigned int @@a4@@ , const char * @@a5@@ , __int64 @@a6@@ , ... ) { __int64 v6 ; __int64 v7 ; __int64 v8 ; __int64 v9 ; __int64 v10 ; __int64 v11 ; __int64 v12 ; gcc_va_list @@arg@@ ; int @@v17@@ ; char * @@s@@ ; int @@v19@@ ; __int64 @@v20@@ ; va_start ( @@arg@@ , @@a6@@ ) ; @@v20@@ = @@a6@@ ; @@arg@@ [ Number ] . gp_offset = Number ; @@v19@@ = vsnprintf ( Number L , Number L , @@a5@@ , @@arg@@ ) + Number ; @@s@@ = ( char * ) malloc ( @@v19@@ ) ; if ( @@s@@ ) { @@arg@@ [ Number ] . gp_offset = Number ; va_end ( @@arg@@ ) ; va_start ( @@arg@@ , @@a6@@ ) ; @@v17@@ = vsnprintf ( @@s@@ , @@v19@@ , @@a5@@ , @@arg@@ ) ; if ( hostapd_logger_cb ) { hostapd_logger_cb ( @@a1@@ , @@a2@@ , @@a3@@ , @@a4@@ , @@s@@ , @@v17@@ ) ; } else if ( @@a2@@ ) { wpa_printf ( Number , String , * @@a2@@ , @@a2@@ [ Number ] , @@a2@@ [ Number ] , @@a2@@ [ Number ] , @@a2@@ [ Number ] , @@a2@@ [ Number ] , @@s@@ ) ; } else { wpa_printf ( Number , String , ( __int64 ) @@s@@ , v10 , v11 , v12 ) ; } bin_clear_free ( @@s@@ , @@v19@@ ) ; } else { wpa_printf ( Number , String , v6 , v7 , v8 , v9 ) ; } }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"unsigned __int8\"}, \"location\": \"r64\"}, {\"n\": \"a5\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r72\"}, {\"n\": \"a6\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r80\"}, {\"n\": \"v20\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s136\"}, {\"n\": \"v19\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s180\"}, {\"n\": \"s\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"s192\"}, {\"n\": \"v17\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s196\"}, {\"n\": \"arg\", \"t\": {\"T\": 2, \"n\": 1, \"s\": 24, \"t\": \"__va_list_tag\"}, \"location\": \"s224\"}]}" ]
{"name": "hostapd_logger", "code": "void hostapd_logger ( __int64 @@a1@@ , unsigned __int8 * @@a2@@ , unsigned int @@a3@@ , unsigned int @@a4@@ , const char * @@a5@@ , __int64 @@a6@@ , ... ) { __int64 v6 ; __int64 v7 ; __int64 v8 ; __int64 v9 ; __int64 v10 ; __int64 v11 ; __int64 v12 ; gcc_va_list @@arg@@ ; int @@v17@@ ; char * @@s@@ ; int @@v19@@ ; __int64 @@v20@@ ; va_start ( @@arg@@ , @@a6@@ ) ; @@v20@@ = @@a6@@ ; @@arg@@ [ Number ] . gp_offset = Number ; @@v19@@ = vsnprintf ( Number L , Number L , @@a5@@ , @@arg@@ ) + Number ; @@s@@ = ( char * ) malloc ( @@v19@@ ) ; if ( @@s@@ ) { @@arg@@ [ Number ] . gp_offset = Number ; va_end ( @@arg@@ ) ; va_start ( @@arg@@ , @@a6@@ ) ; @@v17@@ = vsnprintf ( @@s@@ , @@v19@@ , @@a5@@ , @@arg@@ ) ; if ( hostapd_logger_cb ) { hostapd_logger_cb ( @@a1@@ , @@a2@@ , @@a3@@ , @@a4@@ , @@s@@ , @@v17@@ ) ; } else if ( @@a2@@ ) { wpa_printf ( Number , String , * @@a2@@ , @@a2@@ [ Number ] , @@a2@@ [ Number ] , @@a2@@ [ Number ] , @@a2@@ [ Number ] , @@a2@@ [ Number ] , @@s@@ ) ; } else { wpa_printf ( Number , String , ( __int64 ) @@s@@ , v10 , v11 , v12 ) ; } bin_clear_free ( @@s@@ , @@v19@@ ) ; } else { wpa_printf ( Number , String , v6 , v7 , v8 , v9 ) ; } }", "source": [{"n": "a3", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "unsigned __int8"}, "location": "r64"}, {"n": "a5", "t": {"T": 3, "t": "const char"}, "location": "r72"}, {"n": "a6", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r80"}, {"n": "v20", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s136"}, {"n": "v19", "t": {"T": 1, "n": "int", "s": 4}, "location": "s180"}, {"n": "s", "t": {"T": 3, "t": "char"}, "location": "s192"}, {"n": "v17", "t": {"T": 1, "n": "int", "s": 4}, "location": "s196"}, {"n": "arg", "t": {"T": 2, "n": 1, "s": 24, "t": "__va_list_tag"}, "location": "s224"}]}
[{"n": "module", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r16"}, {"n": "level", "t": {"T": 1, "n": "int", "s": 4}, "location": "r24"}, {"n": "ctx", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "addr", "t": {"T": 3, "t": "const u8"}, "location": "r64"}, {"n": "fmt", "t": {"T": 3, "t": "const char"}, "location": "r72"}, {"n": "", "t": {"T": 10}, "location": "r80"}, {"n": "v14", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s136"}, {"n": "buflen", "t": {"T": 1, "n": "int", "s": 4}, "location": "s180"}, {"n": "buf", "t": {"T": 3, "t": "char"}, "location": "s192"}, {"n": "len", "t": {"T": 1, "n": "int", "s": 4}, "location": "s196"}, {"n": "ap", "t": {"T": 2, "n": 1, "s": 24, "t": "__va_list_tag"}, "location": "s224"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
224
[ "{\"name\": \"_start\", \"code\": \"void __fastcall __noreturn start ( __int64 @@a1@@ , __int64 @@a2@@ , void ( * @@a3@@ ) ( void ) ) { __int64 @@v3@@ ; int v4 ; __int64 @@v5@@ ; char * @@retaddr@@ ; v4 = @@v5@@ ; @@v5@@ = @@v3@@ ; _libc_start_main ( ( int ( __fastcall * ) ( int , char * * , char * * ) ) main , v4 , & @@retaddr@@ , _libc_csu_init , _libc_csu_fini , @@a3@@ , & @@v5@@ ) ; __halt ( ) ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 9, \"n\": \"void (*)(void)\"}, \"location\": \"r16\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"v3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r8\"}, {\"n\": \"retaddr\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"s0\"}, {\"n\": \"v5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s8\"}]}", "{\"name\": \"bin_clear_free\", \"code\": \"void __fastcall bin_clear_free ( void * @@a1@@ , size_t @@a2@@ ) { if ( @@a1@@ ) { memset ( @@a1@@ , Number , @@a2@@ ) ; free ( @@a1@@ ) ; } }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"size_t\", \"s\": 8}, \"location\": \"r64\"}]}", "{\"name\": \"wpa_printf\", \"code\": \"int wpa_printf ( int @@a1@@ , const char * @@a2@@ , __int64 @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { int @@result@@ ; gcc_va_list @@arg@@ ; __int64 @@v8@@ ; __int64 @@v9@@ ; __int64 @@v10@@ ; __int64 @@v11@@ ; va_start ( @@arg@@ , @@a6@@ ) ; @@v8@@ = @@a3@@ ; @@v9@@ = @@a4@@ ; @@v10@@ = @@a5@@ ; @@v11@@ = @@a6@@ ; @@arg@@ [ Number ] . gp_offset = Number ; @@result@@ = wpa_debug_level ; if ( @@a1@@ >= wpa_debug_level ) { wpa_debug_print_timestamp ( ) ; vprintf ( @@a2@@ , @@arg@@ ) ; @@result@@ = putchar ( Number ) ; } return @@result@@ ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r64\"}, {\"n\": \"a5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r72\"}, {\"n\": \"result\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r8\"}, {\"n\": \"a6\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r80\"}, {\"n\": \"v11\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s136\"}, {\"n\": \"v10\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s144\"}, {\"n\": \"v9\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s152\"}, {\"n\": \"v8\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s160\"}, {\"n\": \"arg\", \"t\": {\"T\": 2, \"n\": 1, \"s\": 24, \"t\": \"__va_list_tag\"}, \"location\": \"s200\"}]}" ]
{"name": "debug_level_str", "code": "const char * __fastcall debug_level_str ( int @@a1@@ ) { const char * @@result@@ ; switch ( @@a1@@ ) { case Number : @@result@@ = String ; break ; case Number : @@result@@ = String ; break ; case Number : @@result@@ = String ; break ; case Number : @@result@@ = String ; break ; case Number : @@result@@ = String ; break ; case Number : @@result@@ = String ; break ; default : @@result@@ = String ; break ; } return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "result", "t": {"T": 3, "t": "const char"}, "location": "r8"}]}
[{"n": "level", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "result", "t": {"T": 3, "t": "const char"}, "location": "r8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
225
[]
{"name": "str_to_debug_level", "code": "__int64 __fastcall str_to_debug_level ( const char * @@a1@@ ) { if ( ! strcasecmp ( @@a1@@ , String ) ) return Number L ; if ( ! strcasecmp ( @@a1@@ , String ) ) return Number L ; if ( ! strcasecmp ( @@a1@@ , String ) ) return Number L ; if ( ! strcasecmp ( @@a1@@ , String ) ) return Number L ; if ( ! strcasecmp ( @@a1@@ , String ) ) return Number L ; if ( ! strcasecmp ( @@a1@@ , String ) ) return Number L ; return Number ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "const char"}, "location": "r56"}]}
[{"n": "s", "t": {"T": 3, "t": "const char"}, "location": "r56"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
226
[]
{"name": "md5_vector", "code": "__int64 __fastcall md5_vector ( unsigned __int64 @@a1@@ , __int64 @@a2@@ , __int64 @@a3@@ , __int64 @@a4@@ ) { char @@v7@@ [ Number ] ; unsigned __int64 @@i@@ ; MD5Init ( @@v7@@ ) ; for ( @@i@@ = Number L ; @@i@@ < @@a1@@ ; ++ @@i@@ ) MD5Update ( @@v7@@ , * ( _QWORD * ) ( Number * @@i@@ + @@a2@@ ) , ( unsigned int ) * ( _QWORD * ) ( Number * @@i@@ + @@a3@@ ) ) ; MD5Final ( @@a4@@ , @@v7@@ ) ; return Number L ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "i", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "s8"}, {"n": "v7", "t": {"T": 2, "n": 88, "s": 1, "t": "char"}, "location": "s96"}]}
[{"n": "len", "t": {"T": 3, "t": "const size_t"}, "location": "r16"}, {"n": "mac", "t": {"T": 3, "t": "u8"}, "location": "r24"}, {"n": "num_elem", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r56"}, {"n": "addr", "t": {"T": 3, "t": "const u8 *"}, "location": "r64"}, {"n": "i", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s8"}, {"n": "ctx", "t": {"T": 6, "n": "MD5_CTX", "l": [{"T": 4, "n": "buf", "t": "u32[4]", "s": 16}, {"T": 4, "n": "bits", "t": "u32[2]", "s": 8}, {"T": 4, "n": "in", "t": "u8[64]", "s": 64}]}, "location": "s96"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
227
[ "{\"name\": \"MD5Init\", \"code\": \"_DWORD * __fastcall MD5Init ( _DWORD * @@a1@@ ) { _DWORD * @@result@@ ; * @@a1@@ = Number ; @@a1@@ [ Number ] = Number ; @@a1@@ [ Number ] = Number ; @@a1@@ [ Number ] = Number ; @@a1@@ [ Number ] = Number ; @@result@@ = @@a1@@ ; @@a1@@ [ Number ] = Number ; return @@result@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"_DWORD\"}, \"location\": \"r56\"}, {\"n\": \"result\", \"t\": {\"T\": 3, \"t\": \"_DWORD\"}, \"location\": \"r8\"}]}", "{\"name\": \"MD5Update\", \"code\": \"void * __fastcall MD5Update ( _DWORD * @@a1@@ , char * @@a2@@ , unsigned int @@a3@@ ) { unsigned int @@n@@ ; char * @@n_4@@ ; char * @@dest@@ ; unsigned int v7 ; unsigned int v8 ; unsigned int v9 ; @@n_4@@ = @@a2@@ ; @@n@@ = @@a3@@ ; v7 = @@a1@@ [ Number ] ; @@a1@@ [ Number ] = v7 + Number * @@a3@@ ; if ( v7 > @@a1@@ [ Number ] ) ++ @@a1@@ [ Number ] ; @@a1@@ [ Number ] += @@a3@@ >> Number ; v8 = ( v7 >> Number ) & Number ; if ( v8 ) { @@dest@@ = ( char * ) @@a1@@ + v8 + Number ; v9 = Number - v8 ; if ( @@a3@@ < v9 ) return memcpy ( @@dest@@ , @@a2@@ , @@a3@@ ) ; memcpy ( @@dest@@ , @@a2@@ , v9 ) ; MD5Transform ( @@a1@@ , @@a1@@ + Number ) ; @@n_4@@ = & @@a2@@ [ v9 ] ; @@n@@ -= v9 ; } while ( @@n@@ > Number ) { memcpy ( @@a1@@ + Number , @@n_4@@ , Number ) ; MD5Transform ( @@a1@@ , @@a1@@ + Number ) ; @@n_4@@ += Number ; @@n@@ -= Number ; } return memcpy ( @@a1@@ + Number , @@n_4@@ , @@n@@ ) ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"r16\"}, {\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"_DWORD\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"r64\"}, {\"n\": \"dest\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"s16\"}, {\"n\": \"n_4\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"s32\"}, {\"n\": \"n\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"s36\"}]}", "{\"name\": \"MD5Final\", \"code\": \"void * __fastcall MD5Final ( _QWORD * @@a1@@ , _DWORD * @@a2@@ ) { _BYTE * @@v2@@ ; __int64 @@v3@@ ; void * @@s@@ ; unsigned int na ; unsigned int n ; na = ( @@a2@@ [ Number ] >> Number ) & Number ; @@v2@@ = ( char * ) @@a2@@ + na + Number ; @@s@@ = @@v2@@ + Number ; * @@v2@@ = Number ; n = Number - na ; if ( n > Number ) { memset ( @@s@@ , Number , n - Number ) ; } else { memset ( @@s@@ , Number , n ) ; MD5Transform ( @@a2@@ , @@a2@@ + Number ) ; memset ( @@a2@@ + Number , Number , Number ) ; } * ( _DWORD * ) ( _hide_aliasing_typecast ( ( __int64 ) ( @@a2@@ + Number ) ) + Number ) = @@a2@@ [ Number ] ; * ( _DWORD * ) ( _hide_aliasing_typecast ( ( __int64 ) ( @@a2@@ + Number ) ) + Number ) = @@a2@@ [ Number ] ; MD5Transform ( @@a2@@ , @@a2@@ + Number ) ; @@v3@@ = * ( ( _QWORD * ) @@a2@@ + Number ) ; * @@a1@@ = * ( _QWORD * ) @@a2@@ ; @@a1@@ [ Number ] = @@v3@@ ; return memset ( @@a2@@ , Number , Number ) ; }\", \"source\": [{\"n\": \"v3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r16\"}, {\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"_QWORD\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"_DWORD\"}, \"location\": \"r64\"}, {\"n\": \"v2\", \"t\": {\"T\": 3, \"t\": \"_BYTE\"}, \"location\": \"r8\"}, {\"n\": \"s\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"s16\"}]}" ]
{"name": "MD5Init", "code": "_DWORD * __fastcall MD5Init ( _DWORD * @@a1@@ ) { _DWORD * @@result@@ ; * @@a1@@ = Number ; @@a1@@ [ Number ] = Number ; @@a1@@ [ Number ] = Number ; @@a1@@ [ Number ] = Number ; @@a1@@ [ Number ] = Number ; @@result@@ = @@a1@@ ; @@a1@@ [ Number ] = Number ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "_DWORD"}, "location": "r56"}, {"n": "result", "t": {"T": 3, "t": "_DWORD"}, "location": "r8"}]}
[{"n": "ctx", "t": {"T": 3, "t": "MD5Context"}, "location": "r56"}, {"n": "", "t": {"T": 10}, "location": "r8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
228
[]
{"name": "MD5Update", "code": "void * __fastcall MD5Update ( _DWORD * @@a1@@ , char * @@a2@@ , unsigned int @@a3@@ ) { unsigned int @@n@@ ; char * @@n_4@@ ; char * @@dest@@ ; unsigned int v7 ; unsigned int v8 ; unsigned int v9 ; @@n_4@@ = @@a2@@ ; @@n@@ = @@a3@@ ; v7 = @@a1@@ [ Number ] ; @@a1@@ [ Number ] = v7 + Number * @@a3@@ ; if ( v7 > @@a1@@ [ Number ] ) ++ @@a1@@ [ Number ] ; @@a1@@ [ Number ] += @@a3@@ >> Number ; v8 = ( v7 >> Number ) & Number ; if ( v8 ) { @@dest@@ = ( char * ) @@a1@@ + v8 + Number ; v9 = Number - v8 ; if ( @@a3@@ < v9 ) return memcpy ( @@dest@@ , @@a2@@ , @@a3@@ ) ; memcpy ( @@dest@@ , @@a2@@ , v9 ) ; MD5Transform ( @@a1@@ , @@a1@@ + Number ) ; @@n_4@@ = & @@a2@@ [ v9 ] ; @@n@@ -= v9 ; } while ( @@n@@ > Number ) { memcpy ( @@a1@@ + Number , @@n_4@@ , Number ) ; MD5Transform ( @@a1@@ , @@a1@@ + Number ) ; @@n_4@@ += Number ; @@n@@ -= Number ; } return memcpy ( @@a1@@ + Number , @@n_4@@ , @@n@@ ) ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r16"}, {"n": "a1", "t": {"T": 3, "t": "_DWORD"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "char"}, "location": "r64"}, {"n": "dest", "t": {"T": 3, "t": "char"}, "location": "s16"}, {"n": "n_4", "t": {"T": 3, "t": "char"}, "location": "s32"}, {"n": "n", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s36"}]}
[{"n": "len", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r16"}, {"n": "ctx", "t": {"T": 3, "t": "MD5Context"}, "location": "r56"}, {"n": "buf", "t": {"T": 3, "t": "const unsigned __int8"}, "location": "r64"}, {"n": "p", "t": {"T": 3, "t": "unsigned __int8"}, "location": "s16"}, {"n": "bufa", "t": {"T": 3, "t": "const unsigned __int8"}, "location": "s32"}, {"n": "lena", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s36"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
229
[ "{\"name\": \"MD5Transform\", \"code\": \"_DWORD * __fastcall MD5Transform ( _DWORD * @@a1@@ , _DWORD * @@a2@@ ) { int v2 ; int v3 ; int v4 ; int v5 ; int v6 ; int v7 ; int v8 ; int v9 ; int v10 ; int v11 ; int v12 ; int v13 ; int v14 ; int v15 ; int v16 ; int v17 ; int v18 ; int v19 ; int v20 ; int v21 ; int v22 ; int v23 ; int v24 ; int v25 ; int v26 ; int v27 ; int v28 ; int v29 ; int v30 ; int v31 ; int v32 ; int v33 ; int v34 ; int v35 ; int v36 ; int v37 ; int v38 ; int v39 ; int v40 ; int v41 ; int v42 ; int v43 ; int v44 ; int v45 ; int v46 ; int v47 ; int v48 ; int v49 ; int v50 ; int v51 ; int v52 ; int v53 ; int v54 ; int v55 ; int v56 ; int v57 ; int v58 ; int v59 ; int v60 ; int v61 ; int v62 ; int v63 ; int v64 ; int v65 ; int v66 ; int v67 ; int v68 ; _DWORD * @@result@@ ; v2 = @@a1@@ [ Number ] ; v3 = @@a1@@ [ Number ] ; v4 = @@a1@@ [ Number ] ; v5 = v2 + __ROL4__ ( * @@a1@@ + ( v4 ^ v2 & ( v4 ^ v3 ) ) + * @@a2@@ - Number , Number ) ; v6 = v5 + __ROL4__ ( v4 + ( v3 ^ v5 & ( v3 ^ v2 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v7 = v6 + __ROR4__ ( v3 + ( v2 ^ v6 & ( v2 ^ v5 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v8 = v7 + __ROR4__ ( v2 + ( v5 ^ v7 & ( v5 ^ v6 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v9 = v8 + __ROL4__ ( v5 + ( v6 ^ v8 & ( v6 ^ v7 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v10 = v9 + __ROL4__ ( v6 + ( v7 ^ v9 & ( v7 ^ v8 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v11 = v10 + __ROR4__ ( v7 + ( v8 ^ v10 & ( v8 ^ v9 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v12 = v11 + __ROR4__ ( v8 + ( v9 ^ v11 & ( v9 ^ v10 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v13 = v12 + __ROL4__ ( v9 + ( v10 ^ v12 & ( v10 ^ v11 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v14 = v13 + __ROL4__ ( v10 + ( v11 ^ v13 & ( v11 ^ v12 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v15 = v14 + __ROR4__ ( v11 + ( v12 ^ v14 & ( v12 ^ v13 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v16 = v15 + __ROR4__ ( v12 + ( v13 ^ v15 & ( v13 ^ v14 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v17 = v16 + __ROL4__ ( v13 + ( v14 ^ v16 & ( v14 ^ v15 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v18 = v17 + __ROL4__ ( v14 + ( v15 ^ v17 & ( v15 ^ v16 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v19 = v18 + __ROR4__ ( v15 + ( v16 ^ v18 & ( v16 ^ v17 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v20 = v19 + __ROR4__ ( v16 + ( v17 ^ v19 & ( v17 ^ v18 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v21 = v20 + __ROL4__ ( v17 + ( v19 ^ v18 & ( v19 ^ v20 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v22 = v21 + __ROL4__ ( v18 + ( v20 ^ v19 & ( v20 ^ v21 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v23 = v22 + __ROL4__ ( v19 + ( v21 ^ v20 & ( v21 ^ v22 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v24 = v23 + __ROR4__ ( v20 + ( v22 ^ v21 & ( v22 ^ v23 ) ) + * @@a2@@ - Number , Number ) ; v25 = v24 + __ROL4__ ( v21 + ( v23 ^ v22 & ( v23 ^ v24 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v26 = v25 + __ROL4__ ( v22 + ( v24 ^ v23 & ( v24 ^ v25 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v27 = v26 + __ROL4__ ( v23 + ( v25 ^ v24 & ( v25 ^ v26 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v28 = v27 + __ROR4__ ( v24 + ( v26 ^ v25 & ( v26 ^ v27 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v29 = v28 + __ROL4__ ( v25 + ( v27 ^ v26 & ( v27 ^ v28 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v30 = v29 + __ROL4__ ( v26 + ( v28 ^ v27 & ( v28 ^ v29 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v31 = v30 + __ROL4__ ( v27 + ( v29 ^ v28 & ( v29 ^ v30 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v32 = v31 + __ROR4__ ( v28 + ( v30 ^ v29 & ( v30 ^ v31 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v33 = v32 + __ROL4__ ( v29 + ( v31 ^ v30 & ( v31 ^ v32 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v34 = v33 + __ROL4__ ( v30 + ( v32 ^ v31 & ( v32 ^ v33 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v35 = v34 + __ROL4__ ( v31 + ( v33 ^ v32 & ( v33 ^ v34 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v36 = v35 + __ROR4__ ( v32 + ( v34 ^ v33 & ( v34 ^ v35 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v37 = v36 + __ROL4__ ( v33 + ( v34 ^ v35 ^ v36 ) + @@a2@@ [ Number ] - Number , Number ) ; v38 = v37 + __ROL4__ ( v34 + ( v35 ^ v36 ^ v37 ) + @@a2@@ [ Number ] - Number , Number ) ; v39 = v38 + __ROL4__ ( v35 + ( v36 ^ v37 ^ v38 ) + @@a2@@ [ Number ] + Number , Number ) ; v40 = v39 + __ROR4__ ( v36 + ( v37 ^ v38 ^ v39 ) + @@a2@@ [ Number ] - Number , Number ) ; v41 = v40 + __ROL4__ ( v37 + ( v38 ^ v39 ^ v40 ) + @@a2@@ [ Number ] - Number , Number ) ; v42 = v41 + __ROL4__ ( v38 + ( v39 ^ v40 ^ v41 ) + @@a2@@ [ Number ] + Number , Number ) ; v43 = v42 + __ROL4__ ( v39 + ( v40 ^ v41 ^ v42 ) + @@a2@@ [ Number ] - Number , Number ) ; v44 = v43 + __ROR4__ ( v40 + ( v41 ^ v42 ^ v43 ) + @@a2@@ [ Number ] - Number , Number ) ; v45 = v44 + __ROL4__ ( v41 + ( v42 ^ v43 ^ v44 ) + @@a2@@ [ Number ] + Number , Number ) ; v46 = v45 + __ROL4__ ( v42 + ( v43 ^ v44 ^ v45 ) + * @@a2@@ - Number , Number ) ; v47 = v46 + __ROL4__ ( v43 + ( v44 ^ v45 ^ v46 ) + @@a2@@ [ Number ] - Number , Number ) ; v48 = v47 + __ROR4__ ( v44 + ( v45 ^ v46 ^ v47 ) + @@a2@@ [ Number ] + Number , Number ) ; v49 = v48 + __ROL4__ ( v45 + ( v46 ^ v47 ^ v48 ) + @@a2@@ [ Number ] - Number , Number ) ; v50 = v49 + __ROL4__ ( v46 + ( v47 ^ v48 ^ v49 ) + @@a2@@ [ Number ] - Number , Number ) ; v51 = v50 + __ROL4__ ( v47 + ( v48 ^ v49 ^ v50 ) + @@a2@@ [ Number ] + Number , Number ) ; v52 = v51 + __ROR4__ ( v48 + ( v49 ^ v50 ^ v51 ) + @@a2@@ [ Number ] - Number , Number ) ; v53 = v52 + __ROL4__ ( v49 + ( v51 ^ ( v52 | ~ v50 ) ) + * @@a2@@ - Number , Number ) ; v54 = v53 + __ROL4__ ( v50 + ( v52 ^ ( v53 | ~ v51 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v55 = v54 + __ROL4__ ( v51 + ( v53 ^ ( v54 | ~ v52 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v56 = v55 + __ROR4__ ( v52 + ( v54 ^ ( v55 | ~ v53 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v57 = v56 + __ROL4__ ( v53 + ( v55 ^ ( v56 | ~ v54 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v58 = v57 + __ROL4__ ( v54 + ( v56 ^ ( v57 | ~ v55 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v59 = v58 + __ROL4__ ( v55 + ( v57 ^ ( v58 | ~ v56 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v60 = v59 + __ROR4__ ( v56 + ( v58 ^ ( v59 | ~ v57 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v61 = v60 + __ROL4__ ( v57 + ( v59 ^ ( v60 | ~ v58 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v62 = v61 + __ROL4__ ( v58 + ( v60 ^ ( v61 | ~ v59 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v63 = v62 + __ROL4__ ( v59 + ( v61 ^ ( v62 | ~ v60 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v64 = v63 + __ROR4__ ( v60 + ( v62 ^ ( v63 | ~ v61 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v65 = v64 + __ROL4__ ( v61 + ( v63 ^ ( v64 | ~ v62 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v66 = v65 + __ROL4__ ( v62 + ( v64 ^ ( v65 | ~ v63 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v67 = v66 + __ROL4__ ( v63 + ( v65 ^ ( v66 | ~ v64 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v68 = __ROR4__ ( v64 + ( v66 ^ ( v67 | ~ v65 ) ) + @@a2@@ [ Number ] - Number , Number ) ; * @@a1@@ += v65 ; @@a1@@ [ Number ] += v67 + v68 ; @@a1@@ [ Number ] += v67 ; @@result@@ = @@a1@@ + Number ; @@a1@@ [ Number ] += v66 ; return @@result@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"_DWORD\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"_DWORD\"}, \"location\": \"r64\"}, {\"n\": \"result\", \"t\": {\"T\": 3, \"t\": \"_DWORD\"}, \"location\": \"r8\"}]}" ]
{"name": "MD5Final", "code": "void * __fastcall MD5Final ( _QWORD * @@a1@@ , _DWORD * @@a2@@ ) { _BYTE * @@v2@@ ; __int64 @@v3@@ ; void * @@s@@ ; unsigned int na ; unsigned int n ; na = ( @@a2@@ [ Number ] >> Number ) & Number ; @@v2@@ = ( char * ) @@a2@@ + na + Number ; @@s@@ = @@v2@@ + Number ; * @@v2@@ = Number ; n = Number - na ; if ( n > Number ) { memset ( @@s@@ , Number , n - Number ) ; } else { memset ( @@s@@ , Number , n ) ; MD5Transform ( @@a2@@ , @@a2@@ + Number ) ; memset ( @@a2@@ + Number , Number , Number ) ; } * ( _DWORD * ) ( _hide_aliasing_typecast ( ( __int64 ) ( @@a2@@ + Number ) ) + Number ) = @@a2@@ [ Number ] ; * ( _DWORD * ) ( _hide_aliasing_typecast ( ( __int64 ) ( @@a2@@ + Number ) ) + Number ) = @@a2@@ [ Number ] ; MD5Transform ( @@a2@@ , @@a2@@ + Number ) ; @@v3@@ = * ( ( _QWORD * ) @@a2@@ + Number ) ; * @@a1@@ = * ( _QWORD * ) @@a2@@ ; @@a1@@ [ Number ] = @@v3@@ ; return memset ( @@a2@@ , Number , Number ) ; }", "source": [{"n": "v3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r16"}, {"n": "a1", "t": {"T": 3, "t": "_QWORD"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "_DWORD"}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "_BYTE"}, "location": "r8"}, {"n": "s", "t": {"T": 3, "t": "void"}, "location": "s16"}]}
[{"n": "v3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r16"}, {"n": "digest", "t": {"T": 3, "t": "unsigned __int8"}, "location": "r56"}, {"n": "ctx", "t": {"T": 3, "t": "MD5Context"}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "u8"}, "location": "r8"}, {"n": "p", "t": {"T": 3, "t": "unsigned __int8"}, "location": "s16"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
230
[ "{\"name\": \"MD5Transform\", \"code\": \"_DWORD * __fastcall MD5Transform ( _DWORD * @@a1@@ , _DWORD * @@a2@@ ) { int v2 ; int v3 ; int v4 ; int v5 ; int v6 ; int v7 ; int v8 ; int v9 ; int v10 ; int v11 ; int v12 ; int v13 ; int v14 ; int v15 ; int v16 ; int v17 ; int v18 ; int v19 ; int v20 ; int v21 ; int v22 ; int v23 ; int v24 ; int v25 ; int v26 ; int v27 ; int v28 ; int v29 ; int v30 ; int v31 ; int v32 ; int v33 ; int v34 ; int v35 ; int v36 ; int v37 ; int v38 ; int v39 ; int v40 ; int v41 ; int v42 ; int v43 ; int v44 ; int v45 ; int v46 ; int v47 ; int v48 ; int v49 ; int v50 ; int v51 ; int v52 ; int v53 ; int v54 ; int v55 ; int v56 ; int v57 ; int v58 ; int v59 ; int v60 ; int v61 ; int v62 ; int v63 ; int v64 ; int v65 ; int v66 ; int v67 ; int v68 ; _DWORD * @@result@@ ; v2 = @@a1@@ [ Number ] ; v3 = @@a1@@ [ Number ] ; v4 = @@a1@@ [ Number ] ; v5 = v2 + __ROL4__ ( * @@a1@@ + ( v4 ^ v2 & ( v4 ^ v3 ) ) + * @@a2@@ - Number , Number ) ; v6 = v5 + __ROL4__ ( v4 + ( v3 ^ v5 & ( v3 ^ v2 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v7 = v6 + __ROR4__ ( v3 + ( v2 ^ v6 & ( v2 ^ v5 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v8 = v7 + __ROR4__ ( v2 + ( v5 ^ v7 & ( v5 ^ v6 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v9 = v8 + __ROL4__ ( v5 + ( v6 ^ v8 & ( v6 ^ v7 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v10 = v9 + __ROL4__ ( v6 + ( v7 ^ v9 & ( v7 ^ v8 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v11 = v10 + __ROR4__ ( v7 + ( v8 ^ v10 & ( v8 ^ v9 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v12 = v11 + __ROR4__ ( v8 + ( v9 ^ v11 & ( v9 ^ v10 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v13 = v12 + __ROL4__ ( v9 + ( v10 ^ v12 & ( v10 ^ v11 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v14 = v13 + __ROL4__ ( v10 + ( v11 ^ v13 & ( v11 ^ v12 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v15 = v14 + __ROR4__ ( v11 + ( v12 ^ v14 & ( v12 ^ v13 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v16 = v15 + __ROR4__ ( v12 + ( v13 ^ v15 & ( v13 ^ v14 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v17 = v16 + __ROL4__ ( v13 + ( v14 ^ v16 & ( v14 ^ v15 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v18 = v17 + __ROL4__ ( v14 + ( v15 ^ v17 & ( v15 ^ v16 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v19 = v18 + __ROR4__ ( v15 + ( v16 ^ v18 & ( v16 ^ v17 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v20 = v19 + __ROR4__ ( v16 + ( v17 ^ v19 & ( v17 ^ v18 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v21 = v20 + __ROL4__ ( v17 + ( v19 ^ v18 & ( v19 ^ v20 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v22 = v21 + __ROL4__ ( v18 + ( v20 ^ v19 & ( v20 ^ v21 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v23 = v22 + __ROL4__ ( v19 + ( v21 ^ v20 & ( v21 ^ v22 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v24 = v23 + __ROR4__ ( v20 + ( v22 ^ v21 & ( v22 ^ v23 ) ) + * @@a2@@ - Number , Number ) ; v25 = v24 + __ROL4__ ( v21 + ( v23 ^ v22 & ( v23 ^ v24 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v26 = v25 + __ROL4__ ( v22 + ( v24 ^ v23 & ( v24 ^ v25 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v27 = v26 + __ROL4__ ( v23 + ( v25 ^ v24 & ( v25 ^ v26 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v28 = v27 + __ROR4__ ( v24 + ( v26 ^ v25 & ( v26 ^ v27 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v29 = v28 + __ROL4__ ( v25 + ( v27 ^ v26 & ( v27 ^ v28 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v30 = v29 + __ROL4__ ( v26 + ( v28 ^ v27 & ( v28 ^ v29 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v31 = v30 + __ROL4__ ( v27 + ( v29 ^ v28 & ( v29 ^ v30 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v32 = v31 + __ROR4__ ( v28 + ( v30 ^ v29 & ( v30 ^ v31 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v33 = v32 + __ROL4__ ( v29 + ( v31 ^ v30 & ( v31 ^ v32 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v34 = v33 + __ROL4__ ( v30 + ( v32 ^ v31 & ( v32 ^ v33 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v35 = v34 + __ROL4__ ( v31 + ( v33 ^ v32 & ( v33 ^ v34 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v36 = v35 + __ROR4__ ( v32 + ( v34 ^ v33 & ( v34 ^ v35 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v37 = v36 + __ROL4__ ( v33 + ( v34 ^ v35 ^ v36 ) + @@a2@@ [ Number ] - Number , Number ) ; v38 = v37 + __ROL4__ ( v34 + ( v35 ^ v36 ^ v37 ) + @@a2@@ [ Number ] - Number , Number ) ; v39 = v38 + __ROL4__ ( v35 + ( v36 ^ v37 ^ v38 ) + @@a2@@ [ Number ] + Number , Number ) ; v40 = v39 + __ROR4__ ( v36 + ( v37 ^ v38 ^ v39 ) + @@a2@@ [ Number ] - Number , Number ) ; v41 = v40 + __ROL4__ ( v37 + ( v38 ^ v39 ^ v40 ) + @@a2@@ [ Number ] - Number , Number ) ; v42 = v41 + __ROL4__ ( v38 + ( v39 ^ v40 ^ v41 ) + @@a2@@ [ Number ] + Number , Number ) ; v43 = v42 + __ROL4__ ( v39 + ( v40 ^ v41 ^ v42 ) + @@a2@@ [ Number ] - Number , Number ) ; v44 = v43 + __ROR4__ ( v40 + ( v41 ^ v42 ^ v43 ) + @@a2@@ [ Number ] - Number , Number ) ; v45 = v44 + __ROL4__ ( v41 + ( v42 ^ v43 ^ v44 ) + @@a2@@ [ Number ] + Number , Number ) ; v46 = v45 + __ROL4__ ( v42 + ( v43 ^ v44 ^ v45 ) + * @@a2@@ - Number , Number ) ; v47 = v46 + __ROL4__ ( v43 + ( v44 ^ v45 ^ v46 ) + @@a2@@ [ Number ] - Number , Number ) ; v48 = v47 + __ROR4__ ( v44 + ( v45 ^ v46 ^ v47 ) + @@a2@@ [ Number ] + Number , Number ) ; v49 = v48 + __ROL4__ ( v45 + ( v46 ^ v47 ^ v48 ) + @@a2@@ [ Number ] - Number , Number ) ; v50 = v49 + __ROL4__ ( v46 + ( v47 ^ v48 ^ v49 ) + @@a2@@ [ Number ] - Number , Number ) ; v51 = v50 + __ROL4__ ( v47 + ( v48 ^ v49 ^ v50 ) + @@a2@@ [ Number ] + Number , Number ) ; v52 = v51 + __ROR4__ ( v48 + ( v49 ^ v50 ^ v51 ) + @@a2@@ [ Number ] - Number , Number ) ; v53 = v52 + __ROL4__ ( v49 + ( v51 ^ ( v52 | ~ v50 ) ) + * @@a2@@ - Number , Number ) ; v54 = v53 + __ROL4__ ( v50 + ( v52 ^ ( v53 | ~ v51 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v55 = v54 + __ROL4__ ( v51 + ( v53 ^ ( v54 | ~ v52 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v56 = v55 + __ROR4__ ( v52 + ( v54 ^ ( v55 | ~ v53 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v57 = v56 + __ROL4__ ( v53 + ( v55 ^ ( v56 | ~ v54 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v58 = v57 + __ROL4__ ( v54 + ( v56 ^ ( v57 | ~ v55 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v59 = v58 + __ROL4__ ( v55 + ( v57 ^ ( v58 | ~ v56 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v60 = v59 + __ROR4__ ( v56 + ( v58 ^ ( v59 | ~ v57 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v61 = v60 + __ROL4__ ( v57 + ( v59 ^ ( v60 | ~ v58 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v62 = v61 + __ROL4__ ( v58 + ( v60 ^ ( v61 | ~ v59 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v63 = v62 + __ROL4__ ( v59 + ( v61 ^ ( v62 | ~ v60 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v64 = v63 + __ROR4__ ( v60 + ( v62 ^ ( v63 | ~ v61 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v65 = v64 + __ROL4__ ( v61 + ( v63 ^ ( v64 | ~ v62 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v66 = v65 + __ROL4__ ( v62 + ( v64 ^ ( v65 | ~ v63 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v67 = v66 + __ROL4__ ( v63 + ( v65 ^ ( v66 | ~ v64 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v68 = __ROR4__ ( v64 + ( v66 ^ ( v67 | ~ v65 ) ) + @@a2@@ [ Number ] - Number , Number ) ; * @@a1@@ += v65 ; @@a1@@ [ Number ] += v67 + v68 ; @@a1@@ [ Number ] += v67 ; @@result@@ = @@a1@@ + Number ; @@a1@@ [ Number ] += v66 ; return @@result@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"_DWORD\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"_DWORD\"}, \"location\": \"r64\"}, {\"n\": \"result\", \"t\": {\"T\": 3, \"t\": \"_DWORD\"}, \"location\": \"r8\"}]}" ]
{"name": "MD5Transform", "code": "_DWORD * __fastcall MD5Transform ( _DWORD * @@a1@@ , _DWORD * @@a2@@ ) { int v2 ; int v3 ; int v4 ; int v5 ; int v6 ; int v7 ; int v8 ; int v9 ; int v10 ; int v11 ; int v12 ; int v13 ; int v14 ; int v15 ; int v16 ; int v17 ; int v18 ; int v19 ; int v20 ; int v21 ; int v22 ; int v23 ; int v24 ; int v25 ; int v26 ; int v27 ; int v28 ; int v29 ; int v30 ; int v31 ; int v32 ; int v33 ; int v34 ; int v35 ; int v36 ; int v37 ; int v38 ; int v39 ; int v40 ; int v41 ; int v42 ; int v43 ; int v44 ; int v45 ; int v46 ; int v47 ; int v48 ; int v49 ; int v50 ; int v51 ; int v52 ; int v53 ; int v54 ; int v55 ; int v56 ; int v57 ; int v58 ; int v59 ; int v60 ; int v61 ; int v62 ; int v63 ; int v64 ; int v65 ; int v66 ; int v67 ; int v68 ; _DWORD * @@result@@ ; v2 = @@a1@@ [ Number ] ; v3 = @@a1@@ [ Number ] ; v4 = @@a1@@ [ Number ] ; v5 = v2 + __ROL4__ ( * @@a1@@ + ( v4 ^ v2 & ( v4 ^ v3 ) ) + * @@a2@@ - Number , Number ) ; v6 = v5 + __ROL4__ ( v4 + ( v3 ^ v5 & ( v3 ^ v2 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v7 = v6 + __ROR4__ ( v3 + ( v2 ^ v6 & ( v2 ^ v5 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v8 = v7 + __ROR4__ ( v2 + ( v5 ^ v7 & ( v5 ^ v6 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v9 = v8 + __ROL4__ ( v5 + ( v6 ^ v8 & ( v6 ^ v7 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v10 = v9 + __ROL4__ ( v6 + ( v7 ^ v9 & ( v7 ^ v8 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v11 = v10 + __ROR4__ ( v7 + ( v8 ^ v10 & ( v8 ^ v9 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v12 = v11 + __ROR4__ ( v8 + ( v9 ^ v11 & ( v9 ^ v10 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v13 = v12 + __ROL4__ ( v9 + ( v10 ^ v12 & ( v10 ^ v11 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v14 = v13 + __ROL4__ ( v10 + ( v11 ^ v13 & ( v11 ^ v12 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v15 = v14 + __ROR4__ ( v11 + ( v12 ^ v14 & ( v12 ^ v13 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v16 = v15 + __ROR4__ ( v12 + ( v13 ^ v15 & ( v13 ^ v14 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v17 = v16 + __ROL4__ ( v13 + ( v14 ^ v16 & ( v14 ^ v15 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v18 = v17 + __ROL4__ ( v14 + ( v15 ^ v17 & ( v15 ^ v16 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v19 = v18 + __ROR4__ ( v15 + ( v16 ^ v18 & ( v16 ^ v17 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v20 = v19 + __ROR4__ ( v16 + ( v17 ^ v19 & ( v17 ^ v18 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v21 = v20 + __ROL4__ ( v17 + ( v19 ^ v18 & ( v19 ^ v20 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v22 = v21 + __ROL4__ ( v18 + ( v20 ^ v19 & ( v20 ^ v21 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v23 = v22 + __ROL4__ ( v19 + ( v21 ^ v20 & ( v21 ^ v22 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v24 = v23 + __ROR4__ ( v20 + ( v22 ^ v21 & ( v22 ^ v23 ) ) + * @@a2@@ - Number , Number ) ; v25 = v24 + __ROL4__ ( v21 + ( v23 ^ v22 & ( v23 ^ v24 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v26 = v25 + __ROL4__ ( v22 + ( v24 ^ v23 & ( v24 ^ v25 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v27 = v26 + __ROL4__ ( v23 + ( v25 ^ v24 & ( v25 ^ v26 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v28 = v27 + __ROR4__ ( v24 + ( v26 ^ v25 & ( v26 ^ v27 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v29 = v28 + __ROL4__ ( v25 + ( v27 ^ v26 & ( v27 ^ v28 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v30 = v29 + __ROL4__ ( v26 + ( v28 ^ v27 & ( v28 ^ v29 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v31 = v30 + __ROL4__ ( v27 + ( v29 ^ v28 & ( v29 ^ v30 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v32 = v31 + __ROR4__ ( v28 + ( v30 ^ v29 & ( v30 ^ v31 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v33 = v32 + __ROL4__ ( v29 + ( v31 ^ v30 & ( v31 ^ v32 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v34 = v33 + __ROL4__ ( v30 + ( v32 ^ v31 & ( v32 ^ v33 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v35 = v34 + __ROL4__ ( v31 + ( v33 ^ v32 & ( v33 ^ v34 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v36 = v35 + __ROR4__ ( v32 + ( v34 ^ v33 & ( v34 ^ v35 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v37 = v36 + __ROL4__ ( v33 + ( v34 ^ v35 ^ v36 ) + @@a2@@ [ Number ] - Number , Number ) ; v38 = v37 + __ROL4__ ( v34 + ( v35 ^ v36 ^ v37 ) + @@a2@@ [ Number ] - Number , Number ) ; v39 = v38 + __ROL4__ ( v35 + ( v36 ^ v37 ^ v38 ) + @@a2@@ [ Number ] + Number , Number ) ; v40 = v39 + __ROR4__ ( v36 + ( v37 ^ v38 ^ v39 ) + @@a2@@ [ Number ] - Number , Number ) ; v41 = v40 + __ROL4__ ( v37 + ( v38 ^ v39 ^ v40 ) + @@a2@@ [ Number ] - Number , Number ) ; v42 = v41 + __ROL4__ ( v38 + ( v39 ^ v40 ^ v41 ) + @@a2@@ [ Number ] + Number , Number ) ; v43 = v42 + __ROL4__ ( v39 + ( v40 ^ v41 ^ v42 ) + @@a2@@ [ Number ] - Number , Number ) ; v44 = v43 + __ROR4__ ( v40 + ( v41 ^ v42 ^ v43 ) + @@a2@@ [ Number ] - Number , Number ) ; v45 = v44 + __ROL4__ ( v41 + ( v42 ^ v43 ^ v44 ) + @@a2@@ [ Number ] + Number , Number ) ; v46 = v45 + __ROL4__ ( v42 + ( v43 ^ v44 ^ v45 ) + * @@a2@@ - Number , Number ) ; v47 = v46 + __ROL4__ ( v43 + ( v44 ^ v45 ^ v46 ) + @@a2@@ [ Number ] - Number , Number ) ; v48 = v47 + __ROR4__ ( v44 + ( v45 ^ v46 ^ v47 ) + @@a2@@ [ Number ] + Number , Number ) ; v49 = v48 + __ROL4__ ( v45 + ( v46 ^ v47 ^ v48 ) + @@a2@@ [ Number ] - Number , Number ) ; v50 = v49 + __ROL4__ ( v46 + ( v47 ^ v48 ^ v49 ) + @@a2@@ [ Number ] - Number , Number ) ; v51 = v50 + __ROL4__ ( v47 + ( v48 ^ v49 ^ v50 ) + @@a2@@ [ Number ] + Number , Number ) ; v52 = v51 + __ROR4__ ( v48 + ( v49 ^ v50 ^ v51 ) + @@a2@@ [ Number ] - Number , Number ) ; v53 = v52 + __ROL4__ ( v49 + ( v51 ^ ( v52 | ~ v50 ) ) + * @@a2@@ - Number , Number ) ; v54 = v53 + __ROL4__ ( v50 + ( v52 ^ ( v53 | ~ v51 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v55 = v54 + __ROL4__ ( v51 + ( v53 ^ ( v54 | ~ v52 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v56 = v55 + __ROR4__ ( v52 + ( v54 ^ ( v55 | ~ v53 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v57 = v56 + __ROL4__ ( v53 + ( v55 ^ ( v56 | ~ v54 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v58 = v57 + __ROL4__ ( v54 + ( v56 ^ ( v57 | ~ v55 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v59 = v58 + __ROL4__ ( v55 + ( v57 ^ ( v58 | ~ v56 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v60 = v59 + __ROR4__ ( v56 + ( v58 ^ ( v59 | ~ v57 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v61 = v60 + __ROL4__ ( v57 + ( v59 ^ ( v60 | ~ v58 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v62 = v61 + __ROL4__ ( v58 + ( v60 ^ ( v61 | ~ v59 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v63 = v62 + __ROL4__ ( v59 + ( v61 ^ ( v62 | ~ v60 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v64 = v63 + __ROR4__ ( v60 + ( v62 ^ ( v63 | ~ v61 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v65 = v64 + __ROL4__ ( v61 + ( v63 ^ ( v64 | ~ v62 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v66 = v65 + __ROL4__ ( v62 + ( v64 ^ ( v65 | ~ v63 ) ) + @@a2@@ [ Number ] - Number , Number ) ; v67 = v66 + __ROL4__ ( v63 + ( v65 ^ ( v66 | ~ v64 ) ) + @@a2@@ [ Number ] + Number , Number ) ; v68 = __ROR4__ ( v64 + ( v66 ^ ( v67 | ~ v65 ) ) + @@a2@@ [ Number ] - Number , Number ) ; * @@a1@@ += v65 ; @@a1@@ [ Number ] += v67 + v68 ; @@a1@@ [ Number ] += v67 ; @@result@@ = @@a1@@ + Number ; @@a1@@ [ Number ] += v66 ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "_DWORD"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "_DWORD"}, "location": "r64"}, {"n": "result", "t": {"T": 3, "t": "_DWORD"}, "location": "r8"}]}
[{"n": "buf", "t": {"T": 3, "t": "u32"}, "location": "r56"}, {"n": "in", "t": {"T": 3, "t": "const u32"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
231
[]
{"name": "add_str", "code": "_BYTE * add_str ( __int64 @@a1@@ , const char * @@a2@@ , __int64 @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { _BYTE * @@result@@ ; gcc_va_list @@arg@@ ; _BYTE * @@v8@@ ; __int64 @@v9@@ ; int @@v10@@ ; __int64 @@v11@@ ; __int64 @@v12@@ ; __int64 @@v13@@ ; __int64 @@v14@@ ; @@v11@@ = @@a3@@ ; @@v12@@ = @@a4@@ ; @@v13@@ = @@a5@@ ; @@v14@@ = @@a6@@ ; @@v9@@ = @@a1@@ ; @@result@@ = realloc ( * ( void * * ) @@v9@@ , * ( _QWORD * ) ( @@v9@@ + Number ) + Number L ) ; @@v8@@ = @@result@@ ; if ( @@result@@ ) { * ( _QWORD * ) @@v9@@ = @@v8@@ ; @@arg@@ [ Number ] . gp_offset = Number ; va_start ( @@arg@@ , @@a6@@ ) ; @@v10@@ = vsnprintf ( ( char * ) ( * ( _QWORD * ) @@v9@@ + * ( _QWORD * ) ( @@v9@@ + Number ) ) , Number , @@a2@@ , @@arg@@ ) ; if ( @@v10@@ > Number ) @@v10@@ = Number ; * ( _QWORD * ) ( @@v9@@ + Number ) += @@v10@@ ; @@result@@ = ( _BYTE * ) ( * ( _QWORD * ) @@v9@@ + * ( _QWORD * ) ( @@v9@@ + Number ) ) ; * @@result@@ = Number ; } return @@result@@ ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "const char"}, "location": "r64"}, {"n": "a5", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r72"}, {"n": "result", "t": {"T": 3, "t": "_BYTE"}, "location": "r8"}, {"n": "a6", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r80"}, {"n": "v14", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s136"}, {"n": "v13", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s144"}, {"n": "v12", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s152"}, {"n": "v11", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s160"}, {"n": "v10", "t": {"T": 1, "n": "int", "s": 4}, "location": "s180"}, {"n": "v9", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s192"}, {"n": "v8", "t": {"T": 3, "t": "_BYTE"}, "location": "s200"}, {"n": "arg", "t": {"T": 2, "n": 1, "s": 24, "t": "__va_list_tag"}, "location": "s224"}]}
[{"n": "", "t": {"T": 10}, "location": "r16"}, {"n": "", "t": {"T": 10}, "location": "r24"}, {"n": "ctx_ptr", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "fmt", "t": {"T": 3, "t": "const char"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r72"}, {"n": "", "t": {"T": 10}, "location": "r8"}, {"n": "", "t": {"T": 10}, "location": "r80"}, {"n": "v17", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s136"}, {"n": "v16", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s144"}, {"n": "v15", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s152"}, {"n": "v14", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s160"}, {"n": "len", "t": {"T": 1, "n": "int", "s": 4}, "location": "s180"}, {"n": "str", "t": {"T": 3, "t": "str_buf"}, "location": "s192"}, {"n": "n", "t": {"T": 3, "t": "char"}, "location": "s200"}, {"n": "ap", "t": {"T": 2, "n": 1, "s": 24, "t": "__va_list_tag"}, "location": "s224"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
232
[ "{\"name\": \"_start\", \"code\": \"void __fastcall __noreturn start ( __int64 @@a1@@ , __int64 @@a2@@ , void ( * @@a3@@ ) ( void ) ) { __int64 @@v3@@ ; int v4 ; __int64 @@v5@@ ; char * @@retaddr@@ ; v4 = @@v5@@ ; @@v5@@ = @@v3@@ ; _libc_start_main ( ( int ( __fastcall * ) ( int , char * * , char * * ) ) main , v4 , & @@retaddr@@ , _libc_csu_init , _libc_csu_fini , @@a3@@ , & @@v5@@ ) ; __halt ( ) ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 9, \"n\": \"void (*)(void)\"}, \"location\": \"r16\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"v3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r8\"}, {\"n\": \"retaddr\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"s0\"}, {\"n\": \"v5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s8\"}]}" ]
{"name": "xml_validate", "code": "__int64 __fastcall xml_validate ( __int64 @@a1@@ , __int64 @@a2@@ , __int64 @@a3@@ , _QWORD * @@a4@@ ) { __int64 @@result@@ ; void * @@s@@ ; int @@v7@@ ; __int64 @@v8@@ ; __int64 @@v9@@ ; __int64 @@v10@@ ; if ( @@a4@@ ) * @@a4@@ = Number L ; if ( ! xmlNewDoc ( ) ) return Number ; if ( xmlDocCopyNode ( ) ) { xmlDocSetRootElement ( ) ; memset ( & @@s@@ , Number , Number ) ; @@v10@@ = xmlSchemaNewParserCtxt ( ) ; xmlSchemaSetParserErrors ( ) ; @@v9@@ = xmlSchemaParse ( ) ; xmlSchemaFreeParserCtxt ( ) ; @@v8@@ = xmlSchemaNewValidCtxt ( ) ; xmlSchemaSetValidErrors ( ) ; @@v7@@ = xmlSchemaValidateDoc ( ) ; xmlSchemaFreeValidCtxt ( ) ; xmlFreeDoc ( ) ; xmlSchemaFree ( ) ; if ( @@v7@@ ) { if ( @@v7@@ <= Number ) { if ( @@a4@@ ) * @@a4@@ = @@s@@ ; else free ( @@s@@ ) ; @@result@@ = Number ; } else { if ( @@a4@@ ) * @@a4@@ = @@s@@ ; else free ( @@s@@ ) ; @@result@@ = Number ; } } else { free ( @@s@@ ) ; @@result@@ = Number L ; } } else { xmlFreeDoc ( ) ; @@result@@ = Number ; } return @@result@@ ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r16"}, {"n": "a4", "t": {"T": 3, "t": "_QWORD"}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "result", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}, {"n": "v10", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s24"}, {"n": "v9", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s32"}, {"n": "v8", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s40"}, {"n": "v7", "t": {"T": 1, "n": "int", "s": 4}, "location": "s44"}, {"n": "s", "t": {"T": 3, "t": "void"}, "location": "s64"}]}
[{"n": "xml_schema_fname", "t": {"T": 3, "t": "const char"}, "location": "r16"}, {"n": "ret_err", "t": {"T": 3, "t": "char *"}, "location": "r24"}, {"n": "ctx", "t": {"T": 3, "t": "xml_node_ctx"}, "location": "r56"}, {"n": "node", "t": {"T": 3, "t": "xml_node_t"}, "location": "r64"}, {"n": "result", "t": {"T": 1, "n": "int", "s": 4}, "location": "r8"}, {"n": "pctx", "t": {"T": 1, "n": "xmlSchemaParserCtxtPtr", "s": 8}, "location": "s24"}, {"n": "schema", "t": {"T": 1, "n": "xmlSchemaPtr", "s": 8}, "location": "s32"}, {"n": "vctx", "t": {"T": 1, "n": "xmlSchemaValidCtxtPtr", "s": 8}, "location": "s40"}, {"n": "ret", "t": {"T": 1, "n": "int", "s": 4}, "location": "s44"}, {"n": "errors", "t": {"T": 6, "n": "str_buf", "l": [{"T": 4, "n": "buf", "t": "char *", "s": 8}, {"T": 4, "n": "len", "t": "size_t", "s": 8}]}, "location": "s64"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
233
[]
{"name": "xml_validate_dtd", "code": "__int64 __fastcall xml_validate_dtd ( __int64 @@a1@@ , __int64 @@a2@@ , __int64 @@a3@@ , _QWORD * @@a4@@ ) { __int64 @@result@@ ; void * @@s@@ [ Number ] ; __int64 @@v7@@ [ Number ] ; int @@v8@@ ; if ( @@a4@@ ) * @@a4@@ = Number L ; if ( ! xmlNewDoc ( ) ) return Number ; if ( xmlDocCopyNode ( ) ) { xmlDocSetRootElement ( ) ; memset ( @@s@@ , Number , sizeof ( @@s@@ ) ) ; if ( xmlParseDTD ( ) ) { memset ( @@v7@@ , Number , sizeof ( @@v7@@ ) ) ; @@v7@@ [ Number ] = ( __int64 ) @@s@@ ; @@v7@@ [ Number ] = ( __int64 ) add_str ; @@v7@@ [ Number ] = ( __int64 ) add_str ; @@v8@@ = xmlValidateDtd ( ) ; xmlFreeDoc ( ) ; xmlFreeDtd ( ) ; if ( @@v8@@ == Number ) { free ( @@s@@ [ Number ] ) ; @@result@@ = Number L ; } else { if ( @@a4@@ ) * @@a4@@ = @@s@@ [ Number ] ; else free ( @@s@@ [ Number ] ) ; @@result@@ = Number ; } } else { xmlFreeDoc ( ) ; @@result@@ = Number ; } } else { xmlFreeDoc ( ) ; @@result@@ = Number ; } return @@result@@ ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r16"}, {"n": "a4", "t": {"T": 3, "t": "_QWORD"}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "result", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}, {"n": "v7", "t": {"T": 2, "n": 14, "s": 8, "t": "__int64"}, "location": "s144"}, {"n": "s", "t": {"T": 2, "n": 2, "s": 8, "t": "void *"}, "location": "s160"}, {"n": "v8", "t": {"T": 1, "n": "int", "s": 4}, "location": "s28"}]}
[{"n": "dtd_fname", "t": {"T": 3, "t": "const char"}, "location": "r16"}, {"n": "ret_err", "t": {"T": 3, "t": "char *"}, "location": "r24"}, {"n": "ctx", "t": {"T": 3, "t": "xml_node_ctx"}, "location": "r56"}, {"n": "node", "t": {"T": 3, "t": "xml_node_t"}, "location": "r64"}, {"n": "result", "t": {"T": 1, "n": "int", "s": 4}, "location": "r8"}, {"n": "vctx", "t": {"T": 6, "n": "xmlValidCtxt", "l": [{"T": 4, "n": "userData", "t": "void *", "s": 8}, {"T": 4, "n": "error", "t": "xmlValidityErrorFunc", "s": 8}, {"T": 4, "n": "warning", "t": "xmlValidityWarningFunc", "s": 8}, {"T": 4, "n": "node", "t": "xmlNodePtr", "s": 8}, {"T": 4, "n": "nodeNr", "t": "int", "s": 4}, {"T": 4, "n": "nodeMax", "t": "int", "s": 4}, {"T": 4, "n": "nodeTab", "t": "xmlNodePtr *", "s": 8}, {"T": 4, "n": "finishDtd", "t": "unsigned int", "s": 4}, {"T": 5, "s": 4}, {"T": 4, "n": "doc", "t": "xmlDocPtr", "s": 8}, {"T": 4, "n": "valid", "t": "int", "s": 4}, {"T": 5, "s": 4}, {"T": 4, "n": "vstate", "t": "xmlValidState *", "s": 8}, {"T": 4, "n": "vstateNr", "t": "int", "s": 4}, {"T": 4, "n": "vstateMax", "t": "int", "s": 4}, {"T": 4, "n": "vstateTab", "t": "xmlValidState *", "s": 8}, {"T": 4, "n": "am", "t": "xmlAutomataPtr", "s": 8}, {"T": 4, "n": "state", "t": "xmlAutomataStatePtr", "s": 8}]}, "location": "s144"}, {"n": "errors", "t": {"T": 6, "n": "str_buf", "l": [{"T": 4, "n": "buf", "t": "char *", "s": 8}, {"T": 4, "n": "len", "t": "size_t", "s": 8}]}, "location": "s160"}, {"n": "ret", "t": {"T": 1, "n": "int", "s": 4}, "location": "s28"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
234
[ "{\"name\": \"add_str\", \"code\": \"_BYTE * add_str ( __int64 @@a1@@ , const char * @@a2@@ , __int64 @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , ... ) { _BYTE * @@result@@ ; gcc_va_list @@arg@@ ; _BYTE * @@v8@@ ; __int64 @@v9@@ ; int @@v10@@ ; __int64 @@v11@@ ; __int64 @@v12@@ ; __int64 @@v13@@ ; __int64 @@v14@@ ; @@v11@@ = @@a3@@ ; @@v12@@ = @@a4@@ ; @@v13@@ = @@a5@@ ; @@v14@@ = @@a6@@ ; @@v9@@ = @@a1@@ ; @@result@@ = realloc ( * ( void * * ) @@v9@@ , * ( _QWORD * ) ( @@v9@@ + Number ) + Number L ) ; @@v8@@ = @@result@@ ; if ( @@result@@ ) { * ( _QWORD * ) @@v9@@ = @@v8@@ ; @@arg@@ [ Number ] . gp_offset = Number ; va_start ( @@arg@@ , @@a6@@ ) ; @@v10@@ = vsnprintf ( ( char * ) ( * ( _QWORD * ) @@v9@@ + * ( _QWORD * ) ( @@v9@@ + Number ) ) , Number , @@a2@@ , @@arg@@ ) ; if ( @@v10@@ > Number ) @@v10@@ = Number ; * ( _QWORD * ) ( @@v9@@ + Number ) += @@v10@@ ; @@result@@ = ( _BYTE * ) ( * ( _QWORD * ) @@v9@@ + * ( _QWORD * ) ( @@v9@@ + Number ) ) ; * @@result@@ = Number ; } return @@result@@ ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r64\"}, {\"n\": \"a5\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r72\"}, {\"n\": \"result\", \"t\": {\"T\": 3, \"t\": \"_BYTE\"}, \"location\": \"r8\"}, {\"n\": \"a6\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r80\"}, {\"n\": \"v14\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s136\"}, {\"n\": \"v13\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s144\"}, {\"n\": \"v12\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s152\"}, {\"n\": \"v11\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s160\"}, {\"n\": \"v10\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s180\"}, {\"n\": \"v9\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s192\"}, {\"n\": \"v8\", \"t\": {\"T\": 3, \"t\": \"_BYTE\"}, \"location\": \"s200\"}, {\"n\": \"arg\", \"t\": {\"T\": 2, \"n\": 1, \"s\": 24, \"t\": \"__va_list_tag\"}, \"location\": \"s224\"}]}", "{\"name\": \"xml_validate\", \"code\": \"__int64 __fastcall xml_validate ( __int64 @@a1@@ , __int64 @@a2@@ , __int64 @@a3@@ , _QWORD * @@a4@@ ) { __int64 @@result@@ ; void * @@s@@ ; int @@v7@@ ; __int64 @@v8@@ ; __int64 @@v9@@ ; __int64 @@v10@@ ; if ( @@a4@@ ) * @@a4@@ = Number L ; if ( ! xmlNewDoc ( ) ) return Number ; if ( xmlDocCopyNode ( ) ) { xmlDocSetRootElement ( ) ; memset ( & @@s@@ , Number , Number ) ; @@v10@@ = xmlSchemaNewParserCtxt ( ) ; xmlSchemaSetParserErrors ( ) ; @@v9@@ = xmlSchemaParse ( ) ; xmlSchemaFreeParserCtxt ( ) ; @@v8@@ = xmlSchemaNewValidCtxt ( ) ; xmlSchemaSetValidErrors ( ) ; @@v7@@ = xmlSchemaValidateDoc ( ) ; xmlSchemaFreeValidCtxt ( ) ; xmlFreeDoc ( ) ; xmlSchemaFree ( ) ; if ( @@v7@@ ) { if ( @@v7@@ <= Number ) { if ( @@a4@@ ) * @@a4@@ = @@s@@ ; else free ( @@s@@ ) ; @@result@@ = Number ; } else { if ( @@a4@@ ) * @@a4@@ = @@s@@ ; else free ( @@s@@ ) ; @@result@@ = Number ; } } else { free ( @@s@@ ) ; @@result@@ = Number L ; } } else { xmlFreeDoc ( ) ; @@result@@ = Number ; } return @@result@@ ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 3, \"t\": \"_QWORD\"}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"result\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r8\"}, {\"n\": \"v10\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s24\"}, {\"n\": \"v9\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s32\"}, {\"n\": \"v8\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s40\"}, {\"n\": \"v7\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s44\"}, {\"n\": \"s\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"s64\"}]}" ]
{"name": "xml_node_get_parent", "code": "__int64 __fastcall xml_node_get_parent ( __int64 @@a1@@ , __int64 @@a2@@ ) { return * ( _QWORD * ) ( @@a2@@ + Number ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}]}
[{"n": "ctx", "t": {"T": 3, "t": "xml_node_ctx"}, "location": "r56"}, {"n": "node", "t": {"T": 3, "t": "xml_node_t"}, "location": "r64"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
235
[]
{"name": "xml_node_from_buf", "code": "__int64 __fastcall xml_node_from_buf ( __int64 @@a1@@ , const char * @@a2@@ ) { __int64 @@v3@@ ; strlen ( @@a2@@ ) ; if ( ! xmlParseMemory ( ) ) return Number L ; xmlDocGetRootElement ( ) ; @@v3@@ = xmlCopyNode ( ) ; xmlFreeDoc ( ) ; return @@v3@@ ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "const char"}, "location": "r64"}, {"n": "v3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s16"}]}
[{"n": "ctx", "t": {"T": 3, "t": "xml_node_ctx"}, "location": "r56"}, {"n": "buf", "t": {"T": 3, "t": "const char"}, "location": "r64"}, {"n": "node", "t": {"T": 3, "t": "xml_node_t"}, "location": "s16"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
236
[]
{"name": "xml_node_get_localname", "code": "__int64 __fastcall xml_node_get_localname ( __int64 @@a1@@ , __int64 @@a2@@ ) { return * ( _QWORD * ) ( @@a2@@ + Number ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}]}
[{"n": "ctx", "t": {"T": 3, "t": "xml_node_ctx"}, "location": "r56"}, {"n": "node", "t": {"T": 3, "t": "xml_node_t"}, "location": "r64"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
237
[]
{"name": "xml_node_to_str", "code": "char * xml_node_to_str ( ) { char * @@v0@@ ; const char * @@v2@@ ; char * s1 ; char * s1a ; char * @@v5@@ ; xmlNewDoc ( ) ; xmlDocCopyNode ( ) ; xmlDocSetRootElement ( ) ; xmlDocDumpFormatMemory ( ) ; xmlFreeDoc ( ) ; s1 = ( char * ) @@v2@@ ; if ( ! strncmp ( @@v2@@ , String , Number ) ) { s1 = strchr ( @@v2@@ , Number ) ; if ( s1 ) ++ s1 ; while ( s1 && ( * s1 == Number || * s1 == Number ) ) ++ s1 ; } if ( s1 ) @@v5@@ = strdup ( s1 ) ; else @@v5@@ = Number L ; ( ( void ( __fastcall * ) ( ) ) xmlFree__LIBXML2_2_4_30 ) ( ) ; if ( @@v5@@ ) { s1a = @@v5@@ ; if ( * @@v5@@ ) { while ( s1a [ Number ] ) ++ s1a ; } while ( s1a >= @@v5@@ && * s1a == Number ) { @@v0@@ = s1a -- ; * @@v0@@ = Number ; } } return @@v5@@ ; }", "source": [{"n": "v0", "t": {"T": 3, "t": "char"}, "location": "r8"}, {"n": "v2", "t": {"T": 3, "t": "const char"}, "location": "s40"}, {"n": "v5", "t": {"T": 3, "t": "char"}, "location": "s8"}]}
[{"n": "v2", "t": {"T": 3, "t": "char"}, "location": "r8"}, {"n": "buf", "t": {"T": 3, "t": "xmlChar"}, "location": "s40"}, {"n": "ret", "t": {"T": 3, "t": "char"}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
238
[]
{"name": "xml_node_create_root", "code": "__int64 __fastcall xml_node_create_root ( __int64 @@a1@@ , __int64 @@a2@@ , __int64 @@a3@@ , __int64 * @@a4@@ ) { __int64 @@v6@@ ; __int64 @@v7@@ ; @@v7@@ = Number L ; @@v6@@ = xmlNewNode ( ) ; if ( ! @@v6@@ ) return Number L ; if ( @@a2@@ ) { @@v7@@ = xmlNewNs ( ) ; xmlSetNs ( ) ; } if ( @@a4@@ ) * @@a4@@ = @@v7@@ ; return @@v6@@ ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r16"}, {"n": "a4", "t": {"T": 3, "t": "__int64"}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "v6", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s16"}, {"n": "v7", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s8"}]}
[{"n": "ns_prefix", "t": {"T": 3, "t": "const char"}, "location": "r16"}, {"n": "ret_ns", "t": {"T": 3, "t": "xml_namespace_t *"}, "location": "r24"}, {"n": "ctx", "t": {"T": 3, "t": "xml_node_ctx"}, "location": "r56"}, {"n": "ns_uri", "t": {"T": 3, "t": "const char"}, "location": "r64"}, {"n": "node", "t": {"T": 3, "t": "xml_node_t"}, "location": "s16"}, {"n": "ns", "t": {"T": 3, "t": "xml_namespace_t"}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
239
[]
{"name": "xml_node_create_text_ns", "code": "__int64 xml_node_create_text_ns ( ) { __int64 @@v1@@ ; @@v1@@ = xmlNewTextChild ( ) ; xmlNewNs ( ) ; xmlSetNs ( ) ; return @@v1@@ ; }", "source": [{"n": "v1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s8"}]}
[{"n": "node", "t": {"T": 3, "t": "xml_node_t"}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
240
[]
{"name": "xml_node_add_attr", "code": "__int64 __fastcall xml_node_add_attr ( __int64 @@a1@@ , __int64 @@a2@@ , __int64 @@a3@@ ) { __int64 @@result@@ ; __int64 @@v4@@ ; if ( @@a3@@ ) @@v4@@ = xmlNewNsProp ( ) ; else @@v4@@ = xmlNewProp ( ) ; if ( @@v4@@ ) @@result@@ = Number L ; else @@result@@ = Number ; return @@result@@ ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r16"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "result", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}, {"n": "v4", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s8"}]}
[{"n": "ns", "t": {"T": 3, "t": "xml_namespace_t"}, "location": "r16"}, {"n": "ctx", "t": {"T": 3, "t": "xml_node_ctx"}, "location": "r56"}, {"n": "node", "t": {"T": 3, "t": "xml_node_t"}, "location": "r64"}, {"n": "result", "t": {"T": 1, "n": "int", "s": 4}, "location": "r8"}, {"n": "attr", "t": {"T": 1, "n": "xmlAttrPtr", "s": 8}, "location": "s8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
241
[]
{"name": "xml_node_get_attr_value_free", "code": "__int64 __fastcall xml_node_get_attr_value_free ( __int64 @@a1@@ , __int64 @@a2@@ ) { __int64 @@result@@ ; if ( @@a2@@ ) @@result@@ = xmlFree__LIBXML2_2_4_30 ( @@a2@@ ) ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "result", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}]}
[{"n": "ctx", "t": {"T": 3, "t": "xml_node_ctx"}, "location": "r56"}, {"n": "val", "t": {"T": 3, "t": "char"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
242
[]
{"name": "xml_node_first_child", "code": "__int64 __fastcall xml_node_first_child ( __int64 @@a1@@ , __int64 @@a2@@ ) { return * ( _QWORD * ) ( @@a2@@ + Number ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}]}
[{"n": "ctx", "t": {"T": 3, "t": "xml_node_ctx"}, "location": "r56"}, {"n": "parent", "t": {"T": 3, "t": "xml_node_t"}, "location": "r64"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
243
[]
{"name": "xml_node_next_sibling", "code": "__int64 __fastcall xml_node_next_sibling ( __int64 @@a1@@ , __int64 @@a2@@ ) { return * ( _QWORD * ) ( @@a2@@ + Number ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}]}
[{"n": "ctx", "t": {"T": 3, "t": "xml_node_ctx"}, "location": "r56"}, {"n": "node", "t": {"T": 3, "t": "xml_node_t"}, "location": "r64"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
244
[]
{"name": "xml_node_is_element", "code": "_BOOL8 __fastcall xml_node_is_element ( __int64 @@a1@@ , __int64 @@a2@@ ) { return * ( _DWORD * ) ( @@a2@@ + Number ) == Number ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}]}
[{"n": "ctx", "t": {"T": 3, "t": "xml_node_ctx"}, "location": "r56"}, {"n": "node", "t": {"T": 3, "t": "xml_node_t"}, "location": "r64"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
245
[]
{"name": "xml_node_get_text", "code": "__int64 xml_node_get_text ( ) { __int64 @@result@@ ; if ( xmlChildElementCount ( ) ) @@result@@ = Number L ; else @@result@@ = xmlNodeGetContent ( ) ; return @@result@@ ; }", "source": [{"n": "result", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}]}
[{"n": "result", "t": {"T": 3, "t": "char"}, "location": "r8"}]
data1/train-shard-10.tar
f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d_f98b54ded7fddfa55c550685a80fe8fa2472f8b4b1f7a6fb9ceb2dbda434738d.jsonl
246
[]