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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
1781_putty_and_putty_strip.c | uctrl_cmp_byctrl | FUN_001b2a70 | 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_001b2a70(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_001b2a70(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_001b2a7... | 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_... |
1383_putty_and_putty_strip.c | loadrsakey | FUN_0017fc08 | loadrsakey |
int loadrsakey(Filename *filename,RSAKey *key,char *passphrase,char **errorstr)
{
long lVar1;
int iVar2;
char *pcVar3;
long in_FS_OFFSET;
char **errorstr_local;
char *passphrase_local;
RSAKey *key_local;
Filename *filename_local;
int ret;
char *error;
FILE *fp;
char buf [64];
lVar1 = *(lo... |
int FUN_0017fc08(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 *param_4)
{
int iVar1;
char *pcVar2;
long in_FS_OFFSET;
int local_6c;
char *local_68;
FILE *local_60;
char local_58 [72];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_6c = 0;
local_68 = (ch... | (translation_unit "int FUN_0017fc08(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 *param_4)\n\n{\n int iVar1;\n char *pcVar2;\n long in_FS_OFFSET;\n int local_6c;\n char *local_68;\n FILE *local_60;\n char local_58 [72];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x90
MOV qword ptr [RBP + -0x78],RDI
MOV qword ptr [RBP + -0x80],RSI
MOV qword ptr [RBP + -0x88],RDX
MOV qword ptr [RBP + -0x90],RCX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV dword ptr [RBP + -0x64],0x0
MOV qword ptr [RBP + -0x60],0x0
MOV RAX,qword ptr [RBP ... |
int function_1(type_1 *filename,type_2 *key,char *passphrase,char **var_11)
{
long var_12;
int var_6;
char *var_4;
long var_1;
char **errorstr_local;
char *passphrase_local;
type_2 *key_local;
type_1 *filename_local;
int var_10;
char *error;
type_3 *var_8;
char buf [64];
var_12 = *(long *... | (translation_unit "int loadrsakey(Filename *filename,RSAKey *key,char *passphrase,char **errorstr)\n\n{\n long lVar1;\n int iVar2;\n char *pcVar3;\n long in_FS_OFFSET;\n char **errorstr_local;\n char *passphrase_local;\n RSAKey *key_local;\n Filename *filename_local;\n int ret;\n char *error;\n FILE *fp;\n ... | (translation_unit "int function_1(type_1 *filename,type_2 *key,char *passphrase,char **var_11)\n\n{\n long var_12;\n int var_6;\n char *var_4;\n long var_1;\n char **errorstr_local;\n char *passphrase_local;\n type_2 *key_local;\n type_1 *filename_local;\n int var_10;\n char *error;\n type_3 *var_8;\n char ... | (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... |
1039_putty_and_putty_strip.c | ssh2_msg_userauth_banner | FUN_0015474d | ssh2_msg_userauth_banner |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void ssh2_msg_userauth_banner(Ssh_conflict ssh,Packet *pktin)
{
int iVar1;
long in_FS_OFFSET;
Packet *pktin_local;
Ssh_conflict ssh_local;
int size;
char *banner;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
iV... |
void FUN_0015474d(long param_1,undefined8 param_2)
{
int iVar1;
long in_FS_OFFSET;
undefined4 local_1c;
long local_18;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
iVar1 = FUN_0011a4c1(*(undefined8 *)(param_1 + 0x380),0x24);
if (iVar1 != 0) {
iVar1 = FUN_0012dc00(param_1 + 0x218);
... | (translation_unit "void FUN_0015474d(long param_1,undefined8 param_2)\n\n{\n int iVar1;\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 iVar1 = FUN_0011a4c1(*(undefined8 *)(param_1 + 0x380),0x24);\n if (iVar1 != 0) {\n iVar1 = F... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x28]
MOV RAX,qword ptr [RAX + 0x380]
MOV ESI,0x24
MOV RDI,RAX
CALL 0x0011a4c1
TEST EAX,EAX
JZ 0x001547ed
MOV RAX,qword ptr [... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 ssh,type_2 *pktin)
{
int var_3;
long var_1;
type_2 *pktin_local;
type_1 ssh_local;
int size;
char *var_6;
long var_8;
var_8 = *(long *)(var_1 + 0x28);
var_3 = var_2(ssh->conf,0x24);
if (var_3 != 0) ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid ssh2_msg_userauth_banner(Ssh_conflict ssh,Packet *pktin)\n\n{\n int iVar1;\n long in_FS_OFFSET;\n Packet *pktin_local;\n Ssh_conflict ssh_local;\n int size;\n char *banner;\n long local_10;\n \n local_10 = *(lon... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 ssh,type_2 *pktin)\n\n{\n int var_3;\n long var_1;\n type_2 *pktin_local;\n type_1 ssh_local;\n int size;\n char *var_6;\n long var_8;\n \n var_8 = *(long *)(var_1 + 0x28);\n var_3 = var_2(ssh... | (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... |
1038_putty_and_putty_strip.c | sshfwd_x11_is_local | FUN_00154706 | sshfwd_x11_is_local |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void sshfwd_x11_is_local(ssh_channel *c)
{
int iVar1;
ssh_channel *c_local;
(c->u).x11.initial = 0;
iVar1 = ssh_is_simple(c->ssh);
if (iVar1 == 0) {
iVar1 = 0x4000;
}
else {
iVar1 = 0x7fffffff;
}
ssh2_set_window(c,i... |
void FUN_00154706(undefined8 *param_1)
{
int iVar1;
undefined8 uVar2;
*(undefined4 *)(param_1 + 0xf) = 0;
iVar1 = FUN_00151e10(*param_1);
if (iVar1 == 0) {
uVar2 = 0x4000;
}
else {
uVar2 = 0x7fffffff;
}
FUN_001521cd(param_1,uVar2);
return;
}
| (translation_unit "void FUN_00154706(undefined8 *param_1)\n\n{\n int iVar1;\n undefined8 uVar2;\n \n *(undefined4 *)(param_1 + 0xf) = 0;\n iVar1 = FUN_00151e10(*param_1);\n if (iVar1 == 0) {\n uVar2 = 0x4000;\n }\n else {\n uVar2 = 0x7fffffff;\n }\n FUN_001521cd(param_1,uVar2);\n return;\n}\n\n" (funct... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV dword ptr [RAX + 0x78],0x0
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
MOV RDI,RAX
CALL 0x00151e10
TEST EAX,EAX
JZ 0x00154737
MOV EDX,0x7fffffff
JMP 0x0015473c
MOV EDX,0x4000
MOV RAX,qword ptr [RBP + -0x8]
MOV... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *c)
{
int var_2;
type_1 *c_local;
(c->u).x11.initial = 0;
var_2 = var_1(c->ssh);
if (var_2 == 0) {
var_2 = 0x4000;
}
else {
var_2 = 0x7fffffff;
}
var_3(c,var_2);
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid sshfwd_x11_is_local(ssh_channel *c)\n\n{\n int iVar1;\n ssh_channel *c_local;\n \n (c->u).x11.initial = 0;\n iVar1 = ssh_is_simple(c->ssh);\n if (iVar1 == 0) {\n iVar1 = 0x4000;\n }\n else {\n iVar1 = 0x7ff... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *c)\n\n{\n int var_2;\n type_1 *c_local;\n \n (c->u).x11.initial = 0;\n var_2 = var_1(c->ssh);\n if (var_2 == 0) {\n var_2 = 0x4000;\n }\n else {\n var_2 = 0x7fffffff;\n }\n var_3(c,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: (primitiv... |
1615_putty_and_putty_strip.c | telnet_get_specials | FUN_00199bb0 | telnet_get_specials |
telnet_special * telnet_get_specials(void *handle)
{
void *handle_local;
return telnet_get_specials::specials;
}
|
undefined ** FUN_00199bb0(void)
{
return &PTR_s_Are_You_There_00231360;
}
| (translation_unit "undefined ** FUN_00199bb0(void)\n\n{\n return &PTR_s_Are_You_There_00231360;\n}\n\n" (function_definition "undefined ** FUN_00199bb0(void)\n\n{\n return &PTR_s_Are_You_There_00231360;\n}" type_identifier (pointer_declarator "** FUN_00199bb0(void)" * (pointer_declarator "* FUN_00199bb0(void)" * (fun... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
LEA RAX,[0x231360]
POP RBP
RET |
type_1 * function_1(void *handle)
{
void *handle_local;
return function_1::specials;
}
| (translation_unit "telnet_special * telnet_get_specials(void *handle)\n\n{\n void *handle_local;\n \n return telnet_get_specials::specials;\n}\n\n" (function_definition "telnet_special * telnet_get_specials(void *handle)\n\n{\n void *handle_local;\n \n return telnet_get_specials::specials;\n}" type_identifier (po... | (translation_unit "type_1 * function_1(void *handle)\n\n{\n void *handle_local;\n \n return function_1::specials;\n}\n\n" (function_definition "type_1 * function_1(void *handle)\n\n{\n void *handle_local;\n \n return function_1::specials;\n}" type_identifier (pointer_declarator "* function_1(void *handle)" * (fun... | (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... |
1826_putty_and_putty_strip.c | editbox_lostfocus | FUN_001b4c9f | editbox_lostfocus |
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
gboolean editbox_lostfocus(GtkWidget *ed,GdkEventFocus *event,gpointer data)
{
undefined8 uVar1;
GtkWidget *w;
uctrl *puVar2;
gpointer data_local;
GdkEventFocus *event_local;
GtkWidget *ed_local;
dlgparam *dp;
uctrl *uc;
uV... |
undefined8 FUN_001b4c9f(undefined8 param_1,undefined8 param_2,long param_3)
{
undefined8 uVar1;
long *plVar2;
uVar1 = gtk_widget_get_type();
uVar1 = g_type_check_instance_cast(param_1,uVar1);
plVar2 = (long *)FUN_001b2d4d(param_3,uVar1);
(**(code **)(*plVar2 + 0x18))(*plVar2,param_3,*(undefined8 *)(par... | (translation_unit "undefined8 FUN_001b4c9f(undefined8 param_1,undefined8 param_2,long param_3)\n\n{\n undefined8 uVar1;\n long *plVar2;\n \n uVar1 = gtk_widget_get_type();\n uVar1 = g_type_check_instance_cast(param_1,uVar1);\n plVar2 = (long *)FUN_001b2d4d(param_3,uVar1);\n (**(code **)(*plVar2 + 0x18))(*plVar2,... | 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 RAX,qword ptr [RBP + -0x28]
MOV qword ptr [RBP + -0x10],RAX
CALL 0x00114510
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x00114570
MOV RDX,RAX
MOV RAX,qword ... |
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
type_1 function_1(type_2 *ed,type_3 *event,type_4 data)
{
type_5 uVar1;
type_2 *w;
type_6 *puVar2;
type_4 data_local;
type_3 *event_local;
type_2 *ed_local;
type_7 *dp;
type_6 *uc;
uVar1 = var_1();
w = (type_2 *)var_2(ed,... | (translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\ngboolean editbox_lostfocus(GtkWidget *ed,GdkEventFocus *event,gpointer data)\n\n{\n undefined8 uVar1;\n GtkWidget *w;\n uctrl *puVar2;\n gpointer data_local;\n GdkEventFocus *event_local;\n GtkWidget *ed_local;\n dlgpa... | (translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\ntype_1 function_1(type_2 *ed,type_3 *event,type_4 data)\n\n{\n type_5 uVar1;\n type_2 *w;\n type_6 *puVar2;\n type_4 data_local;\n type_3 *event_local;\n type_2 *ed_local;\n type_7 *dp;\n type_6 *uc;\n \n uVar1 = va... | (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... |
1634_putty_and_putty_strip.c | get | FUN_0019a5b7 | 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_0019a5b7(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_0019a5b7(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_0019a5b7(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) ... |
1554_putty_and_putty_strip.c | share_dead_xchannel_respond | FUN_0019110a | share_dead_xchannel_respond |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void share_dead_xchannel_respond(ssh_sharing_connstate *cs,share_xchannel *xc)
{
long lVar1;
share_xchannel_message *ptr;
bool bVar2;
int iVar3;
long in_FS_OFFSET;
share_xchannel *xc_local;
ssh_sharing_connstate *cs_local;
int d... |
void FUN_0019110a(long param_1,undefined4 *param_2)
{
undefined8 *puVar1;
bool bVar2;
int iVar3;
long in_FS_OFFSET;
undefined local_14;
undefined local_13;
undefined local_12;
undefined local_11;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
bVar2 = false;
while (*(long *)(param... | (translation_unit "void FUN_0019110a(long param_1,undefined4 *param_2)\n\n{\n undefined8 *puVar1;\n bool bVar2;\n int iVar3;\n long in_FS_OFFSET;\n undefined local_14;\n undefined local_13;\n undefined local_12;\n undefined local_11;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n bVar2 =... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV dword ptr [RBP + -0x20],0x0
JMP 0x00191246
MOV RAX,qword ptr [RBP + -0x30]
MOV RAX,qword ptr [RAX + 0x10]
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,q... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *cs,type_2 *xc)
{
long var_8;
type_3 *ptr;
bool bVar2;
int var_3;
long var_1;
type_2 *xc_local;
type_1 *cs_local;
int delete;
int wantreplypos;
type_3 *msg;
type_4 id [4];
var_8 = *(long *)(var_... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid share_dead_xchannel_respond(ssh_sharing_connstate *cs,share_xchannel *xc)\n\n{\n long lVar1;\n share_xchannel_message *ptr;\n bool bVar2;\n int iVar3;\n long in_FS_OFFSET;\n share_xchannel *xc_local;\n ssh_sharing... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *cs,type_2 *xc)\n\n{\n long var_8;\n type_3 *ptr;\n bool bVar2;\n int var_3;\n long var_1;\n type_2 *xc_local;\n type_1 *cs_local;\n int delete;\n int wantreplypos;\n type_3 *msg;\n type_4 id... | (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... |
1240_putty_and_putty_strip.c | des_ssh1_make_context | FUN_00172bb2 | des_ssh1_make_context |
/* WARNING: Unknown calling convention */
void * des_ssh1_make_context(void)
{
void *pvVar1;
pvVar1 = safemalloc(2,0x88);
return pvVar1;
}
|
void FUN_00172bb2(void)
{
FUN_0012e037(2,0x88);
return;
}
| (translation_unit "void FUN_00172bb2(void)\n\n{\n FUN_0012e037(2,0x88);\n return;\n}\n\n" (function_definition "void FUN_00172bb2(void)\n\n{\n FUN_0012e037(2,0x88);\n return;\n}" primitive_type (function_declarator "FUN_00172bb2(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_ty... | PUSH RBP
MOV RBP,RSP
MOV ESI,0x88
MOV EDI,0x2
CALL 0x0012e037
POP RBP
RET |
/* WARNING: Unknown calling convention */
void * function_1(void)
{
void *pvVar1;
pvVar1 = var_1(2,0x88);
return pvVar1;
}
| (translation_unit "/* WARNING: Unknown calling convention */\n\nvoid * des_ssh1_make_context(void)\n\n{\n void *pvVar1;\n \n pvVar1 = safemalloc(2,0x88);\n return pvVar1;\n}\n\n" comment (function_definition "void * des_ssh1_make_context(void)\n\n{\n void *pvVar1;\n \n pvVar1 = safemalloc(2,0x88);\n return pvVa... | (translation_unit "/* WARNING: Unknown calling convention */\n\nvoid * function_1(void)\n\n{\n void *pvVar1;\n \n pvVar1 = var_1(2,0x88);\n return pvVar1;\n}\n\n" comment (function_definition "void * function_1(void)\n\n{\n void *pvVar1;\n \n pvVar1 = var_1(2,0x88);\n return pvVar1;\n}" primitive_type (pointer_... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (declaration type: (primitive_type) declarator: (point... |
1355_putty_and_putty_strip.c | ssh_gssapi_init_sec_context | FUN_0017d6eb | ssh_gssapi_init_sec_context |
Ssh_gss_stat
ssh_gssapi_init_sec_context
(ssh_gss_library *lib,Ssh_gss_ctx *ctx,Ssh_gss_name srv_name,int to_deleg,
Ssh_gss_buf *recv_tok,Ssh_gss_buf *send_tok)
{
OM_uint32 OVar1;
Ssh_gss_stat SVar2;
long in_FS_OFFSET;
Ssh_gss_buf *send_tok_local;
Ssh_gss_buf *recv_tok_local;
int to_de... |
undefined8
FUN_0017d6eb(long param_1,undefined8 *param_2,undefined8 param_3,uint param_4,undefined8 param_5,
undefined8 param_6)
{
int iVar1;
undefined8 uVar2;
long in_FS_OFFSET;
uint local_44;
undefined local_24 [4];
long local_20;
int *local_18;
long local_10;
local_10 = *(long *)(i... | (translation_unit "undefined8\nFUN_0017d6eb(long param_1,undefined8 *param_2,undefined8 param_3,uint param_4,undefined8 param_5,\n undefined8 param_6)\n\n{\n int iVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n uint local_44;\n undefined local_24 [4];\n long local_20;\n int *local_18;\n long local_1... | 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 dword ptr [RBP + -0x3c],ECX
MOV qword ptr [RBP + -0x48],R8
MOV qword ptr [RBP + -0x50],R9
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + ... |
type_1
function_1
(type_2 *lib,type_3 *ctx,type_4 srv_name,int var_2,
type_5 *recv_tok,type_5 *send_tok)
{
type_6 OVar1;
type_1 SVar2;
long var_1;
type_5 *send_tok_local;
type_5 *recv_tok_local;
int var_3;
type_4 srv_name_local;
type_3 *ctx_local;
type_2 *lib_local;
type_6 ret_... | (translation_unit "Ssh_gss_stat\nssh_gssapi_init_sec_context\n (ssh_gss_library *lib,Ssh_gss_ctx *ctx,Ssh_gss_name srv_name,int to_deleg,\n Ssh_gss_buf *recv_tok,Ssh_gss_buf *send_tok)\n\n{\n OM_uint32 OVar1;\n Ssh_gss_stat SVar2;\n long in_FS_OFFSET;\n Ssh_gss_buf *send_tok_local;\n Ssh_gss_buf ... | (translation_unit "type_1\nfunction_1\n (type_2 *lib,type_3 *ctx,type_4 srv_name,int var_2,\n type_5 *recv_tok,type_5 *send_tok)\n\n{\n type_6 OVar1;\n type_1 SVar2;\n long var_1;\n type_5 *send_tok_local;\n type_5 *recv_tok_local;\n int var_3;\n type_4 srv_name_local;\n type_3 *ctx_local;\n ... | (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: (type_identifier) declarator: (point... |
1217_putty_and_putty_strip.c | ccp_encrypt_length | FUN_0016eccb | ccp_encrypt_length |
void ccp_encrypt_length(void *vctx,uchar *blk,int len,ulong seq)
{
ulong seq_local;
int len_local;
uchar *blk_local;
void *vctx_local;
ccp_context *ctx;
ccp_length_op((ccp_context *)vctx,blk,len,seq);
chacha20_encrypt((chacha20 *)vctx,blk,len);
return;
}
|
void FUN_0016eccb(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined8 param_4)
{
FUN_0016ec01(param_1,param_2,param_3,param_4);
FUN_0016d06a(param_1,param_2,param_3);
return;
}
| (translation_unit "void FUN_0016eccb(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined8 param_4)\n\n{\n FUN_0016ec01(param_1,param_2,param_3,param_4);\n FUN_0016d06a(param_1,param_2,param_3);\n return;\n}\n\n" (function_definition "void FUN_0016eccb(undefined8 param_1,undefined8 param_2,undefined4 p... | 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 qword ptr [RBP + -0x30],RCX
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RCX,qword ptr [RBP + -0x30]
MOV EDX,dword ptr [RBP + -0x24]
MOV RSI,qword ptr [RBP + -0x20]... |
void function_1(void *vctx,type_1 *blk,int len,type_2 seq)
{
type_2 seq_local;
int len_local;
type_1 *blk_local;
void *vctx_local;
type_3 *ctx;
var_1((type_3 *)vctx,blk,len,seq);
var_2((type_4 *)vctx,blk,len);
return;
}
| (translation_unit "void ccp_encrypt_length(void *vctx,uchar *blk,int len,ulong seq)\n\n{\n ulong seq_local;\n int len_local;\n uchar *blk_local;\n void *vctx_local;\n ccp_context *ctx;\n \n ccp_length_op((ccp_context *)vctx,blk,len,seq);\n chacha20_encrypt((chacha20 *)vctx,blk,len);\n return;\n}\n\n" (function... | (translation_unit "void function_1(void *vctx,type_1 *blk,int len,type_2 seq)\n\n{\n type_2 seq_local;\n int len_local;\n type_1 *blk_local;\n void *vctx_local;\n type_3 *ctx;\n \n var_1((type_3 *)vctx,blk,len,seq);\n var_2((type_4 *)vctx,blk,len);\n return;\n}\n\n" (function_definition "void 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: (type_identifier) declarator: (pointer... |
1078_putty_and_putty_strip.c | ssh_return_exitcode | FUN_0015d926 | ssh_return_exitcode |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int ssh_return_exitcode(void *handle)
{
int iVar1;
void *handle_local;
Ssh_conflict ssh;
if (*(long *)((long)handle + 0x20) == 0) {
if (*(int *)((long)handle + 0x1b4) < 0) {
iVar1 = 0x7fffffff;
}
else {
iVar1 ... |
undefined4 FUN_0015d926(long param_1)
{
undefined4 uVar1;
if (*(long *)(param_1 + 0x20) == 0) {
if (*(int *)(param_1 + 0x1b4) < 0) {
uVar1 = 0x7fffffff;
}
else {
uVar1 = *(undefined4 *)(param_1 + 0x1b4);
}
}
else {
uVar1 = 0xffffffff;
}
return uVar1;
}
| (translation_unit "undefined4 FUN_0015d926(long param_1)\n\n{\n undefined4 uVar1;\n \n if (*(long *)(param_1 + 0x20) == 0) {\n if (*(int *)(param_1 + 0x1b4) < 0) {\n uVar1 = 0x7fffffff;\n }\n else {\n uVar1 = *(undefined4 *)(param_1 + 0x1b4);\n }\n }\n else {\n uVar1 = 0xffffffff;\n }\n ... | 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 + 0x20]
TEST RAX,RAX
JZ 0x0015d94a
MOV EAX,0xffffffff
JMP 0x0015d969
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x1b4]
TEST EAX,EAX
JS 0x... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int function_1(void *handle)
{
int iVar1;
void *handle_local;
type_1 ssh;
if (*(long *)((long)handle + 0x20) == 0) {
if (*(int *)((long)handle + 0x1b4) < 0) {
iVar1 = 0x7fffffff;
}
else {
iVar1 = *(int *)((lon... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint ssh_return_exitcode(void *handle)\n\n{\n int iVar1;\n void *handle_local;\n Ssh_conflict ssh;\n \n if (*(long *)((long)handle + 0x20) == 0) {\n if (*(int *)((long)handle + 0x1b4) < 0) {\n iVar1 = 0x7fffffff;\... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(void *handle)\n\n{\n int iVar1;\n void *handle_local;\n type_1 ssh;\n \n if (*(long *)((long)handle + 0x20) == 0) {\n if (*(int *)((long)handle + 0x1b4) < 0) {\n iVar1 = 0x7fffffff;\n }\n els... | (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... |
1015_putty_and_putty_strip.c | ssh2_handle_winadj_response | FUN_00152539 | ssh2_handle_winadj_response |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void ssh2_handle_winadj_response(ssh_channel *c,Packet *pktin,void *ctx)
{
void *ctx_local;
Packet *pktin_local;
ssh_channel *c_local;
uint *sizep;
/* WARNING: Load size is inaccurate */
(c->v).v2.remlocwin = *c... |
void FUN_00152539(long param_1,undefined8 param_2,int *param_3)
{
*(int *)(param_1 + 0x50) = *param_3 + *(int *)(param_1 + 0x50);
FUN_0012e243(param_3);
if (*(int *)(param_1 + 0x68) == 1) {
*(undefined4 *)(param_1 + 0x68) = 2;
}
return;
}
| (translation_unit "void FUN_00152539(long param_1,undefined8 param_2,int *param_3)\n\n{\n *(int *)(param_1 + 0x50) = *param_3 + *(int *)(param_1 + 0x50);\n FUN_0012e243(param_3);\n if (*(int *)(param_1 + 0x68) == 1) {\n *(undefined4 *)(param_1 + 0x68) = 2;\n }\n return;\n}\n\n" (function_definition "void FUN_00... | 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 RAX,qword ptr [RBP + -0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV EAX,dword ptr [RAX + 0x50]
MOV EDX,EAX
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RA... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *c,type_2 *pktin,void *ctx)
{
void *ctx_local;
type_2 *pktin_local;
type_1 *c_local;
type_3 *sizep;
/* WARNING: Load size is inaccurate */
(c->v).v2.remlocwin = *ctx + (c->v).v2.remlocwin;... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid ssh2_handle_winadj_response(ssh_channel *c,Packet *pktin,void *ctx)\n\n{\n void *ctx_local;\n Packet *pktin_local;\n ssh_channel *c_local;\n uint *sizep;\n \n /* WARNING: Load size is inaccurate *... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *c,type_2 *pktin,void *ctx)\n\n{\n void *ctx_local;\n type_2 *pktin_local;\n type_1 *c_local;\n type_3 *sizep;\n \n /* WARNING: Load size is inaccurate */\n (c->v).v2.remlocwin ... | (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... |
1748_putty_and_putty_strip.c | columns_set_cols | FUN_001b064d | columns_set_cols |
void columns_set_cols(Columns *cols,gint ncols,gint *percentages)
{
GType GVar1;
undefined8 *puVar2;
undefined8 uVar3;
GList *pGVar4;
gint *percentages_local;
gint ncols_local;
Columns *cols_local;
gint i;
gboolean __r;
GTypeInstance *__inst;
GType __t;
ColumnsChild *childdata;
if (cols =... |
void FUN_001b064d(long *param_1,int param_2,long param_3)
{
long lVar1;
undefined8 *puVar2;
undefined8 uVar3;
int local_28;
int local_24;
if (param_1 == (long *)0x0) {
g_return_if_fail_warning(0,"columns_set_cols","cols != NULL");
}
else {
lVar1 = FUN_001afc3e();
if (param_1 == (long *)... | (translation_unit "void FUN_001b064d(long *param_1,int param_2,long param_3)\n\n{\n long lVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n int local_28;\n int local_24;\n \n if (param_1 == (long *)0x0) {\n g_return_if_fail_warning(0,"columns_set_cols","cols != NULL");\n }\n else {\n lVar1 = FUN_001afc3e... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x28],RDI
MOV dword ptr [RBP + -0x2c],ESI
MOV qword ptr [RBP + -0x38],RDX
CMP qword ptr [RBP + -0x28],0x0
JNZ 0x001b0684
LEA RDX,[0x213338]
LEA RSI,[0x213480]
MOV EDI,0x0
CALL 0x00114230
JMP 0x001b0800
MOV RAX,qword ptr [RBP + -0x28]
MOV qword ptr [RBP + -0x18],RA... |
void function_1(type_1 *var_1,type_2 var_7,type_2 *var_8)
{
type_3 var_4;
type_4 *var_10;
type_4 uVar3;
type_5 *pGVar4;
type_2 *percentages_local;
type_2 ncols_local;
type_1 *cols_local;
type_2 var_11;
type_6 var_6;
type_7 *__inst;
type_3 __t;
type_8 *childdata;
if (var_1 == (type_1 *)0x0... | (translation_unit "void columns_set_cols(Columns *cols,gint ncols,gint *percentages)\n\n{\n GType GVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n GList *pGVar4;\n gint *percentages_local;\n gint ncols_local;\n Columns *cols_local;\n gint i;\n gboolean __r;\n GTypeInstance *__inst;\n GType __t;\n ColumnsC... | (translation_unit "void function_1(type_1 *var_1,type_2 var_7,type_2 *var_8)\n\n{\n type_3 var_4;\n type_4 *var_10;\n type_4 uVar3;\n type_5 *pGVar4;\n type_2 *percentages_local;\n type_2 ncols_local;\n type_1 *cols_local;\n type_2 var_11;\n type_6 var_6;\n type_7 *__inst;\n type_3 __t;\n type_8 *childdata;... | (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... |
1503_putty_and_putty_strip.c | sha1_free_context | FUN_0018e8c1 | sha1_free_context |
void sha1_free_context(void *handle)
{
void *handle_local;
smemclr(handle,0x120);
safefree(handle);
return;
}
|
void FUN_0018e8c1(undefined8 param_1)
{
FUN_0012e30b(param_1,0x120);
FUN_0012e243(param_1);
return;
}
| (translation_unit "void FUN_0018e8c1(undefined8 param_1)\n\n{\n FUN_0012e30b(param_1,0x120);\n FUN_0012e243(param_1);\n return;\n}\n\n" (function_definition "void FUN_0018e8c1(undefined8 param_1)\n\n{\n FUN_0012e30b(param_1,0x120);\n FUN_0012e243(param_1);\n return;\n}" primitive_type (function_declarator "FUN_00... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV ESI,0x120
MOV RDI,RAX
CALL 0x0012e30b
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x0012e243
NOP
LEAVE
RET |
void function_1(void *handle)
{
void *handle_local;
var_1(handle,0x120);
var_2(handle);
return;
}
| (translation_unit "void sha1_free_context(void *handle)\n\n{\n void *handle_local;\n \n smemclr(handle,0x120);\n safefree(handle);\n return;\n}\n\n" (function_definition "void sha1_free_context(void *handle)\n\n{\n void *handle_local;\n \n smemclr(handle,0x120);\n safefree(handle);\n return;\n}" primitive_typ... | (translation_unit "void function_1(void *handle)\n\n{\n void *handle_local;\n \n var_1(handle,0x120);\n var_2(handle);\n return;\n}\n\n" (function_definition "void function_1(void *handle)\n\n{\n void *handle_local;\n \n var_1(handle,0x120);\n var_2(handle);\n return;\n}" primitive_type (function_declarator "... | (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... |
1035_putty_and_putty_strip.c | ssh_sharing_remove_x11_display | FUN_00153f42 | ssh_sharing_remove_x11_display |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void ssh_sharing_remove_x11_display(Ssh_conflict ssh,X11FakeAuth *auth)
{
X11FakeAuth *auth_local;
Ssh_conflict ssh_local;
del234(ssh->x11authtree,auth);
x11_free_fake_auth(auth);
return;
}
|
void FUN_00153f42(long param_1,undefined8 param_2)
{
FUN_001af5c6(*(undefined8 *)(param_1 + 0x248),param_2);
FUN_001db11f(param_2);
return;
}
| (translation_unit "void FUN_00153f42(long param_1,undefined8 param_2)\n\n{\n FUN_001af5c6(*(undefined8 *)(param_1 + 0x248),param_2);\n FUN_001db11f(param_2);\n return;\n}\n\n" (function_definition "void FUN_00153f42(long param_1,undefined8 param_2)\n\n{\n FUN_001af5c6(*(undefined8 *)(param_1 + 0x248),param_2);\n F... | 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 + -0x8]
MOV RAX,qword ptr [RAX + 0x248]
MOV RDX,qword ptr [RBP + -0x10]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x001af5c6
MOV RAX,qword ptr [RBP + -0x10]
MOV RDI,RAX
CALL 0x001db11f
NOP
LEAVE
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 ssh,type_2 *auth)
{
type_2 *auth_local;
type_1 ssh_local;
var_1(ssh->x11authtree,auth);
var_2(auth);
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid ssh_sharing_remove_x11_display(Ssh_conflict ssh,X11FakeAuth *auth)\n\n{\n X11FakeAuth *auth_local;\n Ssh_conflict ssh_local;\n \n del234(ssh->x11authtree,auth);\n x11_free_fake_auth(auth);\n return;\n}\n\n" comment... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 ssh,type_2 *auth)\n\n{\n type_2 *auth_local;\n type_1 ssh_local;\n \n var_1(ssh->x11authtree,auth);\n var_2(auth);\n return;\n}\n\n" comment (function_definition "void function_1(type_1 ssh,type_2... | (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... |
1853_putty_and_putty_strip.c | fatal_message_box | FUN_001b9977 | 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_00213ba6,0x6f,1,1,0);
return;
}
|
void FUN_001b9977(undefined8 param_1,undefined8 param_2)
{
undefined4 uVar1;
uVar1 = FUN_001c5266("REASONABLY LONG LINE OF TEXT FOR BASIC SANITY");
FUN_001b8bde(param_1,"PuTTY Fatal Error",param_2,uVar1,0,&DAT_00213ba6,0x6f,1,1,0);
return;
}
| (translation_unit "void FUN_001b9977(undefined8 param_1,undefined8 param_2)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_001c5266("REASONABLY LONG LINE OF TEXT FOR BASIC SANITY");\n FUN_001b8bde(param_1,"PuTTY Fatal Error",param_2,uVar1,0,&DAT_00213ba6,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,[0x213b78]
CALL 0x001c5266
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,[0x213ba6]
MOV R8D,0x0
LEA RSI,[0x213ba9]
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_00213ba6,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_00213ba6,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_00213ba6,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_... |
1089_putty_and_putty_strip.c | aes_decrypt | FUN_001634df | aes_decrypt |
void aes_decrypt(AESContext *ctx,word32 *block)
{
word32 *block_local;
AESContext *ctx_local;
(*ctx->decrypt)(ctx,block);
return;
}
|
void FUN_001634df(long param_1,undefined8 param_2)
{
(**(code **)(param_1 + 0x3c8))(param_1,param_2);
return;
}
| (translation_unit "void FUN_001634df(long param_1,undefined8 param_2)\n\n{\n (**(code **)(param_1 + 0x3c8))(param_1,param_2);\n return;\n}\n\n" (function_definition "void FUN_001634df(long param_1,undefined8 param_2)\n\n{\n (**(code **)(param_1 + 0x3c8))(param_1,param_2);\n return;\n}" primitive_type (function_decl... | 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 + -0x8]
MOV RAX,qword ptr [RAX + 0x3c8]
MOV RCX,qword ptr [RBP + -0x10]
MOV RDX,qword ptr [RBP + -0x8]
MOV RSI,RCX
MOV RDI,RDX
CALL RAX
NOP
LEAVE
RET |
void function_1(type_1 *ctx,type_2 *block)
{
type_2 *block_local;
type_1 *ctx_local;
(*ctx->decrypt)(ctx,block);
return;
}
| (translation_unit "void aes_decrypt(AESContext *ctx,word32 *block)\n\n{\n word32 *block_local;\n AESContext *ctx_local;\n \n (*ctx->decrypt)(ctx,block);\n return;\n}\n\n" (function_definition "void aes_decrypt(AESContext *ctx,word32 *block)\n\n{\n word32 *block_local;\n AESContext *ctx_local;\n \n (*ctx->decry... | (translation_unit "void function_1(type_1 *ctx,type_2 *block)\n\n{\n type_2 *block_local;\n type_1 *ctx_local;\n \n (*ctx->decrypt)(ctx,block);\n return;\n}\n\n" (function_definition "void function_1(type_1 *ctx,type_2 *block)\n\n{\n type_2 *block_local;\n type_1 *ctx_local;\n \n (*ctx->decrypt)(ctx,block);\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... |
1504_putty_and_putty_strip.c | sha1_key_internal | FUN_0018e8ed | sha1_key_internal |
void sha1_key_internal(void *handle,uchar *key,int len)
{
long lVar1;
long in_FS_OFFSET;
int len_local;
uchar *key_local;
void *handle_local;
int i;
SHA_State *keys;
uchar foo [64];
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
memset(foo,0x36,0x40);
for (i = 0; (i < len && (i < 0x40)); i = i + 1) ... |
void FUN_0018e8ed(long param_1,long param_2,int param_3)
{
long in_FS_OFFSET;
int local_64;
byte local_58 [72];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
memset(local_58,0x36,0x40);
for (local_64 = 0; (local_64 < param_3 && (local_64 < 0x40)); local_64 = local_64 + 1) {
local_58[l... | (translation_unit "void FUN_0018e8ed(long param_1,long param_2,int param_3)\n\n{\n long in_FS_OFFSET;\n int local_64;\n byte local_58 [72];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n memset(local_58,0x36,0x40);\n for (local_64 = 0; (local_64 < param_3 && (local_64 < 0x40)); local_64 = lo... | PUSH RBP
MOV RBP,RSP
ADD RSP,-0x80
MOV qword ptr [RBP + -0x68],RDI
MOV qword ptr [RBP + -0x70],RSI
MOV dword ptr [RBP + -0x74],EDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x68]
MOV qword ptr [RBP + -0x58],RAX
LEA RAX,[RBP + -0x50]
MOV EDX,0x40
MOV ESI,0x36
MOV RD... |
void function_1(void *handle,type_1 *key,int var_4)
{
long var_8;
long var_1;
int len_local;
type_1 *key_local;
void *handle_local;
int var_3;
type_2 *keys;
type_1 foo [64];
var_8 = *(long *)(var_1 + 0x28);
var_2(foo,0x36,0x40);
for (var_3 = 0; (var_3 < var_4 && (var_3 < 0x40)); var_3 = var_3... | (translation_unit "void sha1_key_internal(void *handle,uchar *key,int len)\n\n{\n long lVar1;\n long in_FS_OFFSET;\n int len_local;\n uchar *key_local;\n void *handle_local;\n int i;\n SHA_State *keys;\n uchar foo [64];\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n memset(foo,0x36,0x40);\n for (i = 0; (i <... | (translation_unit "void function_1(void *handle,type_1 *key,int var_4)\n\n{\n long var_8;\n long var_1;\n int len_local;\n type_1 *key_local;\n void *handle_local;\n int var_3;\n type_2 *keys;\n type_1 foo [64];\n \n var_8 = *(long *)(var_1 + 0x28);\n var_2(foo,0x36,0x40);\n for (var_3 = 0; (var_3 < var_4 &... | (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: (type_identifier) declarator: (pointer... |
1171_putty_and_putty_strip.c | bigmuladd | FUN_0016b321 | bigmuladd |
Bignum_conflict bigmuladd(Bignum_conflict a,Bignum_conflict b,Bignum_conflict addend)
{
BignumInt BVar1;
int iVar2;
int iVar3;
int len;
int iVar4;
BignumInt *a_00;
Bignum_conflict pBVar5;
BignumInt BVar6;
ulong uVar7;
Bignum_conflict addend_local;
Bignum_conflict b_local;
Bignum_conflict a_loc... |
long * FUN_0016b321(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)
{
int iVar1;
int iVar2;
int iVar3;
int iVar4;
long lVar5;
undefined8 uVar6;
long *plVar7;
long lVar8;
ulong uVar9;
ulong uVar10;
int local_8c;
int local_88;
int local_84;
ulong local_70;
iVar1 = (int)*par... | (translation_unit "long * FUN_0016b321(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n long lVar5;\n undefined8 uVar6;\n long *plVar7;\n long lVar8;\n ulong uVar9;\n ulong uVar10;\n int local_8c;\n int local_88;\n int local_84;\n ulon... | PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x88
MOV qword ptr [RBP + -0x98],RDI
MOV qword ptr [RBP + -0xa0],RSI
MOV qword ptr [RBP + -0xa8],RDX
MOV RAX,qword ptr [RBP + -0x98]
MOV RAX,qword ptr [RAX]
MOV dword ptr [RBP + -0x78],EAX
MOV RAX,qword ptr [RBP + -0xa0]
MOV RAX,qword ptr [RAX]
M... |
type_1 function_1(type_1 a,type_1 b,type_1 var_10)
{
type_2 BVar1;
int var_1;
int var_2;
int var_5;
int var_4;
type_2 *var_9;
type_1 pBVar5;
type_2 var_13;
type_3 var_14;
type_1 addend_local;
type_1 b_local;
type_1 a_local;
int var_11;
int var_7;
int var_17;
int alen;
int blen;
int... | (translation_unit "Bignum_conflict bigmuladd(Bignum_conflict a,Bignum_conflict b,Bignum_conflict addend)\n\n{\n BignumInt BVar1;\n int iVar2;\n int iVar3;\n int len;\n int iVar4;\n BignumInt *a_00;\n Bignum_conflict pBVar5;\n BignumInt BVar6;\n ulong uVar7;\n Bignum_conflict addend_local;\n Bignum_conflict b... | (translation_unit "type_1 function_1(type_1 a,type_1 b,type_1 var_10)\n\n{\n type_2 BVar1;\n int var_1;\n int var_2;\n int var_5;\n int var_4;\n type_2 *var_9;\n type_1 pBVar5;\n type_2 var_13;\n type_3 var_14;\n type_1 addend_local;\n type_1 b_local;\n type_1 a_local;\n int var_11;\n int var_7;\n int va... | (translation_unit (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)) (parameter_declaration ty... |
1185_putty_and_putty_strip.c | chacha20_key | FUN_0016cc1b | chacha20_key |
void chacha20_key(chacha20 *ctx,uchar *key)
{
uchar *key_local;
chacha20 *ctx_local;
ctx->state[0] =
CONCAT13(chacha20_key::constant[3],
CONCAT12(chacha20_key::constant[2],
CONCAT11(chacha20_key::constant[1],chacha20_key::constant[0])));
ctx->state[1] =
... |
void FUN_0016cc1b(undefined4 *param_1,undefined4 *param_2)
{
*param_1 = CONCAT13(s_expand_32_byte_k_0020dba0[3],
CONCAT12(s_expand_32_byte_k_0020dba0[2],
CONCAT11(s_expand_32_byte_k_0020dba0[1],
s_expand_32_byte_k_0020dba0[... | (translation_unit "void FUN_0016cc1b(undefined4 *param_1,undefined4 *param_2)\n\n{\n *param_1 = CONCAT13(s_expand_32_byte_k_0020dba0[3],\n CONCAT12(s_expand_32_byte_k_0020dba0[2],\n CONCAT11(s_expand_32_byte_k_0020dba0[1],\n s_ex... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOVZX EAX,byte ptr [0x0020dba0]
MOVZX EAX,AL
MOVZX EDX,byte ptr [0x0020dba1]
MOVZX EDX,DL
SHL EDX,0x8
OR EDX,EAX
MOVZX EAX,byte ptr [0x0020dba2]
MOVZX EAX,AL
SHL EAX,0x10
OR EDX,EAX
MOVZX EAX,byte ptr [0x0020dba3]
MOVZX EAX,AL
SHL EAX,0... |
void function_1(type_1 *ctx,type_2 *var_4)
{
type_2 *key_local;
type_1 *ctx_local;
ctx->state[0] =
var_1(function_1::constant[3],
var_2(function_1::constant[2],
var_3(function_1::constant[1],function_1::constant[0])));
ctx->state[1] =
var_1(function_1:... | (translation_unit "void chacha20_key(chacha20 *ctx,uchar *key)\n\n{\n uchar *key_local;\n chacha20 *ctx_local;\n \n ctx->state[0] =\n CONCAT13(chacha20_key::constant[3],\n CONCAT12(chacha20_key::constant[2],\n CONCAT11(chacha20_key::constant[1],chacha20_key::constant[0])... | (translation_unit "void function_1(type_1 *ctx,type_2 *var_4)\n\n{\n type_2 *key_local;\n type_1 *ctx_local;\n \n ctx->state[0] =\n var_1(function_1::constant[3],\n var_2(function_1::constant[2],\n var_3(function_1::constant[1],function_1::constant[0])));\n ctx->state[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: (type_identifier) declarator: (pointe... |
1292_putty_and_putty_strip.c | ec_p384 | FUN_00176907 | ec_p384 |
/* WARNING: Unknown calling convention */
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
ec_curve * ec_p384(void)
{
if (ec_p384::initialised == '\0') {
initialise_wcurve(&ec_p384::curve,0x180,ec_p384::lexical_block_2::p,ec_p384::lexical_block_2::a,
ec_p384::lexic... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
undefined * FUN_00176907(void)
{
if (DAT_00235b08 == '\0') {
FUN_0017659a(&DAT_00235b20,0x180,&DAT_0020f580,&DAT_0020f5c0,&DAT_0020f600,&DAT_0020f640,
&DAT_0020f680,&DAT_0020f6c0);
DAT_00235b28 = "nistp384... | (translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n\nundefined * FUN_00176907(void)\n\n{\n if (DAT_00235b08 == '\0') {\n FUN_0017659a(&DAT_00235b20,0x180,&DAT_0020f580,&DAT_0020f5c0,&DAT_0020f600,&DAT_0020f640,\n &DAT_0020f680,&DAT_0020f6c0);\n ... | PUSH RBP
MOV RBP,RSP
MOVZX EAX,byte ptr [0x00235b08]
TEST AL,AL
JNZ 0x0017697a
LEA RAX,[0x20f6c0]
PUSH RAX
LEA RAX,[0x20f680]
PUSH RAX
LEA R9,[0x20f640]
LEA R8,[0x20f600]
LEA RCX,[0x20f5c0]
LEA RDX,[0x20f580]
MOV ESI,0x180
LEA RDI,[0x235b20]
CALL 0x0017659a
ADD RSP,0x10
LEA RAX,[0x20f2e9]
MOV qword ptr [0x00235b28],RAX... |
/* WARNING: Unknown calling convention */
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 * function_1(void)
{
if (function_1::var_1 == '\0') {
var_2(&function_1::curve,0x180,function_1::lexical_block_2::p,function_1::lexical_block_2::a,
function_1::lexical... | (translation_unit "/* WARNING: Unknown calling convention */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nec_curve * ec_p384(void)\n\n{\n if (ec_p384::initialised == '\0') {\n initialise_wcurve(&ec_p384::curve,0x180,ec_p384::lexical_block_2::p,ec_p384::lexical_block_2::a,\n ... | (translation_unit "/* WARNING: Unknown calling convention */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(void)\n\n{\n if (function_1::var_1 == '\0') {\n var_2(&function_1::curve,0x180,function_1::lexical_block_2::p,function_1::lexical_block_2::a,\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))))) body: (compound_statement (if_statement condition: (parenthesized_exp... |
1014_putty_and_putty_strip.c | ssh_channel_msg | FUN_0015236c | ssh_channel_msg |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
ssh_channel * ssh_channel_msg(Ssh_conflict ssh,Packet *pktin)
{
uint uVar1;
ulong uVar2;
ssh_channel *psVar3;
char *pcVar4;
char *pcVar5;
long in_FS_OFFSET;
Packet *pktin_local;
Ssh_conflict ssh_local;
uint localid;
int half... |
long FUN_0015236c(long param_1,ulong *param_2)
{
undefined4 uVar1;
long lVar2;
undefined8 uVar3;
char *pcVar4;
long in_FS_OFFSET;
undefined4 local_38;
int local_34;
long local_30;
undefined8 local_28;
long local_20;
local_20 = *(long *)(in_FS_OFFSET + 0x28);
local_38 = FUN_00141be2(param_2)... | (translation_unit "long FUN_0015236c(long param_1,ulong *param_2)\n\n{\n undefined4 uVar1;\n long lVar2;\n undefined8 uVar3;\n char *pcVar4;\n long in_FS_OFFSET;\n undefined4 local_38;\n int local_34;\n long local_30;\n undefined8 local_28;\n long local_20;\n \n local_20 = *(long *)(in_FS_OFFSET + 0x28);\n ... | PUSH RBP
MOV RBP,RSP
PUSH R12
PUSH RBX
SUB RSP,0x30
MOV qword ptr [RBP + -0x38],RDI
MOV qword ptr [RBP + -0x40],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x40]
MOV RDI,RAX
CALL 0x00141be2
MOV dword ptr [RBP + -0x30],EAX
MOV RAX,qword ptr [RBP + -0x38]
MOV EAX,... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 * function_1(type_2 ssh,type_3 *pktin)
{
type_4 uVar1;
type_5 uVar2;
type_1 *var_4;
char *pcVar4;
char *pcVar5;
long var_1;
type_3 *pktin_local;
type_2 ssh_local;
type_4 localid;
int var_5;
type_1 *c;
char *buf;
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nssh_channel * ssh_channel_msg(Ssh_conflict ssh,Packet *pktin)\n\n{\n uint uVar1;\n ulong uVar2;\n ssh_channel *psVar3;\n char *pcVar4;\n char *pcVar5;\n long in_FS_OFFSET;\n Packet *pktin_local;\n Ssh_conflict ssh_loc... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(type_2 ssh,type_3 *pktin)\n\n{\n type_4 uVar1;\n type_5 uVar2;\n type_1 *var_4;\n char *pcVar4;\n char *pcVar5;\n long var_1;\n type_3 *pktin_local;\n type_2 ssh_local;\n type_4 localid;\n int va... | (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: (identifier)) (parameter_declaration type: (type_identifier) declarato... |
1075_putty_and_putty_strip.c | ssh_ldisc | FUN_0015d8a2 | ssh_ldisc |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int ssh_ldisc(void *handle,int option)
{
int iVar1;
int option_local;
void *handle_local;
Ssh_conflict ssh;
if (option == 1) {
iVar1 = *(int *)((long)handle + 0x178);
}
else if (option == 0) {
iVar1 = *(int *)((long)han... |
undefined4 FUN_0015d8a2(long param_1,int param_2)
{
undefined4 uVar1;
if (param_2 == 1) {
uVar1 = *(undefined4 *)(param_1 + 0x178);
}
else if (param_2 == 0) {
uVar1 = *(undefined4 *)(param_1 + 0x17c);
}
else {
uVar1 = 0;
}
return uVar1;
}
| (translation_unit "undefined4 FUN_0015d8a2(long param_1,int param_2)\n\n{\n undefined4 uVar1;\n \n if (param_2 == 1) {\n uVar1 = *(undefined4 *)(param_1 + 0x178);\n }\n else if (param_2 == 0) {\n uVar1 = *(undefined4 *)(param_1 + 0x17c);\n }\n else {\n uVar1 = 0;\n }\n return uVar1;\n}\n\n" (function_... | PUSH RBP
MOV RBP,RSP
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],0x1
JNZ 0x0015d8c7
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x178]
JMP 0x0015d8de
CMP dword ptr [RBP + -0x1c],0x0
JNZ 0x0015d8d9
... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int function_1(void *handle,int var_1)
{
int iVar1;
int option_local;
void *handle_local;
type_1 ssh;
if (var_1 == 1) {
iVar1 = *(int *)((long)handle + 0x178);
}
else if (var_1 == 0) {
iVar1 = *(int *)((long)handle + 0x... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint ssh_ldisc(void *handle,int option)\n\n{\n int iVar1;\n int option_local;\n void *handle_local;\n Ssh_conflict ssh;\n \n if (option == 1) {\n iVar1 = *(int *)((long)handle + 0x178);\n }\n else if (option == 0) {... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(void *handle,int var_1)\n\n{\n int iVar1;\n int option_local;\n void *handle_local;\n type_1 ssh;\n \n if (var_1 == 1) {\n iVar1 = *(int *)((long)handle + 0x178);\n }\n else if (var_1 == 0) {\n iV... | (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: (primitive_type) declarator:... |
1094_putty_and_putty_strip.c | aes_free_context | FUN_00163baf | aes_free_context |
void aes_free_context(void *handle)
{
void *handle_local;
safefree(handle);
return;
}
|
void FUN_00163baf(undefined8 param_1)
{
FUN_0012e243(param_1);
return;
}
| (translation_unit "void FUN_00163baf(undefined8 param_1)\n\n{\n FUN_0012e243(param_1);\n return;\n}\n\n" (function_definition "void FUN_00163baf(undefined8 param_1)\n\n{\n FUN_0012e243(param_1);\n return;\n}" primitive_type (function_declarator "FUN_00163baf(undefined8 param_1)" identifier (parameter_list "(undefin... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x0012e243
NOP
LEAVE
RET |
void function_1(void *handle)
{
void *handle_local;
var_1(handle);
return;
}
| (translation_unit "void aes_free_context(void *handle)\n\n{\n void *handle_local;\n \n safefree(handle);\n return;\n}\n\n" (function_definition "void aes_free_context(void *handle)\n\n{\n void *handle_local;\n \n safefree(handle);\n return;\n}" primitive_type (function_declarator "aes_free_context(void *handle)... | (translation_unit "void function_1(void *handle)\n\n{\n void *handle_local;\n \n var_1(handle);\n return;\n}\n\n" (function_definition "void function_1(void *handle)\n\n{\n void *handle_local;\n \n var_1(handle);\n return;\n}" primitive_type (function_declarator "function_1(void *handle)" identifier (parameter_... | (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... |
1330_putty_and_putty_strip.c | ecdsa_newkey | FUN_0017a1d9 | ecdsa_newkey |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void * ecdsa_newkey(ssh_signkey *self,char *data,int len)
{
int iVar1;
ec_key *peVar2;
long in_FS_OFFSET;
int len_local;
char *data_local;
ssh_signkey *self_local;
int slen;
char *p;
ec_key *ec;
ecsign_extra *extra;
ec_cur... |
long * FUN_0017a1d9(long param_1,undefined8 param_2,undefined4 param_3)
{
int iVar1;
long *plVar2;
long in_FS_OFFSET;
undefined4 local_4c;
undefined8 local_48;
long local_40;
undefined4 local_34;
long local_30;
long *local_28;
undefined8 *local_20;
int *local_18;
long local_10;
local_10 =... | (translation_unit "long * FUN_0017a1d9(long param_1,undefined8 param_2,undefined4 param_3)\n\n{\n int iVar1;\n long *plVar2;\n long in_FS_OFFSET;\n undefined4 local_4c;\n undefined8 local_48;\n long local_40;\n undefined4 local_34;\n long local_30;\n long *local_28;\n undefined8 *local_20;\n int *local_18;\n... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x38],RDI
MOV qword ptr [RBP + -0x40],RSI
MOV dword ptr [RBP + -0x44],EDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x38]
MOV RAX,qword ptr [RAX + 0x70]
MOV qword ptr [RBP + -0x18],RAX
LEA RCX,[RBP + -0x2c]
LE... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void * function_1(type_1 *self,char *data,int len)
{
int var_8;
type_2 *peVar2;
long var_1;
int len_local;
char *data_local;
type_1 *self_local;
int slen;
char *var_3;
type_2 *ec;
type_3 *extra;
type_4 *curve;
long var_1... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid * ecdsa_newkey(ssh_signkey *self,char *data,int len)\n\n{\n int iVar1;\n ec_key *peVar2;\n long in_FS_OFFSET;\n int len_local;\n char *data_local;\n ssh_signkey *self_local;\n int slen;\n char *p;\n ec_key *ec;\... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid * function_1(type_1 *self,char *data,int len)\n\n{\n int var_8;\n type_2 *peVar2;\n long var_1;\n int len_local;\n char *data_local;\n type_1 *self_local;\n int slen;\n char *var_3;\n type_2 *ec;\n type_3 *extr... | (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... |
1138_putty_and_putty_strip.c | freebn | FUN_00166d90 | freebn |
void freebn(Bignum_conflict b)
{
Bignum_conflict b_local;
smemclr(b,(*b + 1) * 8);
safefree(b);
return;
}
|
void FUN_00166d90(long *param_1)
{
FUN_0012e30b(param_1,(*param_1 + 1) * 8);
FUN_0012e243(param_1);
return;
}
| (translation_unit "void FUN_00166d90(long *param_1)\n\n{\n FUN_0012e30b(param_1,(*param_1 + 1) * 8);\n FUN_0012e243(param_1);\n return;\n}\n\n" (function_definition "void FUN_00166d90(long *param_1)\n\n{\n FUN_0012e30b(param_1,(*param_1 + 1) * 8);\n FUN_0012e243(param_1);\n return;\n}" primitive_type (function_de... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
ADD RAX,0x1
LEA RDX,[RAX*0x8]
MOV RAX,qword ptr [RBP + -0x8]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x0012e30b
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x0012e243
NOP
LEAVE
RET |
void function_1(type_1 b)
{
type_1 b_local;
var_1(b,(*b + 1) * 8);
var_2(b);
return;
}
| (translation_unit "void freebn(Bignum_conflict b)\n\n{\n Bignum_conflict b_local;\n \n smemclr(b,(*b + 1) * 8);\n safefree(b);\n return;\n}\n\n" (function_definition "void freebn(Bignum_conflict b)\n\n{\n Bignum_conflict b_local;\n \n smemclr(b,(*b + 1) * 8);\n safefree(b);\n return;\n}" primitive_type (funct... | (translation_unit "void function_1(type_1 b)\n\n{\n type_1 b_local;\n \n var_1(b,(*b + 1) * 8);\n var_2(b);\n return;\n}\n\n" (function_definition "void function_1(type_1 b)\n\n{\n type_1 b_local;\n \n var_1(b,(*b + 1) * 8);\n var_2(b);\n return;\n}" primitive_type (function_declarator "function_1(type_1 b)" ... | (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)) (express... |
1307_putty_and_putty_strip.c | ecp_doublem | FUN_00177c06 | ecp_doublem |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
ec_point * ecp_doublem(ec_point *a)
{
Bignum_conflict pBVar1;
Bignum_conflict pBVar2;
Bignum_conflict pBVar3;
Bignum_conflict pBVar4;
Bignum_conflict pBVar5;
Bignum_conflict q;
ec_point *peVar6;
ec_point *a_local;
Bignum z;
... |
undefined8 FUN_00177c06(long *param_1)
{
undefined8 uVar1;
undefined8 uVar2;
undefined8 uVar3;
undefined8 uVar4;
undefined8 uVar5;
long lVar6;
undefined *local_58;
local_58 = (undefined *)param_1[3];
if (local_58 == (undefined *)0x0) {
local_58 = PTR_DAT_002348c8;
}
uVar1 = FUN_00176b42(p... | (translation_unit "undefined8 FUN_00177c06(long *param_1)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n long lVar6;\n undefined *local_58;\n \n local_58 = (undefined *)param_1[3];\n if (local_58 == (undefined *)0x0) {\n local_58 = PTR_DAT_002348c... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x58],RDI
MOV RAX,qword ptr [RBP + -0x58]
MOV RAX,qword ptr [RAX + 0x18]
MOV qword ptr [RBP + -0x50],RAX
CMP qword ptr [RBP + -0x50],0x0
JNZ 0x00177c30
MOV RAX,qword ptr [0x002348c8]
MOV qword ptr [RBP + -0x50],RAX
MOV RAX,qword ptr [RBP + -0x58]
MOV RDX,qword ptr... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 * function_1(type_1 *a)
{
type_2 pBVar1;
type_2 pBVar2;
type_2 pBVar3;
type_2 pBVar4;
type_2 pBVar5;
type_2 var_9;
type_1 *peVar6;
type_1 *a_local;
type_3 var_1;
type_3 tmp;
type_3 xpz;
type_3 xmz;
type_3 outx;
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nec_point * ecp_doublem(ec_point *a)\n\n{\n Bignum_conflict pBVar1;\n Bignum_conflict pBVar2;\n Bignum_conflict pBVar3;\n Bignum_conflict pBVar4;\n Bignum_conflict pBVar5;\n Bignum_conflict q;\n ec_point *peVar6;\n ec_... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(type_1 *a)\n\n{\n type_2 pBVar1;\n type_2 pBVar2;\n type_2 pBVar3;\n type_2 pBVar4;\n type_2 pBVar5;\n type_2 var_9;\n type_1 *peVar6;\n type_1 *a_local;\n type_3 var_1;\n type_3 tmp;\n type_3 x... | (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... |
1827_putty_and_putty_strip.c | listbox_doubleclick | FUN_001b4d14 | listbox_doubleclick |
void listbox_doubleclick(GtkTreeView *treeview,GtkTreePath *path,GtkTreeViewColumn *column,
gpointer data)
{
undefined8 uVar1;
GtkWidget *w;
uctrl *puVar2;
gpointer data_local;
GtkTreeViewColumn *column_local;
GtkTreePath *path_local;
GtkTreeView *treeview_local;
dlgparam *dp;
... |
void FUN_001b4d14(undefined8 param_1,undefined8 param_2,undefined8 param_3,long param_4)
{
undefined8 uVar1;
long *plVar2;
uVar1 = gtk_widget_get_type();
uVar1 = g_type_check_instance_cast(param_1,uVar1);
plVar2 = (long *)FUN_001b2d4d(param_4,uVar1);
if (plVar2 != (long *)0x0) {
(**(code **)(*plVar... | (translation_unit "void FUN_001b4d14(undefined8 param_1,undefined8 param_2,undefined8 param_3,long param_4)\n\n{\n undefined8 uVar1;\n long *plVar2;\n \n uVar1 = gtk_widget_get_type();\n uVar1 = g_type_check_instance_cast(param_1,uVar1);\n plVar2 = (long *)FUN_001b2d4d(param_4,uVar1);\n if (plVar2 != (long *)0x0... | 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 qword ptr [RBP + -0x30],RCX
MOV RAX,qword ptr [RBP + -0x30]
MOV qword ptr [RBP + -0x10],RAX
CALL 0x00114510
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x001... |
void function_1(type_1 *treeview,type_2 *path,type_3 *column,
type_4 data)
{
type_5 uVar1;
type_6 *w;
type_7 *var_4;
type_4 data_local;
type_3 *column_local;
type_2 *path_local;
type_1 *treeview_local;
type_8 *dp;
type_7 *uc;
uVar1 = var_1();
w = (type_6 *)var_2(treevi... | (translation_unit "void listbox_doubleclick(GtkTreeView *treeview,GtkTreePath *path,GtkTreeViewColumn *column,\n gpointer data)\n\n{\n undefined8 uVar1;\n GtkWidget *w;\n uctrl *puVar2;\n gpointer data_local;\n GtkTreeViewColumn *column_local;\n GtkTreePath *path_local;\n GtkTreeView *tree... | (translation_unit "void function_1(type_1 *treeview,type_2 *path,type_3 *column,\n type_4 data)\n\n{\n type_5 uVar1;\n type_6 *w;\n type_7 *var_4;\n type_4 data_local;\n type_3 *column_local;\n type_2 *path_local;\n type_1 *treeview_local;\n type_8 *dp;\n type_7 *uc;\n \n uVar1 = 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: (type_identifier) declarator: (pointe... |
1660_putty_and_putty_strip.c | set_erase_char | FUN_0019c88b | set_erase_char |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void set_erase_char(Terminal *term)
{
ulong uVar1;
undefined4 uVar2;
Terminal *term_local;
uVar1 = (term->basic_erase_char).attr;
(term->erase_char).chr = (term->basic_erase_char).chr;
(term->erase_char).attr = uVar1;
uVar2 = *... |
void FUN_0019c88b(long param_1)
{
*(undefined8 *)(param_1 + 0x88) = *(undefined8 *)(param_1 + 0x70);
*(undefined8 *)(param_1 + 0x90) = *(undefined8 *)(param_1 + 0x78);
*(undefined8 *)(param_1 + 0x98) = *(undefined8 *)(param_1 + 0x80);
if (*(int *)(param_1 + 0x108) != 0) {
*(ulong *)(param_1 + 0x90) = (ulo... | (translation_unit "void FUN_0019c88b(long param_1)\n\n{\n *(undefined8 *)(param_1 + 0x88) = *(undefined8 *)(param_1 + 0x70);\n *(undefined8 *)(param_1 + 0x90) = *(undefined8 *)(param_1 + 0x78);\n *(undefined8 *)(param_1 + 0x98) = *(undefined8 *)(param_1 + 0x80);\n if (*(int *)(param_1 + 0x108) != 0) {\n *(ulong ... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV RCX,qword ptr [RBP + -0x8]
MOV RSI,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RSI + 0x70]
MOV RDX,qword ptr [RSI + 0x78]
MOV qword ptr [RCX + 0x88],RAX
MOV qword ptr [RCX + 0x90],RDX
MOV RAX,qword ptr [RSI + 0x80]
MOV qword ptr [RCX + 0x98],RAX
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 uVar1;
type_3 uVar2;
type_1 *term_local;
uVar1 = (term->basic_erase_char).attr;
(term->erase_char).chr = (term->basic_erase_char).chr;
(term->erase_char).attr = uVar1;
uVar2 = *(type_3 *)&... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid set_erase_char(Terminal *term)\n\n{\n ulong uVar1;\n undefined4 uVar2;\n Terminal *term_local;\n \n uVar1 = (term->basic_erase_char).attr;\n (term->erase_char).chr = (term->basic_erase_char).chr;\n (term->erase_ch... | (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 uVar1;\n type_3 uVar2;\n type_1 *term_local;\n \n uVar1 = (term->basic_erase_char).attr;\n (term->erase_char).chr = (term->basic_erase_char).chr;\n (term->erase_char).attr = ... | (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... |
1801_putty_and_putty_strip.c | dlg_listbox_getid | FUN_001b3759 | 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_001b3759(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_001b3759(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... |
1730_putty_and_putty_strip.c | find234 | FUN_001ae652 | find234 |
void * find234(tree234 *t,void *e,cmpfn234 cmp)
{
void *pvVar1;
cmpfn234 cmp_local;
void *e_local;
tree234 *t_local;
pvVar1 = findrelpos234(t,e,cmp,0,(int *)0x0);
return pvVar1;
}
|
void FUN_001ae652(undefined8 param_1,undefined8 param_2,undefined8 param_3)
{
FUN_001ae420(param_1,param_2,param_3,0,0);
return;
}
| (translation_unit "void FUN_001ae652(undefined8 param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001ae420(param_1,param_2,param_3,0,0);\n return;\n}\n\n" (function_definition "void FUN_001ae652(undefined8 param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001ae420(param_1,param_2,param_3,0,0);\n ret... | 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 RDX,qword ptr [RBP + -0x18]
MOV RSI,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RBP + -0x8]
MOV R8D,0x0
MOV ECX,0x0
MOV RDI,RAX
CALL 0x001ae420
LEAVE
RET |
void * function_1(type_1 *t,void *e,type_2 cmp)
{
void *pvVar1;
type_2 cmp_local;
void *e_local;
type_1 *t_local;
pvVar1 = var_1(t,e,cmp,0,(int *)0x0);
return pvVar1;
}
| (translation_unit "void * find234(tree234 *t,void *e,cmpfn234 cmp)\n\n{\n void *pvVar1;\n cmpfn234 cmp_local;\n void *e_local;\n tree234 *t_local;\n \n pvVar1 = findrelpos234(t,e,cmp,0,(int *)0x0);\n return pvVar1;\n}\n\n" (function_definition "void * find234(tree234 *t,void *e,cmpfn234 cmp)\n\n{\n void *pvVar1... | (translation_unit "void * function_1(type_1 *t,void *e,type_2 cmp)\n\n{\n void *pvVar1;\n type_2 cmp_local;\n void *e_local;\n type_1 *t_local;\n \n pvVar1 = var_1(t,e,cmp,0,(int *)0x0);\n return pvVar1;\n}\n\n" (function_definition "void * function_1(type_1 *t,void *e,type_2 cmp)\n\n{\n void *pvVar1;\n type_2... | (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... |
1782_putty_and_putty_strip.c | uctrl_cmp_byctrl_find | FUN_001b2ac7 | uctrl_cmp_byctrl_find |
int uctrl_cmp_byctrl_find(void *av,void *bv)
{
int iVar1;
void *bv_local;
void *av_local;
control *a;
uctrl *b;
/* WARNING: Load size is inaccurate */
if (av < *bv) {
iVar1 = -1;
}
else {
/* WARNING: Load size is inaccurate */
if (*bv < av) {
iV... |
undefined8 FUN_001b2ac7(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_001b2ac7(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_001b2ac7(u... | 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 + -0x8]
MOV RAX,qword ptr [RAX]
CMP qword ptr [RBP + -0x10],RAX
JNC 0x001b2af7
MOV EA... |
int function_1(void *var_1,void *bv)
{
int iVar1;
void *bv_local;
void *av_local;
type_1 *a;
type_2 *b;
/* WARNING: Load size is inaccurate */
if (var_1 < *bv) {
iVar1 = -1;
}
else {
/* WARNING: Load size is inaccurate */
if (*bv < var_1) {
iVar... | (translation_unit "int uctrl_cmp_byctrl_find(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n control *a;\n uctrl *b;\n \n /* WARNING: Load size is inaccurate */\n if (av < *bv) {\n iVar1 = -1;\n }\n else {\n /* WARNING: Load size is inaccurate... | (translation_unit "int function_1(void *var_1,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n type_1 *a;\n type_2 *b;\n \n /* WARNING: Load size is inaccurate */\n if (var_1 < *bv) {\n iVar1 = -1;\n }\n else {\n /* WARNING: Load size is inaccurate */\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_... |
1021_putty_and_putty_strip.c | ssh_sharing_downstream_disconnected | FUN_00152950 | ssh_sharing_downstream_disconnected |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void ssh_sharing_downstream_disconnected(Ssh_conflict ssh,uint id)
{
uint id_local;
Ssh_conflict ssh_local;
logeventf(ssh,"Connection sharing downstream #%u disconnected",(ulong)id);
ssh_check_termination(ssh);
return;
}
|
void FUN_00152950(undefined8 param_1,undefined4 param_2)
{
FUN_0013c7b6(param_1,"Connection sharing downstream #%u disconnected",param_2);
FUN_00152848(param_1);
return;
}
| (translation_unit "void FUN_00152950(undefined8 param_1,undefined4 param_2)\n\n{\n FUN_0013c7b6(param_1,"Connection sharing downstream #%u disconnected",param_2);\n FUN_00152848(param_1);\n return;\n}\n\n" (function_definition "void FUN_00152950(undefined8 param_1,undefined4 param_2)\n\n{\n FUN_0013c7b6(param_1,"Co... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV EDX,dword ptr [RBP + -0xc]
MOV RAX,qword ptr [RBP + -0x8]
LEA RSI,[0x208d90]
MOV RDI,RAX
MOV EAX,0x0
CALL 0x0013c7b6
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x00152848
NOP
LEAVE
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 ssh,type_2 id)
{
type_2 id_local;
type_1 ssh_local;
var_1(ssh,"Connection sharing downstream #%u disconnected",(type_3)id);
var_2(ssh);
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid ssh_sharing_downstream_disconnected(Ssh_conflict ssh,uint id)\n\n{\n uint id_local;\n Ssh_conflict ssh_local;\n \n logeventf(ssh,"Connection sharing downstream #%u disconnected",(ulong)id);\n ssh_check_termination(s... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 ssh,type_2 id)\n\n{\n type_2 id_local;\n type_1 ssh_local;\n \n var_1(ssh,"Connection sharing downstream #%u disconnected",(type_3)id);\n var_2(ssh);\n return;\n}\n\n" comment (function_definition... | (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)))) body: (compoun... |
1532_putty_and_putty_strip.c | share_remove_halfchannel | FUN_0018f93e | share_remove_halfchannel |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void share_remove_halfchannel(ssh_sharing_connstate *cs,share_halfchannel *hc)
{
share_halfchannel *hc_local;
ssh_sharing_connstate *cs_local;
del234(cs->halfchannels,hc);
safefree(hc);
return;
}
|
void FUN_0018f93e(long param_1,undefined8 param_2)
{
FUN_001af5c6(*(undefined8 *)(param_1 + 0x4048),param_2);
FUN_0012e243(param_2);
return;
}
| (translation_unit "void FUN_0018f93e(long param_1,undefined8 param_2)\n\n{\n FUN_001af5c6(*(undefined8 *)(param_1 + 0x4048),param_2);\n FUN_0012e243(param_2);\n return;\n}\n\n" (function_definition "void FUN_0018f93e(long param_1,undefined8 param_2)\n\n{\n FUN_001af5c6(*(undefined8 *)(param_1 + 0x4048),param_2);\n ... | 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 + -0x8]
MOV RAX,qword ptr [RAX + 0x4048]
MOV RDX,qword ptr [RBP + -0x10]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x001af5c6
MOV RAX,qword ptr [RBP + -0x10]
MOV RDI,RAX
CALL 0x0012e243
NOP
LEAVE
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *cs,type_2 *hc)
{
type_2 *hc_local;
type_1 *cs_local;
var_1(cs->halfchannels,hc);
var_2(hc);
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid share_remove_halfchannel(ssh_sharing_connstate *cs,share_halfchannel *hc)\n\n{\n share_halfchannel *hc_local;\n ssh_sharing_connstate *cs_local;\n \n del234(cs->halfchannels,hc);\n safefree(hc);\n return;\n}\n\n" c... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *cs,type_2 *hc)\n\n{\n type_2 *hc_local;\n type_1 *cs_local;\n \n var_1(cs->halfchannels,hc);\n var_2(hc);\n return;\n}\n\n" comment (function_definition "void function_1(type_1 *cs,type_2 *hc)\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... |
1294_putty_and_putty_strip.c | ec_curve25519 | FUN_001769ff | ec_curve25519 |
/* WARNING: Unknown calling convention */
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
ec_curve * ec_curve25519(void)
{
if (ec_curve25519::initialised == '\0') {
initialise_mcurve(&ec_curve25519::curve,0x100,ec_curve25519::lexical_block_2::p,"","","");
ec_curve25519::curve.name ... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
undefined * FUN_001769ff(void)
{
if (DAT_00235c08 == '\0') {
FUN_001766a8(&DAT_00235c20,0x100,&DAT_0020f940,&DAT_0020f960,&DAT_0020f980,&DAT_0020f9a0);
_DAT_00235c28 = 0;
_DAT_00235c30 = "Curve25519";
DAT_00235c08 ... | (translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n\nundefined * FUN_001769ff(void)\n\n{\n if (DAT_00235c08 == '\0') {\n FUN_001766a8(&DAT_00235c20,0x100,&DAT_0020f940,&DAT_0020f960,&DAT_0020f980,&DAT_0020f9a0);\n _DAT_00235c28 = 0;\n _DAT_00235c30 = "Curv... | PUSH RBP
MOV RBP,RSP
MOVZX EAX,byte ptr [0x00235c08]
TEST AL,AL
JNZ 0x00176a5b
LEA R9,[0x20f9a0]
LEA R8,[0x20f980]
LEA RCX,[0x20f960]
LEA RDX,[0x20f940]
MOV ESI,0x100
LEA RDI,[0x235c20]
CALL 0x001766a8
MOV qword ptr [0x00235c28],0x0
LEA RAX,[0x20f2fb]
MOV qword ptr [0x00235c30],RAX
MOV byte ptr [0x00235c08],0x1
LEA RAX... |
/* WARNING: Unknown calling convention */
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 * function_1(void)
{
if (function_1::initialised == '\0') {
var_1(&function_1::curve,0x100,function_1::lexical_block_2::p,"","","");
ec_curve25519::curve.name = (char *)0x0;
ec_curv... | (translation_unit "/* WARNING: Unknown calling convention */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nec_curve * ec_curve25519(void)\n\n{\n if (ec_curve25519::initialised == '\0') {\n initialise_mcurve(&ec_curve25519::curve,0x100,ec_curve25519::lexical_block_2::p,"","","");\n ... | (translation_unit "/* WARNING: Unknown calling convention */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(void)\n\n{\n if (function_1::initialised == '\0') {\n var_1(&function_1::curve,0x100,function_1::lexical_block_2::p,"","","");\n ec_curve25519::curve.name ... | (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))))) body: (compound_statement (if_statement condition: (parenthesized_exp... |
1679_putty_and_putty_strip.c | do_osc | FUN_001a0581 | do_osc |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void do_osc(Terminal *term)
{
wchar_t wVar1;
uint uVar2;
Terminal *term_local;
if (term->osc_w != L'\0') {
while (wVar1 = term->osc_strlen, term->osc_strlen = wVar1 + L'\xffffffff', wVar1 != L'\0') {
term->wordness[(int)(ui... |
void FUN_001a0581(long param_1)
{
int iVar1;
uint uVar2;
if (*(int *)(param_1 + 0xaa4) != 0) {
while (iVar1 = *(int *)(param_1 + 0x29c), *(int *)(param_1 + 0x29c) = iVar1 + -1, iVar1 != 0) {
*(short *)(param_1 + 8 +
((long)(int)(uint)*(byte *)(param_1 + 0x2a0 + (long)*(int *)(param_... | (translation_unit "void FUN_001a0581(long param_1)\n\n{\n int iVar1;\n uint uVar2;\n \n if (*(int *)(param_1 + 0xaa4) != 0) {\n while (iVar1 = *(int *)(param_1 + 0x29c), *(int *)(param_1 + 0x29c) = iVar1 + -1, iVar1 != 0) {\n *(short *)(param_1 + 8 +\n ((long)(int)(uint)*(byte *)(param_1 + 0x... | 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 + 0xaa4]
TEST EAX,EAX
JZ 0x001a05f5
JMP 0x001a05d5
MOV RAX,qword ptr [RBP + -0x8]
MOV ECX,dword ptr [RAX + 0x214]
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x29c]
MOV RDX,qword ptr [RBP +... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *term)
{
type_2 var_1;
type_3 var_2;
type_1 *term_local;
if (term->osc_w != L'\0') {
while (var_1 = term->osc_strlen, term->osc_strlen = var_1 + L'\xffffffff', var_1 != L'\0') {
term->wordness[(int)(t... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid do_osc(Terminal *term)\n\n{\n wchar_t wVar1;\n uint uVar2;\n Terminal *term_local;\n \n if (term->osc_w != L'\0') {\n while (wVar1 = term->osc_strlen, term->osc_strlen = wVar1 + L'\xffffffff', wVar1 != L'\0') {\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_2 var_1;\n type_3 var_2;\n type_1 *term_local;\n \n if (term->osc_w != L'\0') {\n while (var_1 = term->osc_strlen, term->osc_strlen = var_1 + L'\xffffffff', var_1 != L'\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))))) body: (compound_statement (declaration type: (type_ide... |
1665_putty_and_putty_strip.c | term_free | FUN_0019d93c | term_free |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void term_free(Terminal *term)
{
beeptime *ptr;
void *ptr_00;
termline *ptVar1;
Terminal *term_local;
wchar_t i;
termline *line;
beeptime *beep;
while( true ) {
ptr_00 = delpos234(term->scrollback,0);
if (ptr_00 == (v... |
void FUN_0019d93c(long param_1)
{
undefined8 *puVar1;
long lVar2;
undefined4 local_1c;
while( true ) {
lVar2 = FUN_001af583(*(undefined8 *)(param_1 + 8),0);
if (lVar2 == 0) break;
FUN_0012e243(lVar2);
}
FUN_001ad4b4(*(undefined8 *)(param_1 + 8));
while( true ) {
lVar2 = FUN_001af583(*... | (translation_unit "void FUN_0019d93c(long param_1)\n\n{\n undefined8 *puVar1;\n long lVar2;\n undefined4 local_1c;\n \n while( true ) {\n lVar2 = FUN_001af583(*(undefined8 *)(param_1 + 8),0);\n if (lVar2 == 0) break;\n FUN_0012e243(lVar2);\n }\n FUN_001ad4b4(*(undefined8 *)(param_1 + 8));\n while( true... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
JMP 0x0019d956
MOV RAX,qword ptr [RBP + -0x10]
MOV RDI,RAX
CALL 0x0012e243
MOV RAX,qword ptr [RBP + -0x28]
MOV RAX,qword ptr [RAX + 0x8]
MOV ESI,0x0
MOV RDI,RAX
CALL 0x001af583
MOV qword ptr [RBP + -0x10],RAX
CMP qword ptr [RBP + -0x10],0x0
JNZ 0x0019d94... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *term)
{
type_2 *ptr;
void *var_2;
type_3 *var_5;
type_1 *term_local;
type_4 var_7;
type_3 *line;
type_2 *beep;
while( true ) {
var_2 = var_1(term->scrollback,0);
if (var_2 == (void *)0x0) break... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid term_free(Terminal *term)\n\n{\n beeptime *ptr;\n void *ptr_00;\n termline *ptVar1;\n Terminal *term_local;\n wchar_t i;\n termline *line;\n beeptime *beep;\n \n while( true ) {\n ptr_00 = delpos234(term->scr... | (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 *ptr;\n void *var_2;\n type_3 *var_5;\n type_1 *term_local;\n type_4 var_7;\n type_3 *line;\n type_2 *beep;\n \n while( true ) {\n var_2 = var_1(term->scrollback,0);\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: (type_ide... |
1630_putty_and_putty_strip.c | termchars_equal | FUN_0019a376 | termchars_equal |
wchar_t termchars_equal(termchar *a,termchar *b)
{
wchar_t wVar1;
termchar *b_local;
termchar *a_local;
wVar1 = termchars_equal_override(a,b,b->chr,b->attr);
return wVar1;
}
|
void FUN_0019a376(undefined8 param_1,undefined8 *param_2)
{
FUN_0019a295(param_1,param_2,*param_2,param_2[1]);
return;
}
| (translation_unit "void FUN_0019a376(undefined8 param_1,undefined8 *param_2)\n\n{\n FUN_0019a295(param_1,param_2,*param_2,param_2[1]);\n return;\n}\n\n" (function_definition "void FUN_0019a376(undefined8 param_1,undefined8 *param_2)\n\n{\n FUN_0019a295(param_1,param_2,*param_2,param_2[1]);\n return;\n}" primitive_t... | 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 RCX,qword ptr [RAX + 0x8]
MOV RAX,qword ptr [RBP + -0x10]
MOV RDX,qword ptr [RAX]
MOV RSI,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x0019a295
LEAVE
RET |
type_1 function_1(type_2 *a,type_2 *b)
{
type_1 wVar1;
type_2 *b_local;
type_2 *a_local;
wVar1 = var_1(a,b,b->chr,b->attr);
return wVar1;
}
| (translation_unit "wchar_t termchars_equal(termchar *a,termchar *b)\n\n{\n wchar_t wVar1;\n termchar *b_local;\n termchar *a_local;\n \n wVar1 = termchars_equal_override(a,b,b->chr,b->attr);\n return wVar1;\n}\n\n" (function_definition "wchar_t termchars_equal(termchar *a,termchar *b)\n\n{\n wchar_t wVar1;\n te... | (translation_unit "type_1 function_1(type_2 *a,type_2 *b)\n\n{\n type_1 wVar1;\n type_2 *b_local;\n type_2 *a_local;\n \n wVar1 = var_1(a,b,b->chr,b->attr);\n return wVar1;\n}\n\n" (function_definition "type_1 function_1(type_2 *a,type_2 *b)\n\n{\n type_1 wVar1;\n type_2 *b_local;\n type_2 *a_local;\n \n wVa... | (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: (type_identifier) declarator: (point... |
1808_putty_and_putty_strip.c | dlg_filesel_get | FUN_001b4204 | dlg_filesel_get |
Filename * dlg_filesel_get(control *ctrl,void *dlg)
{
uctrl *puVar1;
undefined8 uVar2;
char *str;
Filename *pFVar3;
void *dlg_local;
control *ctrl_local;
dlgparam *dp;
uctrl *uc;
puVar1 = dlg_find_byctrl((dlgparam *)dlg,ctrl);
if ((puVar1->ctrl->generic).type != 7) {
/* WARN... |
void FUN_001b4204(undefined8 param_1,undefined8 param_2)
{
undefined8 *puVar1;
undefined8 uVar2;
puVar1 = (undefined8 *)FUN_001b2d0b(param_2,param_1);
if (*(int *)*puVar1 != 7) {
/* WARNING: Subroutine does not return */
__assert_fail("uc->ctrl->generic.type == CTRL_FILESELECT","uni... | (translation_unit "void FUN_001b4204(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n \n puVar1 = (undefined8 *)FUN_001b2d0b(param_2,param_1);\n if (*(int *)*puVar1 != 7) {\n /* WARNING: Subroutine does not return */\n __assert_fail("uc->ctrl->generic.ty... | 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 + -0x10],RAX
MOV RDX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RBP + -0x10]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x001b2d0b
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP ... |
type_1 * function_1(type_2 *ctrl,void *dlg)
{
type_3 *puVar1;
type_4 uVar2;
char *str;
type_1 *pFVar3;
void *dlg_local;
type_2 *ctrl_local;
type_5 *dp;
type_3 *uc;
puVar1 = var_1((type_5 *)dlg,ctrl);
if ((puVar1->ctrl->generic).type != 7) {
/* WARNING: Subroutine does not re... | (translation_unit "Filename * dlg_filesel_get(control *ctrl,void *dlg)\n\n{\n uctrl *puVar1;\n undefined8 uVar2;\n char *str;\n Filename *pFVar3;\n void *dlg_local;\n control *ctrl_local;\n dlgparam *dp;\n uctrl *uc;\n \n puVar1 = dlg_find_byctrl((dlgparam *)dlg,ctrl);\n if ((puVar1->ctrl->generic).type != 7... | (translation_unit "type_1 * function_1(type_2 *ctrl,void *dlg)\n\n{\n type_3 *puVar1;\n type_4 uVar2;\n char *str;\n type_1 *pFVar3;\n void *dlg_local;\n type_2 *ctrl_local;\n type_5 *dp;\n type_3 *uc;\n \n puVar1 = var_1((type_5 *)dlg,ctrl);\n if ((puVar1->ctrl->generic).type != 7) {\n /*... | (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... |
1111_putty_and_putty_strip.c | arcfour_iv | FUN_0016431a | arcfour_iv |
void arcfour_iv(void *handle,uchar *key)
{
uchar *key_local;
void *handle_local;
return;
}
|
void FUN_0016431a(void)
{
return;
}
| (translation_unit "void FUN_0016431a(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_0016431a(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_0016431a(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,type_1 *key)
{
type_1 *key_local;
void *handle_local;
return;
}
| (translation_unit "void arcfour_iv(void *handle,uchar *key)\n\n{\n uchar *key_local;\n void *handle_local;\n \n return;\n}\n\n" (function_definition "void arcfour_iv(void *handle,uchar *key)\n\n{\n uchar *key_local;\n void *handle_local;\n \n return;\n}" primitive_type (function_declarator "arcfour_iv(void *han... | (translation_unit "void function_1(void *handle,type_1 *key)\n\n{\n type_1 *key_local;\n void *handle_local;\n \n return;\n}\n\n" (function_definition "void function_1(void *handle,type_1 *key)\n\n{\n type_1 *key_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: (type_identifier) declarator: (pointer... |
1536_putty_and_putty_strip.c | share_find_channel_by_server | FUN_0018fb68 | share_find_channel_by_server |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
share_channel * share_find_channel_by_server(ssh_sharing_connstate *cs,uint server_id)
{
long lVar1;
share_channel *psVar2;
long in_FS_OFFSET;
uint server_id_local;
ssh_sharing_connstate *cs_local;
share_channel dummychan;
lVar... |
void FUN_0018fb68(long param_1,undefined4 param_2)
{
long in_FS_OFFSET;
undefined local_48 [8];
undefined4 local_40;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_40 = param_2;
FUN_001ae652(*(undefined8 *)(param_1 + 0x4058),local_48,0);
if (local_10 != *(long *)(in_FS_OFFSET + 0x2... | (translation_unit "void FUN_0018fb68(long param_1,undefined4 param_2)\n\n{\n long in_FS_OFFSET;\n undefined local_48 [8];\n undefined4 local_40;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_40 = param_2;\n FUN_001ae652(*(undefined8 *)(param_1 + 0x4058),local_48,0);\n if (local_10 !=... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x48],RDI
MOV dword ptr [RBP + -0x4c],ESI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV EAX,dword ptr [RBP + -0x4c]
MOV dword ptr [RBP + -0x38],EAX
MOV RAX,qword ptr [RBP + -0x48]
MOV RAX,qword ptr [RAX + 0x4058]
LEA RCX,[RBP + -0x40]
... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 * function_1(type_2 *cs,type_3 server_id)
{
long var_3;
type_1 *psVar2;
long var_1;
type_3 server_id_local;
type_2 *cs_local;
type_1 dummychan;
var_3 = *(long *)(var_1 + 0x28);
dummychan.server_id = server_id;
psVar2... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nshare_channel * share_find_channel_by_server(ssh_sharing_connstate *cs,uint server_id)\n\n{\n long lVar1;\n share_channel *psVar2;\n long in_FS_OFFSET;\n uint server_id_local;\n ssh_sharing_connstate *cs_local;\n share_... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(type_2 *cs,type_3 server_id)\n\n{\n long var_3;\n type_1 *psVar2;\n long var_1;\n type_3 server_id_local;\n type_2 *cs_local;\n type_1 dummychan;\n \n var_3 = *(long *)(var_1 + 0x28);\n dummychan.... | (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 ... |
1810_putty_and_putty_strip.c | dlg_fontsel_get | FUN_001b4394 | dlg_fontsel_get |
FontSpec * dlg_fontsel_get(control *ctrl,void *dlg)
{
uctrl *puVar1;
undefined8 uVar2;
char *name;
FontSpec *pFVar3;
void *dlg_local;
control *ctrl_local;
dlgparam *dp;
uctrl *uc;
puVar1 = dlg_find_byctrl((dlgparam *)dlg,ctrl);
if ((puVar1->ctrl->generic).type != 8) {
/* WAR... |
void FUN_001b4394(undefined8 param_1,undefined8 param_2)
{
undefined8 *puVar1;
undefined8 uVar2;
puVar1 = (undefined8 *)FUN_001b2d0b(param_2,param_1);
if (*(int *)*puVar1 != 8) {
/* WARNING: Subroutine does not return */
__assert_fail("uc->ctrl->generic.type == CTRL_FONTSELECT","uni... | (translation_unit "void FUN_001b4394(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n \n puVar1 = (undefined8 *)FUN_001b2d0b(param_2,param_1);\n if (*(int *)*puVar1 != 8) {\n /* WARNING: Subroutine does not return */\n __assert_fail("uc->ctrl->generic.ty... | 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 + -0x10],RAX
MOV RDX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RBP + -0x10]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x001b2d0b
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP ... |
type_1 * function_1(type_2 *ctrl,void *dlg)
{
type_3 *puVar1;
type_4 uVar2;
char *name;
type_1 *pFVar3;
void *dlg_local;
type_2 *ctrl_local;
type_5 *dp;
type_3 *uc;
puVar1 = var_1((type_5 *)dlg,ctrl);
if ((puVar1->ctrl->generic).type != 8) {
/* WARNING: Subroutine does not r... | (translation_unit "FontSpec * dlg_fontsel_get(control *ctrl,void *dlg)\n\n{\n uctrl *puVar1;\n undefined8 uVar2;\n char *name;\n FontSpec *pFVar3;\n void *dlg_local;\n control *ctrl_local;\n dlgparam *dp;\n uctrl *uc;\n \n puVar1 = dlg_find_byctrl((dlgparam *)dlg,ctrl);\n if ((puVar1->ctrl->generic).type != ... | (translation_unit "type_1 * function_1(type_2 *ctrl,void *dlg)\n\n{\n type_3 *puVar1;\n type_4 uVar2;\n char *name;\n type_1 *pFVar3;\n void *dlg_local;\n type_2 *ctrl_local;\n type_5 *dp;\n type_3 *uc;\n \n puVar1 = var_1((type_5 *)dlg,ctrl);\n if ((puVar1->ctrl->generic).type != 8) {\n /... | (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... |
1647_putty_and_putty_strip.c | lineptr | FUN_0019b9df | lineptr |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
termline * lineptr(Terminal *term,wchar_t y,wchar_t lineno,wchar_t screen)
{
wchar_t wVar1;
tree234 *ptVar2;
tree234 *ptVar3;
int iVar4;
uint uVar5;
uint uVar6;
uint uVar7;
uchar *data;
wchar_t screen_local;
wchar_t lineno_l... |
long FUN_0019b9df(long param_1,int param_2,undefined4 param_3,int param_4)
{
undefined4 uVar1;
undefined8 uVar2;
undefined4 uVar3;
undefined4 uVar4;
undefined4 uVar5;
undefined8 uVar6;
int local_58;
int local_54;
long local_50;
long local_48;
if (param_2 < 0) {
local_54 = 0;
if (param... | (translation_unit "long FUN_0019b9df(long param_1,int param_2,undefined4 param_3,int param_4)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined8 uVar6;\n int local_58;\n int local_54;\n long local_50;\n long local_48;\n \n if (param_2 < 0) {... | PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV qword ptr [RBP + -0x58],RDI
MOV dword ptr [RBP + -0x5c],ESI
MOV dword ptr [RBP + -0x60],EDX
MOV dword ptr [RBP + -0x64],ECX
CMP dword ptr [RBP + -0x5c],0x0
JS 0x0019ba1a
MOV RAX,qword ptr [RBP + -0x58]
MOV RAX,qword ptr [RAX + 0x10]
MOV ... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 * function_1(type_2 *term,type_3 var_1,type_3 lineno,type_3 var_2)
{
type_3 wVar1;
type_4 *ptVar2;
type_4 *ptVar3;
int var_7;
type_5 uVar5;
type_5 uVar6;
type_5 uVar7;
type_6 *data;
type_3 screen_local;
type_3 lineno_... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntermline * lineptr(Terminal *term,wchar_t y,wchar_t lineno,wchar_t screen)\n\n{\n wchar_t wVar1;\n tree234 *ptVar2;\n tree234 *ptVar3;\n int iVar4;\n uint uVar5;\n uint uVar6;\n uint uVar7;\n uchar *data;\n wchar_t s... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(type_2 *term,type_3 var_1,type_3 lineno,type_3 var_2)\n\n{\n type_3 wVar1;\n type_4 *ptVar2;\n type_4 *ptVar3;\n int var_7;\n type_5 uVar5;\n type_5 uVar6;\n type_5 uVar7;\n type_6 *data;\n type_3... | (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 ... |
1701_putty_and_putty_strip.c | format_arrow_key | FUN_001ac662 | format_arrow_key |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
wchar_t format_arrow_key(char *buf,Terminal *term,wchar_t xkey,wchar_t ctrl)
{
int iVar1;
bool bVar2;
int iVar3;
wchar_t ctrl_local;
wchar_t xkey_local;
Terminal *term_local;
char *buf_local;
wchar_t app_flg;
char *p;
iVa... |
long FUN_001ac662(char *param_1,long param_2,uint param_3,int param_4)
{
bool bVar1;
int iVar2;
char *local_10;
if (*(int *)(param_2 + 0x1b0) == 0) {
if ((*(int *)(param_2 + 0x1a8) == 0) || (*(int *)(param_2 + 0x11f4) != 0)) {
bVar1 = false;
}
else {
bVar1 = true;
}
if (para... | (translation_unit "long FUN_001ac662(char *param_1,long param_2,uint param_3,int param_4)\n\n{\n bool bVar1;\n int iVar2;\n char *local_10;\n \n if (*(int *)(param_2 + 0x1b0) == 0) {\n if ((*(int *)(param_2 + 0x1a8) == 0) || (*(int *)(param_2 + 0x11f4) != 0)) {\n bVar1 = false;\n }\n else {\n bV... | 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 + -0x28],ECX
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x20]
MOV EAX,dword ptr [RAX + 0x1b0]
TEST EAX,EAX
JZ 0x001ac6b4
MOV ... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(char *buf,type_2 *term,type_1 xkey,type_1 var_1)
{
int var_3;
bool bVar2;
int var_4;
type_1 ctrl_local;
type_1 xkey_local;
type_2 *term_local;
char *buf_local;
type_1 app_flg;
char *p;
var_3 = (int)buf;
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nwchar_t format_arrow_key(char *buf,Terminal *term,wchar_t xkey,wchar_t ctrl)\n\n{\n int iVar1;\n bool bVar2;\n int iVar3;\n wchar_t ctrl_local;\n wchar_t xkey_local;\n Terminal *term_local;\n char *buf_local;\n wchar_... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(char *buf,type_2 *term,type_1 xkey,type_1 var_1)\n\n{\n int var_3;\n bool bVar2;\n int var_4;\n type_1 ctrl_local;\n type_1 xkey_local;\n type_2 *term_local;\n char *buf_local;\n type_1 app_flg;\n c... | (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))) (parameter_declaration type: (type_identifier) declarato... |
1814_putty_and_putty_strip.c | dlg_beep | FUN_001b45f7 | dlg_beep |
void dlg_beep(void *dlg)
{
undefined8 uVar1;
void *dlg_local;
uVar1 = gdk_display_get_default();
gdk_display_beep(uVar1);
return;
}
|
void FUN_001b45f7(void)
{
undefined8 uVar1;
uVar1 = gdk_display_get_default();
gdk_display_beep(uVar1);
return;
}
| (translation_unit "void FUN_001b45f7(void)\n\n{\n undefined8 uVar1;\n \n uVar1 = gdk_display_get_default();\n gdk_display_beep(uVar1);\n return;\n}\n\n" (function_definition "void FUN_001b45f7(void)\n\n{\n undefined8 uVar1;\n \n uVar1 = gdk_display_get_default();\n gdk_display_beep(uVar1);\n return;\n}" primi... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
CALL 0x00114df0
MOV RDI,RAX
CALL 0x00115da0
NOP
LEAVE
RET |
void function_1(void *dlg)
{
type_1 uVar1;
void *dlg_local;
uVar1 = var_1();
var_2(uVar1);
return;
}
| (translation_unit "void dlg_beep(void *dlg)\n\n{\n undefined8 uVar1;\n void *dlg_local;\n \n uVar1 = gdk_display_get_default();\n gdk_display_beep(uVar1);\n return;\n}\n\n" (function_definition "void dlg_beep(void *dlg)\n\n{\n undefined8 uVar1;\n void *dlg_local;\n \n uVar1 = gdk_display_get_default();\n gdk... | (translation_unit "void function_1(void *dlg)\n\n{\n type_1 uVar1;\n void *dlg_local;\n \n uVar1 = var_1();\n var_2(uVar1);\n return;\n}\n\n" (function_definition "void function_1(void *dlg)\n\n{\n type_1 uVar1;\n void *dlg_local;\n \n uVar1 = var_1();\n var_2(uVar1);\n return;\n}" primitive_type (function_... | (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: (type_identifier) de... |
1519_putty_and_putty_strip.c | share_connstate_cmp | FUN_0018f15a | share_connstate_cmp |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int share_connstate_cmp(void *av,void *bv)
{
int iVar1;
void *bv_local;
void *av_local;
ssh_sharing_connstate *a;
ssh_sharing_connstate *b;
if (*(uint *)((long)av + 8) < *(uint *)((long)bv + 8)) {
iVar1 = -1;
}
else if (*... |
undefined8 FUN_0018f15a(long param_1,long param_2)
{
undefined8 uVar1;
if (*(uint *)(param_1 + 8) < *(uint *)(param_2 + 8)) {
uVar1 = 0xffffffff;
}
else if (*(uint *)(param_2 + 8) < *(uint *)(param_1 + 8)) {
uVar1 = 1;
}
else {
uVar1 = 0;
}
return uVar1;
}
| (translation_unit "undefined8 FUN_0018f15a(long param_1,long param_2)\n\n{\n undefined8 uVar1;\n \n if (*(uint *)(param_1 + 8) < *(uint *)(param_2 + 8)) {\n uVar1 = 0xffffffff;\n }\n else if (*(uint *)(param_2 + 8) < *(uint *)(param_1 + 8)) {\n uVar1 = 1;\n }\n else {\n uVar1 = 0;\n }\n return uVar1;\... | 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 EDX,dword ptr [RAX + 0x8]
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword p... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int function_1(void *av,void *bv)
{
int iVar1;
void *bv_local;
void *av_local;
type_1 *a;
type_1 *b;
if (*(type_2 *)((long)av + 8) < *(type_2 *)((long)bv + 8)) {
iVar1 = -1;
}
else if (*(type_2 *)((long)bv + 8) < *(type_2... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint share_connstate_cmp(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n ssh_sharing_connstate *a;\n ssh_sharing_connstate *b;\n \n if (*(uint *)((long)av + 8) < *(uint *)((long)bv + 8)) {\n ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint 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 if (*(type_2 *)((long)av + 8) < *(type_2 *)((long)bv + 8)) {\n iVar1 = -1;\n }\n else if (*(ty... | (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: (primitive_type) declarator:... |
1769_putty_and_putty_strip.c | columns_get_preferred_width_for_height | FUN_001b224b | columns_get_preferred_width_for_height |
void columns_get_preferred_width_for_height(GtkWidget *widget,gint height,gint *min,gint *nat)
{
gint gVar1;
GType GVar2;
Columns *cols_00;
gint *nat_local;
gint *min_local;
gint height_local;
GtkWidget *widget_local;
gboolean __r;
GTypeInstance *__inst;
GType __t;
Columns *cols;
if (widget... |
void FUN_001b224b(long *param_1,undefined4 param_2,undefined4 *param_3,undefined4 *param_4)
{
undefined4 uVar1;
long lVar2;
undefined8 uVar3;
int local_24;
if (param_1 == (long *)0x0) {
g_return_if_fail_warning(0,"columns_get_preferred_width_for_height","widget != NULL");
}
else {
lVar2 = FUN... | (translation_unit "void FUN_001b224b(long *param_1,undefined4 param_2,undefined4 *param_3,undefined4 *param_4)\n\n{\n undefined4 uVar1;\n long lVar2;\n undefined8 uVar3;\n int local_24;\n \n if (param_1 == (long *)0x0) {\n g_return_if_fail_warning(0,"columns_get_preferred_width_for_height","widget != NULL");\n... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x28],RDI
MOV dword ptr [RBP + -0x2c],ESI
MOV qword ptr [RBP + -0x38],RDX
MOV qword ptr [RBP + -0x40],RCX
CMP qword ptr [RBP + -0x28],0x0
JNZ 0x001b2286
LEA RDX,[0x2132a8]
LEA RSI,[0x213560]
MOV EDI,0x0
CALL 0x00114230
JMP 0x001b237a
MOV RAX,qword ptr [RBP + -0x28... |
void function_1(type_1 *var_1,type_2 height,type_2 *var_9,type_2 *var_11)
{
type_2 gVar1;
type_3 var_4;
type_4 *cols_00;
type_2 *nat_local;
type_2 *min_local;
type_2 height_local;
type_1 *widget_local;
type_5 var_6;
type_6 *__inst;
type_3 __t;
type_4 *cols;
if (var_1 == (type_1 *)0x0) {
... | (translation_unit "void columns_get_preferred_width_for_height(GtkWidget *widget,gint height,gint *min,gint *nat)\n\n{\n gint gVar1;\n GType GVar2;\n Columns *cols_00;\n gint *nat_local;\n gint *min_local;\n gint height_local;\n GtkWidget *widget_local;\n gboolean __r;\n GTypeInstance *__inst;\n GType __t;\n ... | (translation_unit "void function_1(type_1 *var_1,type_2 height,type_2 *var_9,type_2 *var_11)\n\n{\n type_2 gVar1;\n type_3 var_4;\n type_4 *cols_00;\n type_2 *nat_local;\n type_2 *min_local;\n type_2 height_local;\n type_1 *widget_local;\n type_5 var_6;\n type_6 *__inst;\n type_3 __t;\n type_4 *cols;\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))) (parameter_declaration type: (type_identifier) declarator: (identi... |
1655_putty_and_putty_strip.c | term_schedule_vbell | FUN_0019bf83 | term_schedule_vbell |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void term_schedule_vbell(Terminal *term,wchar_t already_started,long startpoint)
{
ulong uVar1;
long startpoint_local;
wchar_t already_started_local;
Terminal *term_local;
long ticks_already_gone;
if (already_started == L'\0') {
... |
void FUN_0019bf83(long param_1,int param_2,long param_3)
{
undefined8 uVar1;
long local_10;
if (param_2 == 0) {
local_10 = 0;
}
else {
local_10 = FUN_001d0057();
local_10 = local_10 - param_3;
}
if (local_10 < 100) {
*(undefined4 *)(param_1 + 0x198) = 1;
uVar1 = FUN_001ad1a6(100 -... | (translation_unit "void FUN_0019bf83(long param_1,int param_2,long param_3)\n\n{\n undefined8 uVar1;\n long local_10;\n \n if (param_2 == 0) {\n local_10 = 0;\n }\n else {\n local_10 = FUN_001d0057();\n local_10 = local_10 - param_3;\n }\n if (local_10 < 100) {\n *(undefined4 *)(param_1 + 0x198) = 1... | 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
CMP dword ptr [RBP + -0x1c],0x0
JZ 0x0019bfb4
CALL 0x001d0057
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x28]
SUB RDX,RAX
MOV RAX,RDX
MOV qword ptr [RBP + -0x8],RAX
JMP 0x0019bfbc
MOV qword ptr ... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *term,type_2 var_1,long var_4)
{
type_3 var_3;
long startpoint_local;
type_2 already_started_local;
type_1 *term_local;
long var_5;
if (var_1 == L'\0') {
var_5 = 0;
}
else {
var_3 = var_2();
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid term_schedule_vbell(Terminal *term,wchar_t already_started,long startpoint)\n\n{\n ulong uVar1;\n long startpoint_local;\n wchar_t already_started_local;\n Terminal *term_local;\n long ticks_already_gone;\n \n if ... | (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,long var_4)\n\n{\n type_3 var_3;\n long startpoint_local;\n type_2 already_started_local;\n type_1 *term_local;\n long var_5;\n \n if (var_1 == L'\0') {\n var_5 = 0;\n }\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... |
1278_putty_and_putty_strip.c | dss_fmtkey | FUN_00174ae3 | dss_fmtkey |
char * dss_fmtkey(void *key)
{
char cVar1;
int iVar2;
int iVar3;
int iVar4;
int iVar5;
int iVar6;
char *__s;
void *key_local;
int i;
int pos;
int nibbles;
int len;
dss_key *dss;
char *p;
/* WARNING: Load size is inaccurate */
if (*key == 0) {
__s = (char *)0x0;... |
char * FUN_00174ae3(long *param_1)
{
char cVar1;
int iVar2;
int iVar3;
int iVar4;
int iVar5;
int iVar6;
char *__s;
int local_28;
int local_24;
int local_20;
if (*param_1 == 0) {
__s = (char *)0x0;
}
else {
iVar2 = FUN_0016aba4(*param_1);
iVar6 = iVar2 + 0xf;
if (iVar2 + 0x... | (translation_unit "char * FUN_00174ae3(long *param_1)\n\n{\n char cVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int iVar5;\n int iVar6;\n char *__s;\n int local_28;\n int local_24;\n int local_20;\n \n if (*param_1 == 0) {\n __s = (char *)0x0;\n }\n else {\n iVar2 = FUN_0016aba4(*param_1);\n iV... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
MOV RAX,qword ptr [RBP + -0x28]
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
TEST RAX,RAX
JNZ 0x00174b0d
MOV EAX,0x0
JMP 0x00174ef7
MOV dword ptr [RBP + -0x14],0xd
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword p... |
char * function_1(void *key)
{
char var_13;
int var_2;
int var_7;
int var_3;
int var_4;
int var_5;
char *var_8;
void *key_local;
int var_11;
int var_14;
int var_10;
int len;
type_1 *dss;
char *p;
/* WARNING: Load size is inaccurate */
if (*key == 0) {
var_8 = (... | (translation_unit "char * dss_fmtkey(void *key)\n\n{\n char cVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int iVar5;\n int iVar6;\n char *__s;\n void *key_local;\n int i;\n int pos;\n int nibbles;\n int len;\n dss_key *dss;\n char *p;\n \n /* WARNING: Load size is inaccurate */\n if... | (translation_unit "char * function_1(void *key)\n\n{\n char var_13;\n int var_2;\n int var_7;\n int var_3;\n int var_4;\n int var_5;\n char *var_8;\n void *key_local;\n int var_11;\n int var_14;\n int var_10;\n int len;\n type_1 *dss;\n char *p;\n \n /* WARNING: Load size is inaccurate... | (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... |
1867_putty_and_putty_strip.c | eventlogstuff_new | FUN_001babf6 | eventlogstuff_new |
/* WARNING: Unknown calling convention */
void * eventlogstuff_new(void)
{
void *__s;
eventlog_stuff *es;
__s = safemalloc(1,0xca0);
memset(__s,0,0xca0);
return __s;
}
|
void * FUN_001babf6(void)
{
void *__s;
__s = (void *)FUN_0012e037(1,0xca0);
memset(__s,0,0xca0);
return __s;
}
| (translation_unit "void * FUN_001babf6(void)\n\n{\n void *__s;\n \n __s = (void *)FUN_0012e037(1,0xca0);\n memset(__s,0,0xca0);\n return __s;\n}\n\n" (function_definition "void * FUN_001babf6(void)\n\n{\n void *__s;\n \n __s = (void *)FUN_0012e037(1,0xca0);\n memset(__s,0,0xca0);\n return __s;\n}" primitive_t... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV ESI,0xca0
MOV EDI,0x1
CALL 0x0012e037
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV EDX,0xca0
MOV ESI,0x0
MOV RDI,RAX
CALL 0x00114850
MOV RAX,qword ptr [RBP + -0x8]
LEAVE
RET |
/* WARNING: Unknown calling convention */
void * function_1(void)
{
void *__s;
type_1 *es;
__s = var_1(1,0xca0);
var_2(__s,0,0xca0);
return __s;
}
| (translation_unit "/* WARNING: Unknown calling convention */\n\nvoid * eventlogstuff_new(void)\n\n{\n void *__s;\n eventlog_stuff *es;\n \n __s = safemalloc(1,0xca0);\n memset(__s,0,0xca0);\n return __s;\n}\n\n" comment (function_definition "void * eventlogstuff_new(void)\n\n{\n void *__s;\n eventlog_stuff *es;... | (translation_unit "/* WARNING: Unknown calling convention */\n\nvoid * function_1(void)\n\n{\n void *__s;\n type_1 *es;\n \n __s = var_1(1,0xca0);\n var_2(__s,0,0xca0);\n return __s;\n}\n\n" comment (function_definition "void * function_1(void)\n\n{\n void *__s;\n type_1 *es;\n \n __s = var_1(1,0xca0);\n var... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (declaration type: (primitive_type) declarator: (point... |
1404_putty_and_putty_strip.c | ssh2_pubkey_openssh_str | FUN_00183898 | ssh2_pubkey_openssh_str |
char * ssh2_pubkey_openssh_str(ssh2_userkey *key)
{
long in_FS_OFFSET;
ssh2_userkey *key_local;
int bloblen;
uchar *blob;
char *ret;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
blob = (*key->alg->public_blob)(key->data,&bloblen);
ret = ssh2_pubkey_openssh_str_internal(key->comment,b... |
undefined8 FUN_00183898(long *param_1)
{
long in_FS_OFFSET;
undefined4 local_24;
undefined8 local_20;
undefined8 local_18;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_20 = (**(code **)(*param_1 + 0x18))(param_1[1],&local_24);
local_18 = FUN_001836be(param_1[2],local_20,local_24)... | (translation_unit "undefined8 FUN_00183898(long *param_1)\n\n{\n long in_FS_OFFSET;\n undefined4 local_24;\n undefined8 local_20;\n undefined8 local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_20 = (**(code **)(*param_1 + 0x18))(param_1[1],&local_24);\n local_18 = FUN_001836be(... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x28]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x18]
MOV RDX,qword ptr [RBP + -0x28]
MOV RDX,qword ptr [RDX + 0x8]
LEA RCX,[RBP + -0x1c]
MOV RSI,RCX
... |
char * function_1(type_1 *key)
{
long var_1;
type_1 *key_local;
int bloblen;
type_2 *blob;
char *ret;
long var_4;
var_4 = *(long *)(var_1 + 0x28);
blob = (*key->alg->public_blob)(key->data,&bloblen);
ret = var_2(key->comment,blob,bloblen);
var_3(blob);
if (var_4 != *(long *)(var_1 + 0x28)) {
... | (translation_unit "char * ssh2_pubkey_openssh_str(ssh2_userkey *key)\n\n{\n long in_FS_OFFSET;\n ssh2_userkey *key_local;\n int bloblen;\n uchar *blob;\n char *ret;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n blob = (*key->alg->public_blob)(key->data,&bloblen);\n ret = ssh2_pubkey_opens... | (translation_unit "char * function_1(type_1 *key)\n\n{\n long var_1;\n type_1 *key_local;\n int bloblen;\n type_2 *blob;\n char *ret;\n long var_4;\n \n var_4 = *(long *)(var_1 + 0x28);\n blob = (*key->alg->public_blob)(key->data,&bloblen);\n ret = var_2(key->comment,blob,bloblen);\n var_3(blob);\n if (var_... | (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)))))) body: (compound_statement (decl... |
1159_putty_and_putty_strip.c | bignum_random_in_range | FUN_0016a97c | bignum_random_in_range |
Bignum_conflict bignum_random_in_range(Bignum_conflict lower,Bignum_conflict upper)
{
int iVar1;
int iVar2;
uchar *data;
Bignum_conflict upper_local;
Bignum_conflict lower_local;
int upper_bytes;
int i;
int upper_len;
int upper_bits;
Bignum_conflict ret;
uchar *bytes;
ret = (Bignum_conflict... |
long FUN_0016a97c(undefined8 param_1,undefined8 param_2)
{
undefined uVar1;
int iVar2;
int iVar3;
long lVar4;
undefined4 local_28;
undefined4 local_24;
undefined8 local_18;
local_18 = 0;
iVar2 = FUN_0016aba4(param_2);
local_28 = iVar2;
if (iVar2 < 0) {
local_28 = iVar2 + 7;
}
local_28... | (translation_unit "long FUN_0016a97c(undefined8 param_1,undefined8 param_2)\n\n{\n undefined uVar1;\n int iVar2;\n int iVar3;\n long lVar4;\n undefined4 local_28;\n undefined4 local_24;\n undefined8 local_18;\n \n local_18 = 0;\n iVar2 = FUN_0016aba4(param_2);\n local_28 = iVar2;\n if (iVar2 < 0) {\n loc... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV qword ptr [RBP + -0x10],0x0
MOV RAX,qword ptr [RBP + -0x30]
MOV RDI,RAX
CALL 0x0016aba4
MOV dword ptr [RBP + -0x18],EAX
MOV EAX,dword ptr [RBP + -0x18]
LEA EDX,[RAX + 0x7]
TEST EAX,EAX
CMOVS EAX,EDX
SAR EAX,0x3
MOV dwo... |
type_1 function_1(type_1 lower,type_1 upper)
{
int var_2;
int var_3;
type_2 *data;
type_1 upper_local;
type_1 lower_local;
int var_4;
int var_8;
int upper_len;
int upper_bits;
type_1 var_6;
type_2 *bytes;
var_6 = (type_1)0x0;
var_2 = var_1(upper);
var_3 = var_2;
if (var_2 < 0) {
v... | (translation_unit "Bignum_conflict bignum_random_in_range(Bignum_conflict lower,Bignum_conflict upper)\n\n{\n int iVar1;\n int iVar2;\n uchar *data;\n Bignum_conflict upper_local;\n Bignum_conflict lower_local;\n int upper_bytes;\n int i;\n int upper_len;\n int upper_bits;\n Bignum_conflict ret;\n uchar *byt... | (translation_unit "type_1 function_1(type_1 lower,type_1 upper)\n\n{\n int var_2;\n int var_3;\n type_2 *data;\n type_1 upper_local;\n type_1 lower_local;\n int var_4;\n int var_8;\n int upper_len;\n int upper_bits;\n type_1 var_6;\n type_2 *bytes;\n \n var_6 = (type_1)0x0;\n var_2 = var_1(upper);\n var_... | (translation_unit (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: (compound_stateme... |
1714_putty_and_putty_strip.c | compare_timer_contexts | FUN_001ad11c | compare_timer_contexts |
int compare_timer_contexts(void *av,void *bv)
{
int iVar1;
void *bv_local;
void *av_local;
char *a;
char *b;
if (av < bv) {
iVar1 = -1;
}
else if (bv < av) {
iVar1 = 1;
}
else {
iVar1 = 0;
}
return iVar1;
}
|
undefined8 FUN_001ad11c(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_001ad11c(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_001ad11c(ulon... | 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]
CMP RAX,qword ptr [RBP + -0x8]
JNC 0x001ad149
MOV EAX,0xffffffff
JMP 0x001ad... |
int function_1(void *var_1,void *var_2)
{
int iVar1;
void *bv_local;
void *av_local;
char *a;
char *b;
if (var_1 < var_2) {
iVar1 = -1;
}
else if (var_2 < var_1) {
iVar1 = 1;
}
else {
iVar1 = 0;
}
return iVar1;
}
| (translation_unit "int compare_timer_contexts(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n char *a;\n char *b;\n \n if (av < bv) {\n iVar1 = -1;\n }\n else if (bv < av) {\n iVar1 = 1;\n }\n else {\n iVar1 = 0;\n }\n return iVar1;\n}\n\n" (function_definition "int comp... | (translation_unit "int function_1(void *var_1,void *var_2)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n char *a;\n char *b;\n \n if (var_1 < var_2) {\n iVar1 = -1;\n }\n else if (var_2 < var_1) {\n iVar1 = 1;\n }\n else {\n iVar1 = 0;\n }\n return iVar1;\n}\n\n" (function_definition "in... | (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_... |
1333_putty_and_putty_strip.c | ecdsa_private_blob | FUN_0017ab3a | ecdsa_private_blob |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
uchar * ecdsa_private_blob(void *key,int *len)
{
int iVar1;
int iVar2;
uchar *puVar3;
int *len_local;
void *key_local;
int keylen;
int i;
int bloblen;
uchar *p;
ec_key *ec;
uchar *blob;
if (*(long *)((long)key + 0x30)... |
char * FUN_0017ab3a(long param_1,int *param_2)
{
char cVar1;
int iVar2;
int iVar3;
char *pcVar4;
int local_2c;
int local_28;
char *local_20;
if (*(long *)(param_1 + 0x30) == 0) {
pcVar4 = (char *)0x0;
}
else {
if (**(int **)(param_1 + 8) == 2) {
iVar2 = FUN_0016aba4(*(undefined8 *... | (translation_unit "char * FUN_0017ab3a(long param_1,int *param_2)\n\n{\n char cVar1;\n int iVar2;\n int iVar3;\n char *pcVar4;\n int local_2c;\n int local_28;\n char *local_20;\n \n if (*(long *)(param_1 + 0x30) == 0) {\n pcVar4 = (char *)0x0;\n }\n else {\n if (**(int **)(param_1 + 8) == 2) {\n i... | 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 + -0x38]
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x30]
TEST RAX,RAX
JNZ 0x0017ab69
MOV EAX,0x0
JMP 0x0017acef
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 * function_1(void *key,int *len)
{
int var_2;
int var_3;
type_1 *var_6;
int *len_local;
void *key_local;
int var_4;
int var_7;
int bloblen;
type_1 *var_9;
type_2 *ec;
type_1 *blob;
if (*(long *)((long)key + 0x3... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nuchar * ecdsa_private_blob(void *key,int *len)\n\n{\n int iVar1;\n int iVar2;\n uchar *puVar3;\n int *len_local;\n void *key_local;\n int keylen;\n int i;\n int bloblen;\n uchar *p;\n ec_key *ec;\n uchar *blob;\n ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(void *key,int *len)\n\n{\n int var_2;\n int var_3;\n type_1 *var_6;\n int *len_local;\n void *key_local;\n int var_4;\n int var_7;\n int bloblen;\n type_1 *var_9;\n type_2 *ec;\n type_1 *blob;\n... | (translation_unit (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))) (parameter_declaration t... |
1391_putty_and_putty_strip.c | find_pubkey_alg | FUN_00180c24 | find_pubkey_alg |
ssh_signkey * find_pubkey_alg(char *name)
{
size_t sVar1;
ssh_signkey *psVar2;
char *name_local;
sVar1 = strlen(name);
psVar2 = find_pubkey_alg_len((int)sVar1,name);
return psVar2;
}
|
void FUN_00180c24(char *param_1)
{
size_t sVar1;
sVar1 = strlen(param_1);
FUN_00180b2a(sVar1 & 0xffffffff,param_1);
return;
}
| (translation_unit "void FUN_00180c24(char *param_1)\n\n{\n size_t sVar1;\n \n sVar1 = strlen(param_1);\n FUN_00180b2a(sVar1 & 0xffffffff,param_1);\n return;\n}\n\n" (function_definition "void FUN_00180c24(char *param_1)\n\n{\n size_t sVar1;\n \n sVar1 = strlen(param_1);\n FUN_00180b2a(sVar1 & 0xffffffff,param_... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x00114630
MOV EDX,EAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RSI,RAX
MOV EDI,EDX
CALL 0x00180b2a
LEAVE
RET |
type_1 * function_1(char *name)
{
size_t sVar1;
type_1 *psVar2;
char *name_local;
sVar1 = var_1(name);
psVar2 = var_2((int)sVar1,name);
return psVar2;
}
| (translation_unit "ssh_signkey * find_pubkey_alg(char *name)\n\n{\n size_t sVar1;\n ssh_signkey *psVar2;\n char *name_local;\n \n sVar1 = strlen(name);\n psVar2 = find_pubkey_alg_len((int)sVar1,name);\n return psVar2;\n}\n\n" (function_definition "ssh_signkey * find_pubkey_alg(char *name)\n\n{\n size_t sVar1;\n... | (translation_unit "type_1 * function_1(char *name)\n\n{\n size_t sVar1;\n type_1 *psVar2;\n char *name_local;\n \n sVar1 = var_1(name);\n psVar2 = var_2((int)sVar1,name);\n return psVar2;\n}\n\n" (function_definition "type_1 * function_1(char *name)\n\n{\n size_t sVar1;\n type_1 *psVar2;\n char *name_local;\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)))))) body: (compound_statement (decl... |
1004_putty_and_putty_strip.c | ssh_send_channel_data | FUN_00151b89 | ssh_send_channel_data |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int ssh_send_channel_data(ssh_channel *c,char *buf,int len)
{
int iVar1;
int len_local;
char *buf_local;
ssh_channel *c_local;
if (c->ssh->version == 2) {
bufchain_add(&(c->v).v2.outbuffer,buf,len);
iVar1 = ssh2_try_send(c)... |
undefined8 FUN_00151b89(long *param_1,undefined8 param_2,undefined4 param_3)
{
undefined8 uVar1;
if (*(int *)(*param_1 + 0x250) == 2) {
FUN_0012dc11(param_1 + 5,param_2,param_3);
uVar1 = FUN_00151c1f(param_1);
}
else {
FUN_00140386(*param_1,0x17,1,*(undefined4 *)(param_1 + 1),1,param_3,3,param_... | (translation_unit "undefined8 FUN_00151b89(long *param_1,undefined8 param_2,undefined4 param_3)\n\n{\n undefined8 uVar1;\n \n if (*(int *)(*param_1 + 0x250) == 2) {\n FUN_0012dc11(param_1 + 5,param_2,param_3);\n uVar1 = FUN_00151c1f(param_1);\n }\n else {\n FUN_00140386(*param_1,0x17,1,*(undefined4 *)(par... | 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]
MOV EAX,dword ptr [RAX + 0x250]
CMP EAX,0x2
JNZ 0x00151bd6
MOV RAX,qword ptr [RBP + -0x8]
LEA RCX,[RAX + 0x28]
MOV EDX,dword ptr [RBP + ... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int function_1(type_1 *c,char *buf,int len)
{
int iVar1;
int len_local;
char *buf_local;
type_1 *c_local;
if (c->ssh->version == 2) {
var_1(&(c->v).v2.outbuffer,buf,len);
iVar1 = var_2(c);
}
else {
var_3(c->ssh,0x17... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint ssh_send_channel_data(ssh_channel *c,char *buf,int len)\n\n{\n int iVar1;\n int len_local;\n char *buf_local;\n ssh_channel *c_local;\n \n if (c->ssh->version == 2) {\n bufchain_add(&(c->v).v2.outbuffer,buf,len);... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(type_1 *c,char *buf,int len)\n\n{\n int iVar1;\n int len_local;\n char *buf_local;\n type_1 *c_local;\n \n if (c->ssh->version == 2) {\n var_1(&(c->v).v2.outbuffer,buf,len);\n iVar1 = var_2(c);\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: (primitive_type) declarator... |
1586_putty_and_putty_strip.c | zlib_mktable | FUN_00195edb | zlib_mktable |
zlib_table * zlib_mktable(uchar *lengths,int nlengths)
{
long lVar1;
int bits;
zlib_table *pzVar2;
long in_FS_OFFSET;
int nlengths_local;
uchar *lengths_local;
int code;
int maxlen;
int i;
int j;
int count [16];
int startcode [16];
int codes [288];
lVar1 = *(long *)(in_FS_OFFSET + 0x28)... |
void FUN_00195edb(long param_1,int param_2)
{
byte bVar1;
byte bVar2;
long in_FS_OFFSET;
uint local_528;
int local_520;
int local_51c;
int aiStack_518 [16];
uint auStack_4d8 [16];
uint local_498 [290];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
bVar1 = 0;
for (local_520 = 1... | (translation_unit "void FUN_00195edb(long param_1,int param_2)\n\n{\n byte bVar1;\n byte bVar2;\n long in_FS_OFFSET;\n uint local_528;\n int local_520;\n int local_51c;\n int aiStack_518 [16];\n uint auStack_4d8 [16];\n uint local_498 [290];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x530
MOV qword ptr [RBP + -0x528],RDI
MOV dword ptr [RBP + -0x52c],ESI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV dword ptr [RBP + -0x51c],0x0
MOV dword ptr [RBP + -0x518],0x1
JMP 0x00195f32
MOV EAX,dword ptr [RBP + -0x518]
CDQE
MOV dword ptr [RBP + RAX*0x4 ... |
type_1 * function_1(type_2 *lengths,int var_3)
{
long var_7;
int bits;
type_1 *pzVar2;
long var_1;
int nlengths_local;
type_2 *lengths_local;
int var_4;
int maxlen;
int var_2;
int var_5;
int count [16];
int startcode [16];
int codes [288];
var_7 = *(long *)(var_1 + 0x28);
maxlen = 0;
... | (translation_unit "zlib_table * zlib_mktable(uchar *lengths,int nlengths)\n\n{\n long lVar1;\n int bits;\n zlib_table *pzVar2;\n long in_FS_OFFSET;\n int nlengths_local;\n uchar *lengths_local;\n int code;\n int maxlen;\n int i;\n int j;\n int count [16];\n int startcode [16];\n int codes [288];\n \n lVa... | (translation_unit "type_1 * function_1(type_2 *lengths,int var_3)\n\n{\n long var_7;\n int bits;\n type_1 *pzVar2;\n long var_1;\n int nlengths_local;\n type_2 *lengths_local;\n int var_4;\n int maxlen;\n int var_2;\n int var_5;\n int count [16];\n int startcode [16];\n int codes [288];\n \n var_7 = *(lo... | (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... |
1124_putty_and_putty_strip.c | blowfish_ssh1_make_context | FUN_00166966 | blowfish_ssh1_make_context |
/* WARNING: Unknown calling convention */
void * blowfish_ssh1_make_context(void)
{
void *pvVar1;
pvVar1 = safemalloc(2,0x1050);
return pvVar1;
}
|
void FUN_00166966(void)
{
FUN_0012e037(2,0x1050);
return;
}
| (translation_unit "void FUN_00166966(void)\n\n{\n FUN_0012e037(2,0x1050);\n return;\n}\n\n" (function_definition "void FUN_00166966(void)\n\n{\n FUN_0012e037(2,0x1050);\n return;\n}" primitive_type (function_declarator "FUN_00166966(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitiv... | PUSH RBP
MOV RBP,RSP
MOV ESI,0x1050
MOV EDI,0x2
CALL 0x0012e037
POP RBP
RET |
/* WARNING: Unknown calling convention */
void * function_1(void)
{
void *pvVar1;
pvVar1 = var_1(2,0x1050);
return pvVar1;
}
| (translation_unit "/* WARNING: Unknown calling convention */\n\nvoid * blowfish_ssh1_make_context(void)\n\n{\n void *pvVar1;\n \n pvVar1 = safemalloc(2,0x1050);\n return pvVar1;\n}\n\n" comment (function_definition "void * blowfish_ssh1_make_context(void)\n\n{\n void *pvVar1;\n \n pvVar1 = safemalloc(2,0x1050);\... | (translation_unit "/* WARNING: Unknown calling convention */\n\nvoid * function_1(void)\n\n{\n void *pvVar1;\n \n pvVar1 = var_1(2,0x1050);\n return pvVar1;\n}\n\n" comment (function_definition "void * function_1(void)\n\n{\n void *pvVar1;\n \n pvVar1 = var_1(2,0x1050);\n return pvVar1;\n}" primitive_type (poin... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (declaration type: (primitive_type) declarator: (point... |
1764_putty_and_putty_strip.c | columns_gtk3_get_nat_height | FUN_001b1f2a | columns_gtk3_get_nat_height |
gint columns_gtk3_get_nat_height(ColumnsChild *child)
{
long in_FS_OFFSET;
ColumnsChild *child_local;
gint ret;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
gtk_widget_get_preferred_height(child->widget,0,&ret);
if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) {
/* WAR... |
undefined4 FUN_001b1f2a(undefined8 *param_1)
{
long in_FS_OFFSET;
undefined4 local_14;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
gtk_widget_get_preferred_height(*param_1,0,&local_14);
if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) {
/* WARNING: Subroutine does not r... | (translation_unit "undefined4 FUN_001b1f2a(undefined8 *param_1)\n\n{\n long in_FS_OFFSET;\n undefined4 local_14;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n gtk_widget_get_preferred_height(*param_1,0,&local_14);\n if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WA... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX]
LEA RDX,[RBP + -0xc]
MOV ESI,0x0
MOV RDI,RAX
CALL 0x001144d0
MOV EAX,dword ptr [RBP + -0xc]
MOV RCX,qword ptr [RBP + -0x8]
XOR ... |
type_1 function_1(type_2 *child)
{
long var_1;
type_2 *child_local;
type_1 ret;
long var_3;
var_3 = *(long *)(var_1 + 0x28);
var_2(child->widget,0,&ret);
if (var_3 != *(long *)(var_1 + 0x28)) {
/* WARNING: Subroutine does not return */
var_4();
}
return ret;
}
| (translation_unit "gint columns_gtk3_get_nat_height(ColumnsChild *child)\n\n{\n long in_FS_OFFSET;\n ColumnsChild *child_local;\n gint ret;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n gtk_widget_get_preferred_height(child->widget,0,&ret);\n if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) ... | (translation_unit "type_1 function_1(type_2 *child)\n\n{\n long var_1;\n type_2 *child_local;\n type_1 ret;\n long var_3;\n \n var_3 = *(long *)(var_1 + 0x28);\n var_2(child->widget,0,&ret);\n if (var_3 != *(long *)(var_1 + 0x28)) {\n /* WARNING: Subroutine does not return */\n var_4();\n ... | (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: (sized_type_specif... |
1502_putty_and_putty_strip.c | sha1_make_context | FUN_0018e8a4 | sha1_make_context |
void * sha1_make_context(void *cipher_ctx)
{
void *pvVar1;
void *cipher_ctx_local;
pvVar1 = safemalloc(3,0x60);
return pvVar1;
}
|
void FUN_0018e8a4(void)
{
FUN_0012e037(3,0x60);
return;
}
| (translation_unit "void FUN_0018e8a4(void)\n\n{\n FUN_0012e037(3,0x60);\n return;\n}\n\n" (function_definition "void FUN_0018e8a4(void)\n\n{\n FUN_0012e037(3,0x60);\n return;\n}" primitive_type (function_declarator "FUN_0018e8a4(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_ty... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV ESI,0x60
MOV EDI,0x3
CALL 0x0012e037
LEAVE
RET |
void * function_1(void *cipher_ctx)
{
void *pvVar1;
void *cipher_ctx_local;
pvVar1 = var_1(3,0x60);
return pvVar1;
}
| (translation_unit "void * sha1_make_context(void *cipher_ctx)\n\n{\n void *pvVar1;\n void *cipher_ctx_local;\n \n pvVar1 = safemalloc(3,0x60);\n return pvVar1;\n}\n\n" (function_definition "void * sha1_make_context(void *cipher_ctx)\n\n{\n void *pvVar1;\n void *cipher_ctx_local;\n \n pvVar1 = safemalloc(3,0x60... | (translation_unit "void * function_1(void *cipher_ctx)\n\n{\n void *pvVar1;\n void *cipher_ctx_local;\n \n pvVar1 = var_1(3,0x60);\n return pvVar1;\n}\n\n" (function_definition "void * function_1(void *cipher_ctx)\n\n{\n void *pvVar1;\n void *cipher_ctx_local;\n \n pvVar1 = var_1(3,0x60);\n return pvVar1;\n}"... | (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... |
1566_putty_and_putty_strip.c | share_listen_accepting | FUN_00193f45 | share_listen_accepting |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int share_listen_accepting(Plug plug,accept_fn_t constructor,accept_ctx_t ctx)
{
uint uVar1;
ssh_sharing_connstate *cs_00;
Socket ppsVar2;
char *pcVar3;
tree234 *ptVar4;
accept_ctx_t ctx_local;
accept_fn_t constructor_local;
Plu... |
bool FUN_00193f45(long param_1,code *param_2,undefined8 param_3)
{
undefined4 uVar1;
undefined8 *puVar2;
undefined8 uVar3;
long lVar4;
bool bVar5;
puVar2 = (undefined8 *)FUN_0012e037(1,0x4088);
*puVar2 = &DAT_002311a0;
puVar2[3] = param_1;
uVar1 = FUN_0018f1af(param_1,*(undefined4 *)(param_1 + 0x... | (translation_unit "bool FUN_00193f45(long param_1,code *param_2,undefined8 param_3)\n\n{\n undefined4 uVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n long lVar4;\n bool bVar5;\n \n puVar2 = (undefined8 *)FUN_0012e037(1,0x4088);\n *puVar2 = &DAT_002311a0;\n puVar2[3] = param_1;\n uVar1 = FUN_0018f1af(param_... | 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 + -0x28]
MOV qword ptr [RBP + -0x20],RAX
MOV ESI,0x4088
MOV EDI,0x1
CALL 0x0012e037
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x18]
LEA RDX,[0x2311a0]
... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int function_1(type_1 var_3,type_2 constructor,type_3 ctx)
{
type_4 uVar1;
type_5 *cs_00;
type_6 ppsVar2;
char *var_5;
type_7 *ptVar4;
type_3 ctx_local;
type_2 constructor_local;
type_1 plug_local;
type_8 *sharestate;
type_5... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint share_listen_accepting(Plug plug,accept_fn_t constructor,accept_ctx_t ctx)\n\n{\n uint uVar1;\n ssh_sharing_connstate *cs_00;\n Socket ppsVar2;\n char *pcVar3;\n tree234 *ptVar4;\n accept_ctx_t ctx_local;\n accept_... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(type_1 var_3,type_2 constructor,type_3 ctx)\n\n{\n type_4 uVar1;\n type_5 *cs_00;\n type_6 ppsVar2;\n char *var_5;\n type_7 *ptVar4;\n type_3 ctx_local;\n type_2 constructor_local;\n type_1 plug_local;\... | (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... |
1265_putty_and_putty_strip.c | dh_setup_group | FUN_001740c0 | dh_setup_group |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void * dh_setup_group(ssh_kex *kex)
{
undefined8 *puVar1;
dh_ctx *ctx_00;
Bignum_conflict pBVar2;
ssh_kex *kex_local;
dh_extra *extra;
dh_ctx *ctx;
puVar1 = (undefined8 *)kex->extra;
ctx_00 = (dh_ctx *)safemalloc(1,0x30);
p... |
long FUN_001740c0(long param_1)
{
undefined8 *puVar1;
long lVar2;
undefined8 uVar3;
puVar1 = *(undefined8 **)(param_1 + 0x20);
lVar2 = FUN_0012e037(1,0x30);
uVar3 = FUN_0016a627(*puVar1,*(undefined4 *)(puVar1 + 2));
*(undefined8 *)(lVar2 + 0x10) = uVar3;
uVar3 = FUN_0016a627(puVar1[1],*(undefined4 ... | (translation_unit "long FUN_001740c0(long param_1)\n\n{\n undefined8 *puVar1;\n long lVar2;\n undefined8 uVar3;\n \n puVar1 = *(undefined8 **)(param_1 + 0x20);\n lVar2 = FUN_0012e037(1,0x30);\n uVar3 = FUN_0016a627(*puVar1,*(undefined4 *)(puVar1 + 2));\n *(undefined8 *)(lVar2 + 0x10) = uVar3;\n uVar3 = FUN_001... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX + 0x20]
MOV qword ptr [RBP + -0x10],RAX
MOV ESI,0x30
MOV EDI,0x1
CALL 0x0012e037
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV EDX,dword ptr [RAX + 0x10]
MOV RAX,qword ptr [RBP +... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void * function_1(type_1 *kex)
{
type_2 *var_3;
type_3 *ctx_00;
type_4 pBVar2;
type_1 *kex_local;
type_5 *extra;
type_3 *ctx;
var_3 = (type_2 *)kex->extra;
ctx_00 = (type_3 *)var_1(1,0x30);
pBVar2 = var_2((type_6 *)*var_3,*... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid * dh_setup_group(ssh_kex *kex)\n\n{\n undefined8 *puVar1;\n dh_ctx *ctx_00;\n Bignum_conflict pBVar2;\n ssh_kex *kex_local;\n dh_extra *extra;\n dh_ctx *ctx;\n \n puVar1 = (undefined8 *)kex->extra;\n ctx_00 = (d... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid * function_1(type_1 *kex)\n\n{\n type_2 *var_3;\n type_3 *ctx_00;\n type_4 pBVar2;\n type_1 *kex_local;\n type_5 *extra;\n type_3 *ctx;\n \n var_3 = (type_2 *)kex->extra;\n ctx_00 = (type_3 *)var_1(1,0x30);\n p... | (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)))))) body: (compound_state... |
1876_putty_and_putty_strip.c | x11font_create | FUN_001bb889 | x11font_create |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
unifont * x11font_create(GtkWidget *widget,char *name,wchar_t wide,wchar_t bold,wchar_t shadowoffset
,wchar_t shadowalways)
{
int iVar1;
wchar_t wVar2;
undefined8 uVar3;
char *pcVar4;
x11font *pxVar5;
long in... |
undefined8 *
FUN_001bb889(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6)
{
int iVar1;
undefined4 uVar2;
undefined8 uVar3;
char *pcVar4;
undefined8 *puVar5;
long in_FS_OFFSET;
int local_90;
int local_8c;
uint local_88;
... | (translation_unit "undefined8 *\nFUN_001bb889(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n char *pcVar4;\n undefined8 *puVar5;\n long in_FS_OFFSET;\n int local_90;\n in... | 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 dword ptr [RBP + -0xa8],ECX
MOV dword ptr [RBP + -0xac],R8D
MOV dword ptr [RBP + -0xb0],R9D
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
CALL 0x00114df0
MOV RDI... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 * function_1(type_2 *widget,char *name,type_3 wide,type_3 bold,type_3 shadowoffset
,type_3 shadowalways)
{
int var_8;
type_3 var_18;
type_4 uVar3;
char *var_22;
type_5 *pxVar5;
long var_1;
type_3 sha... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nunifont * x11font_create(GtkWidget *widget,char *name,wchar_t wide,wchar_t bold,wchar_t shadowoffset\n ,wchar_t shadowalways)\n\n{\n int iVar1;\n wchar_t wVar2;\n undefined8 uVar3;\n char *pcVar4;\n... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(type_2 *widget,char *name,type_3 wide,type_3 bold,type_3 shadowoffset\n ,type_3 shadowalways)\n\n{\n int var_8;\n type_3 var_18;\n type_4 uVar3;\n char *var_22;\n type_5 *pxVar5... | (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 ... |
1737_putty_and_putty_strip.c | gtk_setup_config_box | FUN_001af669 | gtk_setup_config_box |
void gtk_setup_config_box(controlbox *b,int midsession,void *win)
{
controlset *pcVar1;
intorptr iVar2;
intorptr iVar3;
control *pcVar4;
intorptr iVar5;
void *win_local;
int midsession_local;
controlbox *b_local;
int i;
controlset *s;
control *c;
controlset *s2;
if (midsession == 0) {
... |
void FUN_001af669(int *param_1,int param_2,undefined8 param_3)
{
int *piVar1;
undefined8 uVar2;
undefined8 uVar3;
undefined8 uVar4;
long lVar5;
undefined8 uVar6;
int local_34;
if (param_2 == 0) {
uVar2 = FUN_00125a0c(param_1,&DAT_00212fa0,&DAT_00212fa0,&DAT_00212fa0);
uVar3 = FUN_001254db(p... | (translation_unit "void FUN_001af669(int *param_1,int param_2,undefined8 param_3)\n\n{\n int *piVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long lVar5;\n undefined8 uVar6;\n int local_34;\n \n if (param_2 == 0) {\n uVar2 = FUN_00125a0c(param_1,&DAT_00212fa0,&DAT_00212fa0,&DAT_00212fa... | PUSH RBP
MOV RBP,RSP
PUSH R12
PUSH RBX
SUB RSP,0x40
MOV qword ptr [RBP + -0x38],RDI
MOV dword ptr [RBP + -0x3c],ESI
MOV qword ptr [RBP + -0x48],RDX
CMP dword ptr [RBP + -0x3c],0x0
JNZ 0x001af6fa
MOV RAX,qword ptr [RBP + -0x38]
LEA RCX,[0x212fa0]
LEA RDX,[0x212fa0]
LEA RSI,[0x212fa0]
MOV RDI,RAX
CALL 0x00125a0c
MOV qwor... |
void function_1(type_1 *b,int var_1,void *win)
{
type_2 *var_13;
type_3 iVar2;
type_3 iVar3;
type_4 *pcVar4;
type_3 iVar5;
void *win_local;
int midsession_local;
type_1 *b_local;
int var_7;
type_2 *s;
type_4 *c;
type_2 *s2;
if (var_1 == 0) {
var_13 = var_2(b,"","","");
iVar2 = var... | (translation_unit "void gtk_setup_config_box(controlbox *b,int midsession,void *win)\n\n{\n controlset *pcVar1;\n intorptr iVar2;\n intorptr iVar3;\n control *pcVar4;\n intorptr iVar5;\n void *win_local;\n int midsession_local;\n controlbox *b_local;\n int i;\n controlset *s;\n control *c;\n controlset *s2;... | (translation_unit "void function_1(type_1 *b,int var_1,void *win)\n\n{\n type_2 *var_13;\n type_3 iVar2;\n type_3 iVar3;\n type_4 *pcVar4;\n type_3 iVar5;\n void *win_local;\n int midsession_local;\n type_1 *b_local;\n int var_7;\n type_2 *s;\n type_4 *c;\n type_2 *s2;\n \n if (var_1 == 0) {\n var_13 =... | (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... |
1125_putty_and_putty_strip.c | blowfish_free_context | FUN_0016697b | blowfish_free_context |
void blowfish_free_context(void *handle)
{
void *handle_local;
safefree(handle);
return;
}
|
void FUN_0016697b(undefined8 param_1)
{
FUN_0012e243(param_1);
return;
}
| (translation_unit "void FUN_0016697b(undefined8 param_1)\n\n{\n FUN_0012e243(param_1);\n return;\n}\n\n" (function_definition "void FUN_0016697b(undefined8 param_1)\n\n{\n FUN_0012e243(param_1);\n return;\n}" primitive_type (function_declarator "FUN_0016697b(undefined8 param_1)" identifier (parameter_list "(undefin... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x0012e243
NOP
LEAVE
RET |
void function_1(void *handle)
{
void *handle_local;
var_1(handle);
return;
}
| (translation_unit "void blowfish_free_context(void *handle)\n\n{\n void *handle_local;\n \n safefree(handle);\n return;\n}\n\n" (function_definition "void blowfish_free_context(void *handle)\n\n{\n void *handle_local;\n \n safefree(handle);\n return;\n}" primitive_type (function_declarator "blowfish_free_contex... | (translation_unit "void function_1(void *handle)\n\n{\n void *handle_local;\n \n var_1(handle);\n return;\n}\n\n" (function_definition "void function_1(void *handle)\n\n{\n void *handle_local;\n \n var_1(handle);\n return;\n}" primitive_type (function_declarator "function_1(void *handle)" identifier (parameter_... | (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... |
1680_putty_and_putty_strip.c | term_print_setup | FUN_001a069e | term_print_setup |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void term_print_setup(Terminal *term,char *printer)
{
printer_job *ppVar1;
char *printer_local;
Terminal *term_local;
bufchain_clear((bufchain *)&term->printer_buf);
ppVar1 = printer_start_job(printer);
term->print_job = ppVar1;
... |
void FUN_001a069e(long param_1,undefined8 param_2)
{
undefined8 uVar1;
FUN_0012dba4(param_1 + 0x148);
uVar1 = FUN_001d4abf(param_2);
*(undefined8 *)(param_1 + 0x160) = uVar1;
return;
}
| (translation_unit "void FUN_001a069e(long param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n FUN_0012dba4(param_1 + 0x148);\n uVar1 = FUN_001d4abf(param_2);\n *(undefined8 *)(param_1 + 0x160) = uVar1;\n return;\n}\n\n" (function_definition "void FUN_001a069e(long param_1,undefined8 param_2)\n\n{\n undefin... | 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 + -0x8]
ADD RAX,0x148
MOV RDI,RAX
CALL 0x0012dba4
MOV RAX,qword ptr [RBP + -0x10]
MOV RDI,RAX
CALL 0x001d4abf
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RAX + 0x160],RDX
NOP
LEAVE
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *term,char *printer)
{
type_2 *ppVar1;
char *printer_local;
type_1 *term_local;
var_1((type_3 *)&term->printer_buf);
ppVar1 = var_2(printer);
term->print_job = ppVar1;
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid term_print_setup(Terminal *term,char *printer)\n\n{\n printer_job *ppVar1;\n char *printer_local;\n Terminal *term_local;\n \n bufchain_clear((bufchain *)&term->printer_buf);\n ppVar1 = printer_start_job(printer);\... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term,char *printer)\n\n{\n type_2 *ppVar1;\n char *printer_local;\n type_1 *term_local;\n \n var_1((type_3 *)&term->printer_buf);\n ppVar1 = var_2(printer);\n term->print_job = ppVar1;\n return... | (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... |
1571_putty_and_putty_strip.c | nullplug_sent | FUN_0019432a | nullplug_sent |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void nullplug_sent(Plug plug,int bufsize)
{
int bufsize_local;
Plug plug_local;
return;
}
|
void FUN_0019432a(void)
{
return;
}
| (translation_unit "void FUN_0019432a(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_0019432a(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_0019432a(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 dword ptr [RBP + -0xc],ESI
NOP
POP RBP
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 plug,int bufsize)
{
int bufsize_local;
type_1 plug_local;
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid nullplug_sent(Plug plug,int bufsize)\n\n{\n int bufsize_local;\n Plug plug_local;\n \n return;\n}\n\n" comment (function_definition "void nullplug_sent(Plug plug,int bufsize)\n\n{\n int bufsize_local;\n Plug plug_l... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 plug,int bufsize)\n\n{\n int bufsize_local;\n type_1 plug_local;\n \n return;\n}\n\n" comment (function_definition "void function_1(type_1 plug,int bufsize)\n\n{\n int bufsize_local;\n type_1 plug... | (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: (identifier)))) body: (compound... |
1209_putty_and_putty_strip.c | poly_verify | FUN_0016ea48 | poly_verify |
int poly_verify(void *handle,uchar *blk,int len,ulong seq)
{
int iVar1;
ulong seq_local;
int len_local;
uchar *blk_local;
void *handle_local;
poly_op(handle,blk,len,seq);
iVar1 = poly_verresult(handle,blk + len);
return iVar1;
}
|
void FUN_0016ea48(undefined8 param_1,long param_2,int param_3,undefined8 param_4)
{
FUN_0016e94b(param_1,param_2,param_3,param_4);
FUN_0016e8d6(param_1,param_3 + param_2);
return;
}
| (translation_unit "void FUN_0016ea48(undefined8 param_1,long param_2,int param_3,undefined8 param_4)\n\n{\n FUN_0016e94b(param_1,param_2,param_3,param_4);\n FUN_0016e8d6(param_1,param_3 + param_2);\n return;\n}\n\n" (function_definition "void FUN_0016ea48(undefined8 param_1,long param_2,int param_3,undefined8 param_... | 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 qword ptr [RBP + -0x20],RCX
MOV RCX,qword ptr [RBP + -0x20]
MOV EDX,dword ptr [RBP + -0x14]
MOV RSI,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x0016e94b
MOV ... |
int function_1(void *handle,type_1 *var_3,int var_4,type_2 seq)
{
int iVar1;
type_2 seq_local;
int len_local;
type_1 *blk_local;
void *handle_local;
var_1(handle,var_3,var_4,seq);
iVar1 = var_2(handle,var_3 + var_4);
return iVar1;
}
| (translation_unit "int poly_verify(void *handle,uchar *blk,int len,ulong seq)\n\n{\n int iVar1;\n ulong seq_local;\n int len_local;\n uchar *blk_local;\n void *handle_local;\n \n poly_op(handle,blk,len,seq);\n iVar1 = poly_verresult(handle,blk + len);\n return iVar1;\n}\n\n" (function_definition "int poly_veri... | (translation_unit "int function_1(void *handle,type_1 *var_3,int var_4,type_2 seq)\n\n{\n int iVar1;\n type_2 seq_local;\n int len_local;\n type_1 *blk_local;\n void *handle_local;\n \n var_1(handle,var_3,var_4,seq);\n iVar1 = var_2(handle,var_3 + var_4);\n return iVar1;\n}\n\n" (function_definition "int funct... | (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: (type_identifier) declarator: (pointer... |
1543_putty_and_putty_strip.c | share_find_forwarding | FUN_0018fec4 | share_find_forwarding |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
share_forwarding * share_find_forwarding(ssh_sharing_connstate *cs,char *host,int port)
{
long lVar1;
share_forwarding *psVar2;
long in_FS_OFFSET;
int port_local;
char *host_local;
ssh_sharing_connstate *cs_local;
share_forwarding... |
undefined8 FUN_0018fec4(long param_1,undefined8 param_2,undefined4 param_3)
{
undefined8 uVar1;
long in_FS_OFFSET;
undefined8 local_28;
undefined4 local_20;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_28 = FUN_0012cfa3(param_2);
local_20 = param_3;
uVar1 = FUN_001ae652(*(undef... | (translation_unit "undefined8 FUN_0018fec4(long param_1,undefined8 param_2,undefined4 param_3)\n\n{\n undefined8 uVar1;\n long in_FS_OFFSET;\n undefined8 local_28;\n undefined4 local_20;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_28 = FUN_0012cfa3(param_2);\n local_20 = param_3;\n... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x38],RDI
MOV qword ptr [RBP + -0x40],RSI
MOV dword ptr [RBP + -0x44],EDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x40]
MOV RDI,RAX
CALL 0x0012cfa3
MOV qword ptr [RBP + -0x20],RAX
MOV EAX,dword ptr [RBP + -0... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 * function_1(type_2 *cs,char *host,int port)
{
long var_5;
type_1 *psVar2;
long var_1;
int port_local;
char *host_local;
type_2 *cs_local;
type_1 *ret;
type_1 dummyfwd;
var_5 = *(long *)(var_1 + 0x28);
dummyfwd.hos... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nshare_forwarding * share_find_forwarding(ssh_sharing_connstate *cs,char *host,int port)\n\n{\n long lVar1;\n share_forwarding *psVar2;\n long in_FS_OFFSET;\n int port_local;\n char *host_local;\n ssh_sharing_connstate *... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(type_2 *cs,char *host,int port)\n\n{\n long var_5;\n type_1 *psVar2;\n long var_1;\n int port_local;\n char *host_local;\n type_2 *cs_local;\n type_1 *ret;\n type_1 dummyfwd;\n \n var_5 = *(long ... | (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 ... |
1302_putty_and_putty_strip.c | ec_point_new | FUN_00176dfc | ec_point_new |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
ec_point * ec_point_new(ec_curve *curve,Bignum x,Bignum y,Bignum z,uchar infinity)
{
ec_point *peVar1;
uchar infinity_local;
Bignum z_local;
Bignum y_local;
Bignum x_local;
ec_curve *curve_local;
ec_point *point;
peVar1 = (ec... |
undefined8 *
FUN_00176dfc(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
char param_5)
{
undefined8 *puVar1;
puVar1 = (undefined8 *)FUN_0012e037(1,0x28);
*puVar1 = param_1;
puVar1[1] = param_2;
puVar1[2] = param_3;
puVar1[3] = param_4;
*(bool *)(puVar1 + 4) =... | (translation_unit "undefined8 *\nFUN_00176dfc(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n char param_5)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_0012e037(1,0x28);\n *puVar1 = param_1;\n puVar1[1] = param_2;\n puVar1[2] = param_3;\n puVar1[3] = param... | 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 EAX,R8D
MOV byte ptr [RBP + -0x34],AL
MOV ESI,0x28
MOV EDI,0x1
CALL 0x0012e037
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RDX,qword... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 * function_1(type_2 *curve,type_3 x,type_3 y,type_3 z,type_4 var_2)
{
type_1 *peVar1;
type_4 infinity_local;
type_3 z_local;
type_3 y_local;
type_3 x_local;
type_2 *curve_local;
type_1 *point;
peVar1 = (type_1 *)var_1(... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nec_point * ec_point_new(ec_curve *curve,Bignum x,Bignum y,Bignum z,uchar infinity)\n\n{\n ec_point *peVar1;\n uchar infinity_local;\n Bignum z_local;\n Bignum y_local;\n Bignum x_local;\n ec_curve *curve_local;\n ec_po... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(type_2 *curve,type_3 x,type_3 y,type_3 z,type_4 var_2)\n\n{\n type_1 *peVar1;\n type_4 infinity_local;\n type_3 z_local;\n type_3 y_local;\n type_3 x_local;\n type_2 *curve_local;\n type_1 *point;\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 ... |
1793_putty_and_putty_strip.c | dlg_checkbox_set | FUN_001b2fa5 | dlg_checkbox_set |
void dlg_checkbox_set(control *ctrl,void *dlg,int checked)
{
uctrl *puVar1;
undefined8 uVar2;
int checked_local;
void *dlg_local;
control *ctrl_local;
dlgparam *dp;
uctrl *uc;
puVar1 = dlg_find_byctrl((dlgparam *)dlg,ctrl);
if ((puVar1->ctrl->generic).type != 3) {
/* WARNING: ... |
void FUN_001b2fa5(undefined8 param_1,undefined8 param_2,undefined4 param_3)
{
undefined8 *puVar1;
undefined8 uVar2;
puVar1 = (undefined8 *)FUN_001b2d0b(param_2,param_1);
if (*(int *)*puVar1 != 3) {
/* WARNING: Subroutine does not return */
__assert_fail("uc->ctrl->generic.type == CT... | (translation_unit "void FUN_001b2fa5(undefined8 param_1,undefined8 param_2,undefined4 param_3)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n \n puVar1 = (undefined8 *)FUN_001b2d0b(param_2,param_1);\n if (*(int *)*puVar1 != 3) {\n /* WARNING: Subroutine does not return */\n __assert_fail("u... | 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 RAX,qword ptr [RBP + -0x20]
MOV qword ptr [RBP + -0x10],RAX
MOV RDX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RBP + -0x10]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x001b2d0b
MOV qword ptr [RBP + -... |
void function_1(type_1 *ctrl,void *dlg,int checked)
{
type_2 *puVar1;
type_3 uVar2;
int checked_local;
void *dlg_local;
type_1 *ctrl_local;
type_4 *dp;
type_2 *uc;
puVar1 = var_1((type_4 *)dlg,ctrl);
if ((puVar1->ctrl->generic).type != 3) {
/* WARNING: Subroutine does not retu... | (translation_unit "void dlg_checkbox_set(control *ctrl,void *dlg,int checked)\n\n{\n uctrl *puVar1;\n undefined8 uVar2;\n int checked_local;\n void *dlg_local;\n control *ctrl_local;\n dlgparam *dp;\n uctrl *uc;\n \n puVar1 = dlg_find_byctrl((dlgparam *)dlg,ctrl);\n if ((puVar1->ctrl->generic).type != 3) {\n ... | (translation_unit "void function_1(type_1 *ctrl,void *dlg,int checked)\n\n{\n type_2 *puVar1;\n type_3 uVar2;\n int checked_local;\n void *dlg_local;\n type_1 *ctrl_local;\n type_4 *dp;\n type_2 *uc;\n \n puVar1 = var_1((type_4 *)dlg,ctrl);\n if ((puVar1->ctrl->generic).type != 3) {\n /* WA... | (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... |
1604_putty_and_putty_strip.c | telnet_log | FUN_00198c52 | telnet_log |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void telnet_log(Plug plug,int type,SockAddr addr,int port,char *error_msg,int error_code)
{
int error_code_local;
char *error_msg_local;
SockAddr addr_local;
int port_local;
int type_local;
Plug plug_local;
Telnet telnet;
bac... |
void FUN_00198c52(long param_1,undefined4 param_2,undefined8 param_3,undefined4 param_4,
undefined8 param_5,undefined4 param_6)
{
FUN_0011622c(*(undefined8 *)(param_1 + 0x18),param_2,param_3,param_4,param_5,param_6,
*(undefined8 *)(param_1 + 0x90),*(undefined4 *)(param_1 + 0x84));
... | (translation_unit "void FUN_00198c52(long param_1,undefined4 param_2,undefined8 param_3,undefined4 param_4,\n undefined8 param_5,undefined4 param_6)\n\n{\n FUN_0011622c(*(undefined8 *)(param_1 + 0x18),param_2,param_3,param_4,param_5,param_6,\n *(undefined8 *)(param_1 + 0x90),*(undefined4 ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV qword ptr [RBP + -0x28],RDX
MOV dword ptr [RBP + -0x20],ECX
MOV qword ptr [RBP + -0x30],R8
MOV dword ptr [RBP + -0x34],R9D
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
M... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 plug,int type,type_2 addr,int port,char *error_msg,int error_code)
{
int error_code_local;
char *error_msg_local;
type_2 addr_local;
int port_local;
int type_local;
type_1 plug_local;
type_3 telnet;
var... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid telnet_log(Plug plug,int type,SockAddr addr,int port,char *error_msg,int error_code)\n\n{\n int error_code_local;\n char *error_msg_local;\n SockAddr addr_local;\n int port_local;\n int type_local;\n Plug plug_loca... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 plug,int type,type_2 addr,int port,char *error_msg,int error_code)\n\n{\n int error_code_local;\n char *error_msg_local;\n type_2 addr_local;\n int port_local;\n int type_local;\n type_1 plug_loca... | (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: (identifier)) (parameter_declar... |
1250_putty_and_putty_strip.c | des3_ssh2_sdctr | FUN_00173078 | des3_ssh2_sdctr |
void des3_ssh2_sdctr(void *handle,uchar *blk,int len)
{
int len_local;
uchar *blk_local;
void *handle_local;
DESContext *keys;
des_sdctr3(blk,len,(DESContext *)handle);
return;
}
|
void FUN_00173078(undefined8 param_1,undefined8 param_2,undefined4 param_3)
{
FUN_00172927(param_2,param_3,param_1);
return;
}
| (translation_unit "void FUN_00173078(undefined8 param_1,undefined8 param_2,undefined4 param_3)\n\n{\n FUN_00172927(param_2,param_3,param_1);\n return;\n}\n\n" (function_definition "void FUN_00173078(undefined8 param_1,undefined8 param_2,undefined4 param_3)\n\n{\n FUN_00172927(param_2,param_3,param_1);\n return;\n}"... | 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 RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV ECX,dword ptr [RBP + -0x24]
MOV RDX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RBP + -0x20]
MOV ESI,ECX
MOV RDI,RAX
CALL 0x0... |
void function_1(void *handle,type_1 *blk,int len)
{
int len_local;
type_1 *blk_local;
void *handle_local;
type_2 *keys;
var_1(blk,len,(type_2 *)handle);
return;
}
| (translation_unit "void des3_ssh2_sdctr(void *handle,uchar *blk,int len)\n\n{\n int len_local;\n uchar *blk_local;\n void *handle_local;\n DESContext *keys;\n \n des_sdctr3(blk,len,(DESContext *)handle);\n return;\n}\n\n" (function_definition "void des3_ssh2_sdctr(void *handle,uchar *blk,int len)\n\n{\n int len... | (translation_unit "void function_1(void *handle,type_1 *blk,int len)\n\n{\n int len_local;\n type_1 *blk_local;\n void *handle_local;\n type_2 *keys;\n \n var_1(blk,len,(type_2 *)handle);\n return;\n}\n\n" (function_definition "void function_1(void *handle,type_1 *blk,int len)\n\n{\n int len_local;\n type_1 *b... | (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: (type_identifier) declarator: (pointer... |
1150_putty_and_putty_strip.c | modpow_simple | FUN_00168ee0 | modpow_simple |
Bignum_conflict modpow_simple(Bignum_conflict base_in,Bignum_conflict exp,Bignum_conflict mod)
{
BignumInt *pBVar1;
int len;
int rshift_00;
Bignum_conflict b_00;
BignumInt *m_00;
BignumInt *b_01;
BignumInt *scratch_00;
BignumInt recip_00;
Bignum_conflict pBVar2;
int iVar3;
Bignum_conflict mod_lo... |
ulong * FUN_00168ee0(undefined8 param_1,long *param_2,ulong *param_3)
{
ulong uVar1;
long lVar2;
int iVar3;
int iVar4;
long *plVar5;
ulong *puVar6;
long lVar7;
undefined8 uVar8;
undefined8 uVar9;
ulong *puVar10;
int iVar11;
int local_6c;
int local_68;
long local_58;
long local_50;
ulon... | (translation_unit "ulong * FUN_00168ee0(undefined8 param_1,long *param_2,ulong *param_3)\n\n{\n ulong uVar1;\n long lVar2;\n int iVar3;\n int iVar4;\n long *plVar5;\n ulong *puVar6;\n long lVar7;\n undefined8 uVar8;\n undefined8 uVar9;\n ulong *puVar10;\n int iVar11;\n int local_6c;\n int local_68;\n long... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x90
MOV qword ptr [RBP + -0x78],RDI
MOV qword ptr [RBP + -0x80],RSI
MOV qword ptr [RBP + -0x88],RDX
MOV RAX,qword ptr [RBP + -0x88]
MOV RAX,qword ptr [RAX]
LEA RDX,[RAX*0x8]
MOV RAX,qword ptr [RBP + -0x88]
ADD RAX,RDX
MOV RAX,qword ptr [RAX]
TEST RAX,RAX
JNZ 0x00168f3d
LEA RCX,[0x20dab0]
M... |
type_1 function_1(type_1 base_in,type_1 exp,type_1 mod)
{
type_2 *pBVar1;
int var_4;
int var_9;
type_1 b_00;
type_2 *m_00;
type_2 *b_01;
type_2 *scratch_00;
type_2 recip_00;
type_1 pBVar2;
int var_5;
type_1 mod_local;
type_1 exp_local;
type_1 base_in_local;
int var_6;
int var_3;
int ml... | (translation_unit "Bignum_conflict modpow_simple(Bignum_conflict base_in,Bignum_conflict exp,Bignum_conflict mod)\n\n{\n BignumInt *pBVar1;\n int len;\n int rshift_00;\n Bignum_conflict b_00;\n BignumInt *m_00;\n BignumInt *b_01;\n BignumInt *scratch_00;\n BignumInt recip_00;\n Bignum_conflict pBVar2;\n int i... | (translation_unit "type_1 function_1(type_1 base_in,type_1 exp,type_1 mod)\n\n{\n type_2 *pBVar1;\n int var_4;\n int var_9;\n type_1 b_00;\n type_2 *m_00;\n type_2 *b_01;\n type_2 *scratch_00;\n type_2 recip_00;\n type_1 pBVar2;\n int var_5;\n type_1 mod_local;\n type_1 exp_local;\n type_1 base_in_local;\n... | (translation_unit (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)) (parameter_declaration ty... |
1639_putty_and_putty_strip.c | compressline | FUN_0019ae3c | compressline |
/* WARNING: Restarted to delay deadcode elimination for space: stack */
uchar * compressline(termline *ldata)
{
long lVar1;
uchar *puVar2;
long in_FS_OFFSET;
termline *ldata_local;
wchar_t n;
wchar_t n_1;
buf *b;
buf buffer;
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
buffer.data = (uchar *)0x0;
... |
/* WARNING: Restarted to delay deadcode elimination for space: stack */
void FUN_0019ae3c(ushort *param_1)
{
long in_FS_OFFSET;
uint local_38;
uint local_34;
undefined8 local_28;
int local_20;
undefined4 local_1c;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_28 = 0;
local_20... | (translation_unit "/* WARNING: Restarted to delay deadcode elimination for space: stack */\n\nvoid FUN_0019ae3c(ushort *param_1)\n\n{\n long in_FS_OFFSET;\n uint local_38;\n uint local_34;\n undefined8 local_28;\n int local_20;\n undefined4 local_1c;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x... | 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 qword ptr [RBP + -0x20],0x0
MOV dword ptr [RBP + -0x18],0x0
MOV dword ptr [RBP + -0x14],0x0
LEA RAX,[RBP + -0x20]
MOV qword ptr [RBP + -0x28],RAX
MOV RAX,qword ptr [RBP + -0x38]
M... |
/* WARNING: Restarted to delay deadcode elimination for space: stack */
type_1 * function_1(type_2 *ldata)
{
long var_7;
type_1 *puVar2;
long var_1;
type_2 *ldata_local;
type_3 var_2;
type_3 var_4;
type_4 *b;
type_4 buffer;
var_7 = *(long *)(var_1 + 0x28);
buffer.data = (type_1 *)0x0;
buffer... | (translation_unit "/* WARNING: Restarted to delay deadcode elimination for space: stack */\n\nuchar * compressline(termline *ldata)\n\n{\n long lVar1;\n uchar *puVar2;\n long in_FS_OFFSET;\n termline *ldata_local;\n wchar_t n;\n wchar_t n_1;\n buf *b;\n buf buffer;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);... | (translation_unit "/* WARNING: Restarted to delay deadcode elimination for space: stack */\n\ntype_1 * function_1(type_2 *ldata)\n\n{\n long var_7;\n type_1 *puVar2;\n long var_1;\n type_2 *ldata_local;\n type_3 var_2;\n type_3 var_4;\n type_4 *b;\n type_4 buffer;\n \n var_7 = *(long *)(var_1 + 0x28);\n buff... | (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... |
1522_putty_and_putty_strip.c | share_channel_us_cmp | FUN_0018f3da | share_channel_us_cmp |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int share_channel_us_cmp(void *av,void *bv)
{
int iVar1;
void *bv_local;
void *av_local;
share_channel *a;
share_channel *b;
if (*(uint *)((long)av + 4) < *(uint *)((long)bv + 4)) {
iVar1 = -1;
}
else if (*(uint *)((long)... |
undefined8 FUN_0018f3da(long param_1,long param_2)
{
undefined8 uVar1;
if (*(uint *)(param_1 + 4) < *(uint *)(param_2 + 4)) {
uVar1 = 0xffffffff;
}
else if (*(uint *)(param_2 + 4) < *(uint *)(param_1 + 4)) {
uVar1 = 1;
}
else {
uVar1 = 0;
}
return uVar1;
}
| (translation_unit "undefined8 FUN_0018f3da(long param_1,long param_2)\n\n{\n undefined8 uVar1;\n \n if (*(uint *)(param_1 + 4) < *(uint *)(param_2 + 4)) {\n uVar1 = 0xffffffff;\n }\n else if (*(uint *)(param_2 + 4) < *(uint *)(param_1 + 4)) {\n uVar1 = 1;\n }\n else {\n uVar1 = 0;\n }\n return uVar1;\... | 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 EDX,dword ptr [RAX + 0x4]
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword p... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int function_1(void *av,void *bv)
{
int iVar1;
void *bv_local;
void *av_local;
type_1 *a;
type_1 *b;
if (*(type_2 *)((long)av + 4) < *(type_2 *)((long)bv + 4)) {
iVar1 = -1;
}
else if (*(type_2 *)((long)bv + 4) < *(type_2... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint share_channel_us_cmp(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n share_channel *a;\n share_channel *b;\n \n if (*(uint *)((long)av + 4) < *(uint *)((long)bv + 4)) {\n iVar1 = -1;\n... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint 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 if (*(type_2 *)((long)av + 4) < *(type_2 *)((long)bv + 4)) {\n iVar1 = -1;\n }\n else if (*(ty... | (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: (primitive_type) declarator:... |
1527_putty_and_putty_strip.c | share_xchannel_free | FUN_0018f5aa | share_xchannel_free |
void share_xchannel_free(share_xchannel *xc)
{
share_xchannel_message *ptr;
share_xchannel *xc_local;
share_xchannel_message *tmp;
while (xc->msghead != (share_xchannel_message *)0x0) {
ptr = xc->msghead;
xc->msghead = ptr->next;
safefree(ptr);
}
safefree(xc);
return;
}
|
void FUN_0018f5aa(long param_1)
{
undefined8 *puVar1;
while (*(long *)(param_1 + 0x10) != 0) {
puVar1 = *(undefined8 **)(param_1 + 0x10);
*(undefined8 *)(param_1 + 0x10) = *puVar1;
FUN_0012e243(puVar1);
}
FUN_0012e243(param_1);
return;
}
| (translation_unit "void FUN_0018f5aa(long param_1)\n\n{\n undefined8 *puVar1;\n \n while (*(long *)(param_1 + 0x10) != 0) {\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n *(undefined8 *)(param_1 + 0x10) = *puVar1;\n FUN_0012e243(puVar1);\n }\n FUN_0012e243(param_1);\n return;\n}\n\n" (function_definition... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
JMP 0x0018f5df
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX + 0x10]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RDX,qword ptr [RAX]
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RAX + 0x10],RDX
MOV RAX,qword ptr [RBP + -0... |
void function_1(type_1 *xc)
{
type_2 *ptr;
type_1 *xc_local;
type_2 *tmp;
while (xc->msghead != (type_2 *)0x0) {
ptr = xc->msghead;
xc->msghead = ptr->next;
var_1(ptr);
}
var_1(xc);
return;
}
| (translation_unit "void share_xchannel_free(share_xchannel *xc)\n\n{\n share_xchannel_message *ptr;\n share_xchannel *xc_local;\n share_xchannel_message *tmp;\n \n while (xc->msghead != (share_xchannel_message *)0x0) {\n ptr = xc->msghead;\n xc->msghead = ptr->next;\n safefree(ptr);\n }\n safefree(xc);\... | (translation_unit "void function_1(type_1 *xc)\n\n{\n type_2 *ptr;\n type_1 *xc_local;\n type_2 *tmp;\n \n while (xc->msghead != (type_2 *)0x0) {\n ptr = xc->msghead;\n xc->msghead = ptr->next;\n var_1(ptr);\n }\n var_1(xc);\n return;\n}\n\n" (function_definition "void function_1(type_1 *xc)\n\n{\n ty... | (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... |
1174_putty_and_putty_strip.c | bigsub | FUN_0016b8ce | bigsub |
Bignum_conflict bigsub(Bignum_conflict a,Bignum_conflict b)
{
ulong uVar1;
BignumInt BVar2;
int length;
Bignum_conflict b_00;
ulong uVar3;
ulong uVar4;
Bignum_conflict b_local;
Bignum_conflict a_local;
int i;
int maxspot;
int alen;
int blen;
int rlen;
BignumCarry carry;
Bignum_conflict r... |
long * FUN_0016b8ce(undefined8 *param_1,undefined8 *param_2)
{
ulong uVar1;
long lVar2;
int iVar3;
long *plVar4;
ulong uVar5;
ulong uVar6;
int local_6c;
int local_68;
ulong local_58;
iVar3 = (int)*param_1;
if ((int)*param_1 <= (int)*param_2) {
iVar3 = (int)*param_2;
}
plVar4 = (long *... | (translation_unit "long * FUN_0016b8ce(undefined8 *param_1,undefined8 *param_2)\n\n{\n ulong uVar1;\n long lVar2;\n int iVar3;\n long *plVar4;\n ulong uVar5;\n ulong uVar6;\n int local_6c;\n int local_68;\n ulong local_58;\n \n iVar3 = (int)*param_1;\n if ((int)*param_1 <= (int)*param_2) {\n iVar3 = (int... | PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
SUB RSP,0x60
MOV qword ptr [RBP + -0x78],RDI
MOV qword ptr [RBP + -0x80],RSI
MOV RAX,qword ptr [RBP + -0x78]
MOV RAX,qword ptr [RAX]
MOV dword ptr [RBP + -0x5c],EAX
MOV RAX,qword ptr [RBP + -0x80]
MOV RAX,qword ptr [RAX]
MOV dword ptr [RBP + -0x58],EAX
MOV EAX,dw... |
type_1 function_1(type_1 a,type_1 b)
{
type_2 var_5;
type_3 BVar2;
int var_3;
type_1 b_00;
type_2 var_4;
type_2 uVar4;
type_1 b_local;
type_1 a_local;
int var_2;
int var_8;
int alen;
int blen;
int rlen;
type_4 var_6;
type_1 ret;
type_3 aword;
type_3 bword;
type_5 ADC_temp;
var... | (translation_unit "Bignum_conflict bigsub(Bignum_conflict a,Bignum_conflict b)\n\n{\n ulong uVar1;\n BignumInt BVar2;\n int length;\n Bignum_conflict b_00;\n ulong uVar3;\n ulong uVar4;\n Bignum_conflict b_local;\n Bignum_conflict a_local;\n int i;\n int maxspot;\n int alen;\n int blen;\n int rlen;\n Bign... | (translation_unit "type_1 function_1(type_1 a,type_1 b)\n\n{\n type_2 var_5;\n type_3 BVar2;\n int var_3;\n type_1 b_00;\n type_2 var_4;\n type_2 uVar4;\n type_1 b_local;\n type_1 a_local;\n int var_2;\n int var_8;\n int alen;\n int blen;\n int rlen;\n type_4 var_6;\n type_1 ret;\n type_3 aword;\n type... | (translation_unit (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: (compound_stateme... |
1268_putty_and_putty_strip.c | dh_create_e | FUN_00174229 | dh_create_e |
Bignum dh_create_e(void *handle,int nbits)
{
int len;
int iVar1;
uchar *data;
Bignum_conflict pBVar2;
int nbits_local;
void *handle_local;
int i;
int b;
int nb;
int nbytes;
dh_ctx *ctx;
uchar *buf;
len = ssh1_bignum_length(*(Bignum_conflict *)((long)handle + 0x20));
data = (uchar *)safe... |
long FUN_00174229(long *param_1,int param_2)
{
byte bVar1;
int iVar2;
int iVar3;
long lVar4;
long lVar5;
int local_28;
uint local_24;
int local_20;
iVar2 = FUN_0016ac11(param_1[4]);
lVar4 = FUN_0012e037((long)iVar2,1);
do {
if (*param_1 != 0) {
FUN_00166d90(*param_1);
}
if (... | (translation_unit "long FUN_00174229(long *param_1,int param_2)\n\n{\n byte bVar1;\n int iVar2;\n int iVar3;\n long lVar4;\n long lVar5;\n int local_28;\n uint local_24;\n int local_20;\n \n iVar2 = FUN_0016ac11(param_1[4]);\n lVar4 = FUN_0012e037((long)iVar2,1);\n do {\n if (*param_1 != 0) {\n FUN_... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
MOV dword ptr [RBP + -0x2c],ESI
MOV RAX,qword ptr [RBP + -0x28]
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x20]
MOV RDI,RAX
CALL 0x0016ac11
MOV dword ptr [RBP + -0x14],EAX
MOV EAX,dword ptr [RBP + -0x14]
CDQ... |
type_1 function_1(void *handle,int var_4)
{
int var_7;
int var_11;
type_2 *data;
type_3 pBVar2;
int nbits_local;
void *handle_local;
int var_6;
int var_15;
int var_13;
int nbytes;
type_4 *ctx;
type_2 *buf;
var_7 = var_1(*(type_3 *)((long)handle + 0x20));
data = (type_2 *)var_2((long)var... | (translation_unit "Bignum dh_create_e(void *handle,int nbits)\n\n{\n int len;\n int iVar1;\n uchar *data;\n Bignum_conflict pBVar2;\n int nbits_local;\n void *handle_local;\n int i;\n int b;\n int nb;\n int nbytes;\n dh_ctx *ctx;\n uchar *buf;\n \n len = ssh1_bignum_length(*(Bignum_conflict *)((long)handl... | (translation_unit "type_1 function_1(void *handle,int var_4)\n\n{\n int var_7;\n int var_11;\n type_2 *data;\n type_3 pBVar2;\n int nbits_local;\n void *handle_local;\n int var_6;\n int var_15;\n int var_13;\n int nbytes;\n type_4 *ctx;\n type_2 *buf;\n \n var_7 = var_1(*(type_3 *)((long)handle + 0x20));\... | (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))) (parameter_declaration type: (primitive_type) declarator: (identif... |
1276_putty_and_putty_strip.c | dss_newkey | FUN_00174883 | dss_newkey |
void * dss_newkey(ssh_signkey *self,char *data,int len)
{
int iVar1;
Bignum pvVar2;
dss_key *pdVar3;
long in_FS_OFFSET;
int len_local;
char *data_local;
ssh_signkey *self_local;
int slen;
char *p;
dss_key *dss;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
len_local = len;
d... |
long * FUN_00174883(undefined8 param_1,undefined8 param_2,undefined4 param_3)
{
int iVar1;
long lVar2;
long *plVar3;
long in_FS_OFFSET;
undefined4 local_3c;
undefined8 local_38;
undefined8 local_30;
int local_24;
void *local_20;
long *local_18;
long local_10;
local_10 = *(long *)(in_FS_OFFS... | (translation_unit "long * FUN_00174883(undefined8 param_1,undefined8 param_2,undefined4 param_3)\n\n{\n int iVar1;\n long lVar2;\n long *plVar3;\n long in_FS_OFFSET;\n undefined4 local_3c;\n undefined8 local_38;\n undefined8 local_30;\n int local_24;\n void *local_20;\n long *local_18;\n long local_10;\n \n... | 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 FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV ESI,0x28
MOV EDI,0x1
CALL 0x0012e037
MOV qword ptr [RBP + -0x10],RAX
LEA RCX,[RBP + -0x1c]
LEA RDX,[RBP + -0x18]
LE... |
void * function_1(type_1 *self,char *data,int len)
{
int var_7;
type_2 pvVar2;
type_3 *pdVar3;
long var_1;
int len_local;
char *data_local;
type_1 *self_local;
int var_5;
char *var_4;
type_3 *dss;
long var_12;
var_12 = *(long *)(var_1 + 0x28);
len_local = len;
data_local = data;
self_... | (translation_unit "void * dss_newkey(ssh_signkey *self,char *data,int len)\n\n{\n int iVar1;\n Bignum pvVar2;\n dss_key *pdVar3;\n long in_FS_OFFSET;\n int len_local;\n char *data_local;\n ssh_signkey *self_local;\n int slen;\n char *p;\n dss_key *dss;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSE... | (translation_unit "void * function_1(type_1 *self,char *data,int len)\n\n{\n int var_7;\n type_2 pvVar2;\n type_3 *pdVar3;\n long var_1;\n int len_local;\n char *data_local;\n type_1 *self_local;\n int var_5;\n char *var_4;\n type_3 *dss;\n long var_12;\n \n var_12 = *(long *)(var_1 + 0x28);\n len_local =... | (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... |
1116_putty_and_putty_strip.c | blowfish_lsb_decrypt_cbc | FUN_001659bc | blowfish_lsb_decrypt_cbc |
void blowfish_lsb_decrypt_cbc(uchar *blk,int len,BlowfishContext *ctx)
{
uint uVar1;
uint uVar2;
long lVar3;
word32 xL_00;
word32 xR_00;
long in_FS_OFFSET;
BlowfishContext *ctx_local;
int len_local;
uchar *blk_local;
word32 iv0;
word32 iv1;
word32 xL;
word32 xR;
word32 out [2];
lVar3 ... |
void FUN_001659bc(uint *param_1,uint param_2,long param_3)
{
uint uVar1;
uint uVar2;
long in_FS_OFFSET;
uint local_34;
uint *local_30;
uint local_28;
uint local_24;
uint local_18;
uint local_14;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
if ((param_2 & 7) != 0) {
... | (translation_unit "void FUN_001659bc(uint *param_1,uint param_2,long param_3)\n\n{\n uint uVar1;\n uint uVar2;\n long in_FS_OFFSET;\n uint local_34;\n uint *local_30;\n uint local_28;\n uint local_24;\n uint local_18;\n uint local_14;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n if ((... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x28],RDI
MOV dword ptr [RBP + -0x2c],ESI
MOV qword ptr [RBP + -0x38],RDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV EAX,dword ptr [RBP + -0x2c]
AND EAX,0x7
TEST EAX,EAX
JZ 0x00165a07
LEA RCX,[0x20d8a0]
MOV EDX,0x161
LEA RSI,[0x20d8... |
void function_1(type_1 *blk,int var_2,type_2 *ctx)
{
type_3 var_9;
type_3 var_10;
long var_11;
type_4 xL_00;
type_4 xR_00;
long var_1;
type_2 *ctx_local;
int var_4;
type_1 *var_5;
type_4 var_7;
type_4 var_8;
type_4 xL;
type_4 xR;
type_4 out [2];
var_11 = *(long *)(var_1 + 0x28);
if ... | (translation_unit "void blowfish_lsb_decrypt_cbc(uchar *blk,int len,BlowfishContext *ctx)\n\n{\n uint uVar1;\n uint uVar2;\n long lVar3;\n word32 xL_00;\n word32 xR_00;\n long in_FS_OFFSET;\n BlowfishContext *ctx_local;\n int len_local;\n uchar *blk_local;\n word32 iv0;\n word32 iv1;\n word32 xL;\n word32 ... | (translation_unit "void function_1(type_1 *blk,int var_2,type_2 *ctx)\n\n{\n type_3 var_9;\n type_3 var_10;\n long var_11;\n type_4 xL_00;\n type_4 xR_00;\n long var_1;\n type_2 *ctx_local;\n int var_4;\n type_1 *var_5;\n type_4 var_7;\n type_4 var_8;\n type_4 xL;\n type_4 xR;\n type_4 out [2];\n \n 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: (primitive_type) declarator: (identif... |
1848_putty_and_putty_strip.c | reallyclose | FUN_001b95b2 | reallyclose |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int reallyclose(void *frontend)
{
int iVar1;
char *title_00;
undefined8 uVar2;
void *pvVar3;
GtkWidget *parentwin;
void *frontend_local;
int ret;
char *title;
title_00 = dupcat(appname," Exit Confirmation",0);
iVar1 = str... |
undefined4 FUN_001b95b2(undefined8 param_1)
{
undefined4 uVar1;
undefined8 uVar2;
undefined8 uVar3;
undefined8 uVar4;
uVar2 = FUN_0012cfff(PTR_s_PuTTY_0022de40," Exit Confirmation",0);
uVar1 = FUN_001c5266("Most of the width of the above text");
uVar3 = gtk_widget_get_type();
uVar4 = FUN_001c59f1(p... | (translation_unit "undefined4 FUN_001b95b2(undefined8 param_1)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n \n uVar2 = FUN_0012cfff(PTR_s_PuTTY_0022de40," Exit Confirmation",0);\n uVar1 = FUN_001c5266("Most of the width of the above text");\n uVar3 = gtk_widget_get_type... | PUSH RBP
MOV RBP,RSP
PUSH R12
PUSH RBX
SUB RSP,0x20
MOV qword ptr [RBP + -0x28],RDI
MOV RAX,qword ptr [0x0022de40]
MOV EDX,0x0
LEA RSI,[0x213a5b]
MOV RDI,RAX
MOV EAX,0x0
CALL 0x0012cfff
MOV qword ptr [RBP + -0x18],RAX
LEA RDI,[0x213a70]
CALL 0x001c5266
MOV EBX,EAX
CALL 0x00114510
MOV R12,RAX
MOV RAX,qword ptr [RBP + -0... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int function_1(void *frontend)
{
int iVar1;
char *title_00;
type_1 uVar2;
void *pvVar3;
type_2 *parentwin;
void *frontend_local;
int ret;
char *title;
title_00 = var_1(appname," Exit Confirmation",0);
iVar1 = var_2("Most ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint reallyclose(void *frontend)\n\n{\n int iVar1;\n char *title_00;\n undefined8 uVar2;\n void *pvVar3;\n GtkWidget *parentwin;\n void *frontend_local;\n int ret;\n char *title;\n \n title_00 = dupcat(appname," Exit... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(void *frontend)\n\n{\n int iVar1;\n char *title_00;\n type_1 uVar2;\n void *pvVar3;\n type_2 *parentwin;\n void *frontend_local;\n int ret;\n char *title;\n \n title_00 = var_1(appname," Exit Confirma... | (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... |
1709_putty_and_putty_strip.c | term_set_focus | FUN_001ac9b8 | term_set_focus |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void term_set_focus(Terminal *term,wchar_t has_focus)
{
wchar_t has_focus_local;
Terminal *term_local;
term->has_focus = has_focus;
term_schedule_cblink(term);
return;
}
|
void FUN_001ac9b8(long param_1,undefined4 param_2)
{
*(undefined4 *)(param_1 + 0x194) = param_2;
FUN_0019beb5(param_1);
return;
}
| (translation_unit "void FUN_001ac9b8(long param_1,undefined4 param_2)\n\n{\n *(undefined4 *)(param_1 + 0x194) = param_2;\n FUN_0019beb5(param_1);\n return;\n}\n\n" (function_definition "void FUN_001ac9b8(long param_1,undefined4 param_2)\n\n{\n *(undefined4 *)(param_1 + 0x194) = param_2;\n FUN_0019beb5(param_1);\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 EDX,dword ptr [RBP + -0xc]
MOV dword ptr [RAX + 0x194],EDX
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x0019beb5
NOP
LEAVE
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *term,type_2 has_focus)
{
type_2 has_focus_local;
type_1 *term_local;
term->has_focus = has_focus;
var_1(term);
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid term_set_focus(Terminal *term,wchar_t has_focus)\n\n{\n wchar_t has_focus_local;\n Terminal *term_local;\n \n term->has_focus = has_focus;\n term_schedule_cblink(term);\n return;\n}\n\n" comment (function_definitio... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term,type_2 has_focus)\n\n{\n type_2 has_focus_local;\n type_1 *term_local;\n \n term->has_focus = has_focus;\n var_1(term);\n return;\n}\n\n" comment (function_definition "void function_1(type_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... |
1364_putty_and_putty_strip.c | MD5_Block | FUN_0017dccd | MD5_Block |
void MD5_Block(MD5_Core_State *s,uint32 *block)
{
uint uVar1;
uint uVar2;
uint uVar3;
uint uVar4;
uint32 *block_local;
MD5_Core_State *s_local;
uint32 a;
uint32 b;
uint32 c;
uint32 d;
uVar4 = s->h[1];
uVar3 = s->h[2];
uVar1 = *block + (uVar4 & uVar3 | ~uVar4 & s->h[3]) + s->h[0] + 0xd76aa... |
void FUN_0017dccd(int *param_1,int *param_2)
{
uint uVar1;
uint uVar2;
uint uVar3;
uint uVar4;
uVar4 = param_1[1];
uVar3 = param_1[2];
uVar1 = *param_2 + (uVar4 & uVar3 | ~uVar4 & param_1[3]) + *param_1 + 0xd76aa478;
uVar1 = uVar4 + (uVar1 * 0x80 | uVar1 >> 0x19);
uVar2 = param_2[1] + (uVar1 & uV... | (translation_unit "void FUN_0017dccd(int *param_1,int *param_2)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n \n uVar4 = param_1[1];\n uVar3 = param_1[2];\n uVar1 = *param_2 + (uVar4 & uVar3 | ~uVar4 & param_1[3]) + *param_1 + 0xd76aa478;\n uVar1 = uVar4 + (uVar1 * 0x80 | uVar1 >> 0x19);\n uV... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV RAX,qword ptr [RBP + -0x18]
MOV EAX,dword ptr [RAX]
MOV dword ptr [RBP + -0x10],EAX
MOV RAX,qword ptr [RBP + -0x18]
MOV EAX,dword ptr [RAX + 0x4]
MOV dword ptr [RBP + -0xc],EAX
MOV RAX,qword ptr [RBP + -0x18]
MOV EAX,dword ptr [RAX... |
void function_1(type_1 *s,type_2 *block)
{
type_3 var_3;
type_3 var_4;
type_3 var_2;
type_3 var_1;
type_2 *block_local;
type_1 *s_local;
type_2 a;
type_2 b;
type_2 c;
type_2 d;
var_1 = s->h[1];
var_2 = s->h[2];
var_3 = *block + (var_1 & var_2 | ~var_1 & s->h[3]) + s->h[0] + 0xd76aa478;
... | (translation_unit "void MD5_Block(MD5_Core_State *s,uint32 *block)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n uint32 *block_local;\n MD5_Core_State *s_local;\n uint32 a;\n uint32 b;\n uint32 c;\n uint32 d;\n \n uVar4 = s->h[1];\n uVar3 = s->h[2];\n uVar1 = *block + (uVar4 & uVar3 | ~uV... | (translation_unit "void function_1(type_1 *s,type_2 *block)\n\n{\n type_3 var_3;\n type_3 var_4;\n type_3 var_2;\n type_3 var_1;\n type_2 *block_local;\n type_1 *s_local;\n type_2 a;\n type_2 b;\n type_2 c;\n type_2 d;\n \n var_1 = s->h[1];\n var_2 = s->h[2];\n var_3 = *block + (var_1 & var_2 | ~var_1 & s... | (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... |
1239_putty_and_putty_strip.c | des_make_context | FUN_00172b9d | des_make_context |
/* WARNING: Unknown calling convention */
void * des_make_context(void)
{
void *pvVar1;
pvVar1 = safemalloc(1,0x88);
return pvVar1;
}
|
void FUN_00172b9d(void)
{
FUN_0012e037(1,0x88);
return;
}
| (translation_unit "void FUN_00172b9d(void)\n\n{\n FUN_0012e037(1,0x88);\n return;\n}\n\n" (function_definition "void FUN_00172b9d(void)\n\n{\n FUN_0012e037(1,0x88);\n return;\n}" primitive_type (function_declarator "FUN_00172b9d(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_ty... | PUSH RBP
MOV RBP,RSP
MOV ESI,0x88
MOV EDI,0x1
CALL 0x0012e037
POP RBP
RET |
/* WARNING: Unknown calling convention */
void * function_1(void)
{
void *pvVar1;
pvVar1 = var_1(1,0x88);
return pvVar1;
}
| (translation_unit "/* WARNING: Unknown calling convention */\n\nvoid * des_make_context(void)\n\n{\n void *pvVar1;\n \n pvVar1 = safemalloc(1,0x88);\n return pvVar1;\n}\n\n" comment (function_definition "void * des_make_context(void)\n\n{\n void *pvVar1;\n \n pvVar1 = safemalloc(1,0x88);\n return pvVar1;\n}" pr... | (translation_unit "/* WARNING: Unknown calling convention */\n\nvoid * function_1(void)\n\n{\n void *pvVar1;\n \n pvVar1 = var_1(1,0x88);\n return pvVar1;\n}\n\n" comment (function_definition "void * function_1(void)\n\n{\n void *pvVar1;\n \n pvVar1 = var_1(1,0x88);\n return pvVar1;\n}" primitive_type (pointer_... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (declaration type: (primitive_type) declarator: (point... |
1400_putty_and_putty_strip.c | ssh2_save_userkey | FUN_00182b1e | ssh2_save_userkey |
int ssh2_save_userkey(Filename *filename,ssh2_userkey *key,char *passphrase)
{
long lVar1;
int iVar2;
uint uVar3;
size_t sVar4;
long in_FS_OFFSET;
char *passphrase_local;
ssh2_userkey *key_local;
Filename *filename_local;
int pub_blob_len;
int priv_blob_len;
int cipherblk;
int i;
int priv_en... |
undefined8 FUN_00182b1e(undefined8 param_1,long *param_2,char *param_3)
{
uint uVar1;
undefined8 uVar2;
size_t sVar3;
long in_FS_OFFSET;
int local_138;
int local_134;
int local_130;
int local_12c;
int local_128;
int local_124;
int local_120;
int local_11c;
int local_118;
undefined4 local_1... | (translation_unit "undefined8 FUN_00182b1e(undefined8 param_1,long *param_2,char *param_3)\n\n{\n uint uVar1;\n undefined8 uVar2;\n size_t sVar3;\n long in_FS_OFFSET;\n int local_138;\n int local_134;\n int local_130;\n int local_12c;\n int local_128;\n int local_124;\n int local_120;\n int local_11c;\n in... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x150
MOV qword ptr [RBP + -0x138],RDI
MOV qword ptr [RBP + -0x140],RSI
MOV qword ptr [RBP + -0x148],RDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x140]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x18]
MOV RDX,qword ptr [RBP + -0... |
int function_1(type_1 *filename,type_2 *key,char *var_5)
{
long var_39;
int var_8;
type_3 uVar3;
size_t sVar4;
long var_1;
char *passphrase_local;
type_2 *key_local;
type_1 *filename_local;
int var_18;
int var_7;
int var_6;
int var_36;
int var_13;
int var_21;
int var_20;
int var_19;
... | (translation_unit "int ssh2_save_userkey(Filename *filename,ssh2_userkey *key,char *passphrase)\n\n{\n long lVar1;\n int iVar2;\n uint uVar3;\n size_t sVar4;\n long in_FS_OFFSET;\n char *passphrase_local;\n ssh2_userkey *key_local;\n Filename *filename_local;\n int pub_blob_len;\n int priv_blob_len;\n int ci... | (translation_unit "int function_1(type_1 *filename,type_2 *key,char *var_5)\n\n{\n long var_39;\n int var_8;\n type_3 uVar3;\n size_t sVar4;\n long var_1;\n char *passphrase_local;\n type_2 *key_local;\n type_1 *filename_local;\n int var_18;\n int var_7;\n int var_6;\n int var_36;\n int var_13;\n int 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: (type_identifier) declarator: (pointe... |
1534_putty_and_putty_strip.c | share_channel_set_server_id | FUN_0018faa3 | share_channel_set_server_id |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void share_channel_set_server_id
(ssh_sharing_connstate *cs,share_channel *chan,uint server_id,int newstate)
{
int newstate_local;
uint server_id_local;
share_channel *chan_local;
ssh_sharing_connstate *cs_local;
cha... |
void FUN_0018faa3(long param_1,long param_2,undefined4 param_3,int param_4)
{
*(undefined4 *)(param_2 + 8) = param_3;
*(int *)(param_2 + 0x10) = param_4;
if (param_4 == 3) {
/* WARNING: Subroutine does not return */
__assert_fail("newstate != UNACKNOWLEDGED","sshshare.c",0x255,"share_cha... | (translation_unit "void FUN_0018faa3(long param_1,long param_2,undefined4 param_3,int param_4)\n\n{\n *(undefined4 *)(param_2 + 8) = param_3;\n *(int *)(param_2 + 0x10) = param_4;\n if (param_4 == 3) {\n /* WARNING: Subroutine does not return */\n __assert_fail("newstate != UNACKNOWLEDGED","ssh... | 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 dword ptr [RBP + -0x18],ECX
MOV RAX,qword ptr [RBP + -0x10]
MOV EDX,dword ptr [RBP + -0x14]
MOV dword ptr [RAX + 0x8],EDX
MOV RAX,qword ptr [RBP + -0x10]
MOV EDX,dword ptr [RBP + -0x18]
M... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1
(type_1 *cs,type_2 *chan,type_3 server_id,int var_1)
{
int newstate_local;
type_3 server_id_local;
type_2 *chan_local;
type_1 *cs_local;
chan->server_id = server_id;
chan->state = var_1;
if (var_1... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid share_channel_set_server_id\n (ssh_sharing_connstate *cs,share_channel *chan,uint server_id,int newstate)\n\n{\n int newstate_local;\n uint server_id_local;\n share_channel *chan_local;\n ssh_sharing_co... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1\n (type_1 *cs,type_2 *chan,type_3 server_id,int var_1)\n\n{\n int newstate_local;\n type_3 server_id_local;\n type_2 *chan_local;\n type_1 *cs_local;\n \n chan->server_id = server_id;\n ch... | (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... |
1882_putty_and_putty_strip.c | x11font_cairo_setup | FUN_001bc1da | x11font_cairo_setup |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void x11font_cairo_setup(unifont_drawctx *ctx,x11font_individual *xfi)
{
wchar_t wVar1;
long lVar2;
int iVar3;
wchar_t wVar4;
undefined8 uVar5;
long lVar6;
Pixmap PVar7;
GC p_Var8;
long in_FS_OFFSET;
x11font_individual *xfi_... |
void FUN_001bc1da(long param_1,long *param_2)
{
undefined4 uVar1;
int iVar2;
undefined4 uVar3;
undefined8 uVar4;
long lVar5;
long lVar6;
long in_FS_OFFSET;
undefined local_a8 [16];
undefined8 local_98;
undefined8 local_90;
undefined8 local_50;
long local_20;
local_20 = *(long *)(in_FS_OFF... | (translation_unit "void FUN_001bc1da(long param_1,long *param_2)\n\n{\n undefined4 uVar1;\n int iVar2;\n undefined4 uVar3;\n undefined8 uVar4;\n long lVar5;\n long lVar6;\n long in_FS_OFFSET;\n undefined local_a8 [16];\n undefined8 local_98;\n undefined8 local_90;\n undefined8 local_50;\n long local_20;\n ... | PUSH RBP
MOV RBP,RSP
PUSH R12
PUSH RBX
SUB RSP,0xc0
MOV qword ptr [RBP + -0xc8],RDI
MOV qword ptr [RBP + -0xd0],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0xd0]
MOV RAX,qword ptr [RAX + 0x20]
TEST RAX,RAX
JNZ 0x001bc455
CALL 0x00114df0
MOV RDI,RAX
CALL 0x00115f... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *ctx,type_2 *xfi)
{
type_3 wVar1;
long var_13;
int iVar3;
type_3 wVar4;
type_4 uVar5;
long var_11;
type_5 PVar7;
type_6 p_Var8;
long var_1;
type_2 *xfi_local;
type_1 *ctx_local;
type_3 widgetscr;
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid x11font_cairo_setup(unifont_drawctx *ctx,x11font_individual *xfi)\n\n{\n wchar_t wVar1;\n long lVar2;\n int iVar3;\n wchar_t wVar4;\n undefined8 uVar5;\n long lVar6;\n Pixmap PVar7;\n GC p_Var8;\n long in_FS_OFF... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *ctx,type_2 *xfi)\n\n{\n type_3 wVar1;\n long var_13;\n int iVar3;\n type_3 wVar4;\n type_4 uVar5;\n long var_11;\n type_5 PVar7;\n type_6 p_Var8;\n long var_1;\n type_2 *xfi_local;\n type_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... |
1823_putty_and_putty_strip.c | button_toggled | FUN_001b4afc | button_toggled |
void button_toggled(GtkToggleButton *tb,gpointer data)
{
undefined8 uVar1;
GtkWidget *w;
uctrl *puVar2;
gpointer data_local;
GtkToggleButton *tb_local;
dlgparam *dp;
uctrl *uc;
uVar1 = gtk_widget_get_type();
w = (GtkWidget *)g_type_check_instance_cast(tb,uVar1);
puVar2 = dlg_find_bywidget((dlgp... |
void FUN_001b4afc(undefined8 param_1,long param_2)
{
undefined8 uVar1;
long *plVar2;
uVar1 = gtk_widget_get_type();
uVar1 = g_type_check_instance_cast(param_1,uVar1);
plVar2 = (long *)FUN_001b2d4d(param_2,uVar1);
(**(code **)(*plVar2 + 0x18))(*plVar2,param_2,*(undefined8 *)(param_2 + 0x10),2);
return... | (translation_unit "void FUN_001b4afc(undefined8 param_1,long param_2)\n\n{\n undefined8 uVar1;\n long *plVar2;\n \n uVar1 = gtk_widget_get_type();\n uVar1 = g_type_check_instance_cast(param_1,uVar1);\n plVar2 = (long *)FUN_001b2d4d(param_2,uVar1);\n (**(code **)(*plVar2 + 0x18))(*plVar2,param_2,*(undefined8 *)(p... | 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 + -0x10],RAX
CALL 0x00114510
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x00114570
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV RSI,RDX
MO... |
void function_1(type_1 *tb,type_2 data)
{
type_3 uVar1;
type_4 *w;
type_5 *puVar2;
type_2 data_local;
type_1 *tb_local;
type_6 *dp;
type_5 *uc;
uVar1 = var_1();
w = (type_4 *)var_2(tb,uVar1);
puVar2 = var_3((type_6 *)data,w);
(*(puVar2->ctrl->generic).handler)(puVar2->ctrl,data,*(void **)((lo... | (translation_unit "void button_toggled(GtkToggleButton *tb,gpointer data)\n\n{\n undefined8 uVar1;\n GtkWidget *w;\n uctrl *puVar2;\n gpointer data_local;\n GtkToggleButton *tb_local;\n dlgparam *dp;\n uctrl *uc;\n \n uVar1 = gtk_widget_get_type();\n w = (GtkWidget *)g_type_check_instance_cast(tb,uVar1);\n p... | (translation_unit "void function_1(type_1 *tb,type_2 data)\n\n{\n type_3 uVar1;\n type_4 *w;\n type_5 *puVar2;\n type_2 data_local;\n type_1 *tb_local;\n type_6 *dp;\n type_5 *uc;\n \n uVar1 = var_1();\n w = (type_4 *)var_2(tb,uVar1);\n puVar2 = var_3((type_6 *)data,w);\n (*(puVar2->ctrl->generic).handler)(... | (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... |
1800_putty_and_putty_strip.c | dlg_listbox_addwithid | FUN_001b350b | dlg_listbox_addwithid |
void dlg_listbox_addwithid(control *ctrl,void *dlg,char *text,int id)
{
long lVar1;
int iVar2;
int iVar3;
uctrl *puVar4;
size_t sVar5;
void *__dest;
long in_FS_OFFSET;
int id_local;
char *text_local;
void *dlg_local;
control *ctrl_local;
int i;
int cols;
int collen;
dlgparam *dp;
uctrl... |
void FUN_001b350b(long param_1,long param_2,char *param_3,undefined4 param_4)
{
int iVar1;
int iVar2;
undefined8 *puVar3;
size_t sVar4;
void *__dest;
long in_FS_OFFSET;
char *local_80;
int local_5c;
undefined local_38 [40];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
puVar3 = ... | (translation_unit "void FUN_001b350b(long param_1,long param_2,char *param_3,undefined4 param_4)\n\n{\n int iVar1;\n int iVar2;\n undefined8 *puVar3;\n size_t sVar4;\n void *__dest;\n long in_FS_OFFSET;\n char *local_80;\n int local_5c;\n undefined local_38 [40];\n long local_10;\n \n local_10 = *(long *)(i... | 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 + -0x70]
MOV qword ptr [RBP + -0x48],RAX
MOV RDX,qword ptr [RBP... |
void function_1(type_1 *ctrl,void *dlg,char *text,int id)
{
long var_14;
int var_6;
int var_10;
type_2 *puVar4;
size_t sVar5;
void *__dest;
long var_1;
int id_local;
char *var_13;
void *dlg_local;
type_1 *ctrl_local;
int var_7;
int cols;
int collen;
type_3 *dp;
type_2 *uc;
char *tmps... | (translation_unit "void dlg_listbox_addwithid(control *ctrl,void *dlg,char *text,int id)\n\n{\n long lVar1;\n int iVar2;\n int iVar3;\n uctrl *puVar4;\n size_t sVar5;\n void *__dest;\n long in_FS_OFFSET;\n int id_local;\n char *text_local;\n void *dlg_local;\n control *ctrl_local;\n int i;\n int cols;\n i... | (translation_unit "void function_1(type_1 *ctrl,void *dlg,char *text,int id)\n\n{\n long var_14;\n int var_6;\n int var_10;\n type_2 *puVar4;\n size_t sVar5;\n void *__dest;\n long var_1;\n int id_local;\n char *var_13;\n void *dlg_local;\n type_1 *ctrl_local;\n int var_7;\n int cols;\n int collen;\n typ... | (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... |
1514_putty_and_putty_strip.c | hmacsha1_96_genresult | FUN_0018eebe | hmacsha1_96_genresult |
void hmacsha1_96_genresult(void *handle,uchar *hmac)
{
long lVar1;
long in_FS_OFFSET;
uchar *hmac_local;
void *handle_local;
uchar full [20];
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
hmacsha1_genresult(handle,full);
memcpy(hmac,full,0xc);
if (lVar1 != *(long *)(in_FS_OFFSET + 0x28)) {
... |
void FUN_0018eebe(undefined8 param_1,void *param_2)
{
long in_FS_OFFSET;
undefined local_28 [24];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
FUN_0018eb52(param_1,local_28);
memcpy(param_2,local_28,0xc);
if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) {
/* WARNING: S... | (translation_unit "void FUN_0018eebe(undefined8 param_1,void *param_2)\n\n{\n long in_FS_OFFSET;\n undefined local_28 [24];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n FUN_0018eb52(param_1,local_28);\n memcpy(param_2,local_28,0xc);\n if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) {\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 FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
LEA RDX,[RBP + -0x20]
MOV RAX,qword ptr [RBP + -0x28]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x0018eb52
LEA RCX,[RBP + -0x20]
MOV RAX,qword ptr [RBP + -0x30]
MOV... |
void function_1(void *handle,type_1 *hmac)
{
long var_4;
long var_1;
type_1 *hmac_local;
void *handle_local;
type_1 full [20];
var_4 = *(long *)(var_1 + 0x28);
var_2(handle,full);
var_3(hmac,full,0xc);
if (var_4 != *(long *)(var_1 + 0x28)) {
/* WARNING: Subroutine does not ret... | (translation_unit "void hmacsha1_96_genresult(void *handle,uchar *hmac)\n\n{\n long lVar1;\n long in_FS_OFFSET;\n uchar *hmac_local;\n void *handle_local;\n uchar full [20];\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n hmacsha1_genresult(handle,full);\n memcpy(hmac,full,0xc);\n if (lVar1 != *(long *)(in_FS_... | (translation_unit "void function_1(void *handle,type_1 *hmac)\n\n{\n long var_4;\n long var_1;\n type_1 *hmac_local;\n void *handle_local;\n type_1 full [20];\n \n var_4 = *(long *)(var_1 + 0x28);\n var_2(handle,full);\n var_3(hmac,full,0xc);\n if (var_4 != *(long *)(var_1 + 0x28)) {\n /* W... | (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: (type_identifier) declarator: (pointer... |
1750_putty_and_putty_strip.c | columns_find_child | FUN_001b0a63 | columns_find_child |
ColumnsChild * columns_find_child(Columns *cols,GtkWidget *widget)
{
ColumnsChild *pCVar1;
GtkWidget *widget_local;
Columns *cols_local;
GList *children;
ColumnsChild *child;
for (children = cols->children;
(children != (GList *)0x0 &&
(pCVar1 = (ColumnsChild *)children->data, pCVar1 != (Co... |
long * FUN_001b0a63(long param_1,long param_2)
{
long *plVar1;
undefined8 *local_18;
for (local_18 = *(undefined8 **)(param_1 + 0x28);
(local_18 != (undefined8 *)0x0 && (plVar1 = (long *)*local_18, plVar1 != (long *)0x0));
local_18 = (undefined8 *)local_18[1]) {
if (param_2 == *plVar1) {
... | (translation_unit "long * FUN_001b0a63(long param_1,long param_2)\n\n{\n long *plVar1;\n undefined8 *local_18;\n \n for (local_18 = *(undefined8 **)(param_1 + 0x28);\n (local_18 != (undefined8 *)0x0 && (plVar1 = (long *)*local_18, plVar1 != (long *)0x0));\n local_18 = (undefined8 *)local_18[1]) {\n if ... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX + 0x28]
MOV qword ptr [RBP + -0x10],RAX
JMP 0x001b0a9c
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
CMP qword ptr [RBP + -0x20],RAX
JNZ 0x001b0a90
MOV RAX,qword ptr [RBP ... |
type_1 * function_1(type_2 *cols,type_3 *var_3)
{
type_1 *var_2;
type_3 *widget_local;
type_2 *cols_local;
type_4 *var_1;
type_1 *child;
for (var_1 = cols->var_1;
(var_1 != (type_4 *)0x0 &&
(var_2 = (type_1 *)var_1->data, var_2 != (type_1 *)0x0));
var_1 = var_1->next) {
if (var_3 ... | (translation_unit "ColumnsChild * columns_find_child(Columns *cols,GtkWidget *widget)\n\n{\n ColumnsChild *pCVar1;\n GtkWidget *widget_local;\n Columns *cols_local;\n GList *children;\n ColumnsChild *child;\n \n for (children = cols->children;\n (children != (GList *)0x0 &&\n (pCVar1 = (ColumnsChild *)... | (translation_unit "type_1 * function_1(type_2 *cols,type_3 *var_3)\n\n{\n type_1 *var_2;\n type_3 *widget_local;\n type_2 *cols_local;\n type_4 *var_1;\n type_1 *child;\n \n for (var_1 = cols->var_1;\n (var_1 != (type_4 *)0x0 &&\n (var_2 = (type_1 *)var_1->data, var_2 != (type_1 *)0x0));\n var_1 =... | (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... |
1698_putty_and_putty_strip.c | term_paste_callback | FUN_001ab61a | term_paste_callback |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void term_paste_callback(void *vterm)
{
wchar_t wVar1;
int iVar2;
void *vterm_local;
wchar_t n;
Terminal *term;
if (*(int *)((long)vterm + 0x10e8) != 0) {
do {
if (*(int *)((long)vterm + 0x10e8) <= *(int *)((long)vterm ... |
void FUN_001ab61a(long param_1)
{
int iVar1;
int iVar2;
int local_14;
if (*(int *)(param_1 + 0x10e8) != 0) {
do {
if (*(int *)(param_1 + 0x10e8) <= *(int *)(param_1 + 0x10ec)) {
FUN_0012e243(*(undefined8 *)(param_1 + 0x10e0));
*(undefined8 *)(param_1 + 0x10e0) = 0;
*(undef... | (translation_unit "void FUN_001ab61a(long param_1)\n\n{\n int iVar1;\n int iVar2;\n int local_14;\n \n if (*(int *)(param_1 + 0x10e8) != 0) {\n do {\n if (*(int *)(param_1 + 0x10e8) <= *(int *)(param_1 + 0x10ec)) {\n FUN_0012e243(*(undefined8 *)(param_1 + 0x10e0));\n *(undefined8 *)(param_1 +... | 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 + 0x10e8]
TEST EAX,EAX
JZ 0x001ab77c
JMP 0x001ab72e
MOV dword ptr [RBP + -0xc],0x0
JMP 0x001ab67e
MOV RAX,qword ptr [RBP + -0x8]
MOV RCX,... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *vterm)
{
type_1 wVar1;
int iVar2;
void *vterm_local;
type_1 var_2;
type_2 *term;
if (*(int *)((long)vterm + 0x10e8) != 0) {
do {
if (*(int *)((long)vterm + 0x10e8) <= *(int *)((long)vterm + 0x10ec)... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid term_paste_callback(void *vterm)\n\n{\n wchar_t wVar1;\n int iVar2;\n void *vterm_local;\n wchar_t n;\n Terminal *term;\n \n if (*(int *)((long)vterm + 0x10e8) != 0) {\n do {\n if (*(int *)((long)vterm + 0... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *vterm)\n\n{\n type_1 wVar1;\n int iVar2;\n void *vterm_local;\n type_1 var_2;\n type_2 *term;\n \n if (*(int *)((long)vterm + 0x10e8) != 0) {\n do {\n if (*(int *)((long)vterm + 0x10e8) <=... | (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: (type_iden... |
1540_putty_and_putty_strip.c | share_find_xchannel_by_server | FUN_0018fd8e | share_find_xchannel_by_server |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
share_xchannel * share_find_xchannel_by_server(ssh_sharing_connstate *cs,uint server_id)
{
long lVar1;
share_xchannel *psVar2;
long in_FS_OFFSET;
uint server_id_local;
ssh_sharing_connstate *cs_local;
share_xchannel dummyxc;
lV... |
void FUN_0018fd8e(long param_1,undefined4 param_2)
{
long in_FS_OFFSET;
undefined local_38 [4];
undefined4 local_34;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_34 = param_2;
FUN_001ae652(*(undefined8 *)(param_1 + 0x4068),local_38,0);
if (local_10 != *(long *)(in_FS_OFFSET + 0x2... | (translation_unit "void FUN_0018fd8e(long param_1,undefined4 param_2)\n\n{\n long in_FS_OFFSET;\n undefined local_38 [4];\n undefined4 local_34;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_34 = param_2;\n FUN_001ae652(*(undefined8 *)(param_1 + 0x4068),local_38,0);\n if (local_10 !=... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x38],RDI
MOV dword ptr [RBP + -0x3c],ESI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV EAX,dword ptr [RBP + -0x3c]
MOV dword ptr [RBP + -0x2c],EAX
MOV RAX,qword ptr [RBP + -0x38]
MOV RAX,qword ptr [RAX + 0x4068]
LEA RCX,[RBP + -0x30]
... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 * function_1(type_2 *cs,type_3 server_id)
{
long var_3;
type_1 *psVar2;
long var_1;
type_3 server_id_local;
type_2 *cs_local;
type_1 dummyxc;
var_3 = *(long *)(var_1 + 0x28);
dummyxc.server_id = server_id;
psVar2 = (... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nshare_xchannel * share_find_xchannel_by_server(ssh_sharing_connstate *cs,uint server_id)\n\n{\n long lVar1;\n share_xchannel *psVar2;\n long in_FS_OFFSET;\n uint server_id_local;\n ssh_sharing_connstate *cs_local;\n sha... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(type_2 *cs,type_3 server_id)\n\n{\n long var_3;\n type_1 *psVar2;\n long var_1;\n type_3 server_id_local;\n type_2 *cs_local;\n type_1 dummyxc;\n \n var_3 = *(long *)(var_1 + 0x28);\n dummyxc.serv... | (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 ... |
1741_putty_and_putty_strip.c | columns_map | FUN_001afe16 | columns_map |
void columns_map(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_wa... |
void FUN_001afe16(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_map","widget != NULL");
}
else {
lVar3 = FUN_001afc3e();
if (param_1 == (long *)0x0) {
... | (translation_unit "void FUN_001afe16(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_map","widget != NULL");\n }\n else {\n lVar3 = FUN_001afc3e();\n if ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x38],RDI
CMP qword ptr [RBP + -0x38],0x0
JNZ 0x001afe46
LEA RDX,[0x2132a8]
LEA RSI,[0x213418]
MOV EDI,0x0
CALL 0x00114230
JMP 0x001aff79
MOV RAX,qword ptr [RBP + -0x38]
MOV qword ptr [RBP + -0x20],RAX
CALL 0x001afc3e
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_map","widget != NULL");
}
... | (translation_unit "void columns_map(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 == (GtkWidge... | (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... |
2316_putty_and_putty_strip.c | x11_send_eof | FUN_001dd268 | x11_send_eof |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void x11_send_eof(X11Connection *xconn)
{
X11Connection *xconn_local;
if (xconn->s == (Socket)0x0) {
if (xconn->c != (ssh_channel *)0x0) {
sshfwd_write_eof(xconn->c);
}
}
else {
(*(*xconn->s)->write_eof)(xconn->s);
... |
void FUN_001dd268(long param_1)
{
if (*(long *)(param_1 + 0x78) == 0) {
if (*(long *)(param_1 + 0x70) != 0) {
FUN_001490bb(*(undefined8 *)(param_1 + 0x70));
}
}
else {
(**(code **)(**(long **)(param_1 + 0x78) + 0x20))(*(undefined8 *)(param_1 + 0x78));
}
return;
}
| (translation_unit "void FUN_001dd268(long param_1)\n\n{\n if (*(long *)(param_1 + 0x78) == 0) {\n if (*(long *)(param_1 + 0x70) != 0) {\n FUN_001490bb(*(undefined8 *)(param_1 + 0x70));\n }\n }\n else {\n (**(code **)(**(long **)(param_1 + 0x78) + 0x20))(*(undefined8 *)(param_1 + 0x78));\n }\n return;... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x78]
TEST RAX,RAX
JZ 0x001dd29f
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x78]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x20]
MOV RDX,qword ptr [RBP + -0x8]
MOV RDX,qword ptr ... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *xconn)
{
type_1 *xconn_local;
if (xconn->s == (type_2)0x0) {
if (xconn->c != (type_3 *)0x0) {
var_1(xconn->c);
}
}
else {
(*(*xconn->s)->write_eof)(xconn->s);
}
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid x11_send_eof(X11Connection *xconn)\n\n{\n X11Connection *xconn_local;\n \n if (xconn->s == (Socket)0x0) {\n if (xconn->c != (ssh_channel *)0x0) {\n sshfwd_write_eof(xconn->c);\n }\n }\n else {\n (*(*xc... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *xconn)\n\n{\n type_1 *xconn_local;\n \n if (xconn->s == (type_2)0x0) {\n if (xconn->c != (type_3 *)0x0) {\n var_1(xconn->c);\n }\n }\n else {\n (*(*xconn->s)->write_eof)(xconn->s);\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: (type_ide... |
1970_putty_and_putty_strip.c | platform_default_s | FUN_001c5785 | platform_default_s |
char * platform_default_s(char *name)
{
int iVar1;
char *pcVar2;
char *name_local;
iVar1 = strcmp(name,"SerialLine");
if (iVar1 == 0) {
pcVar2 = dupstr("/dev/ttyS0");
}
else {
pcVar2 = (char *)0x0;
}
return pcVar2;
}
|
undefined8 FUN_001c5785(char *param_1)
{
int iVar1;
undefined8 uVar2;
iVar1 = strcmp(param_1,"SerialLine");
if (iVar1 == 0) {
uVar2 = FUN_0012cfa3("/dev/ttyS0");
}
else {
uVar2 = 0;
}
return uVar2;
}
| (translation_unit "undefined8 FUN_001c5785(char *param_1)\n\n{\n int iVar1;\n undefined8 uVar2;\n \n iVar1 = strcmp(param_1,"SerialLine");\n if (iVar1 == 0) {\n uVar2 = FUN_0012cfa3("/dev/ttyS0");\n }\n else {\n uVar2 = 0;\n }\n return uVar2;\n}\n\n" (function_definition "undefined8 FUN_001c5785(char *pa... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
LEA RSI,[0x215a69]
MOV RDI,RAX
CALL 0x001156d0
TEST EAX,EAX
JNZ 0x001c57b6
LEA RDI,[0x215a74]
CALL 0x0012cfa3
JMP 0x001c57bb
MOV EAX,0x0
LEAVE
RET |
char * function_1(char *name)
{
int var_2;
char *pcVar2;
char *name_local;
var_2 = var_1(name,"SerialLine");
if (var_2 == 0) {
pcVar2 = var_3("/dev/ttyS0");
}
else {
pcVar2 = (char *)0x0;
}
return pcVar2;
}
| (translation_unit "char * platform_default_s(char *name)\n\n{\n int iVar1;\n char *pcVar2;\n char *name_local;\n \n iVar1 = strcmp(name,"SerialLine");\n if (iVar1 == 0) {\n pcVar2 = dupstr("/dev/ttyS0");\n }\n else {\n pcVar2 = (char *)0x0;\n }\n return pcVar2;\n}\n\n" (function_definition "char * platf... | (translation_unit "char * function_1(char *name)\n\n{\n int var_2;\n char *pcVar2;\n char *name_local;\n \n var_2 = var_1(name,"SerialLine");\n if (var_2 == 0) {\n pcVar2 = var_3("/dev/ttyS0");\n }\n else {\n pcVar2 = (char *)0x0;\n }\n return pcVar2;\n}\n\n" (function_definition "char * function_1(char... | (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... |
2072_putty_and_putty_strip.c | restart_session_menuitem | FUN_001cd2c6 | restart_session_menuitem |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void restart_session_menuitem(GtkMenuItem *item,gpointer data)
{
gpointer data_local;
GtkMenuItem *item_local;
gui_data *inst;
if (*(long *)((long)data + 0xd90) == 0) {
logevent(data,"----- Session restarted -----");
term_pwr... |
void FUN_001cd2c6(undefined8 param_1,long param_2)
{
if (*(long *)(param_2 + 0xd90) == 0) {
FUN_001c593c(param_2,"----- Session restarted -----");
FUN_0019c822(*(undefined8 *)(param_2 + 0xda0),0);
FUN_001cd9e3(param_2);
*(undefined4 *)(param_2 + 0xdb0) = 0;
}
return;
}
| (translation_unit "void FUN_001cd2c6(undefined8 param_1,long param_2)\n\n{\n if (*(long *)(param_2 + 0xd90) == 0) {\n FUN_001c593c(param_2,"----- Session restarted -----");\n FUN_0019c822(*(undefined8 *)(param_2 + 0xda0),0);\n FUN_001cd9e3(param_2);\n *(undefined4 *)(param_2 + 0xdb0) = 0;\n }\n return;\n... | 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 + 0xd90]
TEST RAX,RAX
JNZ 0x001cd333
MOV RAX,qword ptr [RBP + -0x8]
LEA RSI,[0x216077]
MOV RDI,RAX
CALL 0... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *item,type_2 data)
{
type_2 data_local;
type_1 *item_local;
type_3 *inst;
if (*(long *)((long)data + 0xd90) == 0) {
var_1(data,"----- Session restarted -----");
var_2(*(type_4 **)((long)data + 0xda0),L'... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid restart_session_menuitem(GtkMenuItem *item,gpointer data)\n\n{\n gpointer data_local;\n GtkMenuItem *item_local;\n gui_data *inst;\n \n if (*(long *)((long)data + 0xd90) == 0) {\n logevent(data,"----- Session res... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *item,type_2 data)\n\n{\n type_2 data_local;\n type_1 *item_local;\n type_3 *inst;\n \n if (*(long *)((long)data + 0xd90) == 0) {\n var_1(data,"----- Session restarted -----");\n var_2(*(type... | (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... |
1925_putty_and_putty_strip.c | unifontsel_deselect | FUN_001bfb72 | unifontsel_deselect |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void unifontsel_deselect(unifontsel_internal *fs)
{
unifontsel_internal *fs_local;
fs->selected = (fontinfo *)0x0;
gtk_list_store_clear(fs->style_model);
gtk_list_store_clear(fs->size_model);
gtk_widget_set_sensitive((fs->u).ok_but... |
void FUN_001bfb72(long param_1)
{
*(undefined8 *)(param_1 + 0xc0) = 0;
gtk_list_store_clear(*(undefined8 *)(param_1 + 0x28));
gtk_list_store_clear(*(undefined8 *)(param_1 + 0x30));
gtk_widget_set_sensitive(*(undefined8 *)(param_1 + 0x10),0);
gtk_widget_set_sensitive(*(undefined8 *)(param_1 + 0x48),0);
FUN... | (translation_unit "void FUN_001bfb72(long param_1)\n\n{\n *(undefined8 *)(param_1 + 0xc0) = 0;\n gtk_list_store_clear(*(undefined8 *)(param_1 + 0x28));\n gtk_list_store_clear(*(undefined8 *)(param_1 + 0x30));\n gtk_widget_set_sensitive(*(undefined8 *)(param_1 + 0x10),0);\n gtk_widget_set_sensitive(*(undefined8 *)(... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RAX + 0xc0],0x0
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x28]
MOV RDI,RAX
CALL 0x00115ef0
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x30]
MOV RDI,RAX
CALL 0x00115ef0
MOV RAX,qword... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *fs)
{
type_1 *fs_local;
fs->selected = (type_2 *)0x0;
var_1(fs->style_model);
var_1(fs->size_model);
var_2((fs->u).ok_button,0);
var_2(fs->size_entry,0);
var_3(fs);
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid unifontsel_deselect(unifontsel_internal *fs)\n\n{\n unifontsel_internal *fs_local;\n \n fs->selected = (fontinfo *)0x0;\n gtk_list_store_clear(fs->style_model);\n gtk_list_store_clear(fs->size_model);\n gtk_widget_... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *fs)\n\n{\n type_1 *fs_local;\n \n fs->selected = (type_2 *)0x0;\n var_1(fs->style_model);\n var_1(fs->size_model);\n var_2((fs->u).ok_button,0);\n var_2(fs->size_entry,0);\n var_3(fs);\n retur... | (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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.