file_name stringlengths 21 73 | function_name stringlengths 1 699 ⌀ | stripped_function_name stringlengths 4 22 | clean_function_name stringlengths 1 50 ⌀ | decompiled_code_original stringlengths 34 273k | stripped_function_body stringlengths 37 217k | S-Expression_of_decompiled_code_stripped stringlengths 338 7.68M | assembly_code stringlengths 3 132k | Replace_function_name_and_variable_name stringlengths 39 257k | S-Expression_decompiled_code_original stringlengths 339 6.76M | S-Expression_of_generate_modified_code stringlengths 354 6.67M | Root Node stringlengths 226 974k |
|---|---|---|---|---|---|---|---|---|---|---|---|
822_pterm_and_pterm_strip.c | term_data_untrusted | FUN_00141f00 | term_data_untrusted |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
wchar_t term_data_untrusted(Terminal *term,char *data,wchar_t len)
{
wchar_t len_local;
char *data_local;
Terminal *term_local;
wchar_t i;
for (i = L'\0'; i < len; i = i + L'\x01') {
if (data[i] == '\n') {
term_data(term,... |
undefined8 FUN_00141f00(undefined8 param_1,long param_2,int param_3)
{
int local_c;
for (local_c = 0; local_c < param_3; local_c = local_c + 1) {
if (*(char *)(param_2 + local_c) == '\n') {
FUN_00141e75(param_1,1,&DAT_001927a6,2);
}
else if ((*(byte *)(param_2 + local_c) & 0x60) != 0) {
... | (translation_unit "undefined8 FUN_00141f00(undefined8 param_1,long param_2,int param_3)\n\n{\n int local_c;\n \n for (local_c = 0; local_c < param_3; local_c = local_c + 1) {\n if (*(char *)(param_2 + local_c) == '\n') {\n FUN_00141e75(param_1,1,&DAT_001927a6,2);\n }\n else if ((*(byte *)(param_2 + loc... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV dword ptr [RBP + -0x24],EDX
MOV dword ptr [RBP + -0x4],0x0
JMP 0x00141f90
MOV EAX,dword ptr [RBP + -0x4]
MOVSXD RDX,EAX
MOV RAX,qword ptr [RBP + -0x20]
ADD RAX,RDX
MOVZX EAX,byte ptr [RAX]
CMP AL,0xa
JNZ 0x00141f4f
MOV... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(type_2 *term,char *var_4,type_1 var_2)
{
type_1 len_local;
char *data_local;
type_2 *term_local;
type_1 var_1;
for (var_1 = L'\0'; var_1 < var_2; var_1 = var_1 + L'\x01') {
if (var_4[var_1] == '\n') {
va... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nwchar_t term_data_untrusted(Terminal *term,char *data,wchar_t len)\n\n{\n wchar_t len_local;\n char *data_local;\n Terminal *term_local;\n wchar_t i;\n \n for (i = L'\0'; i < len; i = i + L'\x01') {\n if (data[i] == ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 *term,char *var_4,type_1 var_2)\n\n{\n type_1 len_local;\n char *data_local;\n type_2 *term_local;\n type_1 var_1;\n \n for (var_1 = L'\0'; var_1 < var_2; var_1 = var_1 + L'\x01') {\n if (var... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarato... |
993_pterm_and_pterm_strip.c | x11_alloc_subfont | FUN_001515b3 | x11_alloc_subfont |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void x11_alloc_subfont(x11font *xfont,wchar_t sfid)
{
undefined8 uVar1;
char *ptr;
XFontStruct *pXVar2;
wchar_t sfid_local;
x11font *xfont_local;
Display *disp;
char *derived_name;
uVar1 = gdk_display_get_default();
uVar1 =... |
void FUN_001515b3(long param_1,uint param_2)
{
undefined8 uVar1;
undefined8 uVar2;
uVar1 = gdk_display_get_default();
uVar1 = gdk_x11_display_get_xdisplay(uVar1);
uVar2 = FUN_00150b89(*(undefined8 *)(param_1 + 0x28),param_2 & 1,(param_2 & 2) != 0);
uVar1 = XLoadQueryFont(uVar1,uVar2);
*(undefined8 *)... | (translation_unit "void FUN_001515b3(long param_1,uint param_2)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n \n uVar1 = gdk_display_get_default();\n uVar1 = gdk_x11_display_get_xdisplay(uVar1);\n uVar2 = FUN_00150b89(*(undefined8 *)(param_1 + 0x28),param_2 & 1,(param_2 & 2) != 0);\n uVar1 = XLoadQueryFont(uVar... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
CALL 0x0010fd30
MOV RDI,RAX
CALL 0x00110e10
MOV qword ptr [RBP + -0x10],RAX
MOV EAX,dword ptr [RBP + -0x1c]
AND EAX,0x2
TEST EAX,EAX
SETNZ AL
MOVZX EDX,AL
MOV EAX,dword ptr [RBP + -0x1c]
AND EAX,0x1
MOV ECX,EAX
MOV RAX,qwo... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *xfont,type_2 var_4)
{
type_3 uVar1;
char *ptr;
type_4 *pXVar2;
type_2 sfid_local;
type_1 *xfont_local;
type_5 *disp;
char *derived_name;
uVar1 = var_1();
uVar1 = var_2(uVar1);
ptr = var_3(xfont->fo... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid x11_alloc_subfont(x11font *xfont,wchar_t sfid)\n\n{\n undefined8 uVar1;\n char *ptr;\n XFontStruct *pXVar2;\n wchar_t sfid_local;\n x11font *xfont_local;\n Display *disp;\n char *derived_name;\n \n uVar1 = gdk_d... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *xfont,type_2 var_4)\n\n{\n type_3 uVar1;\n char *ptr;\n type_4 *pXVar2;\n type_2 sfid_local;\n type_1 *xfont_local;\n type_5 *disp;\n char *derived_name;\n \n uVar1 = var_1();\n uVar1 = var_2... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
1383_puttytel_and_puttytel_strip.c | unix_sock_addr | FUN_00171f9c | unix_sock_addr |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
SockAddr unix_sock_addr(char *path)
{
uint uVar1;
SockAddr __s;
char *path_local;
int n;
SockAddr ret;
__s = (SockAddr)safemalloc(1,0x220);
memset(__s,0,0x220);
__s->superfamily = ABOUT_TO;
uVar1 = snprintf(__s->hostname,0x... |
undefined4 * FUN_00171f9c(undefined8 param_1)
{
uint uVar1;
undefined4 *__s;
__s = (undefined4 *)FUN_001297e1(1,0x220);
memset(__s,0,0x220);
__s[4] = 1;
uVar1 = snprintf((char *)(__s + 8),0x200,"%s",param_1);
if ((int)uVar1 < 0) {
*(char **)(__s + 2) = "snprintf failed";
}
else if ((0x1ff < u... | (translation_unit "undefined4 * FUN_00171f9c(undefined8 param_1)\n\n{\n uint uVar1;\n undefined4 *__s;\n \n __s = (undefined4 *)FUN_001297e1(1,0x220);\n memset(__s,0,0x220);\n __s[4] = 1;\n uVar1 = snprintf((char *)(__s + 8),0x200,"%s",param_1);\n if ((int)uVar1 < 0) {\n *(char **)(__s + 2) = "snprintf faile... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV ESI,0x220
MOV EDI,0x1
CALL 0x001297e1
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV EDX,0x220
MOV ESI,0x0
MOV RDI,RAX
CALL 0x00110810
MOV RAX,qword ptr [RBP + -0x8]
MOV dword ptr [RAX + 0x10],0x1
MOV RAX,qword ptr [RBP + -0x8]
LEA... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(char *path)
{
type_2 var_4;
type_1 __s;
char *path_local;
int n;
type_1 ret;
__s = (type_1)var_1(1,0x220);
var_2(__s,0,0x220);
__s->superfamily = ABOUT_TO;
var_4 = var_3(__s->hostname,0x200,"%s",path);
i... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nSockAddr unix_sock_addr(char *path)\n\n{\n uint uVar1;\n SockAddr __s;\n char *path_local;\n int n;\n SockAddr ret;\n \n __s = (SockAddr)safemalloc(1,0x220);\n memset(__s,0,0x220);\n __s->superfamily = ABOUT_TO;\n u... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(char *path)\n\n{\n type_2 var_4;\n type_1 __s;\n char *path_local;\n int n;\n type_1 ret;\n \n __s = (type_1)var_1(1,0x220);\n var_2(__s,0,0x220);\n __s->superfamily = ABOUT_TO;\n var_4 = var_3(__s... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_ide... |
620_pterm_and_pterm_strip.c | ctrl_tabdelay | FUN_00120d07 | ctrl_tabdelay |
control * ctrl_tabdelay(controlset *s,control *ctrl)
{
intorptr context;
intorptr helpctx;
control *pcVar1;
control *ctrl_local;
controlset *s_local;
control *c;
context = P((void *)0x0);
helpctx = P((void *)0x0);
pcVar1 = ctrl_new(s,9,helpctx,(handler_fn)0x0,context);
(pcVar1->tabdelay).ctrl =... |
long FUN_00120d07(undefined8 param_1,undefined8 param_2)
{
undefined8 uVar1;
undefined8 uVar2;
long lVar3;
uVar1 = FUN_0011f794(0);
uVar2 = FUN_0011f794(0);
lVar3 = FUN_00120055(param_1,9,uVar2,0,uVar1);
*(undefined8 *)(lVar3 + 0x30) = param_2;
return lVar3;
}
| (translation_unit "long FUN_00120d07(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n long lVar3;\n \n uVar1 = FUN_0011f794(0);\n uVar2 = FUN_0011f794(0);\n lVar3 = FUN_00120055(param_1,9,uVar2,0,uVar1);\n *(undefined8 *)(lVar3 + 0x30) = param_2;\n return lVar3;\n}\n\n" (fu... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x28
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV EDI,0x0
CALL 0x0011f794
MOV RBX,RAX
MOV EDI,0x0
CALL 0x0011f794
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x28]
MOV R8,RBX
MOV ECX,0x0
MOV ESI,0x9
MOV RDI,RAX
CALL 0x00120055
MOV qword ptr [RBP + -0x18],RAX
MOV RA... |
type_1 * function_1(type_2 *s,type_1 *ctrl)
{
type_3 context;
type_3 helpctx;
type_1 *pcVar1;
type_1 *ctrl_local;
type_2 *s_local;
type_1 *c;
context = var_1((void *)0x0);
helpctx = var_1((void *)0x0);
pcVar1 = var_2(s,9,helpctx,(type_4)0x0,context);
(pcVar1->tabdelay).ctrl = ctrl;
return pcV... | (translation_unit "control * ctrl_tabdelay(controlset *s,control *ctrl)\n\n{\n intorptr context;\n intorptr helpctx;\n control *pcVar1;\n control *ctrl_local;\n controlset *s_local;\n control *c;\n \n context = P((void *)0x0);\n helpctx = P((void *)0x0);\n pcVar1 = ctrl_new(s,9,helpctx,(handler_fn)0x0,context... | (translation_unit "type_1 * function_1(type_2 *s,type_1 *ctrl)\n\n{\n type_3 context;\n type_3 helpctx;\n type_1 *pcVar1;\n type_1 *ctrl_local;\n type_2 *s_local;\n type_1 *c;\n \n context = var_1((void *)0x0);\n helpctx = var_1((void *)0x0);\n pcVar1 = var_2(s,9,helpctx,(type_4)0x0,context);\n (pcVar1->tabd... | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (typ... |
978_pterm_and_pterm_strip.c | eventlog_list_handler | FUN_0014f827 | eventlog_list_handler |
void eventlog_list_handler(control *ctrl,void *dlg,void *data,int event)
{
int iVar1;
size_t sVar2;
void *pvVar3;
int event_local;
void *data_local;
void *dlg_local;
control *ctrl_local;
int i;
int i_1;
int selsize;
int extralen;
eventlog_stuff *es;
if (event == 0) {
dlg_update_start(... |
void FUN_0014f827(undefined8 param_1,undefined8 param_2,long param_3,int param_4)
{
int iVar1;
size_t sVar2;
undefined8 uVar3;
undefined4 local_20;
undefined4 local_1c;
undefined4 local_18;
if (param_4 == 0) {
FUN_00149a4e(param_1,param_2);
FUN_001488da(param_1,param_2);
for (local_20 = 0... | (translation_unit "void FUN_0014f827(undefined8 param_1,undefined8 param_2,long param_3,int param_4)\n\n{\n int iVar1;\n size_t sVar2;\n undefined8 uVar3;\n undefined4 local_20;\n undefined4 local_1c;\n undefined4 local_18;\n \n if (param_4 == 0) {\n FUN_00149a4e(param_1,param_2);\n FUN_001488da(param_1,p... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV qword ptr [RBP + -0x38],RDX
MOV dword ptr [RBP + -0x3c],ECX
MOV RAX,qword ptr [RBP + -0x38]
MOV qword ptr [RBP + -0x8],RAX
CMP dword ptr [RBP + -0x3c],0x0
JNZ 0x0014f8d8
MOV RDX,qword ptr [RBP + -0x30]
MOV RAX,qword pt... |
void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)
{
int var_10;
size_t sVar2;
void *pvVar3;
int event_local;
void *data_local;
void *dlg_local;
type_1 *ctrl_local;
int var_4;
int var_8;
int var_12;
int extralen;
type_2 *es;
if (var_1 == 0) {
var_2(ctrl,dlg);
var_3(ctrl,... | (translation_unit "void eventlog_list_handler(control *ctrl,void *dlg,void *data,int event)\n\n{\n int iVar1;\n size_t sVar2;\n void *pvVar3;\n int event_local;\n void *data_local;\n void *dlg_local;\n control *ctrl_local;\n int i;\n int i_1;\n int selsize;\n int extralen;\n eventlog_stuff *es;\n \n if (e... | (translation_unit "void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)\n\n{\n int var_10;\n size_t sVar2;\n void *pvVar3;\n int event_local;\n void *data_local;\n void *dlg_local;\n type_1 *ctrl_local;\n int var_4;\n int var_8;\n int var_12;\n int extralen;\n type_2 *es;\n \n if (var_1 == 0) {\n ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... |
611_pterm_and_pterm_strip.c | ctrl_editbox | FUN_00120375 | ctrl_editbox |
control * ctrl_editbox(controlset *s,char *label,char shortcut,int percentage,intorptr helpctx,
handler_fn handler,intorptr context,intorptr context2)
{
control *pcVar1;
char *pcVar2;
handler_fn handler_local;
intorptr helpctx_local;
int percentage_local;
char shortcut_local;
char ... |
long FUN_00120375(undefined8 param_1,long param_2,undefined param_3,undefined4 param_4,
undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8)
{
long lVar1;
undefined8 uVar2;
lVar1 = FUN_00120055(param_1,1,param_5,param_6,param_7);
if (param_2 == 0) {
uVar2 = 0;
... | (translation_unit "long FUN_00120375(undefined8 param_1,long param_2,undefined param_3,undefined4 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8)\n\n{\n long lVar1;\n undefined8 uVar2;\n \n lVar1 = FUN_00120055(param_1,1,param_5,param_6,param_7);\n if (param_... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV EAX,EDX
MOV dword ptr [RBP + -0x28],ECX
MOV qword ptr [RBP + -0x30],R8
MOV qword ptr [RBP + -0x38],R9
MOV byte ptr [RBP + -0x24],AL
MOV RCX,qword ptr [RBP + -0x38]
MOV RDX,qword ptr [RBP + -0x30]
MOV RAX,qword ptr [RBP... |
type_1 * function_1(type_2 *s,char *var_2,char shortcut,int percentage,type_3 helpctx,
type_4 handler,type_3 context,type_3 context2)
{
type_1 *pcVar1;
char *pcVar2;
type_4 handler_local;
type_3 helpctx_local;
int percentage_local;
char shortcut_local;
char *label_local;
type_2 *... | (translation_unit "control * ctrl_editbox(controlset *s,char *label,char shortcut,int percentage,intorptr helpctx,\n handler_fn handler,intorptr context,intorptr context2)\n\n{\n control *pcVar1;\n char *pcVar2;\n handler_fn handler_local;\n intorptr helpctx_local;\n int percentage_local;\n c... | (translation_unit "type_1 * function_1(type_2 *s,char *var_2,char shortcut,int percentage,type_3 helpctx,\n type_4 handler,type_3 context,type_3 context2)\n\n{\n type_1 *pcVar1;\n char *pcVar2;\n type_4 handler_local;\n type_3 helpctx_local;\n int percentage_local;\n char shortcut_local;\n c... | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (pri... |
638_pterm_and_pterm_strip.c | logflush | FUN_001226af | logflush |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void logflush(void *handle)
{
void *handle_local;
LogContext *ctx;
if ((0 < *(int *)((long)handle + 0x40)) && (*(int *)((long)handle + 8) == 2)) {
/* WARNING: Load size is inaccurate */
fflush(*handle);
}
re... |
void FUN_001226af(undefined8 *param_1)
{
if ((0 < *(int *)(param_1 + 8)) && (*(int *)(param_1 + 1) == 2)) {
fflush((FILE *)*param_1);
}
return;
}
| (translation_unit "void FUN_001226af(undefined8 *param_1)\n\n{\n if ((0 < *(int *)(param_1 + 8)) && (*(int *)(param_1 + 1) == 2)) {\n fflush((FILE *)*param_1);\n }\n return;\n}\n\n" (function_definition "void FUN_001226af(undefined8 *param_1)\n\n{\n if ((0 < *(int *)(param_1 + 8)) && (*(int *)(param_1 + 1) == 2)... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x40]
TEST EAX,EAX
JLE 0x001226e9
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x8]
CMP EAX,0x2
JNZ 0x001226e9
MOV RAX,qword... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *handle)
{
void *handle_local;
type_1 *ctx;
if ((0 < *(int *)((long)handle + 0x40)) && (*(int *)((long)handle + 8) == 2)) {
/* WARNING: Load size is inaccurate */
var_1(*handle);
}
retur... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid logflush(void *handle)\n\n{\n void *handle_local;\n LogContext *ctx;\n \n if ((0 < *(int *)((long)handle + 0x40)) && (*(int *)((long)handle + 8) == 2)) {\n /* WARNING: Load size is inaccurate */\n ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *handle)\n\n{\n void *handle_local;\n type_1 *ctx;\n \n if ((0 < *(int *)((long)handle + 0x40)) && (*(int *)((long)handle + 8) == 2)) {\n /* WARNING: Load size is inaccurate */\n ... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive... |
574_pterm_and_pterm_strip.c | config_port_handler | FUN_00116cbe | config_port_handler |
void config_port_handler(control *ctrl,void *dlg,void *data,int event)
{
long lVar1;
int iVar2;
uint uVar3;
int iVar4;
char *__nptr;
long in_FS_OFFSET;
int event_local;
void *data_local;
void *dlg_local;
control *ctrl_local;
int i;
Conf *conf;
char *s;
char buf [80];
lVar1 = *(long *)... |
void FUN_00116cbe(undefined8 param_1,undefined8 param_2,undefined8 param_3,int param_4)
{
int iVar1;
uint uVar2;
int iVar3;
char *__nptr;
long in_FS_OFFSET;
char local_68 [88];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
if (param_4 == 0) {
iVar1 = FUN_00114ec2(param_3,2);
i... | (translation_unit "void FUN_00116cbe(undefined8 param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n int iVar1;\n uint uVar2;\n int iVar3;\n char *__nptr;\n long in_FS_OFFSET;\n char local_68 [88];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_4 == 0) {\n iVar1 =... | PUSH RBP
MOV RBP,RSP
SUB RSP,0xa0
MOV qword ptr [RBP + -0x88],RDI
MOV qword ptr [RBP + -0x90],RSI
MOV qword ptr [RBP + -0x98],RDX
MOV dword ptr [RBP + -0x9c],ECX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x98]
MOV qword ptr [RBP + -0x70],RAX
CMP dword ptr [RBP + -0... |
void function_1(type_1 *ctrl,void *dlg,void *data,int var_2)
{
long var_13;
int var_4;
type_2 uVar3;
int var_11;
char *__nptr;
long var_1;
int event_local;
void *data_local;
void *dlg_local;
type_1 *ctrl_local;
int i;
type_3 *conf;
char *s;
char buf [80];
var_13 = *(long *)(var_1 + 0x... | (translation_unit "void config_port_handler(control *ctrl,void *dlg,void *data,int event)\n\n{\n long lVar1;\n int iVar2;\n uint uVar3;\n int iVar4;\n char *__nptr;\n long in_FS_OFFSET;\n int event_local;\n void *data_local;\n void *dlg_local;\n control *ctrl_local;\n int i;\n Conf *conf;\n char *s;\n cha... | (translation_unit "void function_1(type_1 *ctrl,void *dlg,void *data,int var_2)\n\n{\n long var_13;\n int var_4;\n type_2 uVar3;\n int var_11;\n char *__nptr;\n long var_1;\n int event_local;\n void *data_local;\n void *dlg_local;\n type_1 *ctrl_local;\n int i;\n type_3 *conf;\n char *s;\n char buf [80];\... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... |
625_pterm_and_pterm_strip.c | plen | FUN_00120f6e | plen |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
wchar_t plen(Ldisc ldisc,uchar c)
{
wchar_t wVar1;
uchar c_local;
Ldisc ldisc_local;
if (((c < 0x20) || (0x7e < c)) &&
((c < 0xa0 || ((ldisc->term->utf != L'\0' || (ldisc->term->ucsdata->line_codepage == L'7'))))))
{
if ((... |
undefined8 FUN_00120f6e(long *param_1,byte param_2)
{
undefined8 uVar1;
if (((param_2 < 0x20) || (0x7e < param_2)) &&
((param_2 < 0xa0 ||
((*(int *)(*param_1 + 300) != 0 || (*(int *)(*(long *)(*param_1 + 0x1118) + 0x10) == 0x37)))))
) {
if ((char)param_2 < '\0') {
if (((*(int *)(*para... | (translation_unit "undefined8 FUN_00120f6e(long *param_1,byte param_2)\n\n{\n undefined8 uVar1;\n \n if (((param_2 < 0x20) || (0x7e < param_2)) &&\n ((param_2 < 0xa0 ||\n ((*(int *)(*param_1 + 300) != 0 || (*(int *)(*(long *)(*param_1 + 0x1118) + 0x10) == 0x37)))))\n ) {\n if ((char)param_2 < '\0') {... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV EAX,ESI
MOV byte ptr [RBP + -0xc],AL
CMP byte ptr [RBP + -0xc],0x1f
JBE 0x00120f87
CMP byte ptr [RBP + -0xc],0x7e
JBE 0x00120fb4
CMP byte ptr [RBP + -0xc],0x9f
JBE 0x00120fbe
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
MOV EAX,dword ptr [RAX + 0x12c]
TE... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(type_2 ldisc,type_3 var_1)
{
type_1 wVar1;
type_3 c_local;
type_2 ldisc_local;
if (((var_1 < 0x20) || (0x7e < var_1)) &&
((var_1 < 0xa0 || ((ldisc->term->utf != L'\0' || (ldisc->term->ucsdata->line_codepage == ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nwchar_t plen(Ldisc ldisc,uchar c)\n\n{\n wchar_t wVar1;\n uchar c_local;\n Ldisc ldisc_local;\n \n if (((c < 0x20) || (0x7e < c)) &&\n ((c < 0xa0 || ((ldisc->term->utf != L'\0' || (ldisc->term->ucsdata->line_codepage... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 ldisc,type_3 var_1)\n\n{\n type_1 wVar1;\n type_3 c_local;\n type_2 ldisc_local;\n \n if (((var_1 < 0x20) || (0x7e < var_1)) &&\n ((var_1 < 0xa0 || ((ldisc->term->utf != L'\0' || (ldisc->term... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compou... |
751_pterm_and_pterm_strip.c | makeliteral_chr | FUN_00130049 | makeliteral_chr |
void makeliteral_chr(buf *b,termchar *c,ulong *state)
{
ulong *state_local;
termchar *c_local;
buf *b_local;
if ((c->chr & 0xffffffffffffff80) == *state) {
add(b,(byte)c->chr & 0x7f);
}
else if (c->chr < 0x4000) {
add(b,(byte)(c->chr >> 8) & 0x3f | 0x80);
add(b,(uchar)c->chr);
}
else if... |
void FUN_00130049(undefined8 param_1,ulong *param_2,ulong *param_3)
{
if ((*param_2 & 0xffffffffffffff80) == *param_3) {
FUN_0012fb24(param_1,(uint)*param_2 & 0x7f);
}
else if (*param_2 < 0x4000) {
FUN_0012fb24(param_1,(uint)(*param_2 >> 8) & 0x3f | 0x80);
FUN_0012fb24(param_1,*param_2 & 0xff);
}
... | (translation_unit "void FUN_00130049(undefined8 param_1,ulong *param_2,ulong *param_3)\n\n{\n if ((*param_2 & 0xffffffffffffff80) == *param_3) {\n FUN_0012fb24(param_1,(uint)*param_2 & 0x7f);\n }\n else if (*param_2 < 0x4000) {\n FUN_0012fb24(param_1,(uint)(*param_2 >> 8) & 0x3f | 0x80);\n FUN_0012fb24(para... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
AND RAX,-0x80
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX]
CMP RDX,RAX
JNZ 0x00130099
MOV RAX,qword ptr [RBP + -... |
void function_1(type_1 *b,type_2 *c,type_3 *state)
{
type_3 *state_local;
type_2 *c_local;
type_1 *b_local;
if ((c->chr & 0xffffffffffffff80) == *state) {
var_1(b,(type_4)c->chr & 0x7f);
}
else if (c->chr < 0x4000) {
var_1(b,(type_4)(c->chr >> 8) & 0x3f | 0x80);
var_1(b,(type_5)c->chr);
}... | (translation_unit "void makeliteral_chr(buf *b,termchar *c,ulong *state)\n\n{\n ulong *state_local;\n termchar *c_local;\n buf *b_local;\n \n if ((c->chr & 0xffffffffffffff80) == *state) {\n add(b,(byte)c->chr & 0x7f);\n }\n else if (c->chr < 0x4000) {\n add(b,(byte)(c->chr >> 8) & 0x3f | 0x80);\n add(b... | (translation_unit "void function_1(type_1 *b,type_2 *c,type_3 *state)\n\n{\n type_3 *state_local;\n type_2 *c_local;\n type_1 *b_local;\n \n if ((c->chr & 0xffffffffffffff80) == *state) {\n var_1(b,(type_4)c->chr & 0x7f);\n }\n else if (c->chr < 0x4000) {\n var_1(b,(type_4)(c->chr >> 8) & 0x3f | 0x80);\n ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe... |
1497_puttytel_and_puttytel_strip.c | keysym_to_unicode | FUN_00177638 | keysym_to_unicode |
int keysym_to_unicode(int keysym)
{
int iVar1;
int keysym_local;
int i;
int j;
int k;
i = -1;
j = 0x3c0;
iVar1 = j;
while( true ) {
j = iVar1;
if (j - i < 2) {
return -1;
}
iVar1 = (i + j) / 2;
if (keysym == (uint)keysyms[iVar1].keysym) break;
if ((int)(uint)keysyms[... |
ulong FUN_00177638(uint param_1)
{
int iVar1;
int local_14;
int local_10;
local_14 = -1;
local_10 = 0x3c0;
iVar1 = local_10;
while( true ) {
local_10 = iVar1;
if (local_10 - local_14 < 2) {
return 0xffffffff;
}
iVar1 = (local_14 + local_10) / 2;
if (param_1 == *(ushort *)(&D... | (translation_unit "ulong FUN_00177638(uint param_1)\n\n{\n int iVar1;\n int local_14;\n int local_10;\n \n local_14 = -1;\n local_10 = 0x3c0;\n iVar1 = local_10;\n while( true ) {\n local_10 = iVar1;\n if (local_10 - local_14 < 2) {\n return 0xffffffff;\n }\n iVar1 = (local_14 + local_10) / 2;\... | PUSH RBP
MOV RBP,RSP
MOV dword ptr [RBP + -0x14],EDI
MOV dword ptr [RBP + -0xc],0xffffffff
MOV dword ptr [RBP + -0x8],0x3c0
JMP 0x001776ce
MOV EDX,dword ptr [RBP + -0x8]
MOV EAX,dword ptr [RBP + -0xc]
ADD EAX,EDX
MOV EDX,EAX
SHR EDX,0x1f
ADD EAX,EDX
SAR EAX,0x1
MOV dword ptr [RBP + -0x4],EAX
MOV EAX,dword ptr [RBP + -0... |
int function_1(int var_3)
{
int iVar1;
int keysym_local;
int var_2;
int var_1;
int k;
var_2 = -1;
var_1 = 0x3c0;
iVar1 = var_1;
while( true ) {
var_1 = iVar1;
if (var_1 - var_2 < 2) {
return -1;
}
iVar1 = (var_2 + var_1) / 2;
if (var_3 == (type_1)keysyms[iVar1].var_3) br... | (translation_unit "int keysym_to_unicode(int keysym)\n\n{\n int iVar1;\n int keysym_local;\n int i;\n int j;\n int k;\n \n i = -1;\n j = 0x3c0;\n iVar1 = j;\n while( true ) {\n j = iVar1;\n if (j - i < 2) {\n return -1;\n }\n iVar1 = (i + j) / 2;\n if (keysym == (uint)keysyms[iVar1].keysym... | (translation_unit "int function_1(int var_3)\n\n{\n int iVar1;\n int keysym_local;\n int var_2;\n int var_1;\n int k;\n \n var_2 = -1;\n var_1 = 0x3c0;\n iVar1 = var_1;\n while( true ) {\n var_1 = iVar1;\n if (var_1 - var_2 < 2) {\n return -1;\n }\n iVar1 = (var_2 + var_1) / 2;\n if (var_3... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declarati... |
1502_puttytel_and_puttytel_strip.c | mk_wcswidth_cjk | FUN_001778b4 | mk_wcswidth_cjk |
int mk_wcswidth_cjk(uint *pwcs,size_t n)
{
int iVar1;
size_t n_local;
uint *pwcs_local;
int width;
int w;
width = 0;
n_local = n;
pwcs_local = pwcs;
while( true ) {
if (*pwcs_local == 0) {
return width;
}
if (n_local == 0) break;
iVar1 = mk_wcwidth_cjk(*pwcs_local);
if (... |
int FUN_001778b4(int *param_1,long param_2)
{
int iVar1;
long local_28;
int *local_20;
int local_10;
local_10 = 0;
local_28 = param_2;
local_20 = param_1;
while( true ) {
if (*local_20 == 0) {
return local_10;
}
if (local_28 == 0) break;
iVar1 = FUN_0017787c(*local_20);
if... | (translation_unit "int FUN_001778b4(int *param_1,long param_2)\n\n{\n int iVar1;\n long local_28;\n int *local_20;\n int local_10;\n \n local_10 = 0;\n local_28 = param_2;\n local_20 = param_1;\n while( true ) {\n if (*local_20 == 0) {\n return local_10;\n }\n if (local_28 == 0) break;\n iVar1... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV dword ptr [RBP + -0x8],0x0
JMP 0x001778f5
MOV RAX,qword ptr [RBP + -0x18]
MOV EAX,dword ptr [RAX]
MOV EDI,EAX
CALL 0x0017787c
MOV dword ptr [RBP + -0x4],EAX
CMP dword ptr [RBP + -0x4],0x0
JNS 0x001778ea
MOV EAX,0xfffff... |
int function_1(type_1 *pwcs,size_t n)
{
int var_3;
size_t var_1;
type_1 *var_5;
int var_4;
int w;
var_4 = 0;
var_1 = n;
var_5 = pwcs;
while( true ) {
if (*var_5 == 0) {
return var_4;
}
if (var_1 == 0) break;
var_3 = var_2(*var_5);
if (var_3 < 0) {
return -1;
}
... | (translation_unit "int mk_wcswidth_cjk(uint *pwcs,size_t n)\n\n{\n int iVar1;\n size_t n_local;\n uint *pwcs_local;\n int width;\n int w;\n \n width = 0;\n n_local = n;\n pwcs_local = pwcs;\n while( true ) {\n if (*pwcs_local == 0) {\n return width;\n }\n if (n_local == 0) break;\n iVar1 = mk... | (translation_unit "int function_1(type_1 *pwcs,size_t n)\n\n{\n int var_3;\n size_t var_1;\n type_1 *var_5;\n int var_4;\n int w;\n \n var_4 = 0;\n var_1 = n;\n var_5 = pwcs;\n while( true ) {\n if (*var_5 == 0) {\n return var_4;\n }\n if (var_1 == 0) break;\n var_3 = var_2(*var_5);\n if (... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identif... |
1277_puttytel_and_puttytel_strip.c | draw_set_colour | FUN_00169692 | draw_set_colour |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void draw_set_colour(draw_ctx *dctx,wchar_t col)
{
wchar_t col_local;
draw_ctx *dctx_local;
if ((dctx->uctx).type == ADDRTYPE_UNSPEC) {
cairo_set_source_rgb
((double)dctx->inst->cols[col].red / DAT_001a3fb0,
... |
void FUN_00169692(long *param_1,int param_2)
{
if (*(int *)(param_1 + 1) == 0) {
cairo_set_source_rgb
((double)*(ushort *)((long)param_2 * 0xc + *param_1 + 0xcc) / DAT_001a3fb0,
(double)*(ushort *)((long)param_2 * 0xc + *param_1 + 0xce) / DAT_001a3fb0,
(double)*(ushor... | (translation_unit "void FUN_00169692(long *param_1,int param_2)\n\n{\n if (*(int *)(param_1 + 1) == 0) {\n cairo_set_source_rgb\n ((double)*(ushort *)((long)param_2 * 0xc + *param_1 + 0xcc) / DAT_001a3fb0,\n (double)*(ushort *)((long)param_2 * 0xc + *param_1 + 0xce) / DAT_001a3fb0,\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x8]
TEST EAX,EAX
JNZ 0x00169777
MOV RAX,qword ptr [RBP + -0x8]
MOV RCX,qword ptr [RAX]
MOV EAX,dword ptr [RBP + -0xc]
MOVSXD RDX,EAX
MOV RAX,RDX
ADD RAX,RAX
ADD RAX,RD... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *dctx,type_2 col)
{
type_2 col_local;
type_1 *dctx_local;
if ((dctx->uctx).type == var_1) {
var_2
((double)dctx->inst->cols[col].red / var_3,
(double)dctx->inst->cols[col].green /... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid draw_set_colour(draw_ctx *dctx,wchar_t col)\n\n{\n wchar_t col_local;\n draw_ctx *dctx_local;\n \n if ((dctx->uctx).type == ADDRTYPE_UNSPEC) {\n cairo_set_source_rgb\n ((double)dctx->inst->cols[col].r... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *dctx,type_2 col)\n\n{\n type_2 col_local;\n type_1 *dctx_local;\n \n if ((dctx->uctx).type == var_1) {\n var_2\n ((double)dctx->inst->cols[col].red / var_3,\n (double)... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
1401_puttytel_and_puttytel_strip.c | printer_get_name | FUN_00172abf | printer_get_name |
char * printer_get_name(printer_enum *pe,int i)
{
int i_local;
printer_enum *pe_local;
return (char *)0x0;
}
|
undefined8 FUN_00172abf(void)
{
return 0;
}
| (translation_unit "undefined8 FUN_00172abf(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined8 FUN_00172abf(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_00172abf(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n ... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV EAX,0x0
POP RBP
RET |
char * function_1(type_1 *pe,int i)
{
int i_local;
type_1 *pe_local;
return (char *)0x0;
}
| (translation_unit "char * printer_get_name(printer_enum *pe,int i)\n\n{\n int i_local;\n printer_enum *pe_local;\n \n return (char *)0x0;\n}\n\n" (function_definition "char * printer_get_name(printer_enum *pe,int i)\n\n{\n int i_local;\n printer_enum *pe_local;\n \n return (char *)0x0;\n}" primitive_type (point... | (translation_unit "char * function_1(type_1 *pe,int i)\n\n{\n int i_local;\n type_1 *pe_local;\n \n return (char *)0x0;\n}\n\n" (function_definition "char * function_1(type_1 *pe,int i)\n\n{\n int i_local;\n type_1 *pe_local;\n \n return (char *)0x0;\n}" primitive_type (pointer_declarator "* function_1(type_1 *... | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (prim... |
772_pterm_and_pterm_strip.c | term_update | FUN_00131cab | term_update |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void term_update(Terminal *term)
{
Context ctx_00;
Terminal *term_local;
wchar_t need_sbar_update;
Context ctx;
term->window_update_pending = L'\0';
ctx_00 = get_ctx(term->frontend);
if (ctx_00 != (Context)0x0) {
need_sbar_... |
void FUN_00131cab(long param_1)
{
long lVar1;
undefined4 local_14;
*(undefined4 *)(param_1 + 0x112c) = 0;
lVar1 = FUN_0015fb9e(*(undefined8 *)(param_1 + 0x1108));
if (lVar1 != 0) {
local_14 = *(int *)(param_1 + 0x1bc);
if ((*(int *)(param_1 + 0x1bc) != 0) && (*(int *)(param_1 + 0x1224) != 0)) {
... | (translation_unit "void FUN_00131cab(long param_1)\n\n{\n long lVar1;\n undefined4 local_14;\n \n *(undefined4 *)(param_1 + 0x112c) = 0;\n lVar1 = FUN_0015fb9e(*(undefined8 *)(param_1 + 0x1108));\n if (lVar1 != 0) {\n local_14 = *(int *)(param_1 + 0x1bc);\n if ((*(int *)(param_1 + 0x1bc) != 0) && (*(int *)(... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr [RBP + -0x18]
MOV dword ptr [RAX + 0x112c],0x0
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX + 0x1108]
MOV RDI,RAX
CALL 0x0015fb9e
MOV qword ptr [RBP + -0x8],RAX
CMP qword ptr [RBP + -0x8],0x0
JZ 0x00131d98
MOV RAX,qword ptr [R... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *term)
{
type_2 var_2;
type_1 *term_local;
type_3 var_3;
type_2 ctx;
term->window_update_pending = L'\0';
var_2 = var_1(term->frontend);
if (var_2 != (type_2)0x0) {
var_3 = term->seen_disp_event;
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid term_update(Terminal *term)\n\n{\n Context ctx_00;\n Terminal *term_local;\n wchar_t need_sbar_update;\n Context ctx;\n \n term->window_update_pending = L'\0';\n ctx_00 = get_ctx(term->frontend);\n if (ctx_00 != ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term)\n\n{\n type_2 var_2;\n type_1 *term_local;\n type_3 var_3;\n type_2 ctx;\n \n term->window_update_pending = L'\0';\n var_2 = var_1(term->frontend);\n if (var_2 != (type_2)0x0) {\n var_... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_ide... |
1261_puttytel_and_puttytel_strip.c | selection_received | FUN_00168ae2 | selection_received |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void selection_received(GtkWidget *widget,GtkSelectionData *seldata,guint time,gpointer data)
{
long lVar1;
wchar_t wVar2;
undefined8 uVar3;
size_t sVar4;
wchar_t *pwVar5;
long in_FS_OFFSET;
gpointer data_local;
guint time_local... |
void FUN_00168ae2(undefined8 param_1,undefined8 param_2,undefined8 param_3,long param_4)
{
undefined4 uVar1;
size_t sVar2;
undefined8 uVar3;
long in_FS_OFFSET;
int local_8c;
int local_88;
int local_84;
int local_80;
undefined4 local_7c;
int local_78;
int local_74;
undefined8 *local_70;
undef... | (translation_unit "void FUN_00168ae2(undefined8 param_1,undefined8 param_2,undefined8 param_3,long param_4)\n\n{\n undefined4 uVar1;\n size_t sVar2;\n undefined8 uVar3;\n long in_FS_OFFSET;\n int local_8c;\n int local_88;\n int local_84;\n int local_80;\n undefined4 local_7c;\n int local_78;\n int local_74;\... | PUSH RBP
MOV RBP,RSP
SUB RSP,0xb0
MOV qword ptr [RBP + -0x98],RDI
MOV qword ptr [RBP + -0xa0],RSI
MOV dword ptr [RBP + -0xa4],EDX
MOV qword ptr [RBP + -0xb0],RCX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0xb0]
MOV qword ptr [RBP + -0x58],RAX
MOV dword ptr [RBP + -0... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *widget,type_2 *seldata,type_3 time,type_4 data)
{
long var_29;
type_5 wVar2;
type_6 uVar3;
size_t sVar4;
type_5 *pwVar5;
long var_1;
type_4 data_local;
type_3 time_local;
type_2 *seldata_local;
type_1... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid selection_received(GtkWidget *widget,GtkSelectionData *seldata,guint time,gpointer data)\n\n{\n long lVar1;\n wchar_t wVar2;\n undefined8 uVar3;\n size_t sVar4;\n wchar_t *pwVar5;\n long in_FS_OFFSET;\n gpointer d... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *widget,type_2 *seldata,type_3 time,type_4 data)\n\n{\n long var_29;\n type_5 wVar2;\n type_6 uVar3;\n size_t sVar4;\n type_5 *pwVar5;\n long var_1;\n type_4 data_local;\n type_3 time_local;\n ... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
1128_puttytel_and_puttytel_strip.c | x11font_canonify_fontname | FUN_0015c847 | x11font_canonify_fontname |
char * x11font_canonify_fontname
(GtkWidget *widget,char *name,wchar_t *size,wchar_t *flags,wchar_t resolve_aliases)
{
int iVar1;
undefined8 uVar2;
char *pcVar3;
long in_FS_OFFSET;
wchar_t resolve_aliases_local;
wchar_t *flags_local;
wchar_t *size_local;
char *name_local;
GtkWidget ... |
undefined8
FUN_0015c847(undefined8 param_1,char *param_2,undefined4 *param_3,undefined4 *param_4,int param_5)
{
int iVar1;
undefined8 uVar2;
long in_FS_OFFSET;
undefined8 local_48;
long local_40;
undefined8 local_38;
long local_30;
undefined8 local_28;
char *local_20;
undefined8 local_18;
long l... | (translation_unit "undefined8\nFUN_0015c847(undefined8 param_1,char *param_2,undefined4 *param_3,undefined4 *param_4,int param_5)\n\n{\n int iVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n undefined8 local_48;\n long local_40;\n undefined8 local_38;\n long local_30;\n undefined8 local_28;\n char *local_20;\n... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x70
MOV qword ptr [RBP + -0x48],RDI
MOV qword ptr [RBP + -0x50],RSI
MOV qword ptr [RBP + -0x58],RDX
MOV qword ptr [RBP + -0x60],RCX
MOV dword ptr [RBP + -0x64],R8D
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
CALL 0x00110d80
MOV RDI,RAX
CALL 0x00111ee0
MOV qword p... |
char * function_1
(type_1 *widget,char *name,type_2 *size,type_2 *var_13,type_2 var_14)
{
int var_8;
type_3 uVar2;
char *pcVar3;
long var_1;
type_2 resolve_aliases_local;
type_2 *flags_local;
type_2 *size_local;
char *name_local;
type_1 *widget_local;
type_4 ret;
type_4 var_11;
... | (translation_unit "char * x11font_canonify_fontname\n (GtkWidget *widget,char *name,wchar_t *size,wchar_t *flags,wchar_t resolve_aliases)\n\n{\n int iVar1;\n undefined8 uVar2;\n char *pcVar3;\n long in_FS_OFFSET;\n wchar_t resolve_aliases_local;\n wchar_t *flags_local;\n wchar_t *size_local;\n c... | (translation_unit "char * function_1\n (type_1 *widget,char *name,type_2 *size,type_2 *var_13,type_2 var_14)\n\n{\n int var_8;\n type_3 uVar2;\n char *pcVar3;\n long var_1;\n type_2 resolve_aliases_local;\n type_2 *flags_local;\n type_2 *size_local;\n char *name_local;\n type_1 *widget_local;\n... | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (prim... |
1197_puttytel_and_puttytel_strip.c | align_label_left | FUN_0016426d | align_label_left |
void align_label_left(GtkLabel *label)
{
GtkLabel *label_local;
gtk_label_set_xalign(0,label);
return;
}
|
void FUN_0016426d(undefined8 param_1)
{
gtk_label_set_xalign(0,param_1);
return;
}
| (translation_unit "void FUN_0016426d(undefined8 param_1)\n\n{\n gtk_label_set_xalign(0,param_1);\n return;\n}\n\n" (function_definition "void FUN_0016426d(undefined8 param_1)\n\n{\n gtk_label_set_xalign(0,param_1);\n return;\n}" primitive_type (function_declarator "FUN_0016426d(undefined8 param_1)" identifier (para... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
PXOR XMM0,XMM0
MOV RDI,RAX
CALL 0x00110f00
NOP
LEAVE
RET |
void function_1(type_1 *label)
{
type_1 *label_local;
var_1(0,label);
return;
}
| (translation_unit "void align_label_left(GtkLabel *label)\n\n{\n GtkLabel *label_local;\n \n gtk_label_set_xalign(0,label);\n return;\n}\n\n" (function_definition "void align_label_left(GtkLabel *label)\n\n{\n GtkLabel *label_local;\n \n gtk_label_set_xalign(0,label);\n return;\n}" primitive_type (function_decl... | (translation_unit "void function_1(type_1 *label)\n\n{\n type_1 *label_local;\n \n var_1(0,label);\n return;\n}\n\n" (function_definition "void function_1(type_1 *label)\n\n{\n type_1 *label_local;\n \n var_1(0,label);\n return;\n}" primitive_type (function_declarator "function_1(type_1 *label)" identifier (par... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d... |
1351_puttytel_and_puttytel_strip.c | sk_extractaddr_tmp | FUN_0016f3f6 | sk_extractaddr_tmp |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
SockAddr_tag *
sk_extractaddr_tmp(SockAddr_tag *__return_storage_ptr__,SockAddr addr,SockAddrStep *step)
{
long lVar1;
undefined4 uVar2;
long lVar3;
SockAddr pSVar4;
SockAddr_tag *pSVar5;
SockAddr_tag *pSVar6;
long in_FS_OFFSET;
... |
undefined8 * FUN_0016f3f6(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)
{
long lVar1;
undefined8 *puVar2;
undefined8 *puVar3;
long in_FS_OFFSET;
undefined8 local_238 [69];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
puVar2 = param_2;
puVar3 = local_238;
for (lVar1 =... | (translation_unit "undefined8 * FUN_0016f3f6(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n long lVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n long in_FS_OFFSET;\n undefined8 local_238 [69];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n puVar2 = param_2;\n puVa... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x250
MOV qword ptr [RBP + -0x238],RDI
MOV qword ptr [RBP + -0x240],RSI
MOV qword ptr [RBP + -0x248],RDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RDX,qword ptr [RBP + -0x240]
LEA RAX,[RBP + -0x230]
MOV RSI,RDX
MOV EDX,0x44
MOV RDI,RAX
MOV RCX,RDX
MOVSQ.REP ... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 *
function_1(type_1 *__return_storage_ptr__,type_2 addr,type_3 *step)
{
long var_4;
type_4 uVar2;
long var_2;
type_2 pSVar4;
type_1 *pSVar5;
type_1 *pSVar6;
long var_1;
type_3 *step_local;
type_2 addr_local;
type_1 to... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nSockAddr_tag *\nsk_extractaddr_tmp(SockAddr_tag *__return_storage_ptr__,SockAddr addr,SockAddrStep *step)\n\n{\n long lVar1;\n undefined4 uVar2;\n long lVar3;\n SockAddr pSVar4;\n SockAddr_tag *pSVar5;\n SockAddr_tag *p... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 *\nfunction_1(type_1 *__return_storage_ptr__,type_2 addr,type_3 *step)\n\n{\n long var_4;\n type_4 uVar2;\n long var_2;\n type_2 pSVar4;\n type_1 *pSVar5;\n type_1 *pSVar6;\n long var_1;\n type_3 *step_local;\n... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ... |
672_pterm_and_pterm_strip.c | burnstr | FUN_0012750c | burnstr |
void burnstr(char *string)
{
size_t n;
char *string_local;
if (string != (char *)0x0) {
n = strlen(string);
smemclr(string,n);
safefree(string);
}
return;
}
|
void FUN_0012750c(char *param_1)
{
size_t sVar1;
if (param_1 != (char *)0x0) {
sVar1 = strlen(param_1);
FUN_001285c4(param_1,sVar1);
FUN_001284fc(param_1);
}
return;
}
| (translation_unit "void FUN_0012750c(char *param_1)\n\n{\n size_t sVar1;\n \n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n FUN_001285c4(param_1,sVar1);\n FUN_001284fc(param_1);\n }\n return;\n}\n\n" (function_definition "void FUN_0012750c(char *param_1)\n\n{\n size_t sVar1;\n \n if (param... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
CMP qword ptr [RBP + -0x8],0x0
JZ 0x00127549
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x0010f5e0
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x001285c4
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x001284fc
NOP
LEAVE... |
void function_1(char *var_1)
{
size_t n;
char *string_local;
if (var_1 != (char *)0x0) {
n = var_2(var_1);
var_3(var_1,n);
var_4(var_1);
}
return;
}
| (translation_unit "void burnstr(char *string)\n\n{\n size_t n;\n char *string_local;\n \n if (string != (char *)0x0) {\n n = strlen(string);\n smemclr(string,n);\n safefree(string);\n }\n return;\n}\n\n" (function_definition "void burnstr(char *string)\n\n{\n size_t n;\n char *string_local;\n \n if (... | (translation_unit "void function_1(char *var_1)\n\n{\n size_t n;\n char *string_local;\n \n if (var_1 != (char *)0x0) {\n n = var_2(var_1);\n var_3(var_1,n);\n var_4(var_1);\n }\n return;\n}\n\n" (function_definition "void function_1(char *var_1)\n\n{\n size_t n;\n char *string_local;\n \n if (var_1 ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) dec... |
821_pterm_and_pterm_strip.c | term_data | FUN_00141e75 | term_data |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
wchar_t term_data(Terminal *term,wchar_t is_stderr,char *data,wchar_t len)
{
char *data_local;
wchar_t len_local;
wchar_t is_stderr_local;
Terminal *term_local;
bufchain_add((bufchain_conflict *)&term->inbuf,data,len);
if (term->... |
undefined8 FUN_00141e75(long param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4)
{
FUN_00127eca(param_1 + 0xa0,param_3,param_4);
if (*(int *)(param_1 + 0x1128) == 0) {
*(undefined4 *)(param_1 + 0x1128) = 1;
FUN_00131545(param_1);
if (*(int *)(param_1 + 0xeb4) != 2) {
FUN_00135eee(p... | (translation_unit "undefined8 FUN_00141e75(long param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4)\n\n{\n FUN_00127eca(param_1 + 0xa0,param_3,param_4);\n if (*(int *)(param_1 + 0x1128) == 0) {\n *(undefined4 *)(param_1 + 0x1128) = 1;\n FUN_00131545(param_1);\n if (*(int *)(param_1 + 0xeb4) != ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV qword ptr [RBP + -0x18],RDX
MOV dword ptr [RBP + -0x10],ECX
MOV RAX,qword ptr [RBP + -0x8]
LEA RCX,[RAX + 0xa0]
MOV EDX,dword ptr [RBP + -0x10]
MOV RAX,qword ptr [RBP + -0x18]
MOV RSI,RAX
MOV RDI,RCX
CALL 0x00127eca
MOV ... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(type_2 *term,type_1 is_stderr,char *data,type_1 len)
{
char *data_local;
type_1 len_local;
type_1 is_stderr_local;
type_2 *term_local;
var_1((type_3 *)&term->inbuf,data,len);
if (term->in_term_out == L'\0') {
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nwchar_t term_data(Terminal *term,wchar_t is_stderr,char *data,wchar_t len)\n\n{\n char *data_local;\n wchar_t len_local;\n wchar_t is_stderr_local;\n Terminal *term_local;\n \n bufchain_add((bufchain_conflict *)&term->i... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 *term,type_1 is_stderr,char *data,type_1 len)\n\n{\n char *data_local;\n type_1 len_local;\n type_1 is_stderr_local;\n type_2 *term_local;\n \n var_1((type_3 *)&term->inbuf,data,len);\n if (ter... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarat... |
550_pterm_and_pterm_strip.c | conf_get_int_int | FUN_00114fbd | conf_get_int_int |
int conf_get_int_int(Conf *conf,int primary,int secondary)
{
long lVar1;
void *pvVar2;
long in_FS_OFFSET;
int secondary_local;
int primary_local;
Conf *conf_local;
conf_entry *entry;
key key;
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
if (subkeytypes[primary] != 1) {
/* WARNING... |
undefined4 FUN_00114fbd(undefined8 *param_1,int param_2,undefined4 param_3)
{
long lVar1;
long in_FS_OFFSET;
int local_28 [2];
undefined4 local_20;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
if (*(int *)(&DAT_001a6020 + (long)param_2 * 4) != 1) {
/* WARNING: Subrout... | (translation_unit "undefined4 FUN_00114fbd(undefined8 *param_1,int param_2,undefined4 param_3)\n\n{\n long lVar1;\n long in_FS_OFFSET;\n int local_28 [2];\n undefined4 local_20;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n if (*(int *)(&DAT_001a6020 + (long)param_2 * 4) != 1) {\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x38],RDI
MOV dword ptr [RBP + -0x3c],ESI
MOV dword ptr [RBP + -0x40],EDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV EAX,dword ptr [RBP + -0x3c]
CDQE
LEA RDX,[RAX*0x4]
LEA RAX,[0x1a6020]
MOV EAX,dword ptr [RDX + RAX*0x1]
CMP EAX,0x1... |
int function_1(type_1 *conf,int primary,int secondary)
{
long var_5;
void *var_4;
long var_1;
int secondary_local;
int primary_local;
type_1 *conf_local;
type_2 *entry;
type_3 type_3;
var_5 = *(long *)(var_1 + 0x28);
if (subkeytypes[primary] != 1) {
/* WARNING: Subroutine do... | (translation_unit "int conf_get_int_int(Conf *conf,int primary,int secondary)\n\n{\n long lVar1;\n void *pvVar2;\n long in_FS_OFFSET;\n int secondary_local;\n int primary_local;\n Conf *conf_local;\n conf_entry *entry;\n key key;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n if (subkeytypes[primary] != 1) {... | (translation_unit "int function_1(type_1 *conf,int primary,int secondary)\n\n{\n long var_5;\n void *var_4;\n long var_1;\n int secondary_local;\n int primary_local;\n type_1 *conf_local;\n type_2 *entry;\n type_3 type_3;\n \n var_5 = *(long *)(var_1 + 0x28);\n if (subkeytypes[primary] != 1) {\n ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identif... |
1391_puttytel_and_puttytel_strip.c | pollwrap_add_fd_rwx | FUN_001727c2 | pollwrap_add_fd_rwx |
void pollwrap_add_fd_rwx(pollwrapper *pw,int fd,int rwx)
{
int rwx_local;
int fd_local;
pollwrapper *pw_local;
int events;
events = 0;
if ((rwx & 1U) != 0) {
events = 0xc1;
}
if ((rwx & 2U) != 0) {
events = events | 0x304;
}
if ((rwx & 4U) != 0) {
events = events | 2;
}
pollwrap... |
void FUN_001727c2(undefined8 param_1,undefined4 param_2,uint param_3)
{
undefined4 local_c;
local_c = 0;
if ((param_3 & 1) != 0) {
local_c = 0xc1;
}
if ((param_3 & 2) != 0) {
local_c = local_c | 0x304;
}
if ((param_3 & 4) != 0) {
local_c = local_c | 2;
}
FUN_001725cc(param_1,param_2,l... | (translation_unit "void FUN_001727c2(undefined8 param_1,undefined4 param_2,uint param_3)\n\n{\n undefined4 local_c;\n \n local_c = 0;\n if ((param_3 & 1) != 0) {\n local_c = 0xc1;\n }\n if ((param_3 & 2) != 0) {\n local_c = local_c | 0x304;\n }\n if ((param_3 & 4) != 0) {\n local_c = local_c | 2;\n }\... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV dword ptr [RBP + -0x20],EDX
MOV dword ptr [RBP + -0x4],0x0
MOV EAX,dword ptr [RBP + -0x20]
AND EAX,0x1
TEST EAX,EAX
JZ 0x001727ec
OR dword ptr [RBP + -0x4],0xc1
MOV EAX,dword ptr [RBP + -0x20]
AND EAX,0x2
TEST EAX,EAX
... |
void function_1(type_1 *pw,int fd,int var_1)
{
int rwx_local;
int fd_local;
type_1 *pw_local;
int var_2;
var_2 = 0;
if ((var_1 & 1U) != 0) {
var_2 = 0xc1;
}
if ((var_1 & 2U) != 0) {
var_2 = var_2 | 0x304;
}
if ((var_1 & 4U) != 0) {
var_2 = var_2 | 2;
}
var_3(pw,fd,var_2);
retu... | (translation_unit "void pollwrap_add_fd_rwx(pollwrapper *pw,int fd,int rwx)\n\n{\n int rwx_local;\n int fd_local;\n pollwrapper *pw_local;\n int events;\n \n events = 0;\n if ((rwx & 1U) != 0) {\n events = 0xc1;\n }\n if ((rwx & 2U) != 0) {\n events = events | 0x304;\n }\n if ((rwx & 4U) != 0) {\n e... | (translation_unit "void function_1(type_1 *pw,int fd,int var_1)\n\n{\n int rwx_local;\n int fd_local;\n type_1 *pw_local;\n int var_2;\n \n var_2 = 0;\n if ((var_1 & 1U) != 0) {\n var_2 = 0xc1;\n }\n if ((var_1 & 2U) != 0) {\n var_2 = var_2 | 0x304;\n }\n if ((var_1 & 4U) != 0) {\n var_2 = var_2 | 2... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identif... |
529_pterm_and_pterm_strip.c | charset_from_xenc | FUN_001122fb | charset_from_xenc |
int charset_from_xenc(char *name)
{
int iVar1;
int iVar2;
char *name_local;
int i;
char *p;
char *q;
i = 0;
do {
if (0x21 < i) {
return 0;
}
p = name;
for (q = xencs[i].name; (*p != '\0' || (*q != '\0')); q = q + 1) {
iVar1 = tolower((uint)(byte)*p);
iVar2 = tolowe... |
undefined4 FUN_001122fb(byte *param_1)
{
int iVar1;
int iVar2;
int local_2c;
byte *local_28;
byte *local_20;
local_2c = 0;
do {
if (0x21 < local_2c) {
return 0;
}
local_28 = param_1;
for (local_20 = (&PTR_s_iso8859_1_001a3160)[(long)local_2c * 2];
(*local_28 != 0 || (*lo... | (translation_unit "undefined4 FUN_001122fb(byte *param_1)\n\n{\n int iVar1;\n int iVar2;\n int local_2c;\n byte *local_28;\n byte *local_20;\n \n local_2c = 0;\n do {\n if (0x21 < local_2c) {\n return 0;\n }\n local_28 = param_1;\n for (local_20 = (&PTR_s_iso8859_1_001a3160)[(long)local_2c * 2]... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x38
MOV qword ptr [RBP + -0x38],RDI
MOV dword ptr [RBP + -0x24],0x0
JMP 0x001123b6
MOV RAX,qword ptr [RBP + -0x38]
MOV qword ptr [RBP + -0x20],RAX
MOV EAX,dword ptr [RBP + -0x24]
CDQE
SHL RAX,0x4
MOV RDX,RAX
LEA RAX,[0x1a3160]
MOV RAX,qword ptr [RDX + RAX*0x1]
MOV qword ptr [RBP +... |
int function_1(char *name)
{
int var_5;
int var_6;
char *name_local;
int var_1;
char *var_4;
char *var_2;
var_1 = 0;
do {
if (0x21 < var_1) {
return 0;
}
var_4 = name;
for (var_2 = xencs[var_1].name; (*var_4 != '\0' || (*var_2 != '\0')); var_2 = var_2 + 1) {
var_5 = var_... | (translation_unit "int charset_from_xenc(char *name)\n\n{\n int iVar1;\n int iVar2;\n char *name_local;\n int i;\n char *p;\n char *q;\n \n i = 0;\n do {\n if (0x21 < i) {\n return 0;\n }\n p = name;\n for (q = xencs[i].name; (*p != '\0' || (*q != '\0')); q = q + 1) {\n iVar1 = tolower((u... | (translation_unit "int function_1(char *name)\n\n{\n int var_5;\n int var_6;\n char *name_local;\n int var_1;\n char *var_4;\n char *var_2;\n \n var_1 = 0;\n do {\n if (0x21 < var_1) {\n return 0;\n }\n var_4 = name;\n for (var_2 = xencs[var_1].name; (*var_4 != '\0' || (*var_2 != '\0')); var_2... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) dec... |
755_pterm_and_pterm_strip.c | readrle | FUN_00130585 | readrle |
void readrle(buf *b,termline *ldata,
_func_void_buf_ptr_termchar_ptr_termline_ptr_ulong_ptr *readliteral)
{
wchar_t wVar1;
wchar_t wVar2;
long in_FS_OFFSET;
_func_void_buf_ptr_termchar_ptr_termline_ptr_ulong_ptr *readliteral_local;
termline *ldata_local;
buf *b_local;
wchar_t n;
wchar_t co... |
void FUN_00130585(long param_1,long param_2,code *param_3)
{
undefined4 uVar1;
int iVar2;
long in_FS_OFFSET;
int local_2c;
int local_28;
int local_24;
undefined8 local_18;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_2c = 0;
local_18 = 0;
while (local_2c < *(int *)(param_... | (translation_unit "void FUN_00130585(long param_1,long param_2,code *param_3)\n\n{\n undefined4 uVar1;\n int iVar2;\n long in_FS_OFFSET;\n int local_2c;\n int local_28;\n int local_24;\n undefined8 local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_2c = 0;\n local_18 = 0;\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x38],RDI
MOV qword ptr [RBP + -0x40],RSI
MOV qword ptr [RBP + -0x48],RDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV dword ptr [RBP + -0x24],0x0
MOV qword ptr [RBP + -0x10],0x0
JMP 0x001306db
MOV RAX,qword ptr [RBP + -0x38]
MOV RDI,... |
void function_1(type_1 *b,type_2 *ldata,
type_3 *readliteral)
{
type_4 wVar1;
type_4 var_4;
long var_1;
type_3 *readliteral_local;
type_2 *ldata_local;
type_1 *b_local;
type_4 var_2;
type_4 var_7;
type_4 var_5;
type_4 hdr;
type_4 pos;
type_5 state;
long var_8;
var_8 = *(long... | (translation_unit "void readrle(buf *b,termline *ldata,\n _func_void_buf_ptr_termchar_ptr_termline_ptr_ulong_ptr *readliteral)\n\n{\n wchar_t wVar1;\n wchar_t wVar2;\n long in_FS_OFFSET;\n _func_void_buf_ptr_termchar_ptr_termline_ptr_ulong_ptr *readliteral_local;\n termline *ldata_local;\n buf *b_local... | (translation_unit "void function_1(type_1 *b,type_2 *ldata,\n type_3 *readliteral)\n\n{\n type_4 wVar1;\n type_4 var_4;\n long var_1;\n type_3 *readliteral_local;\n type_2 *ldata_local;\n type_1 *b_local;\n type_4 var_2;\n type_4 var_7;\n type_4 var_5;\n type_4 hdr;\n type_4 pos;\n type_5 state;\... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe... |
1182_puttytel_and_puttytel_strip.c | unifontsel_set_name | FUN_001620cb | unifontsel_set_name |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void unifontsel_set_name(unifontsel *fontsel,char *fontname)
{
long lVar1;
_func_char_ptr_GtkWidget_ptr_char_ptr_wchar_t_ptr_wchar_t_ptr_wchar_t *p_Var2;
char *pcVar3;
undefined8 uVar4;
GtkWidget *pGVar5;
long in_FS_OFFSET;
char *... |
void FUN_001620cb(long param_1,char *param_2)
{
code *pcVar1;
long lVar2;
undefined8 uVar3;
long in_FS_OFFSET;
char *local_78;
int local_64;
int local_60;
int local_5c;
undefined4 local_58;
int local_54;
long local_50;
long local_48;
long local_40;
long local_38;
undefined4 local_30;
l... | (translation_unit "void FUN_001620cb(long param_1,char *param_2)\n\n{\n code *pcVar1;\n long lVar2;\n undefined8 uVar3;\n long in_FS_OFFSET;\n char *local_78;\n int local_64;\n int local_60;\n int local_5c;\n undefined4 local_58;\n int local_54;\n long local_50;\n long local_48;\n long local_40;\n long lo... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x68
MOV qword ptr [RBP + -0x68],RDI
MOV qword ptr [RBP + -0x70],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x68]
MOV qword ptr [RBP + -0x38],RAX
MOV qword ptr [RBP + -0x48],0x0
CMP qword ptr [RBP + -0x70],0x0
JZ 0x0016210d... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *fontsel,char *var_2)
{
long var_13;
type_2 *p_Var2;
char *pcVar3;
type_3 uVar4;
type_4 *pGVar5;
long var_1;
char *fontname_local;
type_1 *fontsel_local;
type_5 start;
type_5 var_5;
type_5 var_11;
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid unifontsel_set_name(unifontsel *fontsel,char *fontname)\n\n{\n long lVar1;\n _func_char_ptr_GtkWidget_ptr_char_ptr_wchar_t_ptr_wchar_t_ptr_wchar_t *p_Var2;\n char *pcVar3;\n undefined8 uVar4;\n GtkWidget *pGVar5;\n ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *fontsel,char *var_2)\n\n{\n long var_13;\n type_2 *p_Var2;\n char *pcVar3;\n type_3 uVar4;\n type_4 *pGVar5;\n long var_1;\n char *fontname_local;\n type_1 *fontsel_local;\n type_5 start;\n t... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator... |
747_pterm_and_pterm_strip.c | move_termchar | FUN_0012fa71 | move_termchar |
void move_termchar(termline *line,termchar *dest,termchar *src)
{
ulong uVar1;
undefined4 uVar2;
termchar *src_local;
termchar *dest_local;
termline *line_local;
clear_cc(line,(int)((long)dest - (long)line->chars >> 3) * -0x55555555);
uVar1 = src->attr;
dest->chr = src->chr;
dest->attr = uVar1;
... |
void FUN_0012fa71(long param_1,undefined8 *param_2,undefined8 *param_3)
{
undefined8 uVar1;
FUN_0012f72a(param_1,(int)((long)param_2 - *(long *)(param_1 + 0x18) >> 3) * -0x55555555);
uVar1 = param_3[1];
*param_2 = *param_3;
param_2[1] = uVar1;
param_2[2] = param_3[2];
if (*(int *)(param_3 + 2) != 0) ... | (translation_unit "void FUN_0012fa71(long param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n undefined8 uVar1;\n \n FUN_0012f72a(param_1,(int)((long)param_2 - *(long *)(param_1 + 0x18) >> 3) * -0x55555555);\n uVar1 = param_3[1];\n *param_2 = *param_3;\n param_2[1] = uVar1;\n param_2[2] = param_3[2];\n if (... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x18]
MOV RDX,qword ptr [RBP + -0x10]
SUB RDX,RAX
MOV RAX,RDX
SAR RAX,0x3
MOV RDX,RAX
MOV RAX,-0x5555555555555555
IMUL RAX,RDX
MOV EDX,... |
void function_1(type_1 *line,type_2 *dest,type_2 *src)
{
type_3 uVar1;
type_4 uVar2;
type_2 *src_local;
type_2 *dest_local;
type_1 *line_local;
var_1(line,(int)((long)dest - (long)line->chars >> 3) * -0x55555555);
uVar1 = src->attr;
dest->chr = src->chr;
dest->attr = uVar1;
uVar2 = *(type_4 *)&... | (translation_unit "void move_termchar(termline *line,termchar *dest,termchar *src)\n\n{\n ulong uVar1;\n undefined4 uVar2;\n termchar *src_local;\n termchar *dest_local;\n termline *line_local;\n \n clear_cc(line,(int)((long)dest - (long)line->chars >> 3) * -0x55555555);\n uVar1 = src->attr;\n dest->chr = src-... | (translation_unit "void function_1(type_1 *line,type_2 *dest,type_2 *src)\n\n{\n type_3 uVar1;\n type_4 uVar2;\n type_2 *src_local;\n type_2 *dest_local;\n type_1 *line_local;\n \n var_1(line,(int)((long)dest - (long)line->chars >> 3) * -0x55555555);\n uVar1 = src->attr;\n dest->chr = src->chr;\n dest->attr =... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe... |
1360_puttytel_and_puttytel_strip.c | sk_addr_dup | FUN_0016f7e8 | sk_addr_dup |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
SockAddr sk_addr_dup(SockAddr addr)
{
SockAddr addr_local;
addr->refcount = addr->refcount + 1;
return addr;
}
|
int * FUN_0016f7e8(int *param_1)
{
*param_1 = *param_1 + 1;
return param_1;
}
| (translation_unit "int * FUN_0016f7e8(int *param_1)\n\n{\n *param_1 = *param_1 + 1;\n return param_1;\n}\n\n" (function_definition "int * FUN_0016f7e8(int *param_1)\n\n{\n *param_1 = *param_1 + 1;\n return param_1;\n}" primitive_type (pointer_declarator "* FUN_0016f7e8(int *param_1)" * (function_declarator "FUN_001... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX]
LEA EDX,[RAX + 0x1]
MOV RAX,qword ptr [RBP + -0x8]
MOV dword ptr [RAX],EDX
MOV RAX,qword ptr [RBP + -0x8]
POP RBP
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(type_1 addr)
{
type_1 addr_local;
addr->refcount = addr->refcount + 1;
return addr;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nSockAddr sk_addr_dup(SockAddr addr)\n\n{\n SockAddr addr_local;\n \n addr->refcount = addr->refcount + 1;\n return addr;\n}\n\n" comment (function_definition "SockAddr sk_addr_dup(SockAddr addr)\n\n{\n SockAddr addr_loca... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_1 addr)\n\n{\n type_1 addr_local;\n \n addr->refcount = addr->refcount + 1;\n return addr;\n}\n\n" comment (function_definition "type_1 function_1(type_1 addr)\n\n{\n type_1 addr_local;\n \n addr... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier... |
766_pterm_and_pterm_strip.c | seen_disp_event | FUN_00131414 | seen_disp_event |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void seen_disp_event(Terminal *term)
{
Terminal *term_local;
term->seen_disp_event = L'\x01';
term_schedule_update(term);
return;
}
|
void FUN_00131414(long param_1)
{
*(undefined4 *)(param_1 + 0x1bc) = 1;
FUN_001313c3(param_1);
return;
}
| (translation_unit "void FUN_00131414(long param_1)\n\n{\n *(undefined4 *)(param_1 + 0x1bc) = 1;\n FUN_001313c3(param_1);\n return;\n}\n\n" (function_definition "void FUN_00131414(long param_1)\n\n{\n *(undefined4 *)(param_1 + 0x1bc) = 1;\n FUN_001313c3(param_1);\n return;\n}" primitive_type (function_declarator "... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV dword ptr [RAX + 0x1bc],0x1
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x001313c3
NOP
LEAVE
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *term)
{
type_1 *term_local;
term->function_1 = L'\x01';
var_1(term);
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid seen_disp_event(Terminal *term)\n\n{\n Terminal *term_local;\n \n term->seen_disp_event = L'\x01';\n term_schedule_update(term);\n return;\n}\n\n" comment (function_definition "void seen_disp_event(Terminal *term)\n... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term)\n\n{\n type_1 *term_local;\n \n term->function_1 = L'\x01';\n var_1(term);\n return;\n}\n\n" comment (function_definition "void function_1(type_1 *term)\n\n{\n type_1 *term_local;\n \n te... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_ide... |
673_pterm_and_pterm_strip.c | toint | FUN_0012754c | toint |
int toint(uint u)
{
uint u_local;
if (((int)u < 0) && (-1 < (int)u)) {
u = 0x80000000;
}
return u;
}
|
int FUN_0012754c(int param_1)
{
if ((param_1 < 0) && (-1 < param_1)) {
param_1 = -0x80000000;
}
return param_1;
}
| (translation_unit "int FUN_0012754c(int param_1)\n\n{\n if ((param_1 < 0) && (-1 < param_1)) {\n param_1 = -0x80000000;\n }\n return param_1;\n}\n\n" (function_definition "int FUN_0012754c(int param_1)\n\n{\n if ((param_1 < 0) && (-1 < param_1)) {\n param_1 = -0x80000000;\n }\n return param_1;\n}" primitive... | PUSH RBP
MOV RBP,RSP
MOV dword ptr [RBP + -0x4],EDI
MOV EAX,dword ptr [RBP + -0x4]
TEST EAX,EAX
JS 0x0012755f
MOV EAX,dword ptr [RBP + -0x4]
JMP 0x00127570
MOV EAX,dword ptr [RBP + -0x4]
TEST EAX,EAX
JNS 0x0012756b
MOV EAX,dword ptr [RBP + -0x4]
JMP 0x00127570
MOV EAX,0x80000000
POP RBP
RET |
int function_1(type_1 u)
{
type_1 u_local;
if (((int)u < 0) && (-1 < (int)u)) {
u = 0x80000000;
}
return u;
}
| (translation_unit "int toint(uint u)\n\n{\n uint u_local;\n \n if (((int)u < 0) && (-1 < (int)u)) {\n u = 0x80000000;\n }\n return u;\n}\n\n" (function_definition "int toint(uint u)\n\n{\n uint u_local;\n \n if (((int)u < 0) && (-1 < (int)u)) {\n u = 0x80000000;\n }\n return u;\n}" primitive_type (funct... | (translation_unit "int function_1(type_1 u)\n\n{\n type_1 u_local;\n \n if (((int)u < 0) && (-1 < (int)u)) {\n u = 0x80000000;\n }\n return u;\n}\n\n" (function_definition "int function_1(type_1 u)\n\n{\n type_1 u_local;\n \n if (((int)u < 0) && (-1 < (int)u)) {\n u = 0x80000000;\n }\n return u;\n}" pri... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (if_stat... |
1049_puttytel_and_puttytel_strip.c | dlg_update_done | FUN_00153413 | dlg_update_done |
void dlg_update_done(control *ctrl,void *dlg)
{
void *dlg_local;
control *ctrl_local;
return;
}
|
void FUN_00153413(void)
{
return;
}
| (translation_unit "void FUN_00153413(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00153413(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00153413(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
NOP
POP RBP
RET |
void function_1(type_1 *ctrl,void *dlg)
{
void *dlg_local;
type_1 *ctrl_local;
return;
}
| (translation_unit "void dlg_update_done(control *ctrl,void *dlg)\n\n{\n void *dlg_local;\n control *ctrl_local;\n \n return;\n}\n\n" (function_definition "void dlg_update_done(control *ctrl,void *dlg)\n\n{\n void *dlg_local;\n control *ctrl_local;\n \n return;\n}" primitive_type (function_declarator "dlg_update... | (translation_unit "void function_1(type_1 *ctrl,void *dlg)\n\n{\n void *dlg_local;\n type_1 *ctrl_local;\n \n return;\n}\n\n" (function_definition "void function_1(type_1 *ctrl,void *dlg)\n\n{\n void *dlg_local;\n type_1 *ctrl_local;\n \n return;\n}" primitive_type (function_declarator "function_1(type_1 *ctrl,... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... |
1365_puttytel_and_puttytel_strip.c | sk_new | FUN_00170107 | sk_new |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
_STACK * sk_new(cmp *cmp)
{
int __errnum;
int iVar1;
Actual_Socket_conflict sock;
char *pcVar2;
int in_ECX;
int in_EDX;
int in_ESI;
int in_R8D;
int in_R9D;
Plug in_stack_00000008;
int keepalive_local;
int nodelay_local;
... |
undefined8 *
FUN_00170107(undefined8 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined8 param_7)
{
int __errnum;
int iVar1;
undefined8 *puVar2;
char *pcVar3;
puVar2 = (undefined8 *)FUN_001297e1(1,0xa0);
*puVar2 = &PTR_FUN_001b7... | (translation_unit "undefined8 *\nFUN_00170107(undefined8 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined8 param_7)\n\n{\n int __errnum;\n int iVar1;\n undefined8 *puVar2;\n char *pcVar3;\n \n puVar2 = (undefined8 *)FUN_001297e1(1,0xa0)... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV dword ptr [RBP + -0x20],EDX
MOV dword ptr [RBP + -0x24],ECX
MOV dword ptr [RBP + -0x28],R8D
MOV dword ptr [RBP + -0x2c],R9D
MOV ESI,0xa0
MOV EDI,0x1
CALL 0x001297e1
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 * function_1(type_2 *type_2)
{
int var_4;
int var_6;
type_3 sock;
char *pcVar2;
int in_ECX;
int in_EDX;
int in_ESI;
int in_R8D;
int in_R9D;
type_4 in_stack_00000008;
int keepalive_local;
int nodelay_local;
int o... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\n_STACK * sk_new(cmp *cmp)\n\n{\n int __errnum;\n int iVar1;\n Actual_Socket_conflict sock;\n char *pcVar2;\n int in_ECX;\n int in_EDX;\n int in_ESI;\n int in_R8D;\n int in_R9D;\n Plug in_stack_00000008;\n int keepa... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(type_2 *type_2)\n\n{\n int var_4;\n int var_6;\n type_3 sock;\n char *pcVar2;\n int in_ECX;\n int in_EDX;\n int in_ESI;\n int in_R8D;\n int in_R9D;\n type_4 in_stack_00000008;\n int keepalive_lo... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_stat... |
750_pterm_and_pterm_strip.c | makerle | FUN_0012fbe9 | makerle |
void makerle(buf *b,termline *ldata,_func_void_buf_ptr_termchar_ptr_ulong_ptr *makeliteral)
{
wchar_t wVar1;
bool bVar2;
termchar *ptVar3;
wchar_t wVar4;
int iVar5;
wchar_t wVar6;
long in_FS_OFFSET;
_func_void_buf_ptr_termchar_ptr_ulong_ptr *makeliteral_local;
termline *ldata_local;
buf *b_local;
... |
void FUN_0012fbe9(long *param_1,long param_2,code *param_3)
{
int iVar1;
bool bVar2;
long lVar3;
int iVar4;
int iVar5;
long in_FS_OFFSET;
int local_58;
int local_54;
int local_50;
int local_4c;
int local_48;
int local_40;
int local_3c;
undefined8 local_28;
long local_20;
undefined8 loc... | (translation_unit "void FUN_0012fbe9(long *param_1,long param_2,code *param_3)\n\n{\n int iVar1;\n bool bVar2;\n long lVar3;\n int iVar4;\n int iVar5;\n long in_FS_OFFSET;\n int local_58;\n int local_54;\n int local_50;\n int local_4c;\n int local_48;\n int local_40;\n int local_3c;\n undefined8 local_28;... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x70
MOV qword ptr [RBP + -0x58],RDI
MOV qword ptr [RBP + -0x60],RSI
MOV qword ptr [RBP + -0x68],RDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x60]
MOV RAX,qword ptr [RAX + 0x18]
MOV qword ptr [RBP + -0x18],RAX
MOV qword ptr [RBP + -0x... |
void function_1(type_1 *b,type_2 *ldata,type_3 *makeliteral)
{
type_4 var_18;
bool bVar2;
type_5 *ptVar3;
type_4 var_10;
int var_14;
type_4 var_9;
long var_1;
type_3 *makeliteral_local;
type_2 *ldata_local;
type_1 *b_local;
type_4 var_15;
type_4 var_4;
type_4 var_3;
type_4 var_11;
type_4... | (translation_unit "void makerle(buf *b,termline *ldata,_func_void_buf_ptr_termchar_ptr_ulong_ptr *makeliteral)\n\n{\n wchar_t wVar1;\n bool bVar2;\n termchar *ptVar3;\n wchar_t wVar4;\n int iVar5;\n wchar_t wVar6;\n long in_FS_OFFSET;\n _func_void_buf_ptr_termchar_ptr_ulong_ptr *makeliteral_local;\n termline *... | (translation_unit "void function_1(type_1 *b,type_2 *ldata,type_3 *makeliteral)\n\n{\n type_4 var_18;\n bool bVar2;\n type_5 *ptVar3;\n type_4 var_10;\n int var_14;\n type_4 var_9;\n long var_1;\n type_3 *makeliteral_local;\n type_2 *ldata_local;\n type_1 *b_local;\n type_4 var_15;\n type_4 var_4;\n type_4... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe... |
591_pterm_and_pterm_strip.c | environ_handler | FUN_001191d4 | environ_handler |
void environ_handler(control *ctrl,void *dlg,void *data,int event)
{
int n;
long in_FS_OFFSET;
int event_local;
void *data_local;
void *dlg_local;
control *ctrl_local;
int i;
char *key;
char *val;
Conf *conf;
environ_data *ed;
char *p;
char *key_1;
char *val_1;
char *str;
char *key_2;
... |
void FUN_001191d4(long param_1,undefined8 param_2,undefined8 param_3,int param_4)
{
int iVar1;
long in_FS_OFFSET;
undefined8 local_60;
long local_58;
undefined8 local_50;
undefined8 *local_48;
undefined8 local_40;
char *local_38;
char *local_30;
undefined8 local_28;
long local_20;
undefined8 l... | (translation_unit "void FUN_001191d4(long param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n int iVar1;\n long in_FS_OFFSET;\n undefined8 local_60;\n long local_58;\n undefined8 local_50;\n undefined8 *local_48;\n undefined8 local_40;\n char *local_38;\n char *local_30;\n undefined8 local_28;\n... | PUSH RBP
MOV RBP,RSP
ADD RSP,-0x80
MOV qword ptr [RBP + -0x68],RDI
MOV qword ptr [RBP + -0x70],RSI
MOV qword ptr [RBP + -0x78],RDX
MOV dword ptr [RBP + -0x7c],ECX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x78]
MOV qword ptr [RBP + -0x48],RAX
MOV RAX,qword ptr [RBP... |
void function_1(type_1 *var_3,void *dlg,void *data,int var_2)
{
int var_19;
long var_1;
int event_local;
void *data_local;
void *dlg_local;
type_1 *ctrl_local;
int i;
char *key;
char *var_7;
type_2 *conf;
type_3 *ed;
char *p;
char *key_1;
char *val_1;
char *str;
char *var_21;
char *v... | (translation_unit "void environ_handler(control *ctrl,void *dlg,void *data,int event)\n\n{\n int n;\n long in_FS_OFFSET;\n int event_local;\n void *data_local;\n void *dlg_local;\n control *ctrl_local;\n int i;\n char *key;\n char *val;\n Conf *conf;\n environ_data *ed;\n char *p;\n char *key_1;\n char *v... | (translation_unit "void function_1(type_1 *var_3,void *dlg,void *data,int var_2)\n\n{\n int var_19;\n long var_1;\n int event_local;\n void *data_local;\n void *dlg_local;\n type_1 *ctrl_local;\n int i;\n char *key;\n char *var_7;\n type_2 *conf;\n type_3 *ed;\n char *p;\n char *key_1;\n char *val_1;\n c... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... |
916_pterm_and_pterm_strip.c | dlg_listbox_getid | FUN_00148d5e | dlg_listbox_getid |
int dlg_listbox_getid(control *ctrl,void *dlg,int index)
{
long lVar1;
undefined8 uVar2;
long in_FS_OFFSET;
int index_local;
void *dlg_local;
control *ctrl_local;
int ret;
dlgparam *dp;
uctrl *uc;
GtkTreePath *path;
GtkTreeIter iter;
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
dp = (dlgparam ... |
undefined4 FUN_00148d5e(undefined8 param_1,undefined8 param_2,undefined4 param_3)
{
undefined8 uVar1;
long in_FS_OFFSET;
undefined4 local_54;
undefined8 local_50;
undefined8 *local_48;
undefined8 local_40;
undefined local_38 [40];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_... | (translation_unit "undefined4 FUN_00148d5e(undefined8 param_1,undefined8 param_2,undefined4 param_3)\n\n{\n undefined8 uVar1;\n long in_FS_OFFSET;\n undefined4 local_54;\n undefined8 local_50;\n undefined8 *local_48;\n undefined8 local_40;\n undefined local_38 [40];\n long local_10;\n \n local_10 = *(long *)(... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x70
MOV qword ptr [RBP + -0x58],RDI
MOV qword ptr [RBP + -0x60],RSI
MOV dword ptr [RBP + -0x64],EDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x60]
MOV qword ptr [RBP + -0x48],RAX
MOV RDX,qword ptr [RBP + -0x58]
MOV RAX,qword ptr [RBP ... |
int function_1(type_1 *ctrl,void *dlg,int index)
{
long var_10;
type_2 uVar2;
long var_1;
int index_local;
void *dlg_local;
type_1 *ctrl_local;
int ret;
type_3 *dp;
type_4 *uc;
type_5 *path;
type_6 iter;
var_10 = *(long *)(var_1 + 0x28);
dp = (type_3 *)dlg;
uc = var_2((type_3 *)dlg,ctrl... | (translation_unit "int dlg_listbox_getid(control *ctrl,void *dlg,int index)\n\n{\n long lVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n int index_local;\n void *dlg_local;\n control *ctrl_local;\n int ret;\n dlgparam *dp;\n uctrl *uc;\n GtkTreePath *path;\n GtkTreeIter iter;\n \n lVar1 = *(long *)(in_FS_... | (translation_unit "int function_1(type_1 *ctrl,void *dlg,int index)\n\n{\n long var_10;\n type_2 uVar2;\n long var_1;\n int index_local;\n void *dlg_local;\n type_1 *ctrl_local;\n int ret;\n type_3 *dp;\n type_4 *uc;\n type_5 *path;\n type_6 iter;\n \n var_10 = *(long *)(var_1 + 0x28);\n dp = (type_3 *)dl... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... |
576_pterm_and_pterm_strip.c | loggingbuttons_handler | FUN_001170ca | loggingbuttons_handler |
void loggingbuttons_handler(control *ctrl,void *dlg,void *data,int event)
{
int iVar1;
int event_local;
void *data_local;
void *dlg_local;
control *ctrl_local;
int button;
int logtype;
Conf *conf;
if (event == 0) {
iVar1 = conf_get_int((Conf *)data,0x78);
for (button = 0;
(button ... |
void FUN_001170ca(long param_1,undefined8 param_2,undefined8 param_3,int param_4)
{
int iVar1;
int local_18;
if (param_4 == 0) {
iVar1 = FUN_00114ec2(param_3,0x78);
local_18 = 0;
while ((local_18 < *(int *)(param_1 + 0x38) &&
(iVar1 != *(int *)(*(long *)(param_1 + 0x50) + (long)local_1... | (translation_unit "void FUN_001170ca(long param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n int iVar1;\n int local_18;\n \n if (param_4 == 0) {\n iVar1 = FUN_00114ec2(param_3,0x78);\n local_18 = 0;\n while ((local_18 < *(int *)(param_1 + 0x38) &&\n (iVar1 != *(int *)(*(long *)(par... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV qword ptr [RBP + -0x28],RDX
MOV dword ptr [RBP + -0x2c],ECX
MOV RAX,qword ptr [RBP + -0x28]
MOV qword ptr [RBP + -0x8],RAX
CMP dword ptr [RBP + -0x2c],0x0
JNZ 0x00117180
MOV RAX,qword ptr [RBP + -0x8]
MOV ESI,0x78
MOV ... |
void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)
{
int var_4;
int event_local;
void *data_local;
void *dlg_local;
type_1 *ctrl_local;
int var_3;
int logtype;
type_2 *conf;
if (var_1 == 0) {
var_4 = var_2((type_2 *)data,0x78);
for (var_3 = 0;
(var_3 < (ctrl->editbox).pa... | (translation_unit "void loggingbuttons_handler(control *ctrl,void *dlg,void *data,int event)\n\n{\n int iVar1;\n int event_local;\n void *data_local;\n void *dlg_local;\n control *ctrl_local;\n int button;\n int logtype;\n Conf *conf;\n \n if (event == 0) {\n iVar1 = conf_get_int((Conf *)data,0x78);\n f... | (translation_unit "void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)\n\n{\n int var_4;\n int event_local;\n void *data_local;\n void *dlg_local;\n type_1 *ctrl_local;\n int var_3;\n int logtype;\n type_2 *conf;\n \n if (var_1 == 0) {\n var_4 = var_2((type_2 *)data,0x78);\n for (var_3 = 0;\n ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... |
521_pterm_and_pterm_strip.c | read_sbcs | FUN_00111870 | read_sbcs |
void read_sbcs(charset_spec_conflict *charset,long input_chr,charset_state *state,
_func_void_void_ptr_long *emit,void *emitctx)
{
void *emitctx_local;
_func_void_void_ptr_long *emit_local;
charset_state *state_local;
long input_chr_local;
charset_spec_conflict *charset_local;
sbcs_data *sd;... |
void FUN_00111870(long param_1,long param_2,undefined8 param_3,code *param_4,undefined8 param_5)
{
(*param_4)(param_5,*(undefined8 *)(*(long *)(param_1 + 0x18) + param_2 * 8));
return;
}
| (translation_unit "void FUN_00111870(long param_1,long param_2,undefined8 param_3,code *param_4,undefined8 param_5)\n\n{\n (*param_4)(param_5,*(undefined8 *)(*(long *)(param_1 + 0x18) + param_2 * 8));\n return;\n}\n\n" (function_definition "void FUN_00111870(long param_1,long param_2,undefined8 param_3,code *param_4,... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV qword ptr [RBP + -0x28],RDX
MOV qword ptr [RBP + -0x30],RCX
MOV qword ptr [RBP + -0x38],R8
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX + 0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MO... |
void function_1(type_1 *charset,long var_1,type_2 *state,
type_3 *emit,void *emitctx)
{
void *emitctx_local;
type_3 *emit_local;
type_2 *state_local;
long input_chr_local;
type_1 *charset_local;
type_4 *sd;
(*emit)(emitctx,*(long *)((long)charset->data + var_1 * 8));
return;
}
| (translation_unit "void read_sbcs(charset_spec_conflict *charset,long input_chr,charset_state *state,\n _func_void_void_ptr_long *emit,void *emitctx)\n\n{\n void *emitctx_local;\n _func_void_void_ptr_long *emit_local;\n charset_state *state_local;\n long input_chr_local;\n charset_spec_conflict *chars... | (translation_unit "void function_1(type_1 *charset,long var_1,type_2 *state,\n type_3 *emit,void *emitctx)\n\n{\n void *emitctx_local;\n type_3 *emit_local;\n type_2 *state_local;\n long input_chr_local;\n type_1 *charset_local;\n type_4 *sd;\n \n (*emit)(emitctx,*(long *)((long)charset->data + var... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (i... |
1453_puttytel_and_puttytel_strip.c | serial_ldisc | FUN_00174dbd | serial_ldisc |
int serial_ldisc(void *handle,int option)
{
int option_local;
void *handle_local;
return 0;
}
|
undefined8 FUN_00174dbd(void)
{
return 0;
}
| (translation_unit "undefined8 FUN_00174dbd(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined8 FUN_00174dbd(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_00174dbd(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n ... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV EAX,0x0
POP RBP
RET |
int function_1(void *handle,int option)
{
int option_local;
void *handle_local;
return 0;
}
| (translation_unit "int serial_ldisc(void *handle,int option)\n\n{\n int option_local;\n void *handle_local;\n \n return 0;\n}\n\n" (function_definition "int serial_ldisc(void *handle,int option)\n\n{\n int option_local;\n void *handle_local;\n \n return 0;\n}" primitive_type (function_declarator "serial_ldisc(v... | (translation_unit "int function_1(void *handle,int option)\n\n{\n int option_local;\n void *handle_local;\n \n return 0;\n}\n\n" (function_definition "int function_1(void *handle,int option)\n\n{\n int option_local;\n void *handle_local;\n \n return 0;\n}" primitive_type (function_declarator "function_1(void *h... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifi... |
1221_puttytel_and_puttytel_strip.c | set_zorder | FUN_00164a9c | set_zorder |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void set_zorder(void *frontend,wchar_t top)
{
undefined8 uVar1;
wchar_t top_local;
void *frontend_local;
gui_data *inst;
if (top == L'\0') {
/* WARNING: Load size is inaccurate */
uVar1 = gtk_widget_get_wind... |
void FUN_00164a9c(undefined8 *param_1,int param_2)
{
undefined8 uVar1;
if (param_2 == 0) {
uVar1 = gtk_widget_get_window(*param_1);
gdk_window_lower(uVar1);
}
else {
uVar1 = gtk_widget_get_window(*param_1);
gdk_window_raise(uVar1);
}
return;
}
| (translation_unit "void FUN_00164a9c(undefined8 *param_1,int param_2)\n\n{\n undefined8 uVar1;\n \n if (param_2 == 0) {\n uVar1 = gtk_widget_get_window(*param_1);\n gdk_window_lower(uVar1);\n }\n else {\n uVar1 = gtk_widget_get_window(*param_1);\n gdk_window_raise(uVar1);\n }\n return;\n}\n\n" (funct... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
CMP dword ptr [RBP + -0x1c],0x0
JZ 0x00164ad2
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
MOV RDI,RAX
CALL 0x001105b0
MOV RDI,RAX
CALL 0x00110b40
JM... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *frontend,type_1 var_1)
{
type_2 uVar1;
type_1 top_local;
void *frontend_local;
type_3 *inst;
if (var_1 == L'\0') {
/* WARNING: Load size is inaccurate */
uVar1 = var_2(*frontend);
v... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid set_zorder(void *frontend,wchar_t top)\n\n{\n undefined8 uVar1;\n wchar_t top_local;\n void *frontend_local;\n gui_data *inst;\n \n if (top == L'\0') {\n /* WARNING: Load size is inaccurate */\n ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *frontend,type_1 var_1)\n\n{\n type_2 uVar1;\n type_1 top_local;\n void *frontend_local;\n type_3 *inst;\n \n if (var_1 == L'\0') {\n /* WARNING: Load size is inaccurate */\n u... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator... |
1174_puttytel_and_puttytel_strip.c | style_changed | FUN_00160581 | style_changed |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void style_changed(GtkTreeSelection *treeselection,gpointer data)
{
long lVar1;
int iVar2;
wchar_t size;
long in_FS_OFFSET;
gpointer data_local;
GtkTreeSelection *treeselection_local;
wchar_t minval;
GtkTreeModel *treemodel;
u... |
void FUN_00160581(undefined8 param_1,long param_2)
{
int iVar1;
undefined4 uVar2;
long in_FS_OFFSET;
int local_54;
undefined8 local_50;
long local_48;
long local_40;
undefined local_38 [40];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_48 = param_2;
if (((*(int *)(param_2... | (translation_unit "void FUN_00160581(undefined8 param_1,long param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n long in_FS_OFFSET;\n int local_54;\n undefined8 local_50;\n long local_48;\n long local_40;\n undefined local_38 [40];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_48 = p... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x58],RDI
MOV qword ptr [RBP + -0x60],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x60]
MOV qword ptr [RBP + -0x40],RAX
MOV RAX,qword ptr [RBP + -0x40]
MOV EAX,dword ptr [RAX + 0xd0]
TEST EAX,EAX
JNZ 0x00160... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *treeselection,type_2 data)
{
long var_10;
int var_3;
type_3 size;
long var_1;
type_2 data_local;
type_1 *treeselection_local;
type_3 var_5;
type_4 *treemodel;
type_5 *fs;
type_6 *var_8;
type_7 treei... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid style_changed(GtkTreeSelection *treeselection,gpointer data)\n\n{\n long lVar1;\n int iVar2;\n wchar_t size;\n long in_FS_OFFSET;\n gpointer data_local;\n GtkTreeSelection *treeselection_local;\n wchar_t minval;\n... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *treeselection,type_2 data)\n\n{\n long var_10;\n int var_3;\n type_3 size;\n long var_1;\n type_2 data_local;\n type_1 *treeselection_local;\n type_3 var_5;\n type_4 *treemodel;\n type_5 *fs;\... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
1443_puttytel_and_puttytel_strip.c | serial_uxsel_setup | FUN_00174b10 | serial_uxsel_setup |
/* WARNING: Enum "GIOFlags": Some values do not have unique names */
void serial_uxsel_setup(Serial serial)
{
int iVar1;
Serial serial_local;
int rwx;
rwx = (int)(serial->inbufsize < 0x1001);
iVar1 = bufchain_size(&serial->output_data);
if (iVar1 != 0) {
rwx = rwx | 2;
}
uxsel_set(serial->fd,r... |
void FUN_00174b10(long param_1)
{
byte bVar1;
int iVar2;
bVar1 = *(int *)(param_1 + 0x10) < 0x1001;
iVar2 = FUN_001293aa(param_1 + 0x18);
if (iVar2 != 0) {
bVar1 = bVar1 | 2;
}
FUN_00173e12(*(undefined4 *)(param_1 + 8),bVar1,FUN_00174968);
return;
}
| (translation_unit "void FUN_00174b10(long param_1)\n\n{\n byte bVar1;\n int iVar2;\n \n bVar1 = *(int *)(param_1 + 0x10) < 0x1001;\n iVar2 = FUN_001293aa(param_1 + 0x18);\n if (iVar2 != 0) {\n bVar1 = bVar1 | 2;\n }\n FUN_00173e12(*(undefined4 *)(param_1 + 8),bVar1,FUN_00174968);\n return;\n}\n\n" (function... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x4],0x0
MOV RAX,qword ptr [RBP + -0x18]
MOV EAX,dword ptr [RAX + 0x10]
CMP EAX,0x1000
JG 0x00174b35
OR dword ptr [RBP + -0x4],0x1
MOV RAX,qword ptr [RBP + -0x18]
ADD RAX,0x18
MOV RDI,RAX
CALL 0x001293aa
TEST EAX,EAX
JZ 0x00174b4d
O... |
/* WARNING: Enum "GIOFlags": Some values do not have unique names */
void function_1(type_1 serial)
{
int var_2;
type_1 serial_local;
int var_3;
var_3 = (int)(serial->inbufsize < 0x1001);
var_2 = var_1(&serial->output_data);
if (var_2 != 0) {
var_3 = var_3 | 2;
}
var_4(serial->fd,var_3,serial_... | (translation_unit "/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\nvoid serial_uxsel_setup(Serial serial)\n\n{\n int iVar1;\n Serial serial_local;\n int rwx;\n \n rwx = (int)(serial->inbufsize < 0x1001);\n iVar1 = bufchain_size(&serial->output_data);\n if (iVar1 != 0) {\n rwx = rwx | 2... | (translation_unit "/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\nvoid function_1(type_1 serial)\n\n{\n int var_2;\n type_1 serial_local;\n int var_3;\n \n var_3 = (int)(serial->inbufsize < 0x1001);\n var_2 = var_1(&serial->output_data);\n if (var_2 != 0) {\n var_3 = var_3 | 2;\n }\n... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier))... |
1469_puttytel_and_puttytel_strip.c | get_setting | FUN_00175b2d | get_setting |
char * get_setting(char *key)
{
long lVar1;
void *pvVar2;
char *pcVar3;
long in_FS_OFFSET;
char *key_local;
skeyval *ret;
skeyval tmp;
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
tmp.key = key;
if (xrmtree != (tree234 *)0x0) {
pvVar2 = find234(xrmtree,&tmp,(cmpfn234)0x0);
if (pvVar2 != (voi... |
undefined8 FUN_00175b2d(undefined8 param_1)
{
long lVar1;
undefined8 uVar2;
long in_FS_OFFSET;
undefined8 local_28 [3];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_28[0] = param_1;
if (DAT_001b8980 != 0) {
lVar1 = FUN_0014d60d(DAT_001b8980,local_28,0);
if (lVar1 != 0) {
... | (translation_unit "undefined8 FUN_00175b2d(undefined8 param_1)\n\n{\n long lVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n undefined8 local_28 [3];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_28[0] = param_1;\n if (DAT_001b8980 != 0) {\n lVar1 = FUN_0014d60d(DAT_001b8980,local... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x38],RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x38]
MOV qword ptr [RBP + -0x20],RAX
MOV RAX,qword ptr [0x001b8980]
TEST RAX,RAX
JZ 0x00175b8c
MOV RAX,qword ptr [0x001b8980]
LEA RCX,[RBP + -0x20]
MOV EDX,... |
char * function_1(char *key)
{
long var_6;
void *var_4;
char *pcVar3;
long var_1;
char *key_local;
type_1 *ret;
type_1 tmp;
var_6 = *(long *)(var_1 + 0x28);
tmp.key = key;
if (var_2 != (type_2 *)0x0) {
var_4 = var_3(var_2,&tmp,(type_3)0x0);
if (var_4 != (void *)0x0) {
pcVar3 = *(c... | (translation_unit "char * get_setting(char *key)\n\n{\n long lVar1;\n void *pvVar2;\n char *pcVar3;\n long in_FS_OFFSET;\n char *key_local;\n skeyval *ret;\n skeyval tmp;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n tmp.key = key;\n if (xrmtree != (tree234 *)0x0) {\n pvVar2 = find234(xrmtree,&tmp,(cmpfn... | (translation_unit "char * function_1(char *key)\n\n{\n long var_6;\n void *var_4;\n char *pcVar3;\n long var_1;\n char *key_local;\n type_1 *ret;\n type_1 tmp;\n \n var_6 = *(long *)(var_1 + 0x28);\n tmp.key = key;\n if (var_2 != (type_2 *)0x0) {\n var_4 = var_3(var_2,&tmp,(type_3)0x0);\n if (var_4 != ... | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (decla... |
596_pterm_and_pterm_strip.c | P | FUN_0011f794 | P |
intorptr P(void *p)
{
void *p_local;
intorptr ret;
return (intorptr)p;
}
|
undefined8 FUN_0011f794(undefined8 param_1)
{
return param_1;
}
| (translation_unit "undefined8 FUN_0011f794(undefined8 param_1)\n\n{\n return param_1;\n}\n\n" (function_definition "undefined8 FUN_0011f794(undefined8 param_1)\n\n{\n return param_1;\n}" type_identifier (function_declarator "FUN_0011f794(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parame... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
POP RBP
RET |
type_1 function_1(void *p)
{
void *p_local;
type_1 ret;
return (type_1)p;
}
| (translation_unit "intorptr P(void *p)\n\n{\n void *p_local;\n intorptr ret;\n \n return (intorptr)p;\n}\n\n" (function_definition "intorptr P(void *p)\n\n{\n void *p_local;\n intorptr ret;\n \n return (intorptr)p;\n}" type_identifier (function_declarator "P(void *p)" identifier (parameter_list "(void *p)" ( (p... | (translation_unit "type_1 function_1(void *p)\n\n{\n void *p_local;\n type_1 ret;\n \n return (type_1)p;\n}\n\n" (function_definition "type_1 function_1(void *p)\n\n{\n void *p_local;\n type_1 ret;\n \n return (type_1)p;\n}" type_identifier (function_declarator "function_1(void *p)" identifier (parameter_list "... | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) de... |
947_pterm_and_pterm_strip.c | filechoose_response | FUN_0014a5b3 | filechoose_response |
void filechoose_response(GtkDialog *dialog,gint response,gpointer data)
{
undefined8 uVar1;
long lVar2;
undefined8 uVar3;
gpointer data_local;
gint response_local;
GtkDialog *dialog_local;
uctrl *uc;
gchar *name;
uVar1 = g_type_check_instance_cast(dialog,0x50);
lVar2 = g_object_get_data(uVar1,"... |
void FUN_0014a5b3(undefined8 param_1,int param_2)
{
undefined8 uVar1;
long lVar2;
undefined8 uVar3;
uVar1 = g_type_check_instance_cast(param_1,0x50);
lVar2 = g_object_get_data(uVar1,"user-data");
if (param_2 == -3) {
uVar1 = gtk_file_chooser_get_type();
uVar1 = g_type_check_instance_cast(param_... | (translation_unit "void FUN_0014a5b3(undefined8 param_1,int param_2)\n\n{\n undefined8 uVar1;\n long lVar2;\n undefined8 uVar3;\n \n uVar1 = g_type_check_instance_cast(param_1,0x50);\n lVar2 = g_object_get_data(uVar1,"user-data");\n if (param_2 == -3) {\n uVar1 = gtk_file_chooser_get_type();\n uVar1 = g_ty... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV qword ptr [RBP + -0x28],RDX
MOV RAX,qword ptr [RBP + -0x18]
MOV ESI,0x50
MOV RDI,RAX
CALL 0x0010f530
LEA RSI,[0x19336c]
MOV RDI,RAX
CALL 0x00110de0
MOV qword ptr [RBP + -0x10],RAX
CMP dword ptr [RBP + -0x1c],-0x3
JNZ 0... |
void function_1(type_1 *dialog,type_2 var_3,type_3 data)
{
type_4 uVar1;
long var_7;
type_4 uVar3;
type_3 data_local;
type_2 response_local;
type_1 *dialog_local;
type_5 *uc;
type_6 *name;
uVar1 = var_1(dialog,0x50);
var_7 = var_2(uVar1,"user-data");
if (var_3 == -3) {
uVar1 = var_4();
... | (translation_unit "void filechoose_response(GtkDialog *dialog,gint response,gpointer data)\n\n{\n undefined8 uVar1;\n long lVar2;\n undefined8 uVar3;\n gpointer data_local;\n gint response_local;\n GtkDialog *dialog_local;\n uctrl *uc;\n gchar *name;\n \n uVar1 = g_type_check_instance_cast(dialog,0x50);\n lV... | (translation_unit "void function_1(type_1 *dialog,type_2 var_3,type_3 data)\n\n{\n type_4 uVar1;\n long var_7;\n type_4 uVar3;\n type_3 data_local;\n type_2 response_local;\n type_1 *dialog_local;\n type_5 *uc;\n type_6 *name;\n \n uVar1 = var_1(dialog,0x50);\n var_7 = var_2(uVar1,"user-data");\n if (var_3 ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... |
1139_puttytel_and_puttytel_strip.c | pangofont_draw_internal | FUN_0015d409 | pangofont_draw_internal |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void pangofont_draw_internal
(unifont_drawctx *ctx,unifont *font,wchar_t x,wchar_t y,wchar_t *string,wchar_t len,
wchar_t wide,wchar_t bold,wchar_t cellwidth,wchar_t combining)
{
int iVar1;
long lVar2;
bool b... |
void FUN_0015d409(int *param_1,long param_2,int param_3,int param_4,undefined4 *param_5,int param_6,
int param_7,int param_8,int param_9,int param_10)
{
bool bVar1;
int iVar2;
int iVar3;
int iVar4;
undefined8 uVar5;
undefined8 uVar6;
long lVar7;
long in_FS_OFFSET;
undefined4 *local_... | (translation_unit "void FUN_0015d409(int *param_1,long param_2,int param_3,int param_4,undefined4 *param_5,int param_6,\n int param_7,int param_8,int param_9,int param_10)\n\n{\n bool bVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n undefined8 uVar5;\n undefined8 uVar6;\n long lVar7;\n long in_FS... | PUSH RBP
MOV RBP,RSP
SUB RSP,0xa0
MOV qword ptr [RBP + -0x78],RDI
MOV qword ptr [RBP + -0x80],RSI
MOV dword ptr [RBP + -0x84],EDX
MOV dword ptr [RBP + -0x88],ECX
MOV qword ptr [RBP + -0x90],R8
MOV dword ptr [RBP + -0x94],R9D
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP +... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1
(type_1 *ctx,type_2 *font,type_3 x,type_3 var_5,type_3 *string,type_3 var_13,
type_3 var_3,type_3 var_9,type_3 var_4,type_3 var_20)
{
int var_32;
long var_18;
bool bVar3;
type_3 var_28;
ty... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid pangofont_draw_internal\n (unifont_drawctx *ctx,unifont *font,wchar_t x,wchar_t y,wchar_t *string,wchar_t len,\n wchar_t wide,wchar_t bold,wchar_t cellwidth,wchar_t combining)\n\n{\n int iVar... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1\n (type_1 *ctx,type_2 *font,type_3 x,type_3 var_5,type_3 *string,type_3 var_13,\n type_3 var_3,type_3 var_9,type_3 var_4,type_3 var_20)\n\n{\n int var_32;\n long var_18;\n bool b... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
983_pterm_and_pterm_strip.c | logevent_dlg | FUN_00150232 | logevent_dlg |
void logevent_dlg(void *estuff,char *string)
{
int iVar1;
long lVar2;
long lVar3;
void *pvVar4;
size_t sVar5;
size_t sVar6;
long in_FS_OFFSET;
char *string_local;
void *estuff_local;
eventlog_stuff *es;
tm tm;
char timebuf [40];
lVar2 = *(long *)(in_FS_OFFSET + 0x28);
if (*(int *)((long... |
void FUN_00150232(long param_1,char *param_2)
{
int iVar1;
long lVar2;
undefined8 uVar3;
size_t sVar4;
size_t sVar5;
long in_FS_OFFSET;
tm local_e8;
char *local_a8;
long local_a0;
long local_90;
tm local_88;
char local_48 [40];
long local_20;
local_20 = *(long *)(in_FS_OFFSET + 0x28);
... | (translation_unit "void FUN_00150232(long param_1,char *param_2)\n\n{\n int iVar1;\n long lVar2;\n undefined8 uVar3;\n size_t sVar4;\n size_t sVar5;\n long in_FS_OFFSET;\n tm local_e8;\n char *local_a8;\n long local_a0;\n long local_90;\n tm local_88;\n char local_48 [40];\n long local_20;\n \n local_20 ... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0xd8
MOV qword ptr [RBP + -0x98],RDI
MOV qword ptr [RBP + -0xa0],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x98]
MOV qword ptr [RBP + -0x88],RAX
MOV RAX,qword ptr [RBP + -0x88]
MOV EDX,dword ptr [RAX + 0xc88]
MOV RAX,qword... |
void function_1(void *estuff,char *string)
{
int iVar1;
long var_13;
long var_9;
void *pvVar4;
size_t var_8;
size_t var_7;
long var_1;
char *string_local;
void *estuff_local;
type_1 *es;
type_2 type_2;
char timebuf [40];
var_13 = *(long *)(var_1 + 0x28);
if (*(int *)((long)estuff + 0xc8... | (translation_unit "void logevent_dlg(void *estuff,char *string)\n\n{\n int iVar1;\n long lVar2;\n long lVar3;\n void *pvVar4;\n size_t sVar5;\n size_t sVar6;\n long in_FS_OFFSET;\n char *string_local;\n void *estuff_local;\n eventlog_stuff *es;\n tm tm;\n char timebuf [40];\n \n lVar2 = *(long *)(in_FS_OF... | (translation_unit "void function_1(void *estuff,char *string)\n\n{\n int iVar1;\n long var_13;\n long var_9;\n void *pvVar4;\n size_t var_8;\n size_t var_7;\n long var_1;\n char *string_local;\n void *estuff_local;\n type_1 *es;\n type_2 type_2;\n char timebuf [40];\n \n var_13 = *(long *)(var_1 + 0x28);\... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_... |
1230_puttytel_and_puttytel_strip.c | show_mouseptr | FUN_00164df9 | show_mouseptr |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void show_mouseptr(gui_data *inst,wchar_t show)
{
int iVar1;
wchar_t show_local;
gui_data *inst_local;
iVar1 = conf_get_int(inst->conf,0x7d);
show_local = show;
if (iVar1 == 0) {
show_local = L'\x01';
}
inst->mouseptr_vis... |
void FUN_00164df9(long param_1,undefined4 param_2)
{
int iVar1;
undefined4 local_14;
iVar1 = FUN_001163b3(*(undefined8 *)(param_1 + 0x22d0),0x7d);
local_14 = param_2;
if (iVar1 == 0) {
local_14 = 1;
}
*(undefined4 *)(param_1 + 0xd60) = local_14;
FUN_00164ce6(param_1);
return;
}
| (translation_unit "void FUN_00164df9(long param_1,undefined4 param_2)\n\n{\n int iVar1;\n undefined4 local_14;\n \n iVar1 = FUN_001163b3(*(undefined8 *)(param_1 + 0x22d0),0x7d);\n local_14 = param_2;\n if (iVar1 == 0) {\n local_14 = 1;\n }\n *(undefined4 *)(param_1 + 0xd60) = local_14;\n FUN_00164ce6(param_... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x22d0]
MOV ESI,0x7d
MOV RDI,RAX
CALL 0x001163b3
TEST EAX,EAX
JNZ 0x00164e2b
MOV dword ptr [RBP + -0xc],0x1
MOV RAX,qword ptr [RBP + -0x8]
MOV EDX,dword ptr [RBP + -0xc... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *inst,type_2 show)
{
int var_2;
type_2 show_local;
type_1 *inst_local;
var_2 = var_1(inst->conf,0x7d);
show_local = show;
if (var_2 == 0) {
show_local = L'\x01';
}
inst->mouseptr_visible = show_loca... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid show_mouseptr(gui_data *inst,wchar_t show)\n\n{\n int iVar1;\n wchar_t show_local;\n gui_data *inst_local;\n \n iVar1 = conf_get_int(inst->conf,0x7d);\n show_local = show;\n if (iVar1 == 0) {\n show_local = L'\... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *inst,type_2 show)\n\n{\n int var_2;\n type_2 show_local;\n type_1 *inst_local;\n \n var_2 = var_1(inst->conf,0x7d);\n show_local = show;\n if (var_2 == 0) {\n show_local = L'\x01';\n }\n in... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
1323_puttytel_and_puttytel_strip.c | filename_equal | FUN_0016e5a7 | filename_equal |
int filename_equal(Filename *f1,Filename *f2)
{
int iVar1;
Filename *f2_local;
Filename *f1_local;
iVar1 = strcmp(f1->path,f2->path);
return (int)(iVar1 == 0);
}
|
bool FUN_0016e5a7(undefined8 *param_1,undefined8 *param_2)
{
int iVar1;
iVar1 = strcmp((char *)*param_1,(char *)*param_2);
return iVar1 == 0;
}
| (translation_unit "bool FUN_0016e5a7(undefined8 *param_1,undefined8 *param_2)\n\n{\n int iVar1;\n \n iVar1 = strcmp((char *)*param_1,(char *)*param_2);\n return iVar1 == 0;\n}\n\n" (function_definition "bool FUN_0016e5a7(undefined8 *param_1,undefined8 *param_2)\n\n{\n int iVar1;\n \n iVar1 = strcmp((char *)*para... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RAX,qword ptr [RBP + -0x10]
MOV RDX,qword ptr [RAX]
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x00111660
TEST EAX,EAX
SETZ AL
MOVZX EAX,AL
LEAVE
RET |
int function_1(type_1 *f1,type_1 *f2)
{
int var_2;
type_1 *f2_local;
type_1 *f1_local;
var_2 = var_1(f1->path,f2->path);
return (int)(var_2 == 0);
}
| (translation_unit "int filename_equal(Filename *f1,Filename *f2)\n\n{\n int iVar1;\n Filename *f2_local;\n Filename *f1_local;\n \n iVar1 = strcmp(f1->path,f2->path);\n return (int)(iVar1 == 0);\n}\n\n" (function_definition "int filename_equal(Filename *f1,Filename *f2)\n\n{\n int iVar1;\n Filename *f2_local;\n... | (translation_unit "int function_1(type_1 *f1,type_1 *f2)\n\n{\n int var_2;\n type_1 *f2_local;\n type_1 *f1_local;\n \n var_2 = var_1(f1->path,f2->path);\n return (int)(var_2 == 0);\n}\n\n" (function_definition "int function_1(type_1 *f1,type_1 *f2)\n\n{\n int var_2;\n type_1 *f2_local;\n type_1 *f1_local;\n ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe... |
939_pterm_and_pterm_strip.c | editbox_key | FUN_0014a16e | editbox_key |
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
gboolean editbox_key(GtkWidget *widget,GdkEventKey *event,gpointer data)
{
undefined8 uVar1;
long in_FS_OFFSET;
gpointer data_local;
GdkEventKey *event_local;
GtkWidget *widget_local;
gboolean return_val;
GtkWidget *parent;
long... |
undefined4 FUN_0014a16e(undefined8 param_1,long param_2)
{
undefined8 uVar1;
long in_FS_OFFSET;
undefined4 local_1c;
long local_18;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_18 = gtk_widget_get_parent(param_1);
if ((*(int *)(param_2 + 0x1c) == 0xff0d) && (local_18 != 0)) {
... | (translation_unit "undefined4 FUN_0014a16e(undefined8 param_1,long param_2)\n\n{\n undefined8 uVar1;\n long in_FS_OFFSET;\n undefined4 local_1c;\n long local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_18 = gtk_widget_get_parent(param_1);\n if ((*(int *)(param_2 + 0x1c) == 0xff... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV qword ptr [RBP + -0x38],RDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x28]
MOV RDI,RAX
CALL 0x00110d20
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0... |
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
type_1 function_1(type_2 *widget,type_3 *event,type_4 data)
{
type_5 uVar1;
long var_1;
type_4 data_local;
type_3 *event_local;
type_2 *widget_local;
type_1 return_val;
type_2 *var_3;
long var_7;
var_7 = *(long *)(var_1 + 0... | (translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\ngboolean editbox_key(GtkWidget *widget,GdkEventKey *event,gpointer data)\n\n{\n undefined8 uVar1;\n long in_FS_OFFSET;\n gpointer data_local;\n GdkEventKey *event_local;\n GtkWidget *widget_local;\n gboolean return_val;... | (translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\ntype_1 function_1(type_2 *widget,type_3 *event,type_4 data)\n\n{\n type_5 uVar1;\n long var_1;\n type_4 data_local;\n type_3 *event_local;\n type_2 *widget_local;\n type_1 return_val;\n type_2 *var_3;\n long var_7;\n ... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarat... |
1118_puttytel_and_puttytel_strip.c | x11font_width_8 | FUN_0015b14d | x11font_width_8 |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
wchar_t x11font_width_8(unifont_drawctx *ctx,x11font_individual *xfi,void *vstring,wchar_t start,
wchar_t length)
{
wchar_t wVar1;
wchar_t length_local;
wchar_t start_local;
void *vstring_local;
x11font_individu... |
void FUN_0015b14d(undefined8 param_1,undefined8 *param_2,long param_3,int param_4,undefined4 param_5
)
{
XTextWidth(*param_2,param_4 + param_3,param_5);
return;
}
| (translation_unit "void FUN_0015b14d(undefined8 param_1,undefined8 *param_2,long param_3,int param_4,undefined4 param_5\n )\n\n{\n XTextWidth(*param_2,param_4 + param_3,param_5);\n return;\n}\n\n" (function_definition "void FUN_0015b14d(undefined8 param_1,undefined8 *param_2,long param_3,int param_4,u... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV qword ptr [RBP + -0x28],RDX
MOV dword ptr [RBP + -0x2c],ECX
MOV dword ptr [RBP + -0x30],R8D
MOV RAX,qword ptr [RBP + -0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV EAX,dword ptr [RBP + -0x2c]
MOVSXD RDX,EAX
MOV RAX,qword pt... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(type_2 *ctx,type_3 *xfi,void *vstring,type_1 start,
type_1 length)
{
type_1 wVar1;
type_1 length_local;
type_1 start_local;
void *vstring_local;
type_3 *xfi_local;
type_2 *ctx_local;
char *... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nwchar_t x11font_width_8(unifont_drawctx *ctx,x11font_individual *xfi,void *vstring,wchar_t start,\n wchar_t length)\n\n{\n wchar_t wVar1;\n wchar_t length_local;\n wchar_t start_local;\n void *vstrin... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 *ctx,type_3 *xfi,void *vstring,type_1 start,\n type_1 length)\n\n{\n type_1 wVar1;\n type_1 length_local;\n type_1 start_local;\n void *vstring_local;\n type_3 *xfi_local;\n... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarat... |
1340_puttytel_and_puttytel_strip.c | fontspec_deserialise | FUN_0016ec1e | fontspec_deserialise |
FontSpec * fontspec_deserialise(void *vdata,int maxsize,int *used)
{
void *pvVar1;
FontSpec *pFVar2;
int *used_local;
int maxsize_local;
void *vdata_local;
char *data;
char *end;
pvVar1 = memchr(vdata,0,(long)maxsize);
if (pvVar1 == (void *)0x0) {
pFVar2 = (FontSpec *)0x0;
}
else {
*u... |
undefined8 FUN_0016ec1e(void *param_1,int param_2,int *param_3)
{
void *pvVar1;
undefined8 uVar2;
pvVar1 = memchr(param_1,0,(long)param_2);
if (pvVar1 == (void *)0x0) {
uVar2 = 0;
}
else {
*param_3 = ((int)pvVar1 - (int)param_1) + 1;
uVar2 = FUN_0016eb55(param_1);
}
return uVar2;
}
| (translation_unit "undefined8 FUN_0016ec1e(void *param_1,int param_2,int *param_3)\n\n{\n void *pvVar1;\n undefined8 uVar2;\n \n pvVar1 = memchr(param_1,0,(long)param_2);\n if (pvVar1 == (void *)0x0) {\n uVar2 = 0;\n }\n else {\n *param_3 = ((int)pvVar1 - (int)param_1) + 1;\n uVar2 = FUN_0016eb55(param_... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV qword ptr [RBP + -0x28],RDX
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x10],RAX
MOV EAX,dword ptr [RBP + -0x1c]
MOVSXD RDX,EAX
MOV RAX,qword ptr [RBP + -0x10]
MOV ESI,0x0
MOV RDI,RAX
CALL 0x00111160
MOV qwo... |
type_1 * function_1(void *vdata,int maxsize,int *used)
{
void *var_2;
type_1 *pFVar2;
int *used_local;
int maxsize_local;
void *vdata_local;
char *data;
char *end;
var_2 = var_1(vdata,0,(long)maxsize);
if (var_2 == (void *)0x0) {
pFVar2 = (type_1 *)0x0;
}
else {
*used = ((int)var_2 - ... | (translation_unit "FontSpec * fontspec_deserialise(void *vdata,int maxsize,int *used)\n\n{\n void *pvVar1;\n FontSpec *pFVar2;\n int *used_local;\n int maxsize_local;\n void *vdata_local;\n char *data;\n char *end;\n \n pvVar1 = memchr(vdata,0,(long)maxsize);\n if (pvVar1 == (void *)0x0) {\n pFVar2 = (Font... | (translation_unit "type_1 * function_1(void *vdata,int maxsize,int *used)\n\n{\n void *var_2;\n type_1 *pFVar2;\n int *used_local;\n int maxsize_local;\n void *vdata_local;\n char *data;\n char *end;\n \n var_2 = var_1(vdata,0,(long)maxsize);\n if (var_2 == (void *)0x0) {\n pFVar2 = (type_1 *)0x0;\n }\n ... | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (prim... |
1180_puttytel_and_puttytel_strip.c | unifontsel_new | FUN_00160b10 | unifontsel_new |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
unifontsel * unifontsel_new(char *wintitle)
{
wchar_t wVar1;
_func_void_GtkWidget_ptr_fontsel_add_entry_void_ptr *p_Var2;
undefined8 uVar3;
undefined8 uVar4;
Gtk... |
undefined8 * FUN_00160b10(undefined8 param_1)
{
int iVar1;
code *pcVar2;
undefined8 uVar3;
undefined8 uVar4;
long in_FS_OFFSET;
undefined4 local_80;
int local_7c;
uint local_78;
undefined4 local_74;
int local_70;
int local_6c;
undefined4 local_68;
undefined4 local_64;
undefined8 *local_60;... | (translation_unit "undefined8 * FUN_00160b10(undefined8 param_1)\n\n{\n int iVar1;\n code *pcVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long in_FS_OFFSET;\n undefined4 local_80;\n int local_7c;\n uint local_78;\n undefined4 local_74;\n int local_70;\n int local_6c;\n undefined4 local_68;\n undefined4 ... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x88
MOV qword ptr [RBP + -0x88],RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
XOR EAX,EAX
MOV ESI,0xd8
MOV EDI,0x1
CALL 0x001297e1
MOV qword ptr [RBP + -0x58],RAX
MOV RAX,qword ptr [RBP + -0x58]
MOV dword ptr [RAX + 0xd0],0x0
MOV RAX,qword ptr [RBP + -0x58]
MOV q... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
type_1 * function_1(char *wintitle)
{
type_2 var_48;
type_3 *p_Var2;
type_4 uVar3;
type_4 uVar4;
type_5 *pGVar5;
type_6 *pGVar6;
type_7 *pGVar7;
type_8 *pt... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\nunifontsel * unifontsel_new(char *wintitle)\n\n{\n wchar_t wVar1;\n _func_void_GtkWidget_ptr_fontsel_add_entry_void_ptr *p_Var2;\n undefined8 uVar3;... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\ntype_1 * function_1(char *wintitle)\n\n{\n type_2 var_48;\n type_3 *p_Var2;\n type_4 uVar3;\n type_4 uVar4;\n type_5 *pGVar5;\n type_6 *pGVar6;\n... | (translation_unit (comment) (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (comp... |
1349_puttytel_and_puttytel_strip.c | sk_nextaddr | FUN_0016f2ec | sk_nextaddr |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int sk_nextaddr(SockAddr addr,SockAddrStep *step)
{
int iVar1;
SockAddrStep *step_local;
SockAddr addr_local;
if ((step->ai == (addrinfo *)0x0) || (step->ai->ai_next == (addrinfo *)0x0)) {
iVar1 = 0;
}
else {
step->ai = s... |
undefined8 FUN_0016f2ec(undefined8 param_1,long *param_2)
{
undefined8 uVar1;
if ((*param_2 == 0) || (*(long *)(*param_2 + 0x28) == 0)) {
uVar1 = 0;
}
else {
*param_2 = *(long *)(*param_2 + 0x28);
uVar1 = 1;
}
return uVar1;
}
| (translation_unit "undefined8 FUN_0016f2ec(undefined8 param_1,long *param_2)\n\n{\n undefined8 uVar1;\n \n if ((*param_2 == 0) || (*(long *)(*param_2 + 0x28) == 0)) {\n uVar1 = 0;\n }\n else {\n *param_2 = *(long *)(*param_2 + 0x28);\n uVar1 = 1;\n }\n return uVar1;\n}\n\n" (function_definition "undefin... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
TEST RAX,RAX
JZ 0x0016f32d
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x28]
TEST RAX,RAX
JZ 0x0016f32d
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int function_1(type_1 addr,type_2 *step)
{
int iVar1;
type_2 *step_local;
type_1 addr_local;
if ((step->ai == (type_3 *)0x0) || (step->ai->ai_next == (type_3 *)0x0)) {
iVar1 = 0;
}
else {
step->ai = step->ai->ai_next;
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint sk_nextaddr(SockAddr addr,SockAddrStep *step)\n\n{\n int iVar1;\n SockAddrStep *step_local;\n SockAddr addr_local;\n \n if ((step->ai == (addrinfo *)0x0) || (step->ai->ai_next == (addrinfo *)0x0)) {\n iVar1 = 0;\n... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(type_1 addr,type_2 *step)\n\n{\n int iVar1;\n type_2 *step_local;\n type_1 addr_local;\n \n if ((step->ai == (type_3 *)0x0) || (step->ai->ai_next == (type_3 *)0x0)) {\n iVar1 = 0;\n }\n else {\n st... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator... |
1473_puttytel_and_puttytel_strip.c | read_setting_fontspec | FUN_00175e9d | read_setting_fontspec |
FontSpec * read_setting_fontspec(void *handle,char *name)
{
char *pcVar1;
char *pcVar2;
FontSpec *pFVar3;
char *name_local;
void *handle_local;
char *suffname;
char *tmp;
FontSpec *fs;
char *tmp2;
FontSpec *fs_1;
pcVar1 = dupcat(name,&DAT_001a4cd9,0);
pcVar2 = read_setting_s(handle,pcVar1);... |
undefined8 FUN_00175e9d(undefined8 param_1,undefined8 param_2)
{
undefined8 uVar1;
long lVar2;
undefined8 uVar3;
char *pcVar4;
uVar1 = FUN_001287a9(param_2,&DAT_001a4cd9,0);
lVar2 = FUN_00175d00(param_1,uVar1);
if (lVar2 == 0) {
FUN_001299ed(uVar1);
pcVar4 = (char *)FUN_00175d00(param_1,param... | (translation_unit "undefined8 FUN_00175e9d(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n long lVar2;\n undefined8 uVar3;\n char *pcVar4;\n \n uVar1 = FUN_001287a9(param_2,&DAT_001a4cd9,0);\n lVar2 = FUN_00175d00(param_1,uVar1);\n if (lVar2 == 0) {\n FUN_001299ed(uVar1);\n pcVar4 = (cha... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x38],RDI
MOV qword ptr [RBP + -0x40],RSI
MOV RAX,qword ptr [RBP + -0x40]
MOV EDX,0x0
LEA RSI,[0x1a4cd9]
MOV RDI,RAX
MOV EAX,0x0
CALL 0x001287a9
MOV qword ptr [RBP + -0x28],RAX
MOV RDX,qword ptr [RBP + -0x28]
MOV RAX,qword ptr [RBP + -0x38]
MOV RSI,RDX
MOV RDI,RAX... |
type_1 * function_1(void *handle,char *name)
{
char *var_5;
char *var_3;
type_1 *pFVar3;
char *name_local;
void *handle_local;
char *suffname;
char *tmp;
type_1 *fs;
char *tmp2;
type_1 *fs_1;
var_5 = var_1(name,&DAT_001a4cd9,0);
var_3 = var_2(handle,var_5);
if (var_3 == (char *)0x0) {
... | (translation_unit "FontSpec * read_setting_fontspec(void *handle,char *name)\n\n{\n char *pcVar1;\n char *pcVar2;\n FontSpec *pFVar3;\n char *name_local;\n void *handle_local;\n char *suffname;\n char *tmp;\n FontSpec *fs;\n char *tmp2;\n FontSpec *fs_1;\n \n pcVar1 = dupcat(name,&DAT_001a4cd9,0);\n pcVar2... | (translation_unit "type_1 * function_1(void *handle,char *name)\n\n{\n char *var_5;\n char *var_3;\n type_1 *pFVar3;\n char *name_local;\n void *handle_local;\n char *suffname;\n char *tmp;\n type_1 *fs;\n char *tmp2;\n type_1 *fs_1;\n \n var_5 = var_1(name,&DAT_001a4cd9,0);\n var_3 = var_2(handle,var_5);\... | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (prim... |
1375_puttytel_and_puttytel_strip.c | sk_addr_error | FUN_00171a99 | sk_addr_error |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
char * sk_addr_error(SockAddr addr)
{
SockAddr addr_local;
return addr->error;
}
|
undefined8 FUN_00171a99(long param_1)
{
return *(undefined8 *)(param_1 + 8);
}
| (translation_unit "undefined8 FUN_00171a99(long param_1)\n\n{\n return *(undefined8 *)(param_1 + 8);\n}\n\n" (function_definition "undefined8 FUN_00171a99(long param_1)\n\n{\n return *(undefined8 *)(param_1 + 8);\n}" type_identifier (function_declarator "FUN_00171a99(long param_1)" identifier (parameter_list "(long p... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x8]
POP RBP
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
char * function_1(type_1 addr)
{
type_1 addr_local;
return addr->error;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * sk_addr_error(SockAddr addr)\n\n{\n SockAddr addr_local;\n \n return addr->error;\n}\n\n" comment (function_definition "char * sk_addr_error(SockAddr addr)\n\n{\n SockAddr addr_local;\n \n return addr->error;\n}"... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * function_1(type_1 addr)\n\n{\n type_1 addr_local;\n \n return addr->error;\n}\n\n" comment (function_definition "char * function_1(type_1 addr)\n\n{\n type_1 addr_local;\n \n return addr->error;\n}" primitive_typ... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier))))) body: (compound_statement (declaration type: (type_ide... |
1193_puttytel_and_puttytel_strip.c | make_gtk_toplevel_window | FUN_00163e3a | make_gtk_toplevel_window |
GtkWidget * make_gtk_toplevel_window(void *frontend)
{
GtkWidget *pGVar1;
void *frontend_local;
pGVar1 = (GtkWidget *)gtk_window_new(0);
return pGVar1;
}
|
void FUN_00163e3a(void)
{
gtk_window_new(0);
return;
}
| (translation_unit "void FUN_00163e3a(void)\n\n{\n gtk_window_new(0);\n return;\n}\n\n" (function_definition "void FUN_00163e3a(void)\n\n{\n gtk_window_new(0);\n return;\n}" primitive_type (function_declarator "FUN_00163e3a(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV EDI,0x0
CALL 0x001111f0
LEAVE
RET |
type_1 * function_1(void *frontend)
{
type_1 *pGVar1;
void *frontend_local;
pGVar1 = (type_1 *)var_1(0);
return pGVar1;
}
| (translation_unit "GtkWidget * make_gtk_toplevel_window(void *frontend)\n\n{\n GtkWidget *pGVar1;\n void *frontend_local;\n \n pGVar1 = (GtkWidget *)gtk_window_new(0);\n return pGVar1;\n}\n\n" (function_definition "GtkWidget * make_gtk_toplevel_window(void *frontend)\n\n{\n GtkWidget *pGVar1;\n void *frontend_lo... | (translation_unit "type_1 * function_1(void *frontend)\n\n{\n type_1 *pGVar1;\n void *frontend_local;\n \n pGVar1 = (type_1 *)var_1(0);\n return pGVar1;\n}\n\n" (function_definition "type_1 * function_1(void *frontend)\n\n{\n type_1 *pGVar1;\n void *frontend_local;\n \n pGVar1 = (type_1 *)var_1(0);\n return p... | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (decl... |
1472_puttytel_and_puttytel_strip.c | read_setting_i | FUN_00175dce | read_setting_i |
int read_setting_i(void *handle,char *key,int defvalue)
{
long lVar1;
void *pvVar2;
long in_FS_OFFSET;
int defvalue_local;
char *key_local;
void *handle_local;
char *val;
tree234 *tree;
skeyval *kv;
skeyval tmp;
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
tmp.key = key;
if ((handle == (void *... |
int FUN_00175dce(long param_1,undefined8 param_2,int param_3)
{
long lVar1;
long in_FS_OFFSET;
char *local_40;
undefined8 local_28 [3];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_28[0] = param_2;
if ((param_1 == 0) || (lVar1 = FUN_0014d60d(param_1,local_28,0), lVar1 == 0)) {
... | (translation_unit "int FUN_00175dce(long param_1,undefined8 param_2,int param_3)\n\n{\n long lVar1;\n long in_FS_OFFSET;\n char *local_40;\n undefined8 local_28 [3];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_28[0] = param_2;\n if ((param_1 == 0) || (lVar1 = FUN_0014d60d(param_1,l... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x48],RDI
MOV qword ptr [RBP + -0x50],RSI
MOV dword ptr [RBP + -0x54],EDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x48]
MOV qword ptr [RBP + -0x30],RAX
MOV RAX,qword ptr [RBP + -0x50]
MOV qword ptr [RBP + -0... |
int function_1(void *var_2,char *key,int defvalue)
{
long var_9;
void *var_4;
long var_1;
int defvalue_local;
char *key_local;
void *handle_local;
char *var_6;
type_1 *tree;
type_2 *kv;
type_2 tmp;
var_9 = *(long *)(var_1 + 0x28);
tmp.key = key;
if ((var_2 == (void *)0x0) ||
(var_4 =... | (translation_unit "int read_setting_i(void *handle,char *key,int defvalue)\n\n{\n long lVar1;\n void *pvVar2;\n long in_FS_OFFSET;\n int defvalue_local;\n char *key_local;\n void *handle_local;\n char *val;\n tree234 *tree;\n skeyval *kv;\n skeyval tmp;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n tmp.ke... | (translation_unit "int function_1(void *var_2,char *key,int defvalue)\n\n{\n long var_9;\n void *var_4;\n long var_1;\n int defvalue_local;\n char *key_local;\n void *handle_local;\n char *var_6;\n type_1 *tree;\n type_2 *kv;\n type_2 tmp;\n \n var_9 = *(long *)(var_1 + 0x28);\n tmp.key = key;\n if ((var_... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_... |
624_pterm_and_pterm_strip.c | c_write | FUN_00120f3c | c_write |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void c_write(Ldisc ldisc,char *buf,wchar_t len)
{
wchar_t len_local;
char *buf_local;
Ldisc ldisc_local;
from_backend(ldisc->frontend,L'\0',buf,len);
return;
}
|
void FUN_00120f3c(long param_1,undefined8 param_2,undefined4 param_3)
{
FUN_0015ae57(*(undefined8 *)(param_1 + 0x18),0,param_2,param_3);
return;
}
| (translation_unit "void FUN_00120f3c(long param_1,undefined8 param_2,undefined4 param_3)\n\n{\n FUN_0015ae57(*(undefined8 *)(param_1 + 0x18),0,param_2,param_3);\n return;\n}\n\n" (function_definition "void FUN_00120f3c(long param_1,undefined8 param_2,undefined4 param_3)\n\n{\n FUN_0015ae57(*(undefined8 *)(param_1 + ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],EDX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x18]
MOV ECX,dword ptr [RBP + -0x14]
MOV RDX,qword ptr [RBP + -0x10]
MOV ESI,0x0
MOV RDI,RAX
CALL 0x0015ae57
NOP
LEAVE
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 ldisc,char *buf,type_2 len)
{
type_2 len_local;
char *buf_local;
type_1 ldisc_local;
var_1(ldisc->frontend,L'\0',buf,len);
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid c_write(Ldisc ldisc,char *buf,wchar_t len)\n\n{\n wchar_t len_local;\n char *buf_local;\n Ldisc ldisc_local;\n \n from_backend(ldisc->frontend,L'\0',buf,len);\n return;\n}\n\n" comment (function_definition "void c_... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 ldisc,char *buf,type_2 len)\n\n{\n type_2 len_local;\n char *buf_local;\n type_1 ldisc_local;\n \n var_1(ldisc->frontend,L'\0',buf,len);\n return;\n}\n\n" comment (function_definition "void functi... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator:... |
1184_puttytel_and_puttytel_strip.c | x_get_default | FUN_001623bd | x_get_default |
char * x_get_default(char *key)
{
undefined8 uVar1;
char *pcVar2;
char *key_local;
pcVar2 = app_name;
uVar1 = gdk_display_get_default();
uVar1 = gdk_x11_display_get_xdisplay(uVar1);
pcVar2 = (char *)XGetDefault(uVar1,pcVar2,key);
return pcVar2;
}
|
void FUN_001623bd(undefined8 param_1)
{
undefined *puVar1;
undefined8 uVar2;
puVar1 = PTR_s_pterm_001b7810;
uVar2 = gdk_display_get_default();
uVar2 = gdk_x11_display_get_xdisplay(uVar2);
XGetDefault(uVar2,puVar1,param_1);
return;
}
| (translation_unit "void FUN_001623bd(undefined8 param_1)\n\n{\n undefined *puVar1;\n undefined8 uVar2;\n \n puVar1 = PTR_s_pterm_001b7810;\n uVar2 = gdk_display_get_default();\n uVar2 = gdk_x11_display_get_xdisplay(uVar2);\n XGetDefault(uVar2,puVar1,param_1);\n return;\n}\n\n" (function_definition "void FUN_001... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x18
MOV qword ptr [RBP + -0x18],RDI
MOV RBX,qword ptr [0x001b7810]
CALL 0x00110d80
MOV RDI,RAX
CALL 0x00111ee0
MOV RCX,RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV RDX,RAX
MOV RSI,RBX
MOV RDI,RCX
CALL 0x001103a0
ADD RSP,0x18
POP RBX
POP RBP
RET |
char * function_1(char *key)
{
type_1 uVar1;
char *pcVar2;
char *key_local;
pcVar2 = app_name;
uVar1 = var_1();
uVar1 = var_2(uVar1);
pcVar2 = (char *)var_3(uVar1,pcVar2,key);
return pcVar2;
}
| (translation_unit "char * x_get_default(char *key)\n\n{\n undefined8 uVar1;\n char *pcVar2;\n char *key_local;\n \n pcVar2 = app_name;\n uVar1 = gdk_display_get_default();\n uVar1 = gdk_x11_display_get_xdisplay(uVar1);\n pcVar2 = (char *)XGetDefault(uVar1,pcVar2,key);\n return pcVar2;\n}\n\n" (function_definit... | (translation_unit "char * function_1(char *key)\n\n{\n type_1 uVar1;\n char *pcVar2;\n char *key_local;\n \n pcVar2 = app_name;\n uVar1 = var_1();\n uVar1 = var_2(uVar1);\n pcVar2 = (char *)var_3(uVar1,pcVar2,key);\n return pcVar2;\n}\n\n" (function_definition "char * function_1(char *key)\n\n{\n type_1 uVar1... | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (decla... |
1499_puttytel_and_puttytel_strip.c | mk_wcwidth | FUN_0017779e | mk_wcwidth |
int mk_wcwidth(uint ucs)
{
int iVar1;
uint ucs_local;
if (ucs == 0) {
iVar1 = 0;
}
else if ((ucs < 0x20) || ((0x7e < ucs && (ucs < 0xa0)))) {
iVar1 = -1;
}
else {
iVar1 = bisearch(ucs,mk_wcwidth::combining,0x8d);
if (iVar1 == 0) {
iVar1 = bisearch(ucs,mk_wcwidth::wide,0x69);
... |
undefined8 FUN_0017779e(uint param_1)
{
int iVar1;
undefined8 uVar2;
if (param_1 == 0) {
uVar2 = 0;
}
else if ((param_1 < 0x20) || ((0x7e < param_1 && (param_1 < 0xa0)))) {
uVar2 = 0xffffffff;
}
else {
iVar1 = FUN_001776e4(param_1,&DAT_001a70c0,0x8d);
if (iVar1 == 0) {
iVar1 = F... | (translation_unit "undefined8 FUN_0017779e(uint param_1)\n\n{\n int iVar1;\n undefined8 uVar2;\n \n if (param_1 == 0) {\n uVar2 = 0;\n }\n else if ((param_1 < 0x20) || ((0x7e < param_1 && (param_1 < 0xa0)))) {\n uVar2 = 0xffffffff;\n }\n else {\n iVar1 = FUN_001776e4(param_1,&DAT_001a70c0,0x8d);\n i... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x8
MOV dword ptr [RBP + -0x4],EDI
CMP dword ptr [RBP + -0x4],0x0
JNZ 0x001777b6
MOV EAX,0x0
JMP 0x00177819
CMP dword ptr [RBP + -0x4],0x1f
JBE 0x001777cb
CMP dword ptr [RBP + -0x4],0x7e
JBE 0x001777d2
CMP dword ptr [RBP + -0x4],0x9f
JA 0x001777d2
MOV EAX,0xffffffff
JMP 0x00177819
MOV EAX,d... |
int function_1(type_1 var_1)
{
int var_3;
type_1 ucs_local;
if (var_1 == 0) {
var_3 = 0;
}
else if ((var_1 < 0x20) || ((0x7e < var_1 && (var_1 < 0xa0)))) {
var_3 = -1;
}
else {
var_3 = var_2(var_1,function_1::combining,0x8d);
if (var_3 == 0) {
var_3 = var_2(var_1,function_1::wid... | (translation_unit "int mk_wcwidth(uint ucs)\n\n{\n int iVar1;\n uint ucs_local;\n \n if (ucs == 0) {\n iVar1 = 0;\n }\n else if ((ucs < 0x20) || ((0x7e < ucs && (ucs < 0xa0)))) {\n iVar1 = -1;\n }\n else {\n iVar1 = bisearch(ucs,mk_wcwidth::combining,0x8d);\n if (iVar1 == 0) {\n iVar1 = bisearc... | (translation_unit "int function_1(type_1 var_1)\n\n{\n int var_3;\n type_1 ucs_local;\n \n if (var_1 == 0) {\n var_3 = 0;\n }\n else if ((var_1 < 0x20) || ((0x7e < var_1 && (var_1 < 0xa0)))) {\n var_3 = -1;\n }\n else {\n var_3 = var_2(var_1,function_1::combining,0x8d);\n if (var_3 == 0) {\n va... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declarat... |
1213_puttytel_and_puttytel_strip.c | from_backend_eof | FUN_00164884 | from_backend_eof |
wchar_t from_backend_eof(void *frontend)
{
void *frontend_local;
return L'\x01';
}
|
undefined8 FUN_00164884(void)
{
return 1;
}
| (translation_unit "undefined8 FUN_00164884(void)\n\n{\n return 1;\n}\n\n" (function_definition "undefined8 FUN_00164884(void)\n\n{\n return 1;\n}" type_identifier (function_declarator "FUN_00164884(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n ... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV EAX,0x1
POP RBP
RET |
type_1 function_1(void *frontend)
{
void *frontend_local;
return L'\x01';
}
| (translation_unit "wchar_t from_backend_eof(void *frontend)\n\n{\n void *frontend_local;\n \n return L'\x01';\n}\n\n" (function_definition "wchar_t from_backend_eof(void *frontend)\n\n{\n void *frontend_local;\n \n return L'\x01';\n}" type_identifier (function_declarator "from_backend_eof(void *frontend)" identif... | (translation_unit "type_1 function_1(void *frontend)\n\n{\n void *frontend_local;\n \n return L'\x01';\n}\n\n" (function_definition "type_1 function_1(void *frontend)\n\n{\n void *frontend_local;\n \n return L'\x01';\n}" type_identifier (function_declarator "function_1(void *frontend)" identifier (parameter_list ... | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) de... |
1077_puttytel_and_puttytel_strip.c | shortcut_highlight | FUN_001567aa | shortcut_highlight |
void shortcut_highlight(GtkWidget *labelw,int chr)
{
int iVar1;
undefined8 uVar2;
long lVar3;
char *ptr;
int chr_local;
GtkWidget *labelw_local;
int i;
GtkLabel *label;
gchar *currstr;
gchar *pattern;
uVar2 = gtk_label_get_type();
uVar2 = g_type_check_instance_cast(labelw,uVar2);
lVar3 = ... |
void FUN_001567aa(undefined8 param_1,int param_2)
{
int iVar1;
undefined8 uVar2;
long lVar3;
undefined8 uVar4;
int local_24;
uVar2 = gtk_label_get_type();
uVar2 = g_type_check_instance_cast(param_1,uVar2);
lVar3 = gtk_label_get_text(uVar2);
local_24 = 0;
while( true ) {
if (*(char *)(lVar3 ... | (translation_unit "void FUN_001567aa(undefined8 param_1,int param_2)\n\n{\n int iVar1;\n undefined8 uVar2;\n long lVar3;\n undefined8 uVar4;\n int local_24;\n \n uVar2 = gtk_label_get_type();\n uVar2 = g_type_check_instance_cast(param_1,uVar2);\n lVar3 = gtk_label_get_text(uVar2);\n local_24 = 0;\n while( tr... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
MOV dword ptr [RBP + -0x2c],ESI
CALL 0x00110430
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x28]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x00110540
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV RDI,RAX
CALL 0x001113c0
MOV qword ptr [RBP + -0x10],RA... |
void function_1(type_1 *labelw,int var_7)
{
int var_8;
type_2 uVar2;
long var_4;
char *ptr;
int chr_local;
type_1 *labelw_local;
int var_5;
type_3 *label;
type_4 *currstr;
type_4 *pattern;
uVar2 = var_1();
uVar2 = var_2(labelw,uVar2);
var_4 = var_3(uVar2);
var_5 = 0;
while( true ) {
... | (translation_unit "void shortcut_highlight(GtkWidget *labelw,int chr)\n\n{\n int iVar1;\n undefined8 uVar2;\n long lVar3;\n char *ptr;\n int chr_local;\n GtkWidget *labelw_local;\n int i;\n GtkLabel *label;\n gchar *currstr;\n gchar *pattern;\n \n uVar2 = gtk_label_get_type();\n uVar2 = g_type_check_instan... | (translation_unit "void function_1(type_1 *labelw,int var_7)\n\n{\n int var_8;\n type_2 uVar2;\n long var_4;\n char *ptr;\n int chr_local;\n type_1 *labelw_local;\n int var_5;\n type_3 *label;\n type_4 *currstr;\n type_4 *pattern;\n \n uVar2 = var_1();\n uVar2 = var_2(labelw,uVar2);\n var_4 = var_3(uVar2)... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identif... |
817_pterm_and_pterm_strip.c | term_nopaste | FUN_00141d4b | term_nopaste |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void term_nopaste(Terminal *term)
{
Terminal *term_local;
if (term->paste_len != L'\0') {
safefree(term->paste_buffer);
term->paste_buffer = (wchar_t *)0x0;
term->paste_len = L'\0';
}
return;
}
|
void FUN_00141d4b(long param_1)
{
if (*(int *)(param_1 + 0x10e8) != 0) {
FUN_001284fc(*(undefined8 *)(param_1 + 0x10e0));
*(undefined8 *)(param_1 + 0x10e0) = 0;
*(undefined4 *)(param_1 + 0x10e8) = 0;
}
return;
}
| (translation_unit "void FUN_00141d4b(long param_1)\n\n{\n if (*(int *)(param_1 + 0x10e8) != 0) {\n FUN_001284fc(*(undefined8 *)(param_1 + 0x10e0));\n *(undefined8 *)(param_1 + 0x10e0) = 0;\n *(undefined4 *)(param_1 + 0x10e8) = 0;\n }\n return;\n}\n\n" (function_definition "void FUN_00141d4b(long param_1)\n\... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x10e8]
TEST EAX,EAX
JZ 0x00141d97
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x10e0]
MOV RDI,RAX
CALL 0x001284fc
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RAX + 0x10e0],0x0
MOV RAX,... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *term)
{
type_1 *term_local;
if (term->paste_len != L'\0') {
var_1(term->paste_buffer);
term->paste_buffer = (type_2 *)0x0;
term->paste_len = L'\0';
}
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid term_nopaste(Terminal *term)\n\n{\n Terminal *term_local;\n \n if (term->paste_len != L'\0') {\n safefree(term->paste_buffer);\n term->paste_buffer = (wchar_t *)0x0;\n term->paste_len = L'\0';\n }\n return;... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term)\n\n{\n type_1 *term_local;\n \n if (term->paste_len != L'\0') {\n var_1(term->paste_buffer);\n term->paste_buffer = (type_2 *)0x0;\n term->paste_len = L'\0';\n }\n return;\n}\n\n" c... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_ide... |
1242_puttytel_and_puttytel_strip.c | exit_callback | FUN_0016790c | exit_callback |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void exit_callback(void *vinst)
{
int iVar1;
int iVar2;
void *vinst_local;
wchar_t exitcode;
wchar_t close_on_exit;
gui_data *inst;
if (*(int *)((long)vinst + 0xdb0) == 0) {
iVar1 = (**(code **)(*(long *)((long)vinst + 0xd9... |
void FUN_0016790c(long param_1)
{
int iVar1;
int iVar2;
if (*(int *)(param_1 + 0xdb0) == 0) {
iVar1 = (**(code **)(*(long *)(param_1 + 0xd90) + 0x48))(*(undefined8 *)(param_1 + 0xd98));
if (-1 < iVar1) {
*(undefined4 *)(param_1 + 0xdb0) = 1;
iVar2 = FUN_001163b3(*(undefined8 *)(param_1 + ... | (translation_unit "void FUN_0016790c(long param_1)\n\n{\n int iVar1;\n int iVar2;\n \n if (*(int *)(param_1 + 0xdb0) == 0) {\n iVar1 = (**(code **)(*(long *)(param_1 + 0xd90) + 0x48))(*(undefined8 *)(param_1 + 0xd98));\n if (-1 < iVar1) {\n *(undefined4 *)(param_1 + 0xdb0) = 1;\n iVar2 = FUN_001163b... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0xdb0]
TEST EAX,EAX
JNZ 0x00167a4b
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0xd90]
MOV RAX,qword ptr [RAX + 0x48]
MOV RD... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *vinst)
{
int var_1;
int var_3;
void *vinst_local;
type_1 exitcode;
type_1 close_on_exit;
type_2 *inst;
if (*(int *)((long)vinst + 0xdb0) == 0) {
var_1 = (**(type_3 **)(*(long *)((long)vinst + 0xd90) + ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid exit_callback(void *vinst)\n\n{\n int iVar1;\n int iVar2;\n void *vinst_local;\n wchar_t exitcode;\n wchar_t close_on_exit;\n gui_data *inst;\n \n if (*(int *)((long)vinst + 0xdb0) == 0) {\n iVar1 = (**(code *... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *vinst)\n\n{\n int var_1;\n int var_3;\n void *vinst_local;\n type_1 exitcode;\n type_1 close_on_exit;\n type_2 *inst;\n \n if (*(int *)((long)vinst + 0xdb0) == 0) {\n var_1 = (**(type_3 **)(*(... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive... |
1437_puttytel_and_puttytel_strip.c | serial_configure | FUN_001740a5 | serial_configure |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
char * serial_configure(Serial serial,Conf *conf)
{
long lVar1;
int iVar2;
uint uVar3;
char *pcVar4;
long in_FS_OFFSET;
Conf *conf_local;
Serial serial_local;
int bflag;
int bval;
int speed;
int flow;
int parity;
char ... |
char * FUN_001740a5(undefined8 *param_1,undefined8 param_2)
{
int iVar1;
undefined4 uVar2;
char *pcVar3;
undefined8 uVar4;
long in_FS_OFFSET;
speed_t local_7c;
undefined4 local_78;
char *local_68;
termios local_58;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
if (*(int *)(param... | (translation_unit "char * FUN_001740a5(undefined8 *param_1,undefined8 param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n char *pcVar3;\n undefined8 uVar4;\n long in_FS_OFFSET;\n speed_t local_7c;\n undefined4 local_78;\n char *local_68;\n termios local_58;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFS... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x90
MOV qword ptr [RBP + -0x88],RDI
MOV qword ptr [RBP + -0x90],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x88]
MOV EAX,dword ptr [RAX + 0x8]
TEST EAX,EAX
JNS 0x001740e7
LEA RAX,[0x1a4950]
JMP 0x0017471b
MOV RAX,qword ptr [RBP + -0... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
char * function_1(type_1 serial,type_2 *conf)
{
long var_11;
int var_4;
type_3 uVar3;
char *pcVar4;
long var_1;
type_2 *conf_local;
type_1 serial_local;
int bflag;
int bval;
int speed;
int flow;
int parity;
char *str;
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * serial_configure(Serial serial,Conf *conf)\n\n{\n long lVar1;\n int iVar2;\n uint uVar3;\n char *pcVar4;\n long in_FS_OFFSET;\n Conf *conf_local;\n Serial serial_local;\n int bflag;\n int bval;\n int speed;\n... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * function_1(type_1 serial,type_2 *conf)\n\n{\n long var_11;\n int var_4;\n type_3 uVar3;\n char *pcVar4;\n long var_1;\n type_2 *conf_local;\n type_1 serial_local;\n int bflag;\n int bval;\n int speed;\n int ... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator... |
896_pterm_and_pterm_strip.c | uctrl_cmp_byctrl | FUN_00148075 | uctrl_cmp_byctrl |
int uctrl_cmp_byctrl(void *av,void *bv)
{
int iVar1;
void *bv_local;
void *av_local;
uctrl *a;
uctrl *b;
/* WARNING: Load size is inaccurate */
/* WARNING: Load size is inaccurate */
if (*av < *bv) {
iVar1 = -1;
}
else {
/* WARNING: Lo... |
undefined8 FUN_00148075(ulong *param_1,ulong *param_2)
{
undefined8 uVar1;
if (*param_1 < *param_2) {
uVar1 = 0xffffffff;
}
else if (*param_2 < *param_1) {
uVar1 = 1;
}
else {
uVar1 = 0;
}
return uVar1;
}
| (translation_unit "undefined8 FUN_00148075(ulong *param_1,ulong *param_2)\n\n{\n undefined8 uVar1;\n \n if (*param_1 < *param_2) {\n uVar1 = 0xffffffff;\n }\n else if (*param_2 < *param_1) {\n uVar1 = 1;\n }\n else {\n uVar1 = 0;\n }\n return uVar1;\n}\n\n" (function_definition "undefined8 FUN_0014807... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x20]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV RDX,qword ptr [RAX]
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RA... |
int function_1(void *av,void *bv)
{
int iVar1;
void *bv_local;
void *av_local;
type_1 *a;
type_1 *b;
/* WARNING: Load size is inaccurate */
/* WARNING: Load size is inaccurate */
if (*av < *bv) {
iVar1 = -1;
}
else {
/* WARNING: Load s... | (translation_unit "int uctrl_cmp_byctrl(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n uctrl *a;\n uctrl *b;\n \n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n if (*av < *bv) {\n iVar1 = -1;\n }\n else {\n ... | (translation_unit "int function_1(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n type_1 *a;\n type_1 *b;\n \n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n if (*av < *bv) {\n iVar1 = -1;\n }\n else {\n ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_... |
1218_puttytel_and_puttytel_strip.c | get_window | FUN_001649ac | get_window |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void * get_window(void *frontend)
{
void *frontend_local;
gui_data *inst;
/* WARNING: Load size is inaccurate */
return *frontend;
}
|
undefined8 FUN_001649ac(undefined8 *param_1)
{
return *param_1;
}
| (translation_unit "undefined8 FUN_001649ac(undefined8 *param_1)\n\n{\n return *param_1;\n}\n\n" (function_definition "undefined8 FUN_001649ac(undefined8 *param_1)\n\n{\n return *param_1;\n}" type_identifier (function_declarator "FUN_001649ac(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
POP RBP
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void * function_1(void *frontend)
{
void *frontend_local;
type_1 *inst;
/* WARNING: Load size is inaccurate */
return *frontend;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid * get_window(void *frontend)\n\n{\n void *frontend_local;\n gui_data *inst;\n \n /* WARNING: Load size is inaccurate */\n return *frontend;\n}\n\n" comment (function_definition "void * get_window(v... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid * function_1(void *frontend)\n\n{\n void *frontend_local;\n type_1 *inst;\n \n /* WARNING: Load size is inaccurate */\n return *frontend;\n}\n\n" comment (function_definition "void * function_1(voi... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statem... |
749_pterm_and_pterm_strip.c | get | FUN_0012fbbc | get |
wchar_t get(buf *b)
{
wchar_t wVar1;
buf *b_local;
wVar1 = b->len;
b->len = wVar1 + L'\x01';
return (wchar_t)b->data[wVar1];
}
|
undefined FUN_0012fbbc(long *param_1)
{
int iVar1;
iVar1 = *(int *)(param_1 + 1);
*(int *)(param_1 + 1) = iVar1 + 1;
return *(undefined *)((long)iVar1 + *param_1);
}
| (translation_unit "undefined FUN_0012fbbc(long *param_1)\n\n{\n int iVar1;\n \n iVar1 = *(int *)(param_1 + 1);\n *(int *)(param_1 + 1) = iVar1 + 1;\n return *(undefined *)((long)iVar1 + *param_1);\n}\n\n" (function_definition "undefined FUN_0012fbbc(long *param_1)\n\n{\n int iVar1;\n \n iVar1 = *(int *)(param_1... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV RSI,qword ptr [RAX]
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x8]
LEA ECX,[RAX + 0x1]
MOV RDX,qword ptr [RBP + -0x8]
MOV dword ptr [RDX + 0x8],ECX
CDQE
ADD RAX,RSI
MOVZX EAX,byte ptr [RAX]
MOVZX EAX,AL
POP RBP
RET |
type_1 function_1(type_2 *b)
{
type_1 var_1;
type_2 *b_local;
var_1 = b->len;
b->len = var_1 + L'\x01';
return (type_1)b->data[var_1];
}
| (translation_unit "wchar_t get(buf *b)\n\n{\n wchar_t wVar1;\n buf *b_local;\n \n wVar1 = b->len;\n b->len = wVar1 + L'\x01';\n return (wchar_t)b->data[wVar1];\n}\n\n" (function_definition "wchar_t get(buf *b)\n\n{\n wchar_t wVar1;\n buf *b_local;\n \n wVar1 = b->len;\n b->len = wVar1 + L'\x01';\n return (w... | (translation_unit "type_1 function_1(type_2 *b)\n\n{\n type_1 var_1;\n type_2 *b_local;\n \n var_1 = b->len;\n b->len = var_1 + L'\x01';\n return (type_1)b->data[var_1];\n}\n\n" (function_definition "type_1 function_1(type_2 *b)\n\n{\n type_1 var_1;\n type_2 *b_local;\n \n var_1 = b->len;\n b->len = var_1 + ... | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) ... |
1189_puttytel_and_puttytel_strip.c | read_dupsession_data | FUN_00162aa1 | read_dupsession_data |
int read_dupsession_data(Conf *conf,char *arg)
{
char **ppcVar1;
int iVar2;
ssize_t sVar3;
char *pcVar4;
long in_FS_OFFSET;
char *arg_local;
Conf *conf_local;
int fd;
int size;
int i;
int ret;
int n;
int size_used;
char *data;
char *p;
long local_20;
local_20 = *(long *)(in_FS_OFF... |
undefined8 FUN_00162aa1(undefined8 param_1,char *param_2)
{
undefined8 *puVar1;
int iVar2;
ssize_t sVar3;
undefined8 uVar4;
long in_FS_OFFSET;
int local_48;
int local_44;
int local_40;
int local_3c;
int local_38;
int local_34;
long local_30;
long local_28;
long local_20;
local_20 = *(... | (translation_unit "undefined8 FUN_00162aa1(undefined8 param_1,char *param_2)\n\n{\n undefined8 *puVar1;\n int iVar2;\n ssize_t sVar3;\n undefined8 uVar4;\n long in_FS_OFFSET;\n int local_48;\n int local_44;\n int local_40;\n int local_3c;\n int local_38;\n int local_34;\n long local_30;\n long local_28;\n ... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x48
MOV qword ptr [RBP + -0x48],RDI
MOV qword ptr [RBP + -0x50],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
XOR EAX,EAX
LEA RCX,[RBP + -0x3c]
LEA RDX,[RBP + -0x40]
MOV RAX,qword ptr [RBP + -0x50]
LEA RSI,[0x1a2ec4]
MOV RDI,RAX
MOV EAX,0x0
CALL 0x00110a40
CMP EA... |
int function_1(type_1 *conf,char *arg)
{
char **ppcVar1;
int var_3;
ssize_t sVar3;
char *pcVar4;
long var_1;
char *arg_local;
type_1 *conf_local;
int fd;
int var_8;
int var_7;
int var_9;
int var_16;
int var_15;
char *var_11;
char *p;
long var_21;
var_21 = *(long *)(var_1 + 0x28);
... | (translation_unit "int read_dupsession_data(Conf *conf,char *arg)\n\n{\n char **ppcVar1;\n int iVar2;\n ssize_t sVar3;\n char *pcVar4;\n long in_FS_OFFSET;\n char *arg_local;\n Conf *conf_local;\n int fd;\n int size;\n int i;\n int ret;\n int n;\n int size_used;\n char *data;\n char *p;\n long local_20;... | (translation_unit "int function_1(type_1 *conf,char *arg)\n\n{\n char **ppcVar1;\n int var_3;\n ssize_t sVar3;\n char *pcVar4;\n long var_1;\n char *arg_local;\n type_1 *conf_local;\n int fd;\n int var_8;\n int var_7;\n int var_9;\n int var_16;\n int var_15;\n char *var_11;\n char *p;\n long var_21;\n ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... |
1222_puttytel_and_puttytel_strip.c | refresh_window | FUN_00164aec | refresh_window |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void refresh_window(void *frontend)
{
void *frontend_local;
gui_data *inst;
term_invalidate(*(Terminal **)((long)frontend + 0xda0));
return;
}
|
void FUN_00164aec(long param_1)
{
FUN_00148e4a(*(undefined8 *)(param_1 + 0xda0));
return;
}
| (translation_unit "void FUN_00164aec(long param_1)\n\n{\n FUN_00148e4a(*(undefined8 *)(param_1 + 0xda0));\n return;\n}\n\n" (function_definition "void FUN_00164aec(long param_1)\n\n{\n FUN_00148e4a(*(undefined8 *)(param_1 + 0xda0));\n return;\n}" primitive_type (function_declarator "FUN_00164aec(long param_1)" iden... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0xda0]
MOV RDI,RAX
CALL 0x00148e4a
NOP
LEAVE
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *frontend)
{
void *frontend_local;
type_1 *inst;
var_1(*(type_2 **)((long)frontend + 0xda0));
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid refresh_window(void *frontend)\n\n{\n void *frontend_local;\n gui_data *inst;\n \n term_invalidate(*(Terminal **)((long)frontend + 0xda0));\n return;\n}\n\n" comment (function_definition "void refresh_window(void *f... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *frontend)\n\n{\n void *frontend_local;\n type_1 *inst;\n \n var_1(*(type_2 **)((long)frontend + 0xda0));\n return;\n}\n\n" comment (function_definition "void function_1(void *frontend)\n\n{\n void ... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive... |
1055_puttytel_and_puttytel_strip.c | dlg_refresh | FUN_001536a5 | dlg_refresh |
void dlg_refresh(control *ctrl,void *dlg)
{
long *plVar1;
void *dlg_local;
control *ctrl_local;
int i;
dlgparam *dp;
uctrl *uc;
if (ctrl == (control *)0x0) {
i = 0;
while( true ) {
/* WARNING: Load size is inaccurate */
plVar1 = (long *)index234(*dlg,i);
if (pl... |
void FUN_001536a5(long param_1,undefined8 *param_2)
{
long *plVar1;
int local_1c;
if (param_1 == 0) {
local_1c = 0;
while( true ) {
plVar1 = (long *)FUN_0014d2a4(*param_2,local_1c);
if (plVar1 == (long *)0x0) break;
if (*plVar1 == 0) {
/* WARNING: Subroutine does... | (translation_unit "void FUN_001536a5(long param_1,undefined8 *param_2)\n\n{\n long *plVar1;\n int local_1c;\n \n if (param_1 == 0) {\n local_1c = 0;\n while( true ) {\n plVar1 = (long *)FUN_0014d2a4(*param_2,local_1c);\n if (plVar1 == (long *)0x0) break;\n if (*plVar1 == 0) {\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV RAX,qword ptr [RBP + -0x30]
MOV qword ptr [RBP + -0x10],RAX
CMP qword ptr [RBP + -0x28],0x0
JZ 0x001536f9
MOV RAX,qword ptr [RBP + -0x28]
MOV RAX,qword ptr [RAX + 0x18]
TEST RAX,RAX
JZ 0x00153789
MOV RAX,qword ptr [RBP... |
void function_1(type_1 *var_1,void *dlg)
{
long *var_3;
void *dlg_local;
type_1 *ctrl_local;
int var_5;
type_2 *dp;
type_3 *uc;
if (var_1 == (type_1 *)0x0) {
var_5 = 0;
while( true ) {
/* WARNING: Load size is inaccurate */
var_3 = (long *)var_2(*dlg,var_5);
if... | (translation_unit "void dlg_refresh(control *ctrl,void *dlg)\n\n{\n long *plVar1;\n void *dlg_local;\n control *ctrl_local;\n int i;\n dlgparam *dp;\n uctrl *uc;\n \n if (ctrl == (control *)0x0) {\n i = 0;\n while( true ) {\n /* WARNING: Load size is inaccurate */\n plVar1 = (long ... | (translation_unit "void function_1(type_1 *var_1,void *dlg)\n\n{\n long *var_3;\n void *dlg_local;\n type_1 *ctrl_local;\n int var_5;\n type_2 *dp;\n type_3 *uc;\n \n if (var_1 == (type_1 *)0x0) {\n var_5 = 0;\n while( true ) {\n /* WARNING: Load size is inaccurate */\n var_3 = (lo... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... |
789_pterm_and_pterm_strip.c | save_cursor | FUN_001348a7 | save_cursor |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void save_cursor(Terminal *term,wchar_t save)
{
wchar_t save_local;
Terminal *term_local;
if (save == L'\0') {
term->curs = term->savecurs;
if (term->cols <= (term->curs).x) {
(term->curs).x = term->cols + L'\xffffffff';
... |
void FUN_001348a7(long param_1,int param_2)
{
if (param_2 == 0) {
*(undefined8 *)(param_1 + 0xb8) = *(undefined8 *)(param_1 + 0xc0);
if (*(int *)(param_1 + 0x18c) <= *(int *)(param_1 + 0xbc)) {
*(int *)(param_1 + 0xbc) = *(int *)(param_1 + 0x18c) + -1;
}
if (*(int *)(param_1 + 0x188) <= *(int ... | (translation_unit "void FUN_001348a7(long param_1,int param_2)\n\n{\n if (param_2 == 0) {\n *(undefined8 *)(param_1 + 0xb8) = *(undefined8 *)(param_1 + 0xc0);\n if (*(int *)(param_1 + 0x18c) <= *(int *)(param_1 + 0xbc)) {\n *(int *)(param_1 + 0xbc) = *(int *)(param_1 + 0x18c) + -1;\n }\n if (*(int *)(... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
CMP dword ptr [RBP + -0xc],0x0
JZ 0x0013495c
MOV RAX,qword ptr [RBP + -0x8]
MOV RDX,qword ptr [RBP + -0x8]
MOV RDX,qword ptr [RDX + 0xb8]
MOV qword ptr [RAX + 0xc0],RDX
MOV RAX,qword ptr [RBP + -0x8]
MOV EDX,dword ptr [RAX +... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *term,type_2 var_1)
{
type_2 save_local;
type_1 *term_local;
if (var_1 == L'\0') {
term->curs = term->savecurs;
if (term->cols <= (term->curs).x) {
(term->curs).x = term->cols + L'\xffffffff';
}... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid save_cursor(Terminal *term,wchar_t save)\n\n{\n wchar_t save_local;\n Terminal *term_local;\n \n if (save == L'\0') {\n term->curs = term->savecurs;\n if (term->cols <= (term->curs).x) {\n (term->curs).x =... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term,type_2 var_1)\n\n{\n type_2 save_local;\n type_1 *term_local;\n \n if (var_1 == L'\0') {\n term->curs = term->savecurs;\n if (term->cols <= (term->curs).x) {\n (term->curs).x = term... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
522_pterm_and_pterm_strip.c | write_sbcs | FUN_001118ba | write_sbcs |
void write_sbcs(charset_spec_conflict *charset,long input_chr,charset_state *state,
_func_void_void_ptr_long *emit,void *emitctx)
{
byte bVar1;
void *pvVar2;
int iVar3;
void *emitctx_local;
_func_void_void_ptr_long *emit_local;
charset_state *state_local;
long input_chr_local;
charset_s... |
void FUN_001118ba(long param_1,ulong param_2,undefined8 param_3,code *param_4,undefined8 param_5)
{
long lVar1;
int iVar2;
uint uVar3;
int local_20;
int local_1c;
lVar1 = *(long *)(param_1 + 0x18);
local_20 = -1;
iVar2 = *(int *)(lVar1 + 0x900);
do {
local_1c = iVar2;
if (local_1c <= loca... | (translation_unit "void FUN_001118ba(long param_1,ulong param_2,undefined8 param_3,code *param_4,undefined8 param_5)\n\n{\n long lVar1;\n int iVar2;\n uint uVar3;\n int local_20;\n int local_1c;\n \n lVar1 = *(long *)(param_1 + 0x18);\n local_20 = -1;\n iVar2 = *(int *)(lVar1 + 0x900);\n do {\n local_1c = ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV qword ptr [RBP + -0x38],RDX
MOV qword ptr [RBP + -0x40],RCX
MOV qword ptr [RBP + -0x48],R8
MOV RAX,qword ptr [RBP + -0x28]
MOV RAX,qword ptr [RAX + 0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV dword ptr [RBP + -0x18],0xfff... |
void function_1(type_1 *charset,long input_chr,type_2 *state,
type_3 *emit,void *emitctx)
{
type_4 bVar1;
void *pvVar2;
int iVar3;
void *emitctx_local;
type_3 *emit_local;
type_2 *state_local;
long input_chr_local;
type_1 *charset_local;
int var_2;
int var_1;
int k;
int c;
typ... | (translation_unit "void write_sbcs(charset_spec_conflict *charset,long input_chr,charset_state *state,\n _func_void_void_ptr_long *emit,void *emitctx)\n\n{\n byte bVar1;\n void *pvVar2;\n int iVar3;\n void *emitctx_local;\n _func_void_void_ptr_long *emit_local;\n charset_state *state_local;\n long ... | (translation_unit "void function_1(type_1 *charset,long input_chr,type_2 *state,\n type_3 *emit,void *emitctx)\n\n{\n type_4 bVar1;\n void *pvVar2;\n int iVar3;\n void *emitctx_local;\n type_3 *emit_local;\n type_2 *state_local;\n long input_chr_local;\n type_1 *charset_local;\n int var_2;\n int... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (i... |
1122_puttytel_and_puttytel_strip.c | x11font_cairo_draw_16 | FUN_0015b78e | x11font_cairo_draw_16 |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void x11font_cairo_draw_16
(unifont_drawctx *ctx,x11font_individual *xfi,wchar_t x,wchar_t y,void *vstring,
wchar_t start,wchar_t length)
{
wchar_t wVar1;
int iVar2;
undefined8 uVar3;
wchar_t start_local;
... |
void FUN_0015b78e(undefined8 param_1,undefined8 *param_2,int param_3,undefined4 param_4,long param_5
,int param_6,int param_7)
{
int iVar1;
undefined8 uVar2;
int local_3c;
int local_20;
uVar2 = gdk_display_get_default();
uVar2 = gdk_x11_display_get_xdisplay(uVar2);
param_5 = param_5 ... | (translation_unit "void FUN_0015b78e(undefined8 param_1,undefined8 *param_2,int param_3,undefined4 param_4,long param_5\n ,int param_6,int param_7)\n\n{\n int iVar1;\n undefined8 uVar2;\n int local_3c;\n int local_20;\n \n uVar2 = gdk_display_get_default();\n uVar2 = gdk_x11_display_get_xdisplay(... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV dword ptr [RBP + -0x34],EDX
MOV dword ptr [RBP + -0x38],ECX
MOV qword ptr [RBP + -0x40],R8
MOV dword ptr [RBP + -0x44],R9D
CALL 0x00110d80
MOV RDI,RAX
CALL 0x00111ee0
MOV qword ptr [RBP + -0x10],RAX
MOV EAX,dword ptr [... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1
(type_1 *ctx,type_2 *xfi,type_3 x,type_3 y,void *vstring,
type_3 start,type_3 var_4)
{
type_3 var_6;
int var_12;
type_4 uVar3;
type_3 start_local;
void *vstring_local;
type_3 y_local;
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid x11font_cairo_draw_16\n (unifont_drawctx *ctx,x11font_individual *xfi,wchar_t x,wchar_t y,void *vstring,\n wchar_t start,wchar_t length)\n\n{\n wchar_t wVar1;\n int iVar2;\n undefined8 uVar... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1\n (type_1 *ctx,type_2 *xfi,type_3 x,type_3 y,void *vstring,\n type_3 start,type_3 var_4)\n\n{\n type_3 var_6;\n int var_12;\n type_4 uVar3;\n type_3 start_local;\n void *vstrin... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
954_pterm_and_pterm_strip.c | win_key_press | FUN_0014ca11 | win_key_press |
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
int win_key_press(GtkWidget *widget,GdkEventKey *event,gpointer data)
{
uint uVar1;
int iVar2;
undefined8 uVar3;
undefined8 *puVar4;
gpointer data_local;
GdkEventKey *event_local;
GtkWidget *widget_local;
int i;
int i_1;
int... |
undefined8 FUN_0014ca11(undefined8 param_1,long param_2,long param_3)
{
uint uVar1;
int iVar2;
undefined8 uVar3;
undefined8 *puVar4;
int local_24;
int local_20;
if ((*(int *)(param_2 + 0x1c) == 0xff1b) && (*(long *)(param_3 + 0x30) != 0)) {
uVar3 = g_type_check_instance_cast(*(undefined8 *)(param... | (translation_unit "undefined8 FUN_0014ca11(undefined8 param_1,long param_2,long param_3)\n\n{\n uint uVar1;\n int iVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n int local_24;\n int local_20;\n \n if ((*(int *)(param_2 + 0x1c) == 0xff1b) && (*(long *)(param_3 + 0x30) != 0)) {\n uVar3 = g_type_check_instan... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV qword ptr [RBP + -0x38],RDX
MOV RAX,qword ptr [RBP + -0x38]
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x30]
MOV EAX,dword ptr [RAX + 0x1c]
CMP EAX,0xff1b
JNZ 0x0014ca7b
MOV RAX,qword ptr [RBP + -0x10]
M... |
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
int function_1(type_1 *widget,type_2 *event,type_3 data)
{
type_4 var_6;
int var_4;
type_5 uVar3;
type_5 *var_3;
type_3 data_local;
type_2 *event_local;
type_1 *widget_local;
int var_7;
int var_10;
int schr;
type_6 *dp;
... | (translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\nint win_key_press(GtkWidget *widget,GdkEventKey *event,gpointer data)\n\n{\n uint uVar1;\n int iVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n gpointer data_local;\n GdkEventKey *event_local;\n GtkWidget *widget_loc... | (translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\nint function_1(type_1 *widget,type_2 *event,type_3 data)\n\n{\n type_4 var_6;\n int var_4;\n type_5 uVar3;\n type_5 *var_3;\n type_3 data_local;\n type_2 *event_local;\n type_1 *widget_local;\n int var_7;\n int var_1... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
857_pterm_and_pterm_strip.c | columns_unmap | FUN_00145580 | columns_unmap |
void columns_unmap(GtkWidget *widget)
{
long *plVar1;
int iVar2;
GType GVar3;
long lVar4;
undefined8 uVar5;
GtkWidget *widget_local;
gboolean __r;
GList *children;
GTypeInstance *__inst;
GType __t;
Columns *cols;
ColumnsChild *child;
if (widget == (GtkWidget *)0x0) {
g_return_if_fail_... |
void FUN_00145580(long *param_1)
{
long *plVar1;
int iVar2;
long lVar3;
undefined8 uVar4;
int local_34;
undefined8 *local_30;
if (param_1 == (long *)0x0) {
g_return_if_fail_warning(0,"columns_unmap","widget != NULL");
}
else {
lVar3 = FUN_00145243();
if (param_1 == (long *)0x0) {
... | (translation_unit "void FUN_00145580(long *param_1)\n\n{\n long *plVar1;\n int iVar2;\n long lVar3;\n undefined8 uVar4;\n int local_34;\n undefined8 *local_30;\n \n if (param_1 == (long *)0x0) {\n g_return_if_fail_warning(0,"columns_unmap","widget != NULL");\n }\n else {\n lVar3 = FUN_00145243();\n i... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x38],RDI
CMP qword ptr [RBP + -0x38],0x0
JNZ 0x001455b0
LEA RDX,[0x192d88]
LEA RSI,[0x192f08]
MOV EDI,0x0
CALL 0x0010f210
JMP 0x001456e3
MOV RAX,qword ptr [RBP + -0x38]
MOV qword ptr [RBP + -0x20],RAX
CALL 0x00145243
MOV qword ptr [RBP + -0x18],RAX
CMP qword ptr ... |
void function_1(type_1 *var_1)
{
long *var_12;
int var_14;
type_2 var_4;
long var_10;
type_3 uVar5;
type_1 *widget_local;
type_4 var_6;
type_5 *var_11;
type_6 *__inst;
type_2 __t;
type_7 *cols;
type_8 *child;
if (var_1 == (type_1 *)0x0) {
var_2(0,"columns_unmap","widget != NULL");
}... | (translation_unit "void columns_unmap(GtkWidget *widget)\n\n{\n long *plVar1;\n int iVar2;\n GType GVar3;\n long lVar4;\n undefined8 uVar5;\n GtkWidget *widget_local;\n gboolean __r;\n GList *children;\n GTypeInstance *__inst;\n GType __t;\n Columns *cols;\n ColumnsChild *child;\n \n if (widget == (GtkWid... | (translation_unit "void function_1(type_1 *var_1)\n\n{\n long *var_12;\n int var_14;\n type_2 var_4;\n long var_10;\n type_3 uVar5;\n type_1 *widget_local;\n type_4 var_6;\n type_5 *var_11;\n type_6 *__inst;\n type_2 __t;\n type_7 *cols;\n type_8 *child;\n \n if (var_1 == (type_1 *)0x0) {\n var_2(0,"co... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifi... |
1287_puttytel_and_puttytel_strip.c | do_cursor | FUN_0016a531 | do_cursor |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void do_cursor(Context ctx,wchar_t x,wchar_t y,wchar_t *text,wchar_t len,ulong attr,wchar_t lattr)
{
long lVar1;
long lVar2;
bool bVar3;
int iVar4;
long in_FS_OFFSET;
bool bVar5;
ulong attr_local;
wchar_t len_local;
wchar_t *t... |
void FUN_0016a531(long *param_1,int param_2,int param_3,undefined8 param_4,int param_5,ulong param_6
,uint param_7)
{
long lVar1;
long lVar2;
bool bVar3;
int iVar4;
uint uVar5;
ulong extraout_RDX;
long in_FS_OFFSET;
bool bVar7;
ulong local_90;
int local_84;
int local_74;
int l... | (translation_unit "void FUN_0016a531(long *param_1,int param_2,int param_3,undefined8 param_4,int param_5,ulong param_6\n ,uint param_7)\n\n{\n long lVar1;\n long lVar2;\n bool bVar3;\n int iVar4;\n uint uVar5;\n ulong extraout_RDX;\n long in_FS_OFFSET;\n bool bVar7;\n ulong local_90;\n int lo... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x90
MOV qword ptr [RBP + -0x68],RDI
MOV dword ptr [RBP + -0x6c],ESI
MOV dword ptr [RBP + -0x70],EDX
MOV qword ptr [RBP + -0x78],RCX
MOV dword ptr [RBP + -0x7c],R8D
MOV qword ptr [RBP + -0x88],R9
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP +... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 ctx,type_2 var_7,type_2 var_15,type_2 *text,type_2 len,type_3 var_2,type_2 var_6)
{
long var_29;
long var_4;
bool bVar3;
int var_12;
long var_1;
bool bVar5;
type_3 var_3;
type_2 var_9;
type_2 *text_local... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid do_cursor(Context ctx,wchar_t x,wchar_t y,wchar_t *text,wchar_t len,ulong attr,wchar_t lattr)\n\n{\n long lVar1;\n long lVar2;\n bool bVar3;\n int iVar4;\n long in_FS_OFFSET;\n bool bVar5;\n ulong attr_local;\n w... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 ctx,type_2 var_7,type_2 var_15,type_2 *text,type_2 len,type_3 var_2,type_2 var_6)\n\n{\n long var_29;\n long var_4;\n bool bVar3;\n int var_12;\n long var_1;\n bool bVar5;\n type_3 var_3;\n type... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_decla... |
1194_puttytel_and_puttytel_strip.c | main | FUN_00163e52 | main |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int main(int argc,char **argv)
{
char **ppcVar1;
int iVar2;
char *pcVar3;
size_t n;
long in_FS_OFFSET;
char **argv_local;
int argc_local;
int allow_launch;
int need_config_box;
int i;
int oldargc;
Conf *conf;
long loca... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
undefined8 FUN_00163e52(int param_1,undefined8 *param_2)
{
undefined8 *puVar1;
int iVar2;
undefined8 uVar3;
size_t sVar4;
long in_FS_OFFSET;
undefined8 *local_48;
int local_3c;
int local_38;
int local_34;
int loc... | (translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n\nundefined8 FUN_00163e52(int param_1,undefined8 *param_2)\n\n{\n undefined8 *puVar1;\n int iVar2;\n undefined8 uVar3;\n size_t sVar4;\n long in_FS_OFFSET;\n undefined8 *local_48;\n int local_3c;\n int local... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x38
MOV dword ptr [RBP + -0x34],EDI
MOV qword ptr [RBP + -0x40],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
XOR EAX,EAX
LEA RSI,[0x1a3538]
MOV EDI,0x0
CALL 0x00110de0
MOV EDI,0x1
CALL 0x00173cfb
MOV RAX,qword ptr [RBP + -0x40]
MOV RAX,qword ptr [RAX]
MOV qword ... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int function_1(int argc,char **argv)
{
char **ppcVar1;
int var_16;
char *pcVar3;
size_t n;
long var_1;
char **argv_local;
int var_6;
int var_22;
int var_29;
int var_7;
int var_11;
type_1 *conf;
long var_33;
var_33... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint main(int argc,char **argv)\n\n{\n char **ppcVar1;\n int iVar2;\n char *pcVar3;\n size_t n;\n long in_FS_OFFSET;\n char **argv_local;\n int argc_local;\n int allow_launch;\n int need_config_box;\n int i;\n int o... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(int argc,char **argv)\n\n{\n char **ppcVar1;\n int var_16;\n char *pcVar3;\n size_t n;\n long var_1;\n char **argv_local;\n int var_6;\n int var_22;\n int var_29;\n int var_7;\n int var_11;\n type_1... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: ... |
836_pterm_and_pterm_strip.c | freenode234 | FUN_00142a55 | freenode234 |
void freenode234(node234_conflict *n)
{
node234_conflict *n_local;
if (n != (node234_conflict *)0x0) {
freenode234(n->kids[0]);
freenode234(n->kids[1]);
freenode234(n->kids[2]);
freenode234(n->kids[3]);
safefree(n);
}
return;
}
|
void FUN_00142a55(long param_1)
{
if (param_1 != 0) {
FUN_00142a55(*(undefined8 *)(param_1 + 8));
FUN_00142a55(*(undefined8 *)(param_1 + 0x10));
FUN_00142a55(*(undefined8 *)(param_1 + 0x18));
FUN_00142a55(*(undefined8 *)(param_1 + 0x20));
FUN_001284fc(param_1);
}
return;
}
| (translation_unit "void FUN_00142a55(long param_1)\n\n{\n if (param_1 != 0) {\n FUN_00142a55(*(undefined8 *)(param_1 + 8));\n FUN_00142a55(*(undefined8 *)(param_1 + 0x10));\n FUN_00142a55(*(undefined8 *)(param_1 + 0x18));\n FUN_00142a55(*(undefined8 *)(param_1 + 0x20));\n FUN_001284fc(param_1);\n }\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
CMP qword ptr [RBP + -0x8],0x0
JZ 0x00142ab6
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x8]
MOV RDI,RAX
CALL 0x00142a55
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x10]
MOV RDI,RAX
CALL 0x00142a55
MOV RAX,qword ptr [RBP + -0x8]
... |
void function_1(type_1 *var_1)
{
type_1 *n_local;
if (var_1 != (type_1 *)0x0) {
function_1(var_1->kids[0]);
function_1(var_1->kids[1]);
function_1(var_1->kids[2]);
function_1(var_1->kids[3]);
var_2(var_1);
}
return;
}
| (translation_unit "void freenode234(node234_conflict *n)\n\n{\n node234_conflict *n_local;\n \n if (n != (node234_conflict *)0x0) {\n freenode234(n->kids[0]);\n freenode234(n->kids[1]);\n freenode234(n->kids[2]);\n freenode234(n->kids[3]);\n safefree(n);\n }\n return;\n}\n\n" (function_definition "v... | (translation_unit "void function_1(type_1 *var_1)\n\n{\n type_1 *n_local;\n \n if (var_1 != (type_1 *)0x0) {\n function_1(var_1->kids[0]);\n function_1(var_1->kids[1]);\n function_1(var_1->kids[2]);\n function_1(var_1->kids[3]);\n var_2(var_1);\n }\n return;\n}\n\n" (function_definition "void functi... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d... |
1283_puttytel_and_puttytel_strip.c | draw_stretch_after | FUN_00169b05 | draw_stretch_after |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void draw_stretch_after(draw_ctx *dctx,wchar_t x,wchar_t y,wchar_t w,wchar_t wdouble,wchar_t h,
wchar_t hdouble,wchar_t hbothalf)
{
wchar_t h_local;
wchar_t wdouble_local;
wchar_t w_local;
wchar_t y_local;
wchar... |
void FUN_00169b05(long param_1)
{
if (*(int *)(param_1 + 8) == 0) {
cairo_set_matrix(*(undefined8 *)(param_1 + 0x18),param_1 + 0x20);
}
return;
}
| (translation_unit "void FUN_00169b05(long param_1)\n\n{\n if (*(int *)(param_1 + 8) == 0) {\n cairo_set_matrix(*(undefined8 *)(param_1 + 0x18),param_1 + 0x20);\n }\n return;\n}\n\n" (function_definition "void FUN_00169b05(long param_1)\n\n{\n if (*(int *)(param_1 + 8) == 0) {\n cairo_set_matrix(*(undefined8 *... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV dword ptr [RBP + -0x10],EDX
MOV dword ptr [RBP + -0x14],ECX
MOV dword ptr [RBP + -0x18],R8D
MOV dword ptr [RBP + -0x1c],R9D
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x8]
TEST EAX,EAX
JNZ 0x00169b48
MOV RAX... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *dctx,type_2 x,type_2 y,type_2 w,type_2 wdouble,type_2 h,
type_2 hdouble,type_2 hbothalf)
{
type_2 h_local;
type_2 wdouble_local;
type_2 w_local;
type_2 y_local;
type_2 x_local;
type_1 *... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid draw_stretch_after(draw_ctx *dctx,wchar_t x,wchar_t y,wchar_t w,wchar_t wdouble,wchar_t h,\n wchar_t hdouble,wchar_t hbothalf)\n\n{\n wchar_t h_local;\n wchar_t wdouble_local;\n wchar_t w_local;\... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *dctx,type_2 x,type_2 y,type_2 w,type_2 wdouble,type_2 h,\n type_2 hdouble,type_2 hbothalf)\n\n{\n type_2 h_local;\n type_2 wdouble_local;\n type_2 w_local;\n type_2 y_local;\n... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
1269_puttytel_and_puttytel_strip.c | scrollbar_moved | FUN_00169459 | scrollbar_moved |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void scrollbar_moved(GtkAdjustment *adj,gpointer data)
{
int iVar1;
double dVar2;
gpointer data_local;
GtkAdjustment *adj_local;
gui_data *inst;
iVar1 = conf_get_int(*(Conf **)((long)data + 0x22d0),0x6d);
if ((iVar1 != 0) && (*... |
void FUN_00169459(undefined8 param_1,long param_2)
{
int iVar1;
double dVar2;
iVar1 = FUN_001163b3(*(undefined8 *)(param_2 + 0x22d0),0x6d);
if ((iVar1 != 0) && (*(int *)(param_2 + 0xd5c) == 0)) {
dVar2 = (double)gtk_adjustment_get_value(param_1);
FUN_0014916f(*(undefined8 *)(param_2 + 0xda0),1,(int... | (translation_unit "void FUN_00169459(undefined8 param_1,long param_2)\n\n{\n int iVar1;\n double dVar2;\n \n iVar1 = FUN_001163b3(*(undefined8 *)(param_2 + 0x22d0),0x6d);\n if ((iVar1 != 0) && (*(int *)(param_2 + 0xd5c) == 0)) {\n dVar2 = (double)gtk_adjustment_get_value(param_1);\n FUN_0014916f(*(undefined8... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV RAX,qword ptr [RBP + -0x20]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x22d0]
MOV ESI,0x6d
MOV RDI,RAX
CALL 0x001163b3
TEST EAX,EAX
JZ 0x001694c5
MOV RAX,qword ptr [RBP + -0... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *adj,type_2 data)
{
int var_2;
double dVar2;
type_2 data_local;
type_1 *adj_local;
type_3 *inst;
var_2 = var_1(*(type_4 **)((long)data + 0x22d0),0x6d);
if ((var_2 != 0) && (*(int *)((long)data + 0xd5c) ==... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid scrollbar_moved(GtkAdjustment *adj,gpointer data)\n\n{\n int iVar1;\n double dVar2;\n gpointer data_local;\n GtkAdjustment *adj_local;\n gui_data *inst;\n \n iVar1 = conf_get_int(*(Conf **)((long)data + 0x22d0),0x... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *adj,type_2 data)\n\n{\n int var_2;\n double dVar2;\n type_2 data_local;\n type_1 *adj_local;\n type_3 *inst;\n \n var_2 = var_1(*(type_4 **)((long)data + 0x22d0),0x6d);\n if ((var_2 != 0) && (*... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
967_pterm_and_pterm_strip.c | old_keyfile_warning | FUN_0014ef75 | old_keyfile_warning |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void old_keyfile_warning(void)
{
return;
}
|
void FUN_0014ef75(void)
{
return;
}
| (translation_unit "void FUN_0014ef75(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_0014ef75(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_0014ef75(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r... | PUSH RBP
MOV RBP,RSP
NOP
POP RBP
RET |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
return;
}
| (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid old_keyfile_warning(void)\n\n{\n return;\n}\n\n" comment (function_definition "void old_keyfile_warning(void)\n\n{\n return;\n}" primitive_type (function_declarator "old_keyfile_warning(void)" identifier (parameter... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid function_1(void)\n\n{\n return;\n}\n\n" comment (function_definition "void function_1(void)\n\n{\n return;\n}" primitive_type (function_declarator "function_1(void)" identifier (parameter_list "(void)" ( (parameter... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement)))) |
544_pterm_and_pterm_strip.c | conf_clear | FUN_00114cc0 | conf_clear |
void conf_clear(Conf *conf)
{
conf_entry *entry_00;
Conf *conf_local;
conf_entry *entry;
while( true ) {
entry_00 = (conf_entry *)delpos234(conf->tree,0);
if (entry_00 == (conf_entry *)0x0) break;
free_entry(entry_00);
}
return;
}
|
void FUN_00114cc0(undefined8 *param_1)
{
long lVar1;
while( true ) {
lVar1 = FUN_00144b88(*param_1,0);
if (lVar1 == 0) break;
FUN_00114c36(lVar1);
}
return;
}
| (translation_unit "void FUN_00114cc0(undefined8 *param_1)\n\n{\n long lVar1;\n \n while( true ) {\n lVar1 = FUN_00144b88(*param_1,0);\n if (lVar1 == 0) break;\n FUN_00114c36(lVar1);\n }\n return;\n}\n\n" (function_definition "void FUN_00114cc0(undefined8 *param_1)\n\n{\n long lVar1;\n \n while( true ) ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
JMP 0x00114cda
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x00114c36
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX]
MOV ESI,0x0
MOV RDI,RAX
CALL 0x00144b88
MOV qword ptr [RBP + -0x8],RAX
CMP qword ptr [RBP + -0x8],0x0
JNZ 0x00114cce
NOP
LEA... |
void function_1(type_1 *conf)
{
type_2 *var_2;
type_1 *conf_local;
type_2 *entry;
while( true ) {
var_2 = (type_2 *)var_1(conf->tree,0);
if (var_2 == (type_2 *)0x0) break;
var_3(var_2);
}
return;
}
| (translation_unit "void conf_clear(Conf *conf)\n\n{\n conf_entry *entry_00;\n Conf *conf_local;\n conf_entry *entry;\n \n while( true ) {\n entry_00 = (conf_entry *)delpos234(conf->tree,0);\n if (entry_00 == (conf_entry *)0x0) break;\n free_entry(entry_00);\n }\n return;\n}\n\n" (function_definition "vo... | (translation_unit "void function_1(type_1 *conf)\n\n{\n type_2 *var_2;\n type_1 *conf_local;\n type_2 *entry;\n \n while( true ) {\n var_2 = (type_2 *)var_1(conf->tree,0);\n if (var_2 == (type_2 *)0x0) break;\n var_3(var_2);\n }\n return;\n}\n\n" (function_definition "void function_1(type_1 *conf)\n\n{\... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d... |
1181_puttytel_and_puttytel_strip.c | unifontsel_destroy | FUN_0016202e | unifontsel_destroy |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void unifontsel_destroy(unifontsel *fontsel)
{
void *ptr;
undefined8 uVar1;
unifontsel *fontsel_local;
unifontsel_internal *fs;
fontinfo *info;
freetree234((tree234 *)fontsel[5].cancel_button);
while( true ) {
ptr = delpos2... |
void FUN_0016202e(long param_1)
{
long lVar1;
undefined8 uVar2;
FUN_0014c46f(*(undefined8 *)(param_1 + 0xb8));
while( true ) {
lVar1 = FUN_0014e53e(*(undefined8 *)(param_1 + 0xb0),0);
if (lVar1 == 0) break;
FUN_001299ed(lVar1);
}
FUN_0014c46f(*(undefined8 *)(param_1 + 0xb0));
uVar2 = gtk_... | (translation_unit "void FUN_0016202e(long param_1)\n\n{\n long lVar1;\n undefined8 uVar2;\n \n FUN_0014c46f(*(undefined8 *)(param_1 + 0xb8));\n while( true ) {\n lVar1 = FUN_0014e53e(*(undefined8 *)(param_1 + 0xb0),0);\n if (lVar1 == 0) break;\n FUN_001299ed(lVar1);\n }\n FUN_0014c46f(*(undefined8 *)(pa... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0xb8]
MOV RDI,RAX
CALL 0x0014c46f
JMP 0x00162063
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x001299ed
MOV RAX,qword ptr [RBP + ... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *fontsel)
{
void *var_3;
type_2 uVar1;
type_1 *fontsel_local;
type_3 *fs;
type_4 *info;
var_1((type_5 *)fontsel[5].cancel_button);
while( true ) {
var_3 = var_2((type_5 *)fontsel[5].ok_button,0);
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid unifontsel_destroy(unifontsel *fontsel)\n\n{\n void *ptr;\n undefined8 uVar1;\n unifontsel *fontsel_local;\n unifontsel_internal *fs;\n fontinfo *info;\n \n freetree234((tree234 *)fontsel[5].cancel_button);\n whi... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *fontsel)\n\n{\n void *var_3;\n type_2 uVar1;\n type_1 *fontsel_local;\n type_3 *fs;\n type_4 *info;\n \n var_1((type_5 *)fontsel[5].cancel_button);\n while( true ) {\n var_3 = var_2((type_5 ... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitiv... |
1034_pterm_and_pterm_strip.c | multifont_draw_combining | FUN_00154dfa | multifont_draw_combining |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void multifont_draw_combining
(unifont_drawctx *ctx,unifont *font,wchar_t x,wchar_t y,wchar_t *string,wchar_t len,
wchar_t wide,wchar_t bold,wchar_t cellwidth)
{
wchar_t len_local;
wchar_t *string_local;
wcha... |
void FUN_00154dfa(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined4 param_4,
undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,
undefined4 param_9)
{
FUN_00154c70(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9,0,
... | (translation_unit "void FUN_00154dfa(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined4 param_4,\n undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n FUN_00154c70(param_1,param_2,param_3,param_4,param_5,param_6,para... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],EDX
MOV dword ptr [RBP + -0x18],ECX
MOV qword ptr [RBP + -0x20],R8
MOV dword ptr [RBP + -0x24],R9D
MOV R9D,dword ptr [RBP + -0x24]
MOV R8,qword ptr [RBP + -0x20]
MOV ECX,dword ptr [RBP + -0x18]
M... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1
(type_1 *ctx,type_2 *font,type_3 x,type_3 y,type_3 *string,type_3 len,
type_3 wide,type_3 bold,type_3 cellwidth)
{
type_3 len_local;
type_3 *string_local;
type_3 y_local;
type_3 x_local;
t... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid multifont_draw_combining\n (unifont_drawctx *ctx,unifont *font,wchar_t x,wchar_t y,wchar_t *string,wchar_t len,\n wchar_t wide,wchar_t bold,wchar_t cellwidth)\n\n{\n wchar_t len_local;\n wch... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1\n (type_1 *ctx,type_2 *font,type_3 x,type_3 y,type_3 *string,type_3 len,\n type_3 wide,type_3 bold,type_3 cellwidth)\n\n{\n type_3 len_local;\n type_3 *string_local;\n type_3 y_l... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
818_pterm_and_pterm_strip.c | deselect | FUN_00141d9a | deselect |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void deselect(Terminal *term)
{
Terminal *term_local;
term->selstate = ADDRTYPE_UNSPEC;
(term->selend).y = L'\0';
(term->selend).x = (term->selend).y;
(term->selstart).y = (term->selend).x;
(term->selstart).x = (term->selstart).y... |
void FUN_00141d9a(long param_1)
{
*(undefined4 *)(param_1 + 0xeb4) = 0;
*(undefined4 *)(param_1 + 0xec8) = 0;
*(undefined4 *)(param_1 + 0xecc) = *(undefined4 *)(param_1 + 0xec8);
*(undefined4 *)(param_1 + 0xec0) = *(undefined4 *)(param_1 + 0xecc);
*(undefined4 *)(param_1 + 0xec4) = *(undefined4 *)(param_1 +... | (translation_unit "void FUN_00141d9a(long param_1)\n\n{\n *(undefined4 *)(param_1 + 0xeb4) = 0;\n *(undefined4 *)(param_1 + 0xec8) = 0;\n *(undefined4 *)(param_1 + 0xecc) = *(undefined4 *)(param_1 + 0xec8);\n *(undefined4 *)(param_1 + 0xec0) = *(undefined4 *)(param_1 + 0xecc);\n *(undefined4 *)(param_1 + 0xec4) = ... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV dword ptr [RAX + 0xeb4],0x0
MOV RAX,qword ptr [RBP + -0x8]
MOV dword ptr [RAX + 0xec8],0x0
MOV RAX,qword ptr [RBP + -0x8]
MOV EDX,dword ptr [RAX + 0xec8]
MOV RAX,qword ptr [RBP + -0x8]
MOV dword ptr [RAX + 0xecc],EDX
MOV RAX,qword pt... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *term)
{
type_1 *term_local;
term->selstate = ADDRTYPE_UNSPEC;
(term->selend).y = L'\0';
(term->selend).x = (term->selend).y;
(term->selstart).y = (term->selend).x;
(term->selstart).x = (term->selstart).y;
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid deselect(Terminal *term)\n\n{\n Terminal *term_local;\n \n term->selstate = ADDRTYPE_UNSPEC;\n (term->selend).y = L'\0';\n (term->selend).x = (term->selend).y;\n (term->selstart).y = (term->selend).x;\n (term->sel... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term)\n\n{\n type_1 *term_local;\n \n term->selstate = ADDRTYPE_UNSPEC;\n (term->selend).y = L'\0';\n (term->selend).x = (term->selend).y;\n (term->selstart).y = (term->selend).x;\n (term->selst... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_ide... |
1234_puttytel_and_puttytel_strip.c | key_event | FUN_001651c8 | key_event |
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
gint key_event(GtkWidget *widget,GdkEventKey *event,gpointer data)
{
uint uVar1;
long lVar2;
int iVar3;
wchar_t wVar4;
size_t sVar5;
char *__format;
long in_... |
undefined8 FUN_001651c8(undefined8 param_1,int *param_2,long param_3)
{
uint uVar1;
int iVar2;
size_t sVar3;
char *__format;
long in_FS_OFFSET;
undefined4 local_238;
int local_234;
int local_230;
int local_22c;
undefined4 local_228;
int local_224;
int local_220;
uint local_21c;
uint local_... | (translation_unit "undefined8 FUN_001651c8(undefined8 param_1,int *param_2,long param_3)\n\n{\n uint uVar1;\n int iVar2;\n size_t sVar3;\n char *__format;\n long in_FS_OFFSET;\n undefined4 local_238;\n int local_234;\n int local_230;\n int local_22c;\n undefined4 local_228;\n int local_224;\n int local_220;... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x250
MOV qword ptr [RBP + -0x238],RDI
MOV qword ptr [RBP + -0x240],RSI
MOV qword ptr [RBP + -0x248],RDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x248]
MOV qword ptr [RBP + -0x1d8],RAX
MOV RAX,qword ptr [RBP + -0x240]
MOV EDX,dword pt... |
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(type_2 *widget,type_3 *event,type_4 data)
{
type_5 var_24;
long var_42;
int var_4;
type_6 var_31;
size_t sVar5;
char *__format;
long var_1;... | (translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ngint key_event(GtkWidget *widget,GdkEventKey *event,gpointer data)\n\n{\n uint uVar1;\n long lVar2;\n int iVar3;\n wchar_t wVar4;\n size_t sVar5;\... | (translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 *widget,type_3 *event,type_4 data)\n\n{\n type_5 var_24;\n long var_42;\n int var_4;\n type_6 var_31;\n size_t sVar5;\n ... | (translation_unit (comment) (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier... |
1090_puttytel_and_puttytel_strip.c | fatal_message_box | FUN_00158932 | fatal_message_box |
void fatal_message_box(void *window,char *msg)
{
int minwid;
char *msg_local;
void *window_local;
minwid = string_width("REASONABLY LONG LINE OF TEXT FOR BASIC SANITY");
messagebox((GtkWidget *)window,"PuTTY Fatal Error",msg,minwid,0,&DAT_001a1786,0x6f,1,1,0);
return;
}
|
void FUN_00158932(undefined8 param_1,undefined8 param_2)
{
undefined4 uVar1;
uVar1 = FUN_00164221("REASONABLY LONG LINE OF TEXT FOR BASIC SANITY");
FUN_00157b99(param_1,"PuTTY Fatal Error",param_2,uVar1,0,&DAT_001a1786,0x6f,1,1,0);
return;
}
| (translation_unit "void FUN_00158932(undefined8 param_1,undefined8 param_2)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_00164221("REASONABLY LONG LINE OF TEXT FOR BASIC SANITY");\n FUN_00157b99(param_1,"PuTTY Fatal Error",param_2,uVar1,0,&DAT_001a1786,0x6f,1,1,0);\n return;\n}\n\n" (function_definition "void FUN_001... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
LEA RDI,[0x1a1758]
CALL 0x00164221
MOV ECX,EAX
MOV RDX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RBP + -0x8]
PUSH 0x0
PUSH 0x1
PUSH 0x1
PUSH 0x6f
LEA R9,[0x1a1786]
MOV R8D,0x0
LEA RSI,[0x1a1789]
MOV RDI,RAX
MOV EAX,0x0
CAL... |
void function_1(void *window,char *msg)
{
int minwid;
char *msg_local;
void *window_local;
minwid = var_1("REASONABLY LONG LINE OF TEXT FOR BASIC SANITY");
var_2((type_1 *)window,"PuTTY Fatal Error",msg,minwid,0,&DAT_001a1786,0x6f,1,1,0);
return;
}
| (translation_unit "void fatal_message_box(void *window,char *msg)\n\n{\n int minwid;\n char *msg_local;\n void *window_local;\n \n minwid = string_width("REASONABLY LONG LINE OF TEXT FOR BASIC SANITY");\n messagebox((GtkWidget *)window,"PuTTY Fatal Error",msg,minwid,0,&DAT_001a1786,0x6f,1,1,0);\n return;\n}\n\n"... | (translation_unit "void function_1(void *window,char *msg)\n\n{\n int minwid;\n char *msg_local;\n void *window_local;\n \n minwid = var_1("REASONABLY LONG LINE OF TEXT FOR BASIC SANITY");\n var_2((type_1 *)window,"PuTTY Fatal Error",msg,minwid,0,&DAT_001a1786,0x6f,1,1,0);\n return;\n}\n\n" (function_definition ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_... |
740_pterm_and_pterm_strip.c | freeline | FUN_0012f3ef | freeline |
void freeline(termline *line)
{
termline *line_local;
if (line != (termline *)0x0) {
safefree(line->chars);
safefree(line);
}
return;
}
|
void FUN_0012f3ef(long param_1)
{
if (param_1 != 0) {
FUN_001284fc(*(undefined8 *)(param_1 + 0x18));
FUN_001284fc(param_1);
}
return;
}
| (translation_unit "void FUN_0012f3ef(long param_1)\n\n{\n if (param_1 != 0) {\n FUN_001284fc(*(undefined8 *)(param_1 + 0x18));\n FUN_001284fc(param_1);\n }\n return;\n}\n\n" (function_definition "void FUN_0012f3ef(long param_1)\n\n{\n if (param_1 != 0) {\n FUN_001284fc(*(undefined8 *)(param_1 + 0x18));\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
CMP qword ptr [RBP + -0x8],0x0
JZ 0x0012f41e
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x18]
MOV RDI,RAX
CALL 0x001284fc
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x001284fc
NOP
LEAVE
RET |
void function_1(type_1 *var_1)
{
type_1 *line_local;
if (var_1 != (type_1 *)0x0) {
var_2(var_1->chars);
var_2(var_1);
}
return;
}
| (translation_unit "void freeline(termline *line)\n\n{\n termline *line_local;\n \n if (line != (termline *)0x0) {\n safefree(line->chars);\n safefree(line);\n }\n return;\n}\n\n" (function_definition "void freeline(termline *line)\n\n{\n termline *line_local;\n \n if (line != (termline *)0x0) {\n safef... | (translation_unit "void function_1(type_1 *var_1)\n\n{\n type_1 *line_local;\n \n if (var_1 != (type_1 *)0x0) {\n var_2(var_1->chars);\n var_2(var_1);\n }\n return;\n}\n\n" (function_definition "void function_1(type_1 *var_1)\n\n{\n type_1 *line_local;\n \n if (var_1 != (type_1 *)0x0) {\n var_2(var_1->... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d... |
1157_puttytel_and_puttytel_strip.c | multifont_size_increment | FUN_0015e80d | multifont_size_increment |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
char * multifont_size_increment(unifont *font,wchar_t increment)
{
char *pcVar1;
wchar_t increment_local;
unifont *font_local;
multifont *mfont;
pcVar1 = unifont_size_increment((unifont *)font[1].vt,increment);
return pcVar1;
}
|
void FUN_0015e80d(long param_1,undefined4 param_2)
{
FUN_0015e42a(*(undefined8 *)(param_1 + 0x28),param_2);
return;
}
| (translation_unit "void FUN_0015e80d(long param_1,undefined4 param_2)\n\n{\n FUN_0015e42a(*(undefined8 *)(param_1 + 0x28),param_2);\n return;\n}\n\n" (function_definition "void FUN_0015e80d(long param_1,undefined4 param_2)\n\n{\n FUN_0015e42a(*(undefined8 *)(param_1 + 0x28),param_2);\n return;\n}" primitive_type (f... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x28]
MOV EDX,dword ptr [RBP + -0x1c]
MOV ESI,EDX
MOV RDI,RAX
CALL 0x0015e42a
LEAVE
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
char * function_1(type_1 *font,type_2 increment)
{
char *pcVar1;
type_2 increment_local;
type_1 *font_local;
type_3 *mfont;
pcVar1 = var_1((type_1 *)font[1].vt,increment);
return pcVar1;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * multifont_size_increment(unifont *font,wchar_t increment)\n\n{\n char *pcVar1;\n wchar_t increment_local;\n unifont *font_local;\n multifont *mfont;\n \n pcVar1 = unifont_size_increment((unifont *)font[1].vt,incr... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * function_1(type_1 *font,type_2 increment)\n\n{\n char *pcVar1;\n type_2 increment_local;\n type_1 *font_local;\n type_3 *mfont;\n \n pcVar1 = var_1((type_1 *)font[1].vt,increment);\n return pcVar1;\n}\n\n" comme... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration t... |
632_pterm_and_pterm_strip.c | ldisc_echoedit_update | FUN_00121408 | ldisc_echoedit_update |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void ldisc_echoedit_update(void *handle)
{
int iVar1;
wchar_t wVar2;
wchar_t wVar3;
void *handle_local;
Ldisc ldisc;
if (*(int *)((long)handle + 0x30) == 0) {
LAB_0012146e:
wVar2 = L'\x01';
}
else {
if (*(int *)((long... |
void FUN_00121408(undefined8 *param_1)
{
int iVar1;
undefined8 uVar2;
undefined8 uVar3;
if (*(int *)(param_1 + 6) == 0) {
LAB_0012146e:
uVar3 = 1;
}
else {
if (*(int *)(param_1 + 6) == 2) {
iVar1 = (**(code **)(param_1[1] + 0x58))(param_1[2],0);
if (iVar1 == 0) {
iVar1 = FUN... | (translation_unit "void FUN_00121408(undefined8 *param_1)\n\n{\n int iVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n \n if (*(int *)(param_1 + 6) == 0) {\nLAB_0012146e:\n uVar3 = 1;\n }\n else {\n if (*(int *)(param_1 + 6) == 2) {\n iVar1 = (**(code **)(param_1[1] + 0x58))(param_1[2],0);\n if (i... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x28
MOV qword ptr [RBP + -0x28],RDI
MOV RAX,qword ptr [RBP + -0x28]
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV EAX,dword ptr [RAX + 0x30]
TEST EAX,EAX
JZ 0x0012146e
MOV RAX,qword ptr [RBP + -0x18]
MOV EAX,dword ptr [RAX + 0x30]
CMP EAX,0x2
JNZ 0x00121475
M... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *handle)
{
int var_1;
type_1 var_3;
type_1 var_4;
void *handle_local;
type_2 ldisc;
if (*(int *)((long)handle + 0x30) == 0) {
LAB_0012146e:
var_3 = L'\x01';
}
else {
if (*(int *)((long)handle + 0x... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid ldisc_echoedit_update(void *handle)\n\n{\n int iVar1;\n wchar_t wVar2;\n wchar_t wVar3;\n void *handle_local;\n Ldisc ldisc;\n \n if (*(int *)((long)handle + 0x30) == 0) {\nLAB_0012146e:\n wVar2 = L'\x01';\n }... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *handle)\n\n{\n int var_1;\n type_1 var_3;\n type_1 var_4;\n void *handle_local;\n type_2 ldisc;\n \n if (*(int *)((long)handle + 0x30) == 0) {\nLAB_0012146e:\n var_3 = L'\x01';\n }\n else {\n... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive... |
1105_puttytel_and_puttytel_strip.c | logevent_dlg | FUN_00159be8 | logevent_dlg |
void logevent_dlg(void *estuff,char *string)
{
int iVar1;
long lVar2;
long lVar3;
void *pvVar4;
size_t sVar5;
size_t sVar6;
long in_FS_OFFSET;
char *string_local;
void *estuff_local;
eventlog_stuff *es;
tm tm;
char timebuf [40];
lVar2 = *(long *)(in_FS_OFFSET + 0x28);
if (*(int *)((long... |
void FUN_00159be8(long param_1,char *param_2)
{
int iVar1;
long lVar2;
undefined8 uVar3;
size_t sVar4;
size_t sVar5;
long in_FS_OFFSET;
tm local_e8;
char *local_a8;
long local_a0;
long local_90;
tm local_88;
char local_48 [40];
long local_20;
local_20 = *(long *)(in_FS_OFFSET + 0x28);
... | (translation_unit "void FUN_00159be8(long param_1,char *param_2)\n\n{\n int iVar1;\n long lVar2;\n undefined8 uVar3;\n size_t sVar4;\n size_t sVar5;\n long in_FS_OFFSET;\n tm local_e8;\n char *local_a8;\n long local_a0;\n long local_90;\n tm local_88;\n char local_48 [40];\n long local_20;\n \n local_20 ... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0xd8
MOV qword ptr [RBP + -0x98],RDI
MOV qword ptr [RBP + -0xa0],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x98]
MOV qword ptr [RBP + -0x88],RAX
MOV RAX,qword ptr [RBP + -0x88]
MOV EDX,dword ptr [RAX + 0xc88]
MOV RAX,qword... |
void function_1(void *estuff,char *string)
{
int iVar1;
long var_13;
long var_9;
void *pvVar4;
size_t var_8;
size_t var_7;
long var_1;
char *string_local;
void *estuff_local;
type_1 *es;
type_2 type_2;
char timebuf [40];
var_13 = *(long *)(var_1 + 0x28);
if (*(int *)((long)estuff + 0xc8... | (translation_unit "void logevent_dlg(void *estuff,char *string)\n\n{\n int iVar1;\n long lVar2;\n long lVar3;\n void *pvVar4;\n size_t sVar5;\n size_t sVar6;\n long in_FS_OFFSET;\n char *string_local;\n void *estuff_local;\n eventlog_stuff *es;\n tm tm;\n char timebuf [40];\n \n lVar2 = *(long *)(in_FS_OF... | (translation_unit "void function_1(void *estuff,char *string)\n\n{\n int iVar1;\n long var_13;\n long var_9;\n void *pvVar4;\n size_t var_8;\n size_t var_7;\n long var_1;\n char *string_local;\n void *estuff_local;\n type_1 *es;\n type_2 type_2;\n char timebuf [40];\n \n var_13 = *(long *)(var_1 + 0x28);\... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_... |
1454_puttytel_and_puttytel_strip.c | serial_provide_ldisc | FUN_00174dcf | serial_provide_ldisc |
void serial_provide_ldisc(void *handle,void *ldisc)
{
void *ldisc_local;
void *handle_local;
return;
}
|
void FUN_00174dcf(void)
{
return;
}
| (translation_unit "void FUN_00174dcf(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00174dcf(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00174dcf(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
NOP
POP RBP
RET |
void function_1(void *handle,void *ldisc)
{
void *ldisc_local;
void *handle_local;
return;
}
| (translation_unit "void serial_provide_ldisc(void *handle,void *ldisc)\n\n{\n void *ldisc_local;\n void *handle_local;\n \n return;\n}\n\n" (function_definition "void serial_provide_ldisc(void *handle,void *ldisc)\n\n{\n void *ldisc_local;\n void *handle_local;\n \n return;\n}" primitive_type (function_declarat... | (translation_unit "void function_1(void *handle,void *ldisc)\n\n{\n void *ldisc_local;\n void *handle_local;\n \n return;\n}\n\n" (function_definition "void function_1(void *handle,void *ldisc)\n\n{\n void *ldisc_local;\n void *handle_local;\n \n return;\n}" primitive_type (function_declarator "function_1(void ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_... |
1491_puttytel_and_puttytel_strip.c | init_ucs | FUN_00176f04 | init_ucs |
wchar_t init_ucs(unicode_data *ucsdata,char *linecharset,wchar_t utf8_override,wchar_t font_charset,
wchar_t vtmode)
{
long lVar1;
wchar_t wVar2;
char *pcVar3;
long in_FS_OFFSET;
wchar_t vtmode_local;
wchar_t font_charset_local;
wchar_t utf8_override_local;
char *linecharset_local;
u... |
undefined4 FUN_00176f04(long param_1,undefined8 param_2,int param_3,undefined4 param_4,int param_5)
{
undefined4 uVar1;
int iVar2;
char *pcVar3;
long in_FS_OFFSET;
undefined4 local_40;
uint local_3c;
undefined4 local_38;
int local_34;
undefined *local_30;
char *local_28;
undefined *local_20;
u... | (translation_unit "undefined4 FUN_00176f04(long param_1,undefined8 param_2,int param_3,undefined4 param_4,int param_5)\n\n{\n undefined4 uVar1;\n int iVar2;\n char *pcVar3;\n long in_FS_OFFSET;\n undefined4 local_40;\n uint local_3c;\n undefined4 local_38;\n int local_34;\n undefined *local_30;\n char *local_... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x48],RDI
MOV qword ptr [RBP + -0x50],RSI
MOV dword ptr [RBP + -0x54],EDX
MOV dword ptr [RBP + -0x58],ECX
MOV dword ptr [RBP + -0x5c],R8D
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV dword ptr [RBP + -0x30],0x0
MOV RAX,qword ptr [RBP ... |
type_1 function_1(type_2 *ucsdata,char *linecharset,type_1 var_2,type_1 font_charset,
type_1 var_11)
{
long var_13;
type_1 var_10;
char *var_6;
long var_1;
type_1 vtmode_local;
type_1 font_charset_local;
type_1 utf8_override_local;
char *linecharset_local;
type_2 *ucsdata_local;
ty... | (translation_unit "wchar_t init_ucs(unicode_data *ucsdata,char *linecharset,wchar_t utf8_override,wchar_t font_charset,\n wchar_t vtmode)\n\n{\n long lVar1;\n wchar_t wVar2;\n char *pcVar3;\n long in_FS_OFFSET;\n wchar_t vtmode_local;\n wchar_t font_charset_local;\n wchar_t utf8_override_local;\n ... | (translation_unit "type_1 function_1(type_2 *ucsdata,char *linecharset,type_1 var_2,type_1 font_charset,\n type_1 var_11)\n\n{\n long var_13;\n type_1 var_10;\n char *var_6;\n long var_1;\n type_1 vtmode_local;\n type_1 font_charset_local;\n type_1 utf8_override_local;\n char *linecharset_local;\... | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointe... |
801_pterm_and_pterm_strip.c | term_bidi_line | FUN_0013d722 | term_bidi_line |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
termchar * term_bidi_line(Terminal *term,termline *ldata,wchar_t scr_y)
{
ulong uVar1;
undefined2 uVar2;
undefined4 uVar3;
wchar_t wVar4;
uint uVar5;
bidi_char *pbVar6;
bidi_char *pbVar7;
termchar *ptVar8;
termchar *ptVar9;
... |
undefined8 FUN_0013d722(long param_1,long param_2,int param_3)
{
long lVar1;
undefined8 *puVar2;
int iVar3;
uint uVar4;
undefined8 uVar5;
undefined8 *puVar6;
int local_1c;
undefined8 local_18;
ulong local_10;
if ((*(int *)(param_1 + 0x11b4) == 0) || (*(int *)(param_1 + 0x119c) == 0)) {
iVar... | (translation_unit "undefined8 FUN_0013d722(long param_1,long param_2,int param_3)\n\n{\n long lVar1;\n undefined8 *puVar2;\n int iVar3;\n uint uVar4;\n undefined8 uVar5;\n undefined8 *puVar6;\n int local_1c;\n undefined8 local_18;\n ulong local_10;\n \n if ((*(int *)(param_1 + 0x11b4) == 0) || (*(int *)(para... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV dword ptr [RBP + -0x34],EDX
MOV RAX,qword ptr [RBP + -0x28]
MOV EAX,dword ptr [RAX + 0x11b4]
TEST EAX,EAX
JZ 0x0013d755
MOV RAX,qword ptr [RBP + -0x28]
MOV EAX,dword ptr [RAX + 0x119c]
TEST EAX,EAX
JNZ 0x0013dda7
MOV R... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 * function_1(type_2 *term,type_3 *ldata,type_4 scr_y)
{
type_5 uVar1;
type_6 uVar2;
type_7 uVar3;
type_4 var_2;
type_8 var_5;
type_9 *pbVar6;
type_9 *pbVar7;
type_1 *ptVar8;
type_1 *ptVar9;
type_4 scr_y_local;
type_... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntermchar * term_bidi_line(Terminal *term,termline *ldata,wchar_t scr_y)\n\n{\n ulong uVar1;\n undefined2 uVar2;\n undefined4 uVar3;\n wchar_t wVar4;\n uint uVar5;\n bidi_char *pbVar6;\n bidi_char *pbVar7;\n termchar *... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(type_2 *term,type_3 *ldata,type_4 scr_y)\n\n{\n type_5 uVar1;\n type_6 uVar2;\n type_7 uVar3;\n type_4 var_2;\n type_8 var_5;\n type_9 *pbVar6;\n type_9 *pbVar7;\n type_1 *ptVar8;\n type_1 *ptVar9... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ... |
1041_pterm_and_pterm_strip.c | unifontsel_setup_familylist | FUN_001551eb | unifontsel_setup_familylist |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void unifontsel_setup_familylist(unifontsel_internal *fs)
{
long lVar1;
wchar_t wVar2;
void *pvVar3;
long in_FS_OFFSET;
unifontsel_internal *fs_local;
wchar_t i;
wchar_t listindex;
wchar_t minpos;
wchar_t maxpos;
wchar_t cur... |
void FUN_001551eb(long param_1)
{
int iVar1;
long lVar2;
long in_FS_OFFSET;
int local_5c;
int local_58;
int local_54;
int local_50;
uint local_4c;
long local_48;
undefined local_38 [40];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_54 = -1;
local_50 = -1;
local_48 =... | (translation_unit "void FUN_001551eb(long param_1)\n\n{\n int iVar1;\n long lVar2;\n long in_FS_OFFSET;\n int local_5c;\n int local_58;\n int local_54;\n int local_50;\n uint local_4c;\n long local_48;\n undefined local_38 [40];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_54 =... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x70
MOV qword ptr [RBP + -0x68],RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV dword ptr [RBP + -0x4c],0xffffffff
MOV dword ptr [RBP + -0x48],0xffffffff
MOV qword ptr [RBP + -0x40],0x0
MOV dword ptr [RBP + -0x44],0xffffffff
MOV RAX,qword ptr [RBP + -0x68]
MO... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *fs)
{
long var_14;
type_2 var_11;
void *var_4;
long var_1;
type_1 *fs_local;
type_2 var_16;
type_2 var_9;
type_2 minpos;
type_2 var_8;
type_2 var_12;
char *var_5;
type_3 *info;
type_4 iter;
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid unifontsel_setup_familylist(unifontsel_internal *fs)\n\n{\n long lVar1;\n wchar_t wVar2;\n void *pvVar3;\n long in_FS_OFFSET;\n unifontsel_internal *fs_local;\n wchar_t i;\n wchar_t listindex;\n wchar_t minpos;\n... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *fs)\n\n{\n long var_14;\n type_2 var_11;\n void *var_4;\n long var_1;\n type_1 *fs_local;\n type_2 var_16;\n type_2 var_9;\n type_2 minpos;\n type_2 var_8;\n type_2 var_12;\n char *var_5;\n ... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_ty... |
1073_puttytel_and_puttytel_strip.c | layout_ctrls | FUN_00154507 | layout_ctrls |
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
GtkWidget * layout_ctrls(dlgparam *dp,Shortcuts *scs,controlset *s,GtkWindow *win)
{
char cVar1;
gint ncols;
long lVar2;
control *pcVar3;
bool bVar4;
guint gVar5;
int iVar6;
GType GVar7;
GtkWidget *pGVar8;
Columns *cols_00;
... |
undefined8 FUN_00154507(long param_1,undefined8 param_2,long param_3,long param_4)
{
char cVar1;
int *piVar2;
long lVar3;
bool bVar4;
undefined4 uVar5;
int iVar6;
int iVar7;
undefined8 uVar8;
undefined8 uVar9;
undefined8 uVar10;
undefined *puVar11;
long lVar12;
long *plVar13;
char *pcVar14... | (translation_unit "undefined8 FUN_00154507(long param_1,undefined8 param_2,long param_3,long param_4)\n\n{\n char cVar1;\n int *piVar2;\n long lVar3;\n bool bVar4;\n undefined4 uVar5;\n int iVar6;\n int iVar7;\n undefined8 uVar8;\n undefined8 uVar9;\n undefined8 uVar10;\n undefined *puVar11;\n long lVar12;\... | PUSH RBP
MOV RBP,RSP
PUSH R12
PUSH RBX
SUB RSP,0x120
MOV qword ptr [RBP + -0x118],RDI
MOV qword ptr [RBP + -0x120],RSI
MOV qword ptr [RBP + -0x128],RDX
MOV qword ptr [RBP + -0x130],RCX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x128]
MOV RAX,qword ptr [RAX + 0x8]
... |
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
type_1 * function_1(type_2 *dp,type_3 *scs,type_4 *s,type_5 *var_50)
{
char cVar1;
type_6 ncols;
long var_81;
type_7 *pcVar3;
bool bVar4;
type_8 gVar5;
int var_78;
type_9 var_31;
type_1 *pGVar8;
type_10 *cols_00;
type_11 u... | (translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\nGtkWidget * layout_ctrls(dlgparam *dp,Shortcuts *scs,controlset *s,GtkWindow *win)\n\n{\n char cVar1;\n gint ncols;\n long lVar2;\n control *pcVar3;\n bool bVar4;\n guint gVar5;\n int iVar6;\n GType GVar7;\n GtkWidge... | (translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\ntype_1 * function_1(type_2 *dp,type_3 *scs,type_4 *s,type_5 *var_50)\n\n{\n char cVar1;\n type_6 ncols;\n long var_81;\n type_7 *pcVar3;\n bool bVar4;\n type_8 gVar5;\n int var_78;\n type_9 var_31;\n type_1 *pGVar8;\... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ... |
511_pterm_and_pterm_strip.c | run_toplevel_callbacks | FUN_001111bb | run_toplevel_callbacks |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void run_toplevel_callbacks(void)
{
toplevel_callback_fn_t *pp_Var1;
void **ppvVar2;
if (cbhead != (callback *)0x0) {
cbcurr = cbhead;
if (cbhead->next == (callback *)0x0) {
cbtail = (callback *)0x0;
}
pp_Var1... |
void FUN_001111bb(void)
{
long *plVar1;
long *plVar2;
if (DAT_001a7620 != (long *)0x0) {
DAT_001a7618 = DAT_001a7620;
if ((long *)*DAT_001a7620 == (long *)0x0) {
DAT_001a7628 = 0;
}
plVar1 = DAT_001a7620 + 1;
plVar2 = DAT_001a7620 + 2;
DAT_001a7620 = (long *)*DAT_001a7620;
(... | (translation_unit "void FUN_001111bb(void)\n\n{\n long *plVar1;\n long *plVar2;\n \n if (DAT_001a7620 != (long *)0x0) {\n DAT_001a7618 = DAT_001a7620;\n if ((long *)*DAT_001a7620 == (long *)0x0) {\n DAT_001a7628 = 0;\n }\n plVar1 = DAT_001a7620 + 1;\n plVar2 = DAT_001a7620 + 2;\n DAT_001a7620... | PUSH RBP
MOV RBP,RSP
MOV RAX,qword ptr [0x001a7620]
TEST RAX,RAX
JZ 0x00111236
MOV RAX,qword ptr [0x001a7620]
MOV qword ptr [0x001a7618],RAX
MOV RAX,qword ptr [0x001a7620]
MOV RAX,qword ptr [RAX]
MOV qword ptr [0x001a7620],RAX
MOV RAX,qword ptr [0x001a7620]
TEST RAX,RAX
JNZ 0x00111201
MOV qword ptr [0x001a7628],0x0
MOV... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
type_1 *pp_Var1;
void **ppvVar2;
if (var_1 != (type_2 *)0x0) {
cbcurr = var_1;
if (var_1->next == (type_2 *)0x0) {
cbtail = (type_2 *)0x0;
}
pp_Var1 = &var_1->fn;
ppvVar2 = &var_1->... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid run_toplevel_callbacks(void)\n\n{\n toplevel_callback_fn_t *pp_Var1;\n void **ppvVar2;\n \n if (cbhead != (callback *)0x0) {\n cbcurr = cbhead;\n if (cbhead->next == (callback *)0x0) {\n cbtail = (call... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid function_1(void)\n\n{\n type_1 *pp_Var1;\n void **ppvVar2;\n \n if (var_1 != (type_2 *)0x0) {\n cbcurr = var_1;\n if (var_1->next == (type_2 *)0x0) {\n cbtail = (type_2 *)0x0;\n }\n pp_Var1 = &va... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (ident... |
583_pterm_and_pterm_strip.c | codepage_handler | FUN_00117a22 | codepage_handler |
void codepage_handler(control *ctrl,void *dlg,void *data,int event)
{
wchar_t wVar1;
char *pcVar2;
char *pcVar3;
int event_local;
void *data_local;
void *dlg_local;
control *ctrl_local;
int i;
Conf *conf;
char *thiscp;
char *cp;
char *codepage;
if (event == 0) {
dlg_update_start(ctrl,... |
void FUN_00117a22(undefined8 param_1,undefined8 param_2,undefined8 param_3,int param_4)
{
undefined4 uVar1;
undefined8 uVar2;
long lVar3;
undefined8 uVar4;
undefined4 local_2c;
if (param_4 == 0) {
FUN_00149a4e(param_1,param_2);
uVar2 = FUN_001150c2(param_3,0x91);
uVar1 = FUN_00169b60(uVar2)... | (translation_unit "void FUN_00117a22(undefined8 param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n long lVar3;\n undefined8 uVar4;\n undefined4 local_2c;\n \n if (param_4 == 0) {\n FUN_00149a4e(param_1,param_2);\n uVar2 = FUN_001150c2(param_3,0x91);\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x38],RDI
MOV qword ptr [RBP + -0x40],RSI
MOV qword ptr [RBP + -0x48],RDX
MOV dword ptr [RBP + -0x4c],ECX
MOV RAX,qword ptr [RBP + -0x48]
MOV qword ptr [RBP + -0x20],RAX
CMP dword ptr [RBP + -0x4c],0x0
JNZ 0x00117b0f
MOV RDX,qword ptr [RBP + -0x40]
MOV RAX,qword p... |
void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)
{
type_2 wVar1;
char *pcVar2;
char *var_8;
int event_local;
void *data_local;
void *dlg_local;
type_1 *ctrl_local;
int var_10;
type_3 *conf;
char *thiscp;
char *cp;
char *codepage;
if (var_1 == 0) {
var_2(ctrl,dlg);
pcVa... | (translation_unit "void codepage_handler(control *ctrl,void *dlg,void *data,int event)\n\n{\n wchar_t wVar1;\n char *pcVar2;\n char *pcVar3;\n int event_local;\n void *data_local;\n void *dlg_local;\n control *ctrl_local;\n int i;\n Conf *conf;\n char *thiscp;\n char *cp;\n char *codepage;\n \n if (event ... | (translation_unit "void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)\n\n{\n type_2 wVar1;\n char *pcVar2;\n char *var_8;\n int event_local;\n void *data_local;\n void *dlg_local;\n type_1 *ctrl_local;\n int var_10;\n type_3 *conf;\n char *thiscp;\n char *cp;\n char *codepage;\n \n if (var_1 == ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... |
575_pterm_and_pterm_strip.c | config_protocolbuttons_handler | FUN_00116e8e | config_protocolbuttons_handler |
void config_protocolbuttons_handler(control *ctrl,void *dlg,void *data,int event)
{
undefined8 *puVar1;
int iVar2;
int iVar3;
Backend *pBVar4;
Backend *pBVar5;
int event_local;
void *data_local;
void *dlg_local;
control *ctrl_local;
int button;
int protocol;
int oldproto;
int newproto;
int... |
void FUN_00116e8e(long param_1,undefined8 param_2,undefined8 param_3,int param_4)
{
undefined8 *puVar1;
int iVar2;
int iVar3;
long lVar4;
long lVar5;
int local_3c;
puVar1 = *(undefined8 **)(param_1 + 0x20);
if (param_4 == 0) {
iVar2 = FUN_00114ec2(param_3,2);
local_3c = 0;
while ((local... | (translation_unit "void FUN_00116e8e(long param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n undefined8 *puVar1;\n int iVar2;\n int iVar3;\n long lVar4;\n long lVar5;\n int local_3c;\n \n puVar1 = *(undefined8 **)(param_1 + 0x20);\n if (param_4 == 0) {\n iVar2 = FUN_00114ec2(param_3,2);\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x48],RDI
MOV qword ptr [RBP + -0x50],RSI
MOV qword ptr [RBP + -0x58],RDX
MOV dword ptr [RBP + -0x5c],ECX
MOV RAX,qword ptr [RBP + -0x58]
MOV qword ptr [RBP + -0x20],RAX
MOV RAX,qword ptr [RBP + -0x48]
MOV RAX,qword ptr [RAX + 0x20]
MOV qword ptr [RBP + -0x18],RAX... |
void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)
{
type_2 *puVar1;
int var_4;
int var_8;
type_3 *var_11;
type_3 *var_12;
int event_local;
void *data_local;
void *dlg_local;
type_1 *ctrl_local;
int var_3;
int protocol;
int oldproto;
int newproto;
int port;
type_4 *conf;
type... | (translation_unit "void config_protocolbuttons_handler(control *ctrl,void *dlg,void *data,int event)\n\n{\n undefined8 *puVar1;\n int iVar2;\n int iVar3;\n Backend *pBVar4;\n Backend *pBVar5;\n int event_local;\n void *data_local;\n void *dlg_local;\n control *ctrl_local;\n int button;\n int protocol;\n int... | (translation_unit "void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)\n\n{\n type_2 *puVar1;\n int var_4;\n int var_8;\n type_3 *var_11;\n type_3 *var_12;\n int event_local;\n void *data_local;\n void *dlg_local;\n type_1 *ctrl_local;\n int var_3;\n int protocol;\n int oldproto;\n int newproto;\n... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.