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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
2255_putty_and_putty_strip.c | read_setting_s | FUN_001d8c31 | read_setting_s |
char * read_setting_s(void *handle,char *key)
{
long lVar1;
void *pvVar2;
char *pcVar3;
long in_FS_OFFSET;
char *key_local;
void *handle_local;
char *val;
tree234 *tree;
skeyval *kv;
skeyval tmp;
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
tmp.key = key;
if (handle != (void *)0x0) {
pvVar... |
undefined8 FUN_001d8c31(long param_1,undefined8 param_2)
{
long lVar1;
undefined8 uVar2;
long in_FS_OFFSET;
long local_40;
undefined8 local_28 [3];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_28[0] = param_2;
if (param_1 != 0) {
lVar1 = FUN_001ae652(param_1,local_28,0);
... | (translation_unit "undefined8 FUN_001d8c31(long param_1,undefined8 param_2)\n\n{\n long lVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n long local_40;\n undefined8 local_28 [3];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_28[0] = param_2;\n if (param_1 != 0) {\n lVar1 = FUN_0... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x48],RDI
MOV qword ptr [RBP + -0x50],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x48]
MOV qword ptr [RBP + -0x30],RAX
MOV RAX,qword ptr [RBP + -0x50]
MOV qword ptr [RBP + -0x20],RAX
CMP qword ptr [RBP + -0... |
char * function_1(void *var_2,char *key)
{
long var_9;
void *var_4;
char *pcVar3;
long var_1;
char *key_local;
void *handle_local;
char *var_5;
type_1 *tree;
type_2 *kv;
type_2 tmp;
var_9 = *(long *)(var_1 + 0x28);
tmp.key = key;
if (var_2 != (void *)0x0) {
var_4 = var_3((type_1 *)var... | (translation_unit "char * read_setting_s(void *handle,char *key)\n\n{\n long lVar1;\n void *pvVar2;\n char *pcVar3;\n long in_FS_OFFSET;\n char *key_local;\n void *handle_local;\n char *val;\n tree234 *tree;\n skeyval *kv;\n skeyval tmp;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n tmp.key = key;\n if (... | (translation_unit "char * function_1(void *var_2,char *key)\n\n{\n long var_9;\n void *var_4;\n char *pcVar3;\n long var_1;\n char *key_local;\n void *handle_local;\n char *var_5;\n type_1 *tree;\n type_2 *kv;\n type_2 tmp;\n \n var_9 = *(long *)(var_1 + 0x28);\n tmp.key = key;\n if (var_2 != (void *)0x0)... | (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))) (parameter_declaration type: (primi... |
2167_putty_and_putty_strip.c | pollwrap_new | FUN_001d45b9 | pollwrap_new |
/* WARNING: Unknown calling convention */
pollwrapper * pollwrap_new(void)
{
pollwrapper *ppVar1;
pollfd *ppVar2;
tree234 *ptVar3;
pollwrapper *pw;
ppVar1 = (pollwrapper *)safemalloc(1,0x20);
ppVar1->fdsize = 0x10;
ppVar1->nfd = 0;
ppVar2 = (pollfd *)safemalloc(ppVar1->fdsize,8);
ppVar1->fds = p... |
undefined8 * FUN_001d45b9(void)
{
undefined8 *puVar1;
undefined8 uVar2;
puVar1 = (undefined8 *)FUN_0012e037(1,0x20);
puVar1[2] = 0x10;
puVar1[1] = 0;
uVar2 = FUN_0012e037(puVar1[2],8);
*puVar1 = uVar2;
uVar2 = FUN_001ad414(FUN_001d4570);
puVar1[3] = uVar2;
return puVar1;
}
| (translation_unit "undefined8 * FUN_001d45b9(void)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n \n puVar1 = (undefined8 *)FUN_0012e037(1,0x20);\n puVar1[2] = 0x10;\n puVar1[1] = 0;\n uVar2 = FUN_0012e037(puVar1[2],8);\n *puVar1 = uVar2;\n uVar2 = FUN_001ad414(FUN_001d4570);\n puVar1[3] = uVar2;\n return ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV ESI,0x20
MOV EDI,0x1
CALL 0x0012e037
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RAX + 0x10],0x10
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RAX + 0x8],0x0
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x10]
MOV ESI,0x8
MOV RDI,RAX
CALL... |
/* WARNING: Unknown calling convention */
type_1 * function_1(void)
{
type_1 *ppVar1;
type_2 *ppVar2;
type_3 *ptVar3;
type_1 *pw;
ppVar1 = (type_1 *)var_1(1,0x20);
ppVar1->fdsize = 0x10;
ppVar1->nfd = 0;
ppVar2 = (type_2 *)var_1(ppVar1->fdsize,8);
ppVar1->fds = ppVar2;
ptVar3 = var_2(pollwrap_... | (translation_unit "/* WARNING: Unknown calling convention */\n\npollwrapper * pollwrap_new(void)\n\n{\n pollwrapper *ppVar1;\n pollfd *ppVar2;\n tree234 *ptVar3;\n pollwrapper *pw;\n \n ppVar1 = (pollwrapper *)safemalloc(1,0x20);\n ppVar1->fdsize = 0x10;\n ppVar1->nfd = 0;\n ppVar2 = (pollfd *)safemalloc(ppVar... | (translation_unit "/* WARNING: Unknown calling convention */\n\ntype_1 * function_1(void)\n\n{\n type_1 *ppVar1;\n type_2 *ppVar2;\n type_3 *ptVar3;\n type_1 *pw;\n \n ppVar1 = (type_1 *)var_1(1,0x20);\n ppVar1->fdsize = 0x10;\n ppVar1->nfd = 0;\n ppVar2 = (type_2 *)var_1(ppVar1->fdsize,8);\n ppVar1->fds = pp... | (translation_unit (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 (declaration type: (type_identifier) declarator: (poi... |
2050_putty_and_putty_strip.c | do_cursor | FUN_001cb576 | do_cursor |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void do_cursor(Context ctx,wchar_t x,wchar_t y,wchar_t *text,wchar_t len,ulong attr,wchar_t lattr)
{
long lVar1;
long lVar2;
bool bVar3;
int iVar4;
long in_FS_OFFSET;
bool bVar5;
ulong attr_local;
wchar_t len_local;
wchar_t *t... |
void FUN_001cb576(long *param_1,int param_2,int param_3,undefined8 param_4,int param_5,ulong param_6
,uint param_7)
{
long lVar1;
long lVar2;
bool bVar3;
int iVar4;
uint uVar5;
ulong extraout_RDX;
long in_FS_OFFSET;
bool bVar7;
ulong local_90;
int local_84;
int local_74;
int l... | (translation_unit "void FUN_001cb576(long *param_1,int param_2,int param_3,undefined8 param_4,int param_5,ulong param_6\n ,uint param_7)\n\n{\n long lVar1;\n long lVar2;\n bool bVar3;\n int iVar4;\n uint uVar5;\n ulong extraout_RDX;\n long in_FS_OFFSET;\n bool bVar7;\n ulong local_90;\n int lo... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x90
MOV qword ptr [RBP + -0x68],RDI
MOV dword ptr [RBP + -0x6c],ESI
MOV dword ptr [RBP + -0x70],EDX
MOV qword ptr [RBP + -0x78],RCX
MOV dword ptr [RBP + -0x7c],R8D
MOV qword ptr [RBP + -0x88],R9
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP +... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 ctx,type_2 var_7,type_2 var_15,type_2 *text,type_2 len,type_3 var_2,type_2 var_6)
{
long var_29;
long var_4;
bool bVar3;
int var_12;
long var_1;
bool bVar5;
type_3 var_3;
type_2 var_9;
type_2 *text_local... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid do_cursor(Context ctx,wchar_t x,wchar_t y,wchar_t *text,wchar_t len,ulong attr,wchar_t lattr)\n\n{\n long lVar1;\n long lVar2;\n bool bVar3;\n int iVar4;\n long in_FS_OFFSET;\n bool bVar5;\n ulong attr_local;\n w... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 ctx,type_2 var_7,type_2 var_15,type_2 *text,type_2 len,type_3 var_2,type_2 var_6)\n\n{\n long var_29;\n long var_4;\n bool bVar3;\n int var_12;\n long var_1;\n bool bVar5;\n type_3 var_3;\n type... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_decla... |
2047_putty_and_putty_strip.c | draw_backing_rect | FUN_001cab90 | draw_backing_rect |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void draw_backing_rect(gui_data *inst)
{
wchar_t w_00;
wchar_t h_00;
draw_ctx *dctx_00;
gui_data *inst_local;
wchar_t w;
wchar_t h;
draw_ctx *dctx;
dctx_00 = (draw_ctx *)get_ctx(inst);
w_00 = inst->window_border * 2 + inst-... |
void FUN_001cab90(long param_1)
{
int iVar1;
int iVar2;
undefined8 uVar3;
uVar3 = FUN_001ca599(param_1);
iVar1 = *(int *)(param_1 + 0x22f4) * 2 + *(int *)(param_1 + 0xd54) * *(int *)(param_1 + 0xd4c);
iVar2 = *(int *)(param_1 + 0x22f4) * 2 + *(int *)(param_1 + 0xd58) * *(int *)(param_1 + 0xd50);
FUN_... | (translation_unit "void FUN_001cab90(long param_1)\n\n{\n int iVar1;\n int iVar2;\n undefined8 uVar3;\n \n uVar3 = FUN_001ca599(param_1);\n iVar1 = *(int *)(param_1 + 0x22f4) * 2 + *(int *)(param_1 + 0xd54) * *(int *)(param_1 + 0xd4c);\n iVar2 = *(int *)(param_1 + 0x22f4) * 2 + *(int *)(param_1 + 0xd58) * *(int ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr [RBP + -0x18]
MOV RDI,RAX
CALL 0x001ca599
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV EDX,dword ptr [RAX + 0xd54]
MOV RAX,qword ptr [RBP + -0x18]
MOV EAX,dword ptr [RAX + 0xd4c]
IMUL EDX,EAX
MOV RAX,qword ptr [RBP... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *inst)
{
type_2 w_00;
type_2 h_00;
type_3 *dctx_00;
type_1 *inst_local;
type_2 w;
type_2 h;
type_3 *dctx;
dctx_00 = (type_3 *)var_1(inst);
w_00 = inst->window_border * 2 + inst->width * inst->font_wid... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid draw_backing_rect(gui_data *inst)\n\n{\n wchar_t w_00;\n wchar_t h_00;\n draw_ctx *dctx_00;\n gui_data *inst_local;\n wchar_t w;\n wchar_t h;\n draw_ctx *dctx;\n \n dctx_00 = (draw_ctx *)get_ctx(inst);\n w_00 =... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *inst)\n\n{\n type_2 w_00;\n type_2 h_00;\n type_3 *dctx_00;\n type_1 *inst_local;\n type_2 w;\n type_2 h;\n type_3 *dctx;\n \n dctx_00 = (type_3 *)var_1(inst);\n w_00 = inst->window_border * ... | (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... |
2060_putty_and_putty_strip.c | set_geom_hints | FUN_001cc498 | set_geom_hints |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void set_geom_hints(gui_data *inst)
{
long lVar1;
undefined8 uVar2;
long in_FS_OFFSET;
gui_data *inst_local;
gint flags;
GdkGeometry geom;
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
flags = 0x2a;
compute_geom_hints(inst,&geom)... |
void FUN_001cc498(undefined8 *param_1)
{
undefined8 uVar1;
long in_FS_OFFSET;
undefined4 local_5c;
undefined local_58 [56];
long local_20;
local_20 = *(long *)(in_FS_OFFSET + 0x28);
local_5c = 0x2a;
FUN_001cc20c(param_1,local_58);
if (*(int *)(param_1 + 0x13) != 0) {
local_5c = 0xaa;
}
uV... | (translation_unit "void FUN_001cc498(undefined8 *param_1)\n\n{\n undefined8 uVar1;\n long in_FS_OFFSET;\n undefined4 local_5c;\n undefined local_58 [56];\n long local_20;\n \n local_20 = *(long *)(in_FS_OFFSET + 0x28);\n local_5c = 0x2a;\n FUN_001cc20c(param_1,local_58);\n if (*(int *)(param_1 + 0x13) != 0) {... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x68
MOV qword ptr [RBP + -0x68],RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
XOR EAX,EAX
MOV dword ptr [RBP + -0x54],0x2a
LEA RDX,[RBP + -0x50]
MOV RAX,qword ptr [RBP + -0x68]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x001cc20c
MOV RAX,qword ptr [RBP + -0x68]
MOV EAX,dword ... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *inst)
{
long var_6;
type_2 uVar2;
long var_1;
type_1 *inst_local;
type_3 flags;
type_4 geom;
var_6 = *(long *)(var_1 + 0x28);
flags = 0x2a;
var_2(inst,&geom);
if (inst->gotpos != L'\0') {
flags... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid set_geom_hints(gui_data *inst)\n\n{\n long lVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n gui_data *inst_local;\n gint flags;\n GdkGeometry geom;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n flags = 0x2a;\n... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *inst)\n\n{\n long var_6;\n type_2 uVar2;\n long var_1;\n type_1 *inst_local;\n type_3 flags;\n type_4 geom;\n \n var_6 = *(long *)(var_1 + 0x28);\n flags = 0x2a;\n var_2(inst,&geom);\n if (i... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_ty... |
2070_putty_and_putty_strip.c | dup_session_menuitem | FUN_001cd280 | dup_session_menuitem |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void dup_session_menuitem(GtkMenuItem *item,gpointer gdata)
{
gpointer gdata_local;
GtkMenuItem *item_local;
gui_data *inst;
launch_duplicate_session(*(Conf **)((long)gdata + 0x22d0));
return;
}
|
void FUN_001cd280(undefined8 param_1,long param_2)
{
FUN_001c37d8(*(undefined8 *)(param_2 + 0x22d0));
return;
}
| (translation_unit "void FUN_001cd280(undefined8 param_1,long param_2)\n\n{\n FUN_001c37d8(*(undefined8 *)(param_2 + 0x22d0));\n return;\n}\n\n" (function_definition "void FUN_001cd280(undefined8 param_1,long param_2)\n\n{\n FUN_001c37d8(*(undefined8 *)(param_2 + 0x22d0));\n return;\n}" primitive_type (function_decl... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV RAX,qword ptr [RBP + -0x20]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x22d0]
MOV RDI,RAX
CALL 0x001c37d8
NOP
LEAVE
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *item,type_2 gdata)
{
type_2 gdata_local;
type_1 *item_local;
type_3 *inst;
var_1(*(type_4 **)((long)gdata + 0x22d0));
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid dup_session_menuitem(GtkMenuItem *item,gpointer gdata)\n\n{\n gpointer gdata_local;\n GtkMenuItem *item_local;\n gui_data *inst;\n \n launch_duplicate_session(*(Conf **)((long)gdata + 0x22d0));\n return;\n}\n\n" co... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *item,type_2 gdata)\n\n{\n type_2 gdata_local;\n type_1 *item_local;\n type_3 *inst;\n \n var_1(*(type_4 **)((long)gdata + 0x22d0));\n return;\n}\n\n" comment (function_definition "void function_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... |
2306_putty_and_putty_strip.c | x11_receive | FUN_001dc3e8 | x11_receive |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void x11_receive(Plug plug,int urgent,char *data,int len)
{
int iVar1;
char *data_local;
int len_local;
int urgent_local;
Plug plug_local;
X11Connection *xconn;
iVar1 = sshfwd_write((ssh_channel *)plug[0xe],data,len);
if (0 <... |
void FUN_001dc3e8(long param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4)
{
int iVar1;
iVar1 = FUN_0014918f(*(undefined8 *)(param_1 + 0x70),param_3,param_4);
if (0 < iVar1) {
*(undefined4 *)(param_1 + 0x50) = 1;
*(undefined4 *)(param_1 + 0x58) = 0;
(**(code **)(**(long **)(param_1 ... | (translation_unit "void FUN_001dc3e8(long param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4)\n\n{\n int iVar1;\n \n iVar1 = FUN_0014918f(*(undefined8 *)(param_1 + 0x70),param_3,param_4);\n if (0 < iVar1) {\n *(undefined4 *)(param_1 + 0x50) = 1;\n *(undefined4 *)(param_1 + 0x58) = 0;\n (**(co... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV qword ptr [RBP + -0x28],RDX
MOV dword ptr [RBP + -0x20],ECX
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x70]
MOV EDX,dword ptr [RBP + -0x20]
M... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 var_3,int urgent,char *data,int len)
{
int var_2;
char *data_local;
int len_local;
int urgent_local;
type_1 plug_local;
type_2 *xconn;
var_2 = var_1((type_3 *)var_3[0xe],data,len);
if (0 < var_2) {
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid x11_receive(Plug plug,int urgent,char *data,int len)\n\n{\n int iVar1;\n char *data_local;\n int len_local;\n int urgent_local;\n Plug plug_local;\n X11Connection *xconn;\n \n iVar1 = sshfwd_write((ssh_channel *)... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 var_3,int urgent,char *data,int len)\n\n{\n int var_2;\n char *data_local;\n int len_local;\n int urgent_local;\n type_1 plug_local;\n type_2 *xconn;\n \n var_2 = var_1((type_3 *)var_3[0xe],data... | (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... |
1965_putty_and_putty_strip.c | buildinfo_gtk_version | FUN_001c5537 | buildinfo_gtk_version |
/* WARNING: Unknown calling convention */
char * buildinfo_gtk_version(void)
{
char *pcVar1;
pcVar1 = dupprintf("%d.%d.%d",3,0x18,5);
return pcVar1;
}
|
void FUN_001c5537(void)
{
FUN_0012d477("%d.%d.%d",3,0x18,5);
return;
}
| (translation_unit "void FUN_001c5537(void)\n\n{\n FUN_0012d477("%d.%d.%d",3,0x18,5);\n return;\n}\n\n" (function_definition "void FUN_001c5537(void)\n\n{\n FUN_0012d477("%d.%d.%d",3,0x18,5);\n return;\n}" primitive_type (function_declarator "FUN_001c5537(void)" identifier (parameter_list "(void)" ( (parameter_decla... | PUSH RBP
MOV RBP,RSP
MOV ECX,0x5
MOV EDX,0x18
MOV ESI,0x3
LEA RDI,[0x215a1f]
MOV EAX,0x0
CALL 0x0012d477
POP RBP
RET |
/* WARNING: Unknown calling convention */
char * function_1(void)
{
char *pcVar1;
pcVar1 = var_1("%d.%d.%d",3,0x18,5);
return pcVar1;
}
| (translation_unit "/* WARNING: Unknown calling convention */\n\nchar * buildinfo_gtk_version(void)\n\n{\n char *pcVar1;\n \n pcVar1 = dupprintf("%d.%d.%d",3,0x18,5);\n return pcVar1;\n}\n\n" comment (function_definition "char * buildinfo_gtk_version(void)\n\n{\n char *pcVar1;\n \n pcVar1 = dupprintf("%d.%d.%d",3... | (translation_unit "/* WARNING: Unknown calling convention */\n\nchar * function_1(void)\n\n{\n char *pcVar1;\n \n pcVar1 = var_1("%d.%d.%d",3,0x18,5);\n return pcVar1;\n}\n\n" comment (function_definition "char * function_1(void)\n\n{\n char *pcVar1;\n \n pcVar1 = var_1("%d.%d.%d",3,0x18,5);\n return pcVar1;\n}... | (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... |
2091_putty_and_putty_strip.c | ssh_gss_setup | FUN_001cfd59 | ssh_gss_setup |
ssh_gss_liblist * ssh_gss_setup(Conf *conf)
{
int iVar1;
ssh_gss_liblist *psVar2;
ssh_gss_library *psVar3;
void *pvVar4;
Filename *pFVar5;
char *pcVar6;
Conf *conf_local;
ssh_gss_liblist *list;
void *gsslib;
char *gsspath;
psVar2 = (ssh_gss_liblist *)safemalloc(1,0x10);
psVar3 = (ssh_gss_li... |
long * FUN_001cfd59(undefined8 param_1)
{
int iVar1;
char *pcVar2;
long *plVar3;
long lVar4;
undefined8 *puVar5;
undefined8 uVar6;
plVar3 = (long *)FUN_0012e037(1,0x10);
lVar4 = FUN_0012e037(4,0xa8);
*plVar3 = lVar4;
*(undefined4 *)(plVar3 + 1) = 0;
lVar4 = dlopen("libgssapi.so.2",1);
if (l... | (translation_unit "long * FUN_001cfd59(undefined8 param_1)\n\n{\n int iVar1;\n char *pcVar2;\n long *plVar3;\n long lVar4;\n undefined8 *puVar5;\n undefined8 uVar6;\n \n plVar3 = (long *)FUN_0012e037(1,0x10);\n lVar4 = FUN_0012e037(4,0xa8);\n *plVar3 = lVar4;\n *(undefined4 *)(plVar3 + 1) = 0;\n lVar4 = dlo... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
MOV ESI,0x10
MOV EDI,0x1
CALL 0x0012e037
MOV qword ptr [RBP + -0x18],RAX
MOV ESI,0xa8
MOV EDI,0x4
CALL 0x0012e037
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RAX],RDX
MOV RAX,qword ptr [RBP + -0x18]
MOV dword ptr [RAX + 0x8],0x0
MOV ESI,0x... |
type_1 * function_1(type_2 *conf)
{
int var_4;
type_1 *psVar2;
type_3 *psVar3;
void *var_3;
type_4 *pFVar5;
char *pcVar6;
type_2 *conf_local;
type_1 *list;
void *gsslib;
char *gsspath;
psVar2 = (type_1 *)var_1(1,0x10);
psVar3 = (type_3 *)var_1(4,0xa8);
psVar2->libraries = psVar3;
psVar2... | (translation_unit "ssh_gss_liblist * ssh_gss_setup(Conf *conf)\n\n{\n int iVar1;\n ssh_gss_liblist *psVar2;\n ssh_gss_library *psVar3;\n void *pvVar4;\n Filename *pFVar5;\n char *pcVar6;\n Conf *conf_local;\n ssh_gss_liblist *list;\n void *gsslib;\n char *gsspath;\n \n psVar2 = (ssh_gss_liblist *)safemalloc... | (translation_unit "type_1 * function_1(type_2 *conf)\n\n{\n int var_4;\n type_1 *psVar2;\n type_3 *psVar3;\n void *var_3;\n type_4 *pFVar5;\n char *pcVar6;\n type_2 *conf_local;\n type_1 *list;\n void *gsslib;\n char *gsspath;\n \n psVar2 = (type_1 *)var_1(1,0x10);\n psVar3 = (type_3 *)var_1(4,0xa8);\n ps... | (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)))))) body: (compound_statement (dec... |
2226_putty_and_putty_strip.c | serial_sendbuffer | FUN_001d6dbd | serial_sendbuffer |
int serial_sendbuffer(void *handle)
{
int iVar1;
void *handle_local;
Serial serial;
iVar1 = bufchain_size((bufchain *)((long)handle + 0x18));
return iVar1;
}
|
void FUN_001d6dbd(long param_1)
{
FUN_0012dc00(param_1 + 0x18);
return;
}
| (translation_unit "void FUN_001d6dbd(long param_1)\n\n{\n FUN_0012dc00(param_1 + 0x18);\n return;\n}\n\n" (function_definition "void FUN_001d6dbd(long param_1)\n\n{\n FUN_0012dc00(param_1 + 0x18);\n return;\n}" primitive_type (function_declarator "FUN_001d6dbd(long param_1)" identifier (parameter_list "(long param_... | 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]
ADD RAX,0x18
MOV RDI,RAX
CALL 0x0012dc00
LEAVE
RET |
int function_1(void *handle)
{
int iVar1;
void *handle_local;
type_1 serial;
iVar1 = var_1((type_2 *)((long)handle + 0x18));
return iVar1;
}
| (translation_unit "int serial_sendbuffer(void *handle)\n\n{\n int iVar1;\n void *handle_local;\n Serial serial;\n \n iVar1 = bufchain_size((bufchain *)((long)handle + 0x18));\n return iVar1;\n}\n\n" (function_definition "int serial_sendbuffer(void *handle)\n\n{\n int iVar1;\n void *handle_local;\n Serial seria... | (translation_unit "int function_1(void *handle)\n\n{\n int iVar1;\n void *handle_local;\n type_1 serial;\n \n iVar1 = var_1((type_2 *)((long)handle + 0x18));\n return iVar1;\n}\n\n" (function_definition "int function_1(void *handle)\n\n{\n int iVar1;\n void *handle_local;\n type_1 serial;\n \n iVar1 = var_1(... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) dec... |
1934_putty_and_putty_strip.c | unifontsel_add_entry | FUN_001c0fe4 | unifontsel_add_entry |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void unifontsel_add_entry
(void *ctx,char *realfontname,char *family,char *charset,char *style,char *stylekey,
wchar_t size,wchar_t flags,unifont_vtable *fontclass)
{
int iVar1;
int iVar2;
int iVar3;
int iV... |
void FUN_001c0fe4(long param_1,char *param_2,char *param_3,char *param_4,char *param_5,char *param_6
,undefined4 param_7,undefined4 param_8,undefined8 param_9)
{
int iVar1;
int iVar2;
int iVar3;
int iVar4;
undefined4 uVar5;
size_t sVar6;
size_t sVar7;
undefined8 *puVar8;
undefined8 ... | (translation_unit "void FUN_001c0fe4(long param_1,char *param_2,char *param_3,char *param_4,char *param_5,char *param_6\n ,undefined4 param_7,undefined4 param_8,undefined8 param_9)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n undefined4 uVar5;\n size_t sVar6;\n size_t sVar7;\n unde... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x58
MOV qword ptr [RBP + -0x38],RDI
MOV qword ptr [RBP + -0x40],RSI
MOV qword ptr [RBP + -0x48],RDX
MOV qword ptr [RBP + -0x50],RCX
MOV qword ptr [RBP + -0x58],R8
MOV qword ptr [RBP + -0x60],R9
MOV RAX,qword ptr [RBP + -0x38]
MOV qword ptr [RBP + -0x20],RAX
MOV RAX,qword ptr [RBP ... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1
(void *ctx,char *realfontname,char *var_2,char *var_3,char *var_4,char *var_5,
type_1 size,type_1 flags,type_2 *fontclass)
{
int var_8;
int var_9;
int var_6;
int var_7;
size_t var_14;
si... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid unifontsel_add_entry\n (void *ctx,char *realfontname,char *family,char *charset,char *style,char *stylekey,\n wchar_t size,wchar_t flags,unifont_vtable *fontclass)\n\n{\n int iVar1;\n int iV... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1\n (void *ctx,char *realfontname,char *var_2,char *var_3,char *var_4,char *var_5,\n type_1 size,type_1 flags,type_2 *fontclass)\n\n{\n int var_8;\n int var_9;\n int var_6;\n int ... | (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:... |
2036_putty_and_putty_strip.c | char_width | FUN_001ca587 | char_width |
wchar_t char_width(Context ctx,wchar_t uc)
{
wchar_t uc_local;
Context ctx_local;
return L'\x01';
}
|
undefined8 FUN_001ca587(void)
{
return 1;
}
| (translation_unit "undefined8 FUN_001ca587(void)\n\n{\n return 1;\n}\n\n" (function_definition "undefined8 FUN_001ca587(void)\n\n{\n return 1;\n}" type_identifier (function_declarator "FUN_001ca587(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n ... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV EAX,0x1
POP RBP
RET |
type_1 function_1(type_2 ctx,type_1 uc)
{
type_1 uc_local;
type_2 ctx_local;
return L'\x01';
}
| (translation_unit "wchar_t char_width(Context ctx,wchar_t uc)\n\n{\n wchar_t uc_local;\n Context ctx_local;\n \n return L'\x01';\n}\n\n" (function_definition "wchar_t char_width(Context ctx,wchar_t uc)\n\n{\n wchar_t uc_local;\n Context ctx_local;\n \n return L'\x01';\n}" type_identifier (function_declarator "c... | (translation_unit "type_1 function_1(type_2 ctx,type_1 uc)\n\n{\n type_1 uc_local;\n type_2 ctx_local;\n \n return L'\x01';\n}\n\n" (function_definition "type_1 function_1(type_2 ctx,type_1 uc)\n\n{\n type_1 uc_local;\n type_2 ctx_local;\n \n return L'\x01';\n}" type_identifier (function_declarator "function_1(... | (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... |
2244_putty_and_putty_strip.c | mungestr | FUN_001d7e9d | mungestr |
char * mungestr(char *in)
{
size_t sVar1;
char *pcVar2;
char *in_local;
char *out;
char *ret;
if ((in == (char *)0x0) || (in_local = in, *in == '\0')) {
in_local = "Default Settings";
}
sVar1 = strlen(in_local);
pcVar2 = (char *)safemalloc(sVar1 * 3 + 1,1);
out = pcVar2;
for (; *in_local ... |
byte * FUN_001d7e9d(byte *param_1)
{
size_t sVar1;
byte *pbVar2;
byte *local_20;
byte *local_18;
if ((param_1 == (byte *)0x0) || (local_20 = param_1, *param_1 == 0)) {
local_20 = (byte *)0x217440;
}
sVar1 = strlen((char *)local_20);
pbVar2 = (byte *)FUN_0012e037(sVar1 * 3 + 1,1);
local_18 = p... | (translation_unit "byte * FUN_001d7e9d(byte *param_1)\n\n{\n size_t sVar1;\n byte *pbVar2;\n byte *local_20;\n byte *local_18;\n \n if ((param_1 == (byte *)0x0) || (local_20 = param_1, *param_1 == 0)) {\n local_20 = (byte *)0x217440;\n }\n sVar1 = strlen((char *)local_20);\n pbVar2 = (byte *)FUN_0012e037(sV... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
CMP qword ptr [RBP + -0x18],0x0
JZ 0x001d7ebb
MOV RAX,qword ptr [RBP + -0x18]
MOVZX EAX,byte ptr [RAX]
TEST AL,AL
JNZ 0x001d7ec6
LEA RAX,[0x217440]
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV RDI,RAX
CALL 0x00114630
MOV RDX,RAX
MO... |
char * function_1(char *var_1)
{
size_t var_4;
char *pcVar2;
char *var_5;
char *var_6;
char *ret;
if ((var_1 == (char *)0x0) || (var_5 = var_1, *var_1 == '\0')) {
var_5 = "Default Settings";
}
var_4 = var_2(var_5);
pcVar2 = (char *)var_3(var_4 * 3 + 1,1);
var_6 = pcVar2;
for (; *var_5 != ... | (translation_unit "char * mungestr(char *in)\n\n{\n size_t sVar1;\n char *pcVar2;\n char *in_local;\n char *out;\n char *ret;\n \n if ((in == (char *)0x0) || (in_local = in, *in == '\0')) {\n in_local = "Default Settings";\n }\n sVar1 = strlen(in_local);\n pcVar2 = (char *)safemalloc(sVar1 * 3 + 1,1);\n o... | (translation_unit "char * function_1(char *var_1)\n\n{\n size_t var_4;\n char *pcVar2;\n char *var_5;\n char *var_6;\n char *ret;\n \n if ((var_1 == (char *)0x0) || (var_5 = var_1, *var_1 == '\0')) {\n var_5 = "Default Settings";\n }\n var_4 = var_2(var_5);\n pcVar2 = (char *)var_3(var_4 * 3 + 1,1);\n var... | (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... |
1967_putty_and_putty_strip.c | connection_fatal | FUN_001c55e6 | connection_fatal |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void connection_fatal(void *frontend,char *p,...)
{
long lVar1;
char in_AL;
char *msg_00;
undefined8 in_RCX;
undefined8 in_RDX;
undefined8 in_R8;
undefined8 in_R9;
long in_FS_OFFSET;
undefined8 in_XMM0_Qa;
undefined8 in_XMM1... |
void FUN_001c55e6(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,
undefined8 *param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,
undefined8 para... | (translation_unit "void FUN_001c55e6(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n undefined8 *param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0xf0
MOV qword ptr [RBP + -0xe8],RDI
MOV qword ptr [RBP + -0xf0],RSI
MOV qword ptr [RBP + -0xa0],RDX
MOV qword ptr [RBP + -0x98],RCX
MOV qword ptr [RBP + -0x90],R8
MOV qword ptr [RBP + -0x88],R9
TEST AL,AL
JZ 0x001c563f
MOVAPS xmmword ptr [RBP + -0x80],XMM0
MOVAPS xmmword ptr [RBP + -0x70],... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *frontend,char *p,...)
{
long var_7;
char var_1;
char *msg_00;
type_1 in_RCX;
type_1 in_RDX;
type_1 in_R8;
type_1 in_R9;
long var_2;
type_1 in_XMM0_Qa;
type_1 in_XMM1_Qa;
type_1 in_XMM2_Qa;
type_1 in... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid connection_fatal(void *frontend,char *p,...)\n\n{\n long lVar1;\n char in_AL;\n char *msg_00;\n undefined8 in_RCX;\n undefined8 in_RDX;\n undefined8 in_R8;\n undefined8 in_R9;\n long in_FS_OFFSET;\n undefined8 i... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *frontend,char *p,...)\n\n{\n long var_7;\n char var_1;\n char *msg_00;\n type_1 in_RCX;\n type_1 in_RDX;\n type_1 in_R8;\n type_1 in_R9;\n long var_2;\n type_1 in_XMM0_Qa;\n type_1 in_XMM1_Qa;\... | (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:... |
1904_putty_and_putty_strip.c | pangofont_draw_combining | FUN_001be906 | pangofont_draw_combining |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void pangofont_draw_combining
(unifont_drawctx *ctx,unifont *font,wchar_t x,wchar_t y,wchar_t *string,wchar_t len,
wchar_t wide,wchar_t bold,wchar_t cellwidth)
{
int iVar1;
wchar_t len_local;
wchar_t *string_... |
void FUN_001be906(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined4 param_4,
undefined4 *param_5,int param_6,undefined4 param_7,undefined4 param_8,
undefined4 param_9)
{
int iVar1;
int local_3c;
undefined4 *local_38;
undefined4 *local_10;
local_10 = (un... | (translation_unit "void FUN_001be906(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,int param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n int iVar1;\n int local_3c;\n undefined4 *local_38;\n undefined4 *loc... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
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 qword ptr [RBP + -0x30],R8
MOV dword ptr [RBP + -0x34],R9D
MOV qword ptr [RBP + -0x8],0x0
MOV RAX,qword ptr [RBP + -0x30]
MOV EAX,dword ptr [RAX]
MOV EDI,... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1
(type_1 *ctx,type_2 *font,type_3 x,type_3 y,type_3 *string,type_3 var_4,
type_3 wide,type_3 bold,type_3 cellwidth)
{
int var_2;
type_3 len_local;
type_3 *var_6;
type_3 y_local;
type_3 x_lo... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid pangofont_draw_combining\n (unifont_drawctx *ctx,unifont *font,wchar_t x,wchar_t y,wchar_t *string,wchar_t len,\n wchar_t wide,wchar_t bold,wchar_t cellwidth)\n\n{\n int iVar1;\n wchar_t len... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1\n (type_1 *ctx,type_2 *font,type_3 x,type_3 y,type_3 *string,type_3 var_4,\n type_3 wide,type_3 bold,type_3 cellwidth)\n\n{\n int var_2;\n type_3 len_local;\n type_3 *var_6;\n t... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
2172_putty_and_putty_strip.c | pollwrap_poll_instant | FUN_001d490d | pollwrap_poll_instant |
int pollwrap_poll_instant(pollwrapper *pw)
{
int iVar1;
pollwrapper *pw_local;
iVar1 = poll((pollfd *)pw->fds,pw->nfd,0);
return iVar1;
}
|
void FUN_001d490d(undefined8 *param_1)
{
poll((pollfd *)*param_1,param_1[1],0);
return;
}
| (translation_unit "void FUN_001d490d(undefined8 *param_1)\n\n{\n poll((pollfd *)*param_1,param_1[1],0);\n return;\n}\n\n" (function_definition "void FUN_001d490d(undefined8 *param_1)\n\n{\n poll((pollfd *)*param_1,param_1[1],0);\n return;\n}" primitive_type (function_declarator "FUN_001d490d(undefined8 *param_1)" i... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV RCX,qword ptr [RAX + 0x8]
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
MOV EDX,0x0
MOV RSI,RCX
MOV RDI,RAX
CALL 0x00115900
LEAVE
RET |
int function_1(type_1 *pw)
{
int iVar1;
type_1 *pw_local;
iVar1 = var_1((type_2 *)pw->fds,pw->nfd,0);
return iVar1;
}
| (translation_unit "int pollwrap_poll_instant(pollwrapper *pw)\n\n{\n int iVar1;\n pollwrapper *pw_local;\n \n iVar1 = poll((pollfd *)pw->fds,pw->nfd,0);\n return iVar1;\n}\n\n" (function_definition "int pollwrap_poll_instant(pollwrapper *pw)\n\n{\n int iVar1;\n pollwrapper *pw_local;\n \n iVar1 = poll((pollfd ... | (translation_unit "int function_1(type_1 *pw)\n\n{\n int iVar1;\n type_1 *pw_local;\n \n iVar1 = var_1((type_2 *)pw->fds,pw->nfd,0);\n return iVar1;\n}\n\n" (function_definition "int function_1(type_1 *pw)\n\n{\n int iVar1;\n type_1 *pw_local;\n \n iVar1 = var_1((type_2 *)pw->fds,pw->nfd,0);\n return iVar1;\n... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) de... |
2178_putty_and_putty_strip.c | printer_job_data | FUN_001d4b21 | printer_job_data |
void printer_job_data(printer_job *pj,void *data,int len)
{
int len_local;
void *data_local;
printer_job *pj_local;
if (pj != (printer_job *)0x0) {
fwrite(data,1,(long)len,(FILE *)pj->fp);
}
return;
}
|
void FUN_001d4b21(undefined8 *param_1,void *param_2,int param_3)
{
if (param_1 != (undefined8 *)0x0) {
fwrite(param_2,1,(long)param_3,(FILE *)*param_1);
}
return;
}
| (translation_unit "void FUN_001d4b21(undefined8 *param_1,void *param_2,int param_3)\n\n{\n if (param_1 != (undefined8 *)0x0) {\n fwrite(param_2,1,(long)param_3,(FILE *)*param_1);\n }\n return;\n}\n\n" (function_definition "void FUN_001d4b21(undefined8 *param_1,void *param_2,int param_3)\n\n{\n if (param_1 != (un... | 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
CMP qword ptr [RBP + -0x8],0x0
JZ 0x001d4b5b
MOV RAX,qword ptr [RBP + -0x8]
MOV RCX,qword ptr [RAX]
MOV EAX,dword ptr [RBP + -0x14]
MOVSXD RDX,EAX
MOV RAX,qword ptr [RBP + -0x10]
MOV ESI,0x1
... |
void function_1(type_1 *var_1,void *data,int len)
{
int len_local;
void *data_local;
type_1 *pj_local;
if (var_1 != (type_1 *)0x0) {
var_2(data,1,(long)len,(type_2 *)var_1->fp);
}
return;
}
| (translation_unit "void printer_job_data(printer_job *pj,void *data,int len)\n\n{\n int len_local;\n void *data_local;\n printer_job *pj_local;\n \n if (pj != (printer_job *)0x0) {\n fwrite(data,1,(long)len,(FILE *)pj->fp);\n }\n return;\n}\n\n" (function_definition "void printer_job_data(printer_job *pj,void... | (translation_unit "void function_1(type_1 *var_1,void *data,int len)\n\n{\n int len_local;\n void *data_local;\n type_1 *pj_local;\n \n if (var_1 != (type_1 *)0x0) {\n var_2(data,1,(long)len,(type_2 *)var_1->fp);\n }\n return;\n}\n\n" (function_definition "void function_1(type_1 *var_1,void *data,int len)\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: (primitive_type) declarator: (pointer... |
2217_putty_and_putty_strip.c | serial_configure | FUN_001d6190 | serial_configure |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
char * serial_configure(Serial serial,Conf *conf)
{
long lVar1;
int iVar2;
uint uVar3;
char *pcVar4;
long in_FS_OFFSET;
Conf *conf_local;
Serial serial_local;
int bflag;
int bval;
int speed;
int flow;
int parity;
char ... |
char * FUN_001d6190(undefined8 *param_1,undefined8 param_2)
{
int iVar1;
undefined4 uVar2;
char *pcVar3;
undefined8 uVar4;
long in_FS_OFFSET;
speed_t local_7c;
undefined4 local_78;
char *local_68;
termios local_58;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
if (*(int *)(param... | (translation_unit "char * FUN_001d6190(undefined8 *param_1,undefined8 param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n char *pcVar3;\n undefined8 uVar4;\n long in_FS_OFFSET;\n speed_t local_7c;\n undefined4 local_78;\n char *local_68;\n termios local_58;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFS... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x90
MOV qword ptr [RBP + -0x88],RDI
MOV qword ptr [RBP + -0x90],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x88]
MOV EAX,dword ptr [RAX + 0x8]
TEST EAX,EAX
JNS 0x001d61d2
LEA RAX,[0x217090]
JMP 0x001d6806
MOV RAX,qword ptr [RBP + -0... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
char * function_1(type_1 serial,type_2 *conf)
{
long var_11;
int var_4;
type_3 uVar3;
char *pcVar4;
long var_1;
type_2 *conf_local;
type_1 serial_local;
int bflag;
int bval;
int speed;
int flow;
int parity;
char *str;
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * serial_configure(Serial serial,Conf *conf)\n\n{\n long lVar1;\n int iVar2;\n uint uVar3;\n char *pcVar4;\n long in_FS_OFFSET;\n Conf *conf_local;\n Serial serial_local;\n int bflag;\n int bval;\n int speed;\n... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * function_1(type_1 serial,type_2 *conf)\n\n{\n long var_11;\n int var_4;\n type_3 uVar3;\n char *pcVar4;\n long var_1;\n type_2 *conf_local;\n type_1 serial_local;\n int bflag;\n int bval;\n int speed;\n int ... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator... |
2173_putty_and_putty_strip.c | pollwrap_poll_endless | FUN_001d493a | pollwrap_poll_endless |
int pollwrap_poll_endless(pollwrapper *pw)
{
int iVar1;
pollwrapper *pw_local;
iVar1 = poll((pollfd *)pw->fds,pw->nfd,-1);
return iVar1;
}
|
void FUN_001d493a(undefined8 *param_1)
{
poll((pollfd *)*param_1,param_1[1],-1);
return;
}
| (translation_unit "void FUN_001d493a(undefined8 *param_1)\n\n{\n poll((pollfd *)*param_1,param_1[1],-1);\n return;\n}\n\n" (function_definition "void FUN_001d493a(undefined8 *param_1)\n\n{\n poll((pollfd *)*param_1,param_1[1],-1);\n return;\n}" primitive_type (function_declarator "FUN_001d493a(undefined8 *param_1)"... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV RCX,qword ptr [RAX + 0x8]
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
MOV EDX,0xffffffff
MOV RSI,RCX
MOV RDI,RAX
CALL 0x00115900
LEAVE
RET |
int function_1(type_1 *pw)
{
int iVar1;
type_1 *pw_local;
iVar1 = var_1((type_2 *)pw->fds,pw->nfd,-1);
return iVar1;
}
| (translation_unit "int pollwrap_poll_endless(pollwrapper *pw)\n\n{\n int iVar1;\n pollwrapper *pw_local;\n \n iVar1 = poll((pollfd *)pw->fds,pw->nfd,-1);\n return iVar1;\n}\n\n" (function_definition "int pollwrap_poll_endless(pollwrapper *pw)\n\n{\n int iVar1;\n pollwrapper *pw_local;\n \n iVar1 = poll((pollfd... | (translation_unit "int function_1(type_1 *pw)\n\n{\n int iVar1;\n type_1 *pw_local;\n \n iVar1 = var_1((type_2 *)pw->fds,pw->nfd,-1);\n return iVar1;\n}\n\n" (function_definition "int function_1(type_1 *pw)\n\n{\n int iVar1;\n type_1 *pw_local;\n \n iVar1 = var_1((type_2 *)pw->fds,pw->nfd,-1);\n return iVar1;... | (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: (primitive_type) de... |
1950_putty_and_putty_strip.c | launch_new_session | FUN_001c3a9a | launch_new_session |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void launch_new_session(void)
{
fork_and_exec_self(-1,0);
return;
}
|
void FUN_001c3a9a(void)
{
FUN_001c343f(0xffffffff,0);
return;
}
| (translation_unit "void FUN_001c3a9a(void)\n\n{\n FUN_001c343f(0xffffffff,0);\n return;\n}\n\n" (function_definition "void FUN_001c3a9a(void)\n\n{\n FUN_001c343f(0xffffffff,0);\n return;\n}" primitive_type (function_declarator "FUN_001c3a9a(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" ... | PUSH RBP
MOV RBP,RSP
MOV ESI,0x0
MOV EDI,0xffffffff
MOV EAX,0x0
CALL 0x001c343f
NOP
POP RBP
RET |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
var_1(-1,0);
return;
}
| (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid launch_new_session(void)\n\n{\n fork_and_exec_self(-1,0);\n return;\n}\n\n" comment (function_definition "void launch_new_session(void)\n\n{\n fork_and_exec_self(-1,0);\n return;\n}" primitive_type (function_decl... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid function_1(void)\n\n{\n var_1(-1,0);\n return;\n}\n\n" comment (function_definition "void function_1(void)\n\n{\n var_1(-1,0);\n return;\n}" primitive_type (function_declarator "function_1(void)" identifier (para... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list... |
2035_putty_and_putty_strip.c | do_beep | FUN_001ca562 | do_beep |
void do_beep(void *frontend,wchar_t mode)
{
undefined8 uVar1;
wchar_t mode_local;
void *frontend_local;
if (mode == L'\x01') {
uVar1 = gdk_display_get_default();
gdk_display_beep(uVar1);
}
return;
}
|
void FUN_001ca562(undefined8 param_1,int param_2)
{
undefined8 uVar1;
if (param_2 == 1) {
uVar1 = gdk_display_get_default();
gdk_display_beep(uVar1);
}
return;
}
| (translation_unit "void FUN_001ca562(undefined8 param_1,int param_2)\n\n{\n undefined8 uVar1;\n \n if (param_2 == 1) {\n uVar1 = gdk_display_get_default();\n gdk_display_beep(uVar1);\n }\n return;\n}\n\n" (function_definition "void FUN_001ca562(undefined8 param_1,int param_2)\n\n{\n undefined8 uVar1;\n \n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
CMP dword ptr [RBP + -0xc],0x1
JNZ 0x001ca584
CALL 0x00114df0
MOV RDI,RAX
CALL 0x00115da0
NOP
LEAVE
RET |
void function_1(void *frontend,type_1 var_1)
{
type_2 uVar1;
type_1 mode_local;
void *frontend_local;
if (var_1 == L'\x01') {
uVar1 = var_2();
var_3(uVar1);
}
return;
}
| (translation_unit "void do_beep(void *frontend,wchar_t mode)\n\n{\n undefined8 uVar1;\n wchar_t mode_local;\n void *frontend_local;\n \n if (mode == L'\x01') {\n uVar1 = gdk_display_get_default();\n gdk_display_beep(uVar1);\n }\n return;\n}\n\n" (function_definition "void do_beep(void *frontend,wchar_t mod... | (translation_unit "void function_1(void *frontend,type_1 var_1)\n\n{\n type_2 uVar1;\n type_1 mode_local;\n void *frontend_local;\n \n if (var_1 == L'\x01') {\n uVar1 = var_2();\n var_3(uVar1);\n }\n return;\n}\n\n" (function_definition "void function_1(void *frontend,type_1 var_1)\n\n{\n type_2 uVar1;\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: (type_identifier) declarator: (identif... |
2089_putty_and_putty_strip.c | unix_setup_config_box | FUN_001cf932 | unix_setup_config_box |
void unix_setup_config_box(controlbox *b,int midsession,int protocol)
{
int iVar1;
control *pcVar2;
controlset *pcVar3;
char **ppcVar4;
intorptr *piVar5;
intorptr iVar6;
char *pcVar7;
int protocol_local;
int midsession_local;
controlbox *b_local;
int i;
controlset *s;
control *c;
pcVar3... |
void FUN_001cf932(undefined8 param_1,int param_2,int param_3)
{
int iVar1;
long lVar2;
int *piVar3;
long lVar4;
undefined8 uVar5;
int local_2c;
lVar4 = FUN_00125a0c(param_1,"Terminal","printing","Remote-controlled printing");
if ((*(int *)(lVar4 + 0x1c) != 1) || (*(int *)**(undefined8 **)(lVar4 + 0... | (translation_unit "void FUN_001cf932(undefined8 param_1,int param_2,int param_3)\n\n{\n int iVar1;\n long lVar2;\n int *piVar3;\n long lVar4;\n undefined8 uVar5;\n int local_2c;\n \n lVar4 = FUN_00125a0c(param_1,"Terminal","printing","Remote-controlled printing");\n if ((*(int *)(lVar4 + 0x1c) != 1) || (*(int ... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x38
MOV qword ptr [RBP + -0x38],RDI
MOV dword ptr [RBP + -0x3c],ESI
MOV dword ptr [RBP + -0x40],EDX
MOV RAX,qword ptr [RBP + -0x38]
LEA RCX,[0x2164a0]
LEA RDX,[0x2164bb]
LEA RSI,[0x2164c4]
MOV RDI,RAX
CALL 0x00125a0c
MOV qword ptr [RBP + -0x20],RAX
MOV RAX,qword ptr [RBP + -0x20]
... |
void function_1(type_1 *b,int var_3,int var_11)
{
int iVar1;
type_2 *pcVar2;
type_3 *pcVar3;
char **ppcVar4;
type_4 *piVar5;
type_4 iVar6;
char *pcVar7;
int protocol_local;
int midsession_local;
type_1 *b_local;
int var_4;
type_3 *s;
type_2 *c;
pcVar3 = var_1(b,"Terminal","printing","Re... | (translation_unit "void unix_setup_config_box(controlbox *b,int midsession,int protocol)\n\n{\n int iVar1;\n control *pcVar2;\n controlset *pcVar3;\n char **ppcVar4;\n intorptr *piVar5;\n intorptr iVar6;\n char *pcVar7;\n int protocol_local;\n int midsession_local;\n controlbox *b_local;\n int i;\n controls... | (translation_unit "void function_1(type_1 *b,int var_3,int var_11)\n\n{\n int iVar1;\n type_2 *pcVar2;\n type_3 *pcVar3;\n char **ppcVar4;\n type_4 *piVar5;\n type_4 iVar6;\n char *pcVar7;\n int protocol_local;\n int midsession_local;\n type_1 *b_local;\n int var_4;\n type_3 *s;\n type_2 *c;\n \n pcVar3 ... | (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... |
2040_putty_and_putty_strip.c | draw_set_colour | FUN_001ca6d7 | draw_set_colour |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void draw_set_colour(draw_ctx *dctx,wchar_t col)
{
wchar_t col_local;
draw_ctx *dctx_local;
if ((dctx->uctx).type == ADDRTYPE_UNSPEC) {
cairo_set_source_rgb
((double)dctx->inst->cols[col].red / DAT_002163d0,
... |
void FUN_001ca6d7(long *param_1,int param_2)
{
if (*(int *)(param_1 + 1) == 0) {
cairo_set_source_rgb
((double)*(ushort *)((long)param_2 * 0xc + *param_1 + 0xcc) / DAT_002163d0,
(double)*(ushort *)((long)param_2 * 0xc + *param_1 + 0xce) / DAT_002163d0,
(double)*(ushor... | (translation_unit "void FUN_001ca6d7(long *param_1,int param_2)\n\n{\n if (*(int *)(param_1 + 1) == 0) {\n cairo_set_source_rgb\n ((double)*(ushort *)((long)param_2 * 0xc + *param_1 + 0xcc) / DAT_002163d0,\n (double)*(ushort *)((long)param_2 * 0xc + *param_1 + 0xce) / DAT_002163d0,\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x8]
TEST EAX,EAX
JNZ 0x001ca7bc
MOV RAX,qword ptr [RBP + -0x8]
MOV RCX,qword ptr [RAX]
MOV EAX,dword ptr [RBP + -0xc]
MOVSXD RDX,EAX
MOV RAX,RDX
ADD RAX,RAX
ADD RAX,RD... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *dctx,type_2 col)
{
type_2 col_local;
type_1 *dctx_local;
if ((dctx->uctx).type == var_1) {
var_2
((double)dctx->inst->cols[col].red / var_3,
(double)dctx->inst->cols[col].green /... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid draw_set_colour(draw_ctx *dctx,wchar_t col)\n\n{\n wchar_t col_local;\n draw_ctx *dctx_local;\n \n if ((dctx->uctx).type == ADDRTYPE_UNSPEC) {\n cairo_set_source_rgb\n ((double)dctx->inst->cols[col].r... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *dctx,type_2 col)\n\n{\n type_2 col_local;\n type_1 *dctx_local;\n \n if ((dctx->uctx).type == var_1) {\n var_2\n ((double)dctx->inst->cols[col].red / var_3,\n (double)... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
2283_putty_and_putty_strip.c | mk_wcwidth | FUN_001da6cf | mk_wcwidth |
int mk_wcwidth(uint ucs)
{
int iVar1;
uint ucs_local;
if (ucs == 0) {
iVar1 = 0;
}
else if ((ucs < 0x20) || ((0x7e < ucs && (ucs < 0xa0)))) {
iVar1 = -1;
}
else {
iVar1 = bisearch(ucs,mk_wcwidth::combining,0x8d);
if (iVar1 == 0) {
iVar1 = bisearch(ucs,mk_wcwidth::wide,0x69);
... |
undefined8 FUN_001da6cf(uint param_1)
{
int iVar1;
undefined8 uVar2;
if (param_1 == 0) {
uVar2 = 0;
}
else if ((param_1 < 0x20) || ((0x7e < param_1 && (param_1 < 0xa0)))) {
uVar2 = 0xffffffff;
}
else {
iVar1 = FUN_001da615(param_1,&DAT_002199a0,0x8d);
if (iVar1 == 0) {
iVar1 = F... | (translation_unit "undefined8 FUN_001da6cf(uint param_1)\n\n{\n int iVar1;\n undefined8 uVar2;\n \n if (param_1 == 0) {\n uVar2 = 0;\n }\n else if ((param_1 < 0x20) || ((0x7e < param_1 && (param_1 < 0xa0)))) {\n uVar2 = 0xffffffff;\n }\n else {\n iVar1 = FUN_001da615(param_1,&DAT_002199a0,0x8d);\n i... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x8
MOV dword ptr [RBP + -0x4],EDI
CMP dword ptr [RBP + -0x4],0x0
JNZ 0x001da6e7
MOV EAX,0x0
JMP 0x001da74a
CMP dword ptr [RBP + -0x4],0x1f
JBE 0x001da6fc
CMP dword ptr [RBP + -0x4],0x7e
JBE 0x001da703
CMP dword ptr [RBP + -0x4],0x9f
JA 0x001da703
MOV EAX,0xffffffff
JMP 0x001da74a
MOV EAX,d... |
int function_1(type_1 var_1)
{
int var_3;
type_1 ucs_local;
if (var_1 == 0) {
var_3 = 0;
}
else if ((var_1 < 0x20) || ((0x7e < var_1 && (var_1 < 0xa0)))) {
var_3 = -1;
}
else {
var_3 = var_2(var_1,function_1::combining,0x8d);
if (var_3 == 0) {
var_3 = var_2(var_1,function_1::wid... | (translation_unit "int mk_wcwidth(uint ucs)\n\n{\n int iVar1;\n uint ucs_local;\n \n if (ucs == 0) {\n iVar1 = 0;\n }\n else if ((ucs < 0x20) || ((0x7e < ucs && (ucs < 0xa0)))) {\n iVar1 = -1;\n }\n else {\n iVar1 = bisearch(ucs,mk_wcwidth::combining,0x8d);\n if (iVar1 == 0) {\n iVar1 = bisearc... | (translation_unit "int function_1(type_1 var_1)\n\n{\n int var_3;\n type_1 ucs_local;\n \n if (var_1 == 0) {\n var_3 = 0;\n }\n else if ((var_1 < 0x20) || ((0x7e < var_1 && (var_1 < 0xa0)))) {\n var_3 = -1;\n }\n else {\n var_3 = var_2(var_1,function_1::combining,0x8d);\n if (var_3 == 0) {\n va... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declarat... |
2139_putty_and_putty_strip.c | sk_new | FUN_001d1cdb | sk_new |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
_STACK * sk_new(cmp *cmp)
{
int __errnum;
int iVar1;
Actual_Socket_conflict sock;
char *pcVar2;
int in_ECX;
int in_EDX;
int in_ESI;
int in_R8D;
int in_R9D;
Plug in_stack_00000008;
int keepalive_local;
int nodelay_local;
... |
undefined8 *
FUN_001d1cdb(undefined8 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined8 param_7)
{
int __errnum;
int iVar1;
undefined8 *puVar2;
char *pcVar3;
puVar2 = (undefined8 *)FUN_0012e037(1,0xa0);
*puVar2 = &PTR_FUN_00234... | (translation_unit "undefined8 *\nFUN_001d1cdb(undefined8 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined8 param_7)\n\n{\n int __errnum;\n int iVar1;\n undefined8 *puVar2;\n char *pcVar3;\n \n puVar2 = (undefined8 *)FUN_0012e037(1,0xa0)... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV dword ptr [RBP + -0x20],EDX
MOV dword ptr [RBP + -0x24],ECX
MOV dword ptr [RBP + -0x28],R8D
MOV dword ptr [RBP + -0x2c],R9D
MOV ESI,0xa0
MOV EDI,0x1
CALL 0x0012e037
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 * function_1(type_2 *type_2)
{
int var_4;
int var_6;
type_3 sock;
char *pcVar2;
int in_ECX;
int in_EDX;
int in_ESI;
int in_R8D;
int in_R9D;
type_4 in_stack_00000008;
int keepalive_local;
int nodelay_local;
int o... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\n_STACK * sk_new(cmp *cmp)\n\n{\n int __errnum;\n int iVar1;\n Actual_Socket_conflict sock;\n char *pcVar2;\n int in_ECX;\n int in_EDX;\n int in_ESI;\n int in_R8D;\n int in_R9D;\n Plug in_stack_00000008;\n int keepa... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(type_2 *type_2)\n\n{\n int var_4;\n int var_6;\n type_3 sock;\n char *pcVar2;\n int in_ECX;\n int in_EDX;\n int in_ESI;\n int in_R8D;\n int in_R9D;\n type_4 in_stack_00000008;\n int keepalive_lo... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_stat... |
2269_putty_and_putty_strip.c | read_random_seed | FUN_001d9827 | read_random_seed |
void read_random_seed(noise_consumer_t consumer)
{
long lVar1;
int __fd;
char *__file;
ssize_t sVar2;
long in_FS_OFFSET;
noise_consumer_t consumer_local;
int fd;
int ret;
char *fname;
char buf [512];
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
__file = make_filename(3,(char *)0x0);
__fd = ope... |
void FUN_001d9827(code *param_1)
{
int __fd;
char *__file;
ulong uVar1;
long in_FS_OFFSET;
undefined local_218 [520];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
__file = (char *)FUN_001d8145(3,0);
__fd = open64(__file,0);
FUN_0012e243(__file);
if (-1 < __fd) {
while (uVar1 ... | (translation_unit "void FUN_001d9827(code *param_1)\n\n{\n int __fd;\n char *__file;\n ulong uVar1;\n long in_FS_OFFSET;\n undefined local_218 [520];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n __file = (char *)FUN_001d8145(3,0);\n __fd = open64(__file,0);\n FUN_0012e243(__file);\n if... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x230
MOV qword ptr [RBP + -0x228],RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV ESI,0x0
MOV EDI,0x3
CALL 0x001d8145
MOV qword ptr [RBP + -0x218],RAX
MOV RAX,qword ptr [RBP + -0x218]
MOV ESI,0x0
MOV RDI,RAX
MOV EAX,0x0
CALL 0x00115c40
MOV dword ptr [RBP + -0... |
void function_1(type_1 consumer)
{
long var_8;
int var_5;
char *__file;
ssize_t sVar2;
long var_1;
type_1 consumer_local;
int fd;
int ret;
char *fname;
char buf [512];
var_8 = *(long *)(var_1 + 0x28);
__file = var_2(3,(char *)0x0);
var_5 = var_3(__file,0);
var_4(__file);
if (-1 < var_... | (translation_unit "void read_random_seed(noise_consumer_t consumer)\n\n{\n long lVar1;\n int __fd;\n char *__file;\n ssize_t sVar2;\n long in_FS_OFFSET;\n noise_consumer_t consumer_local;\n int fd;\n int ret;\n char *fname;\n char buf [512];\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n __file = make_file... | (translation_unit "void function_1(type_1 consumer)\n\n{\n long var_8;\n int var_5;\n char *__file;\n ssize_t sVar2;\n long var_1;\n type_1 consumer_local;\n int fd;\n int ret;\n char *fname;\n char buf [512];\n \n var_8 = *(long *)(var_1 + 0x28);\n __file = var_2(3,(char *)0x0);\n var_5 = var_3(__file,0)... | (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: (sized_type_specifier) declarator: (identifier)) (de... |
2021_putty_and_putty_strip.c | selection_get | FUN_001c98db | selection_get |
/* WARNING: Variable defined which should be unmapped: data_local */
/* WARNING: Variable defined which should be unmapped: time_stamp_local */
/* WARNING: Variable defined which should be unmapped: seldata_local */
/* WARNING: Variable defined which should be unmapped: widget_local */
/* WARNING: Enum "anon_enum_32":... |
void FUN_001c98db(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4,
long param_5,undefined8 param_6)
{
long lVar1;
long lVar2;
lVar2 = param_5;
lVar1 = gtk_selection_data_get_target(param_2);
if (lVar1 == DAT_00236350) {
gtk_selection_data_set
... | (translation_unit "void FUN_001c98db(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4,\n long param_5,undefined8 param_6)\n\n{\n long lVar1;\n long lVar2;\n \n lVar2 = param_5;\n lVar1 = gtk_selection_data_get_target(param_2);\n if (lVar1 == DAT_00236350) {\n gtk_sele... | 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 qword ptr [RBP + -0x30],R8
MOV RAX,qword ptr [RBP + -0x30]
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x20]
MOV RDI,RAX
CALL 0x00114310
MOV... |
/* WARNING: Variable defined which should be unmapped: data_local */
/* WARNING: Variable defined which should be unmapped: time_stamp_local */
/* WARNING: Variable defined which should be unmapped: seldata_local */
/* WARNING: Variable defined which should be unmapped: widget_local */
/* WARNING: Enum "anon_enum_32":... | (translation_unit "/* WARNING: Variable defined which should be unmapped: data_local */\n/* WARNING: Variable defined which should be unmapped: time_stamp_local */\n/* WARNING: Variable defined which should be unmapped: seldata_local */\n/* WARNING: Variable defined which should be unmapped: widget_local */\n/* WARNING... | (translation_unit "/* WARNING: Variable defined which should be unmapped: data_local */\n/* WARNING: Variable defined which should be unmapped: time_stamp_local */\n/* WARNING: Variable defined which should be unmapped: seldata_local */\n/* WARNING: Variable defined which should be unmapped: widget_local */\n/* WARNING... | (translation_unit (comment) (comment) (comment) (comment) (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_decla... |
2295_putty_and_putty_strip.c | dummy_plug_sent | FUN_001dae13 | dummy_plug_sent |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void dummy_plug_sent(Plug p,int bufsize)
{
int bufsize_local;
Plug p_local;
return;
}
|
void FUN_001dae13(void)
{
return;
}
| (translation_unit "void FUN_001dae13(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_001dae13(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_001dae13(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 p,int bufsize)
{
int bufsize_local;
type_1 p_local;
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid dummy_plug_sent(Plug p,int bufsize)\n\n{\n int bufsize_local;\n Plug p_local;\n \n return;\n}\n\n" comment (function_definition "void dummy_plug_sent(Plug p,int bufsize)\n\n{\n int bufsize_local;\n Plug p_local;\n ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 p,int bufsize)\n\n{\n int bufsize_local;\n type_1 p_local;\n \n return;\n}\n\n" comment (function_definition "void function_1(type_1 p,int bufsize)\n\n{\n int bufsize_local;\n type_1 p_local;\n \... | (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... |
2196_putty_and_putty_strip.c | sk_localproxy_set_frozen | FUN_001d5186 | sk_localproxy_set_frozen |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
/* WARNING: Enum "GIOFlags": Some values do not have unique names */
void sk_localproxy_set_frozen(Socket s,int is_frozen)
{
int is_frozen_local;
Socket s_local;
Local_Proxy_Socket ps;
if (is_frozen == 0) {
uxsel_set(*(int *)((lo... |
void FUN_001d5186(long param_1,int param_2)
{
if (param_2 == 0) {
FUN_001d5efd(*(undefined4 *)(param_1 + 0xc),1,FUN_001d51ea);
}
else {
FUN_001d5fa9(*(undefined4 *)(param_1 + 0xc));
}
return;
}
| (translation_unit "void FUN_001d5186(long param_1,int param_2)\n\n{\n if (param_2 == 0) {\n FUN_001d5efd(*(undefined4 *)(param_1 + 0xc),1,FUN_001d51ea);\n }\n else {\n FUN_001d5fa9(*(undefined4 *)(param_1 + 0xc));\n }\n return;\n}\n\n" (function_definition "void FUN_001d5186(long param_1,int param_2)\n\n{\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
CMP dword ptr [RBP + -0x1c],0x0
JZ 0x001d51b3
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0xc]
MOV EDI,EAX
CALL 0x001d5fa9
JMP 0x001d51cd
MOV RAX,q... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
/* WARNING: Enum "GIOFlags": Some values do not have unique names */
void function_1(type_1 s,int var_1)
{
int is_frozen_local;
type_1 s_local;
type_2 ps;
if (var_1 == 0) {
var_2(*(int *)((long)s + 0xc),1,localproxy_select_result... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\nvoid sk_localproxy_set_frozen(Socket s,int is_frozen)\n\n{\n int is_frozen_local;\n Socket s_local;\n Local_Proxy_Socket ps;\n \n if (is_frozen == 0) ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\nvoid function_1(type_1 s,int var_1)\n\n{\n int is_frozen_local;\n type_1 s_local;\n type_2 ps;\n \n if (var_1 == 0) {\n var_2(*(int *)((long)s + 0x... | (translation_unit (comment) (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:... |
1988_putty_and_putty_strip.c | get_window_pos | FUN_001c5bf6 | get_window_pos |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void get_window_pos(void *frontend,wchar_t *x,wchar_t *y)
{
undefined8 uVar1;
wchar_t *y_local;
wchar_t *x_local;
void *frontend_local;
gui_data *inst;
uVar1 = gtk_window_get_type();
/* WARNING: Load size is i... |
void FUN_001c5bf6(undefined8 *param_1,undefined8 param_2,undefined8 param_3)
{
undefined8 uVar1;
uVar1 = gtk_window_get_type();
uVar1 = g_type_check_instance_cast(*param_1,uVar1);
gtk_window_get_position(uVar1,param_2,param_3);
return;
}
| (translation_unit "void FUN_001c5bf6(undefined8 *param_1,undefined8 param_2,undefined8 param_3)\n\n{\n undefined8 uVar1;\n \n uVar1 = gtk_window_get_type();\n uVar1 = g_type_check_instance_cast(*param_1,uVar1);\n gtk_window_get_position(uVar1,param_2,param_3);\n return;\n}\n\n" (function_definition "void FUN_001c... | 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 + -0x18]
MOV qword ptr [RBP + -0x8],RAX
CALL 0x00116010
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x00114570
MOV ... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *frontend,type_1 *x,type_1 *y)
{
type_2 uVar1;
type_1 *y_local;
type_1 *x_local;
void *frontend_local;
type_3 *inst;
uVar1 = var_1();
/* WARNING: Load size is inaccurate */
uVar1 = var_2... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid get_window_pos(void *frontend,wchar_t *x,wchar_t *y)\n\n{\n undefined8 uVar1;\n wchar_t *y_local;\n wchar_t *x_local;\n void *frontend_local;\n gui_data *inst;\n \n uVar1 = gtk_window_get_type();\n ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *frontend,type_1 *x,type_1 *y)\n\n{\n type_2 uVar1;\n type_1 *y_local;\n type_1 *x_local;\n void *frontend_local;\n type_3 *inst;\n \n uVar1 = var_1();\n /* WARNING: Load size is... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator... |
2319_putty_and_putty_strip.c | x11_make_greeting | FUN_001dd3fe | x11_make_greeting |
void * x11_make_greeting(int endian,int protomajor,int protominor,int auth_proto,void *auth_data,
int auth_len,char *peer_addr,int peer_port,int *outlen)
{
long lVar1;
uint uVar2;
int iVar3;
size_t sVar4;
uchar uVar5;
long in_FS_OFFSET;
int *outlen_local;
char *peer_addr_local;... |
undefined *
FUN_001dd3fe(int param_1,undefined4 param_2,undefined4 param_3,int param_4,undefined8 *param_5,
int param_6,undefined8 param_7,undefined4 param_8,int *param_9)
{
uint uVar1;
int iVar2;
size_t sVar3;
undefined uVar4;
long in_FS_OFFSET;
int local_94;
undefined8 local_80;
undefine... | (translation_unit "undefined *\nFUN_001dd3fe(int param_1,undefined4 param_2,undefined4 param_3,int param_4,undefined8 *param_5,\n int param_6,undefined8 param_7,undefined4 param_8,int *param_9)\n\n{\n uint uVar1;\n int iVar2;\n size_t sVar3;\n undefined uVar4;\n long in_FS_OFFSET;\n int local_94;\n un... | PUSH RBP
MOV RBP,RSP
SUB RSP,0xc0
MOV dword ptr [RBP + -0x94],EDI
MOV dword ptr [RBP + -0x98],ESI
MOV dword ptr [RBP + -0x9c],EDX
MOV dword ptr [RBP + -0xa0],ECX
MOV qword ptr [RBP + -0xa8],R8
MOV dword ptr [RBP + -0xac],R9D
MOV RAX,qword ptr [RBP + 0x10]
MOV qword ptr [RBP + -0xb8],RAX
MOV RAX,qword ptr [RBP + 0x20]
M... |
void * function_1(int var_14,int protomajor,int protominor,int var_4,void *auth_data,
int var_5,char *peer_addr,int peer_port,int *outlen)
{
long var_19;
type_1 var_12;
int iVar3;
size_t var_15;
type_2 uVar5;
long var_1;
int *outlen_local;
char *peer_addr_local;
int auth_len_... | (translation_unit "void * x11_make_greeting(int endian,int protomajor,int protominor,int auth_proto,void *auth_data,\n int auth_len,char *peer_addr,int peer_port,int *outlen)\n\n{\n long lVar1;\n uint uVar2;\n int iVar3;\n size_t sVar4;\n uchar uVar5;\n long in_FS_OFFSET;\n int *outlen_loc... | (translation_unit "void * function_1(int var_14,int protomajor,int protominor,int var_4,void *auth_data,\n int var_5,char *peer_addr,int peer_port,int *outlen)\n\n{\n long var_19;\n type_1 var_12;\n int iVar3;\n size_t var_15;\n type_2 uVar5;\n long var_1;\n int *outlen_local;\n char *pee... | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifie... |
1972_putty_and_putty_strip.c | frontend_echoedit_update | FUN_001c580d | frontend_echoedit_update |
void frontend_echoedit_update(void *frontend,wchar_t echo,wchar_t edit)
{
wchar_t edit_local;
wchar_t echo_local;
void *frontend_local;
return;
}
|
void FUN_001c580d(void)
{
return;
}
| (translation_unit "void FUN_001c580d(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_001c580d(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_001c580d(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
MOV dword ptr [RBP + -0x10],EDX
NOP
POP RBP
RET |
void function_1(void *frontend,type_1 echo,type_1 edit)
{
type_1 edit_local;
type_1 echo_local;
void *frontend_local;
return;
}
| (translation_unit "void frontend_echoedit_update(void *frontend,wchar_t echo,wchar_t edit)\n\n{\n wchar_t edit_local;\n wchar_t echo_local;\n void *frontend_local;\n \n return;\n}\n\n" (function_definition "void frontend_echoedit_update(void *frontend,wchar_t echo,wchar_t edit)\n\n{\n wchar_t edit_local;\n wchar... | (translation_unit "void function_1(void *frontend,type_1 echo,type_1 edit)\n\n{\n type_1 edit_local;\n type_1 echo_local;\n void *frontend_local;\n \n return;\n}\n\n" (function_definition "void function_1(void *frontend,type_1 echo,type_1 edit)\n\n{\n type_1 edit_local;\n type_1 echo_local;\n void *frontend_loc... | (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: (identif... |
2103_putty_and_putty_strip.c | get_username | FUN_001d02c6 | get_username |
/* WARNING: Unknown calling convention */
char * get_username(void)
{
__uid_t __uid;
passwd *ppVar1;
char *pcVar2;
uid_t uid;
passwd *p;
char *ret;
char *user;
__uid = getuid();
ret = getlogin();
setpwent();
if (ret == (char *)0x0) {
p = (passwd *)0x0;
}
else {
p = (passwd *)getp... |
undefined8 FUN_001d02c6(void)
{
__uid_t __uid;
passwd *ppVar1;
undefined8 uVar2;
passwd *local_20;
char *local_18;
__uid = getuid();
local_18 = getlogin();
setpwent();
if (local_18 == (char *)0x0) {
local_20 = (passwd *)0x0;
}
else {
local_20 = getpwnam(local_18);
}
if ((local_20 ... | (translation_unit "undefined8 FUN_001d02c6(void)\n\n{\n __uid_t __uid;\n passwd *ppVar1;\n undefined8 uVar2;\n passwd *local_20;\n char *local_18;\n \n __uid = getuid();\n local_18 = getlogin();\n setpwent();\n if (local_18 == (char *)0x0) {\n local_20 = (passwd *)0x0;\n }\n else {\n local_20 = getpwn... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
CALL 0x00114740
MOV dword ptr [RBP + -0x1c],EAX
MOV qword ptr [RBP + -0x10],0x0
CALL 0x00115050
MOV qword ptr [RBP + -0x8],RAX
CALL 0x00115340
CMP qword ptr [RBP + -0x8],0x0
JZ 0x001d0305
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x00114c60
MOV qword ptr [RBP + -0x18],RAX
JMP 0x0... |
/* WARNING: Unknown calling convention */
char * function_1(void)
{
type_1 var_7;
type_2 *var_9;
char *pcVar2;
type_3 uid;
type_2 *var_6;
char *var_4;
char *user;
var_7 = var_1();
var_4 = var_2();
var_3();
if (var_4 == (char *)0x0) {
var_6 = (type_2 *)0x0;
}
else {
var_6 = (type_... | (translation_unit "/* WARNING: Unknown calling convention */\n\nchar * get_username(void)\n\n{\n __uid_t __uid;\n passwd *ppVar1;\n char *pcVar2;\n uid_t uid;\n passwd *p;\n char *ret;\n char *user;\n \n __uid = getuid();\n ret = getlogin();\n setpwent();\n if (ret == (char *)0x0) {\n p = (passwd *)0x0;\... | (translation_unit "/* WARNING: Unknown calling convention */\n\nchar * function_1(void)\n\n{\n type_1 var_7;\n type_2 *var_9;\n char *pcVar2;\n type_3 uid;\n type_2 *var_6;\n char *var_4;\n char *user;\n \n var_7 = var_1();\n var_4 = var_2();\n var_3();\n if (var_4 == (char *)0x0) {\n var_6 = (type_2 *)0... | (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: (type_identifier) declarator: (iden... |
2248_putty_and_putty_strip.c | write_setting_s | FUN_001d87d3 | write_setting_s |
void write_setting_s(void *handle,char *key,char *value)
{
char *value_local;
char *key_local;
void *handle_local;
FILE *fp;
fprintf((FILE *)handle,"%s=%s\n",key,value);
return;
}
|
void FUN_001d87d3(FILE *param_1,undefined8 param_2,undefined8 param_3)
{
fprintf(param_1,"%s=%s\n",param_2,param_3);
return;
}
| (translation_unit "void FUN_001d87d3(FILE *param_1,undefined8 param_2,undefined8 param_3)\n\n{\n fprintf(param_1,"%s=%s\n",param_2,param_3);\n return;\n}\n\n" (function_definition "void FUN_001d87d3(FILE *param_1,undefined8 param_2,undefined8 param_3)\n\n{\n fprintf(param_1,"%s=%s\n",param_2,param_3);\n return;\n}"... | 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 + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RCX,qword ptr [RBP + -0x28]
MOV RDX,qword ptr [RBP + -0x20]
MOV RAX,qword ptr [RBP + -0x8]
LEA RSI,[0x217559]
MOV RDI,RAX
M... |
void function_1(void *handle,char *key,char *value)
{
char *value_local;
char *key_local;
void *handle_local;
type_1 *fp;
var_1((type_1 *)handle,"%s=%s\n",key,value);
return;
}
| (translation_unit "void write_setting_s(void *handle,char *key,char *value)\n\n{\n char *value_local;\n char *key_local;\n void *handle_local;\n FILE *fp;\n \n fprintf((FILE *)handle,"%s=%s\n",key,value);\n return;\n}\n\n" (function_definition "void write_setting_s(void *handle,char *key,char *value)\n\n{\n cha... | (translation_unit "void function_1(void *handle,char *key,char *value)\n\n{\n char *value_local;\n char *key_local;\n void *handle_local;\n type_1 *fp;\n \n var_1((type_1 *)handle,"%s=%s\n",key,value);\n return;\n}\n\n" (function_definition "void function_1(void *handle,char *key,char *value)\n\n{\n char *value... | (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_... |
2281_putty_and_putty_strip.c | keysym_to_unicode | FUN_001da569 | keysym_to_unicode |
int keysym_to_unicode(int keysym)
{
int iVar1;
int keysym_local;
int i;
int j;
int k;
i = -1;
j = 0x3c0;
iVar1 = j;
while( true ) {
j = iVar1;
if (j - i < 2) {
return -1;
}
iVar1 = (i + j) / 2;
if (keysym == (uint)keysyms[iVar1].keysym) break;
if ((int)(uint)keysyms[... |
ulong FUN_001da569(uint param_1)
{
int iVar1;
int local_14;
int local_10;
local_14 = -1;
local_10 = 0x3c0;
iVar1 = local_10;
while( true ) {
local_10 = iVar1;
if (local_10 - local_14 < 2) {
return 0xffffffff;
}
iVar1 = (local_14 + local_10) / 2;
if (param_1 == *(ushort *)(&D... | (translation_unit "ulong FUN_001da569(uint param_1)\n\n{\n int iVar1;\n int local_14;\n int local_10;\n \n local_14 = -1;\n local_10 = 0x3c0;\n iVar1 = local_10;\n while( true ) {\n local_10 = iVar1;\n if (local_10 - local_14 < 2) {\n return 0xffffffff;\n }\n iVar1 = (local_14 + local_10) / 2;\... | PUSH RBP
MOV RBP,RSP
MOV dword ptr [RBP + -0x14],EDI
MOV dword ptr [RBP + -0xc],0xffffffff
MOV dword ptr [RBP + -0x8],0x3c0
JMP 0x001da5ff
MOV EDX,dword ptr [RBP + -0x8]
MOV EAX,dword ptr [RBP + -0xc]
ADD EAX,EDX
MOV EDX,EAX
SHR EDX,0x1f
ADD EAX,EDX
SAR EAX,0x1
MOV dword ptr [RBP + -0x4],EAX
MOV EAX,dword ptr [RBP + -0... |
int function_1(int var_3)
{
int iVar1;
int keysym_local;
int var_2;
int var_1;
int k;
var_2 = -1;
var_1 = 0x3c0;
iVar1 = var_1;
while( true ) {
var_1 = iVar1;
if (var_1 - var_2 < 2) {
return -1;
}
iVar1 = (var_2 + var_1) / 2;
if (var_3 == (type_1)keysyms[iVar1].var_3) br... | (translation_unit "int keysym_to_unicode(int keysym)\n\n{\n int iVar1;\n int keysym_local;\n int i;\n int j;\n int k;\n \n i = -1;\n j = 0x3c0;\n iVar1 = j;\n while( true ) {\n j = iVar1;\n if (j - i < 2) {\n return -1;\n }\n iVar1 = (i + j) / 2;\n if (keysym == (uint)keysyms[iVar1].keysym... | (translation_unit "int function_1(int var_3)\n\n{\n int iVar1;\n int keysym_local;\n int var_2;\n int var_1;\n int k;\n \n var_2 = -1;\n var_1 = 0x3c0;\n iVar1 = var_1;\n while( true ) {\n var_1 = iVar1;\n if (var_1 - var_2 < 2) {\n return -1;\n }\n iVar1 = (var_2 + var_1) / 2;\n if (var_3... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declarati... |
2320_putty_and_putty_strip.c | __libc_csu_init | FUN_001dd800 | __libc_csu_init |
void __libc_csu_init(EVP_PKEY_CTX *param_1,undefined8 param_2,undefined8 param_3)
{
long lVar1;
_init(param_1);
lVar1 = 0;
do {
(*(code *)(&__frame_dummy_init_array_entry)[lVar1])((ulong)param_1 & 0xffffffff,param_2,param_3)
;
lVar1 = lVar1 + 1;
} while (lVar1 != 1);
return;
}
|
void FUN_001dd800(undefined4 param_1,undefined8 param_2,undefined8 param_3)
{
long lVar1;
_DT_INIT();
lVar1 = 0;
do {
(*(code *)(&__DT_INIT_ARRAY)[lVar1])(param_1,param_2,param_3);
lVar1 = lVar1 + 1;
} while (lVar1 != 1);
return;
}
| (translation_unit "void FUN_001dd800(undefined4 param_1,undefined8 param_2,undefined8 param_3)\n\n{\n long lVar1;\n \n _DT_INIT();\n lVar1 = 0;\n do {\n (*(code *)(&__DT_INIT_ARRAY)[lVar1])(param_1,param_2,param_3);\n lVar1 = lVar1 + 1;\n } while (lVar1 != 1);\n return;\n}\n\n" (function_definition "void F... | PUSH R15
MOV R15,RDX
PUSH R14
MOV R14,RSI
PUSH R13
MOV R13D,EDI
PUSH R12
LEA R12,[0x22de30]
PUSH RBP
LEA RBP,[0x22de38]
PUSH RBX
SUB RBP,R12
SUB RSP,0x8
CALL 0x00114000
SAR RBP,0x3
JZ 0x001dd84e
XOR EBX,EBX
NOP dword ptr [RAX]
MOV RDX,R15
MOV RSI,R14
MOV EDI,R13D
CALL qword ptr [R12 + RBX*0x8]
ADD RBX,0x1
CMP RBP,RBX
J... |
void function_1(type_1 *param_1,type_2 param_2,type_2 param_3)
{
long var_2;
var_1(param_1);
var_2 = 0;
do {
(*(type_3 *)(&__frame_dummy_init_array_entry)[var_2])((type_4)param_1 & 0xffffffff,param_2,param_3)
;
var_2 = var_2 + 1;
} while (var_2 != 1);
return;
}
| (translation_unit "void __libc_csu_init(EVP_PKEY_CTX *param_1,undefined8 param_2,undefined8 param_3)\n\n{\n long lVar1;\n \n _init(param_1);\n lVar1 = 0;\n do {\n (*(code *)(&__frame_dummy_init_array_entry)[lVar1])((ulong)param_1 & 0xffffffff,param_2,param_3)\n ;\n lVar1 = lVar1 + 1;\n } while (lVar1 != ... | (translation_unit "void function_1(type_1 *param_1,type_2 param_2,type_2 param_3)\n\n{\n long var_2;\n \n var_1(param_1);\n var_2 = 0;\n do {\n (*(type_3 *)(&__frame_dummy_init_array_entry)[var_2])((type_4)param_1 & 0xffffffff,param_2,param_3)\n ;\n var_2 = var_2 + 1;\n } while (var_2 != 1);\n return;\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... |
2115_putty_and_putty_strip.c | make_dir_and_check_ours | FUN_001d0857 | make_dir_and_check_ours |
char * make_dir_and_check_ours(char *dirname)
{
long lVar1;
__uid_t _Var2;
int iVar3;
__uid_t _Var4;
int *piVar5;
char *pcVar6;
long in_FS_OFFSET;
char *dirname_local;
stat st;
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
iVar3 = mkdir(dirname,0x1c0);
if (iVar3 < 0) {
piVar5 = __errno_locati... |
undefined8 FUN_001d0857(char *param_1)
{
__uid_t _Var1;
int iVar2;
__uid_t _Var3;
int *piVar4;
char *pcVar5;
undefined8 uVar6;
long in_FS_OFFSET;
undefined local_b8 [24];
uint local_a0;
__uid_t local_9c;
long local_20;
local_20 = *(long *)(in_FS_OFFSET + 0x28);
iVar2 = mkdir(param_1,0x1c0... | (translation_unit "undefined8 FUN_001d0857(char *param_1)\n\n{\n __uid_t _Var1;\n int iVar2;\n __uid_t _Var3;\n int *piVar4;\n char *pcVar5;\n undefined8 uVar6;\n long in_FS_OFFSET;\n undefined local_b8 [24];\n uint local_a0;\n __uid_t local_9c;\n long local_20;\n \n local_20 = *(long *)(in_FS_OFFSET + 0x2... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0xb8
MOV qword ptr [RBP + -0xb8],RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0xb8]
MOV ESI,0x1c0
MOV RDI,RAX
CALL 0x00114670
TEST EAX,EAX
JNS 0x001d08ce
CALL 0x00114070
MOV EAX,dword ptr [RAX]
CMP EAX,0x11
JZ 0x001d08ce
CALL... |
char * function_1(char *dirname)
{
long var_11;
type_1 var_9;
int var_3;
type_1 var_10;
int *piVar5;
char *pcVar6;
long var_1;
char *dirname_local;
type_2 st;
var_11 = *(long *)(var_1 + 0x28);
var_3 = var_2(dirname,0x1c0);
if (var_3 < 0) {
piVar5 = var_4();
if (*piVar5 != 0x11) {
... | (translation_unit "char * make_dir_and_check_ours(char *dirname)\n\n{\n long lVar1;\n __uid_t _Var2;\n int iVar3;\n __uid_t _Var4;\n int *piVar5;\n char *pcVar6;\n long in_FS_OFFSET;\n char *dirname_local;\n stat st;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n iVar3 = mkdir(dirname,0x1c0);\n if (iVar3 <... | (translation_unit "char * function_1(char *dirname)\n\n{\n long var_11;\n type_1 var_9;\n int var_3;\n type_1 var_10;\n int *piVar5;\n char *pcVar6;\n long var_1;\n char *dirname_local;\n type_2 st;\n \n var_11 = *(long *)(var_1 + 0x28);\n var_3 = var_2(dirname,0x1c0);\n if (var_3 < 0) {\n piVar5 = var_... | (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... |
2043_putty_and_putty_strip.c | draw_point | FUN_001ca919 | draw_point |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void draw_point(draw_ctx *dctx,wchar_t x,wchar_t y)
{
wchar_t y_local;
wchar_t x_local;
draw_ctx *dctx_local;
if ((dctx->uctx).type == ADDRTYPE_UNSPEC) {
cairo_new_path((dctx->uctx).u.cairo.cr);
cairo_rectangle((double)x,(dou... |
void FUN_001ca919(long param_1,int param_2,int param_3)
{
if (*(int *)(param_1 + 8) == 0) {
cairo_new_path(*(undefined8 *)(param_1 + 0x18));
cairo_rectangle((double)param_2,(double)param_3,DAT_002163c0,DAT_002163c0,
*(undefined8 *)(param_1 + 0x18));
cairo_fill(*(undefined8 *)(param_1... | (translation_unit "void FUN_001ca919(long param_1,int param_2,int param_3)\n\n{\n if (*(int *)(param_1 + 8) == 0) {\n cairo_new_path(*(undefined8 *)(param_1 + 0x18));\n cairo_rectangle((double)param_2,(double)param_3,DAT_002163c0,DAT_002163c0,\n *(undefined8 *)(param_1 + 0x18));\n cairo_fil... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV dword ptr [RBP + -0x10],EDX
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x8]
TEST EAX,EAX
JNZ 0x001ca980
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x18]
MOV RDI,RAX
CALL 0x001148c0
CVTSI2SD XMM1... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *dctx,type_2 x,type_2 y)
{
type_2 y_local;
type_2 x_local;
type_1 *dctx_local;
if ((dctx->uctx).type == var_1) {
var_2((dctx->uctx).u.cairo.cr);
var_3((double)x,(double)y,DAT_002163c0,DAT_002163c0,(dctx... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid draw_point(draw_ctx *dctx,wchar_t x,wchar_t y)\n\n{\n wchar_t y_local;\n wchar_t x_local;\n draw_ctx *dctx_local;\n \n if ((dctx->uctx).type == ADDRTYPE_UNSPEC) {\n cairo_new_path((dctx->uctx).u.cairo.cr);\n c... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *dctx,type_2 x,type_2 y)\n\n{\n type_2 y_local;\n type_2 x_local;\n type_1 *dctx_local;\n \n if ((dctx->uctx).type == var_1) {\n var_2((dctx->uctx).u.cairo.cr);\n var_3((double)x,(double)y,DA... | (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... |
1973_putty_and_putty_strip.c | get_ttymode | FUN_001c581e | get_ttymode |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
char * get_ttymode(void *frontend,char *mode)
{
char *pcVar1;
char *mode_local;
void *frontend_local;
gui_data *inst;
pcVar1 = term_get_ttymode(*(Terminal **)((long)frontend + 0xda0),mode);
return pcVar1;
}
|
void FUN_001c581e(long param_1,undefined8 param_2)
{
FUN_001ac9e3(*(undefined8 *)(param_1 + 0xda0),param_2);
return;
}
| (translation_unit "void FUN_001c581e(long param_1,undefined8 param_2)\n\n{\n FUN_001ac9e3(*(undefined8 *)(param_1 + 0xda0),param_2);\n return;\n}\n\n" (function_definition "void FUN_001c581e(long param_1,undefined8 param_2)\n\n{\n FUN_001ac9e3(*(undefined8 *)(param_1 + 0xda0),param_2);\n return;\n}" primitive_type ... | 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 + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0xda0]
MOV RDX,qword ptr [RBP + -0x20]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x001ac9e3
LEAVE
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
char * function_1(void *frontend,char *mode)
{
char *pcVar1;
char *mode_local;
void *frontend_local;
type_1 *inst;
pcVar1 = var_1(*(type_2 **)((long)frontend + 0xda0),mode);
return pcVar1;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * get_ttymode(void *frontend,char *mode)\n\n{\n char *pcVar1;\n char *mode_local;\n void *frontend_local;\n gui_data *inst;\n \n pcVar1 = term_get_ttymode(*(Terminal **)((long)frontend + 0xda0),mode);\n return pcV... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * function_1(void *frontend,char *mode)\n\n{\n char *pcVar1;\n char *mode_local;\n void *frontend_local;\n type_1 *inst;\n \n pcVar1 = var_1(*(type_2 **)((long)frontend + 0xda0),mode);\n return pcVar1;\n}\n\n" com... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ty... |
1968_putty_and_putty_strip.c | platform_default_fontspec | FUN_001c5707 | platform_default_fontspec |
FontSpec * platform_default_fontspec(char *name)
{
int iVar1;
FontSpec *pFVar2;
char *name_local;
iVar1 = strcmp(name,"Font");
if (iVar1 == 0) {
pFVar2 = fontspec_new("server:fixed");
}
else {
pFVar2 = fontspec_new("");
}
return pFVar2;
}
|
void FUN_001c5707(char *param_1)
{
int iVar1;
iVar1 = strcmp(param_1,"Font");
if (iVar1 == 0) {
FUN_001d0729("server:fixed");
}
else {
FUN_001d0729(&DAT_00215a52);
}
return;
}
| (translation_unit "void FUN_001c5707(char *param_1)\n\n{\n int iVar1;\n \n iVar1 = strcmp(param_1,"Font");\n if (iVar1 == 0) {\n FUN_001d0729("server:fixed");\n }\n else {\n FUN_001d0729(&DAT_00215a52);\n }\n return;\n}\n\n" (function_definition "void FUN_001c5707(char *param_1)\n\n{\n int iVar1;\n \n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
LEA RSI,[0x215a40]
MOV RDI,RAX
CALL 0x001156d0
TEST EAX,EAX
JNZ 0x001c5738
LEA RDI,[0x215a45]
CALL 0x001d0729
JMP 0x001c5744
LEA RDI,[0x215a52]
CALL 0x001d0729
LEAVE
RET |
type_1 * function_1(char *name)
{
int var_2;
type_1 *pFVar2;
char *name_local;
var_2 = var_1(name,"Font");
if (var_2 == 0) {
pFVar2 = var_3("server:fixed");
}
else {
pFVar2 = var_3("");
}
return pFVar2;
}
| (translation_unit "FontSpec * platform_default_fontspec(char *name)\n\n{\n int iVar1;\n FontSpec *pFVar2;\n char *name_local;\n \n iVar1 = strcmp(name,"Font");\n if (iVar1 == 0) {\n pFVar2 = fontspec_new("server:fixed");\n }\n else {\n pFVar2 = fontspec_new("");\n }\n return pFVar2;\n}\n\n" (function_de... | (translation_unit "type_1 * function_1(char *name)\n\n{\n int var_2;\n type_1 *pFVar2;\n char *name_local;\n \n var_2 = var_1(name,"Font");\n if (var_2 == 0) {\n pFVar2 = var_3("server:fixed");\n }\n else {\n pFVar2 = var_3("");\n }\n return pFVar2;\n}\n\n" (function_definition "type_1 * function_1(char... | (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... |
1928_putty_and_putty_strip.c | unifontsel_setup_sizelist | FUN_001c0056 | unifontsel_setup_sizelist |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void unifontsel_setup_sizelist(unifontsel_internal *fs,wchar_t start,wchar_t end)
{
long lVar1;
void *pvVar2;
long in_FS_OFFSET;
wchar_t end_local;
wchar_t start_local;
unifontsel_internal *fs_local;
wchar_t i;
wchar_t listindex... |
void FUN_001c0056(long param_1,int param_2,int param_3)
{
long lVar1;
long in_FS_OFFSET;
int local_6c;
int local_68;
uint local_64;
undefined local_58 [32];
char local_38 [40];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
gtk_list_store_clear(*(undefined8 *)(param_1 + 0x30));
loc... | (translation_unit "void FUN_001c0056(long param_1,int param_2,int param_3)\n\n{\n long lVar1;\n long in_FS_OFFSET;\n int local_6c;\n int local_68;\n uint local_64;\n undefined local_58 [32];\n char local_38 [40];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n gtk_list_store_clear(*(undefi... | PUSH RBP
MOV RBP,RSP
ADD RSP,-0x80
MOV qword ptr [RBP + -0x78],RDI
MOV dword ptr [RBP + -0x7c],ESI
MOV dword ptr [RBP + -0x80],EDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x78]
MOV RAX,qword ptr [RAX + 0x30]
MOV RDI,RAX
CALL 0x00115ef0
MOV dword ptr [RBP + -0x60]... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *fs,type_2 var_8,type_2 var_3)
{
long var_5;
void *pvVar2;
long var_1;
type_2 end_local;
type_2 start_local;
type_1 *fs_local;
type_2 var_4;
type_2 var_14;
type_2 var_10;
type_3 *info;
type_4 iter;
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid unifontsel_setup_sizelist(unifontsel_internal *fs,wchar_t start,wchar_t end)\n\n{\n long lVar1;\n void *pvVar2;\n long in_FS_OFFSET;\n wchar_t end_local;\n wchar_t start_local;\n unifontsel_internal *fs_local;\n w... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *fs,type_2 var_8,type_2 var_3)\n\n{\n long var_5;\n void *pvVar2;\n long var_1;\n type_2 end_local;\n type_2 start_local;\n type_1 *fs_local;\n type_2 var_4;\n type_2 var_14;\n type_2 var_10;\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... |
2011_putty_and_putty_strip.c | request_resize | FUN_001c8bcf | request_resize |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void request_resize(void *frontend,wchar_t w,wchar_t h)
{
undefined8 uVar1;
long in_FS_OFFSET;
wchar_t h_local;
wchar_t w_local;
void *frontend_local;
wchar_t wp;
wchar_t hp;
gui_data *inst;
long local_20;
local_20 = *(lo... |
void FUN_001c8bcf(undefined8 *param_1,undefined4 param_2,undefined4 param_3)
{
undefined8 uVar1;
long in_FS_OFFSET;
undefined4 local_30;
undefined4 local_2c;
undefined8 *local_28;
long local_20;
local_20 = *(long *)(in_FS_OFFSET + 0x28);
local_28 = param_1;
FUN_001cc532(param_1,param_2,param_3,&l... | (translation_unit "void FUN_001c8bcf(undefined8 *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n undefined8 uVar1;\n long in_FS_OFFSET;\n undefined4 local_30;\n undefined4 local_2c;\n undefined8 *local_28;\n long local_20;\n \n local_20 = *(long *)(in_FS_OFFSET + 0x28);\n local_28 = param_1;\n FUN_001cc... | PUSH RBP
MOV RBP,RSP
PUSH R12
PUSH RBX
SUB RSP,0x30
MOV qword ptr [RBP + -0x38],RDI
MOV dword ptr [RBP + -0x3c],ESI
MOV dword ptr [RBP + -0x40],EDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x38]
MOV qword ptr [RBP + -0x20],RAX
LEA RDI,[RBP + -0x24]
LEA RCX,[RBP +... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *frontend,type_1 w,type_1 h)
{
type_2 uVar1;
long var_1;
type_1 h_local;
type_1 w_local;
void *frontend_local;
type_1 wp;
type_1 hp;
type_3 *inst;
long var_6;
var_6 = *(long *)(var_1 + 0x28);
inst =... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid request_resize(void *frontend,wchar_t w,wchar_t h)\n\n{\n undefined8 uVar1;\n long in_FS_OFFSET;\n wchar_t h_local;\n wchar_t w_local;\n void *frontend_local;\n wchar_t wp;\n wchar_t hp;\n gui_data *inst;\n long... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *frontend,type_1 w,type_1 h)\n\n{\n type_2 uVar1;\n long var_1;\n type_1 h_local;\n type_1 w_local;\n void *frontend_local;\n type_1 wp;\n type_1 hp;\n type_3 *inst;\n long var_6;\n \n var_6 = ... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator... |
2191_putty_and_putty_strip.c | localproxy_try_send | FUN_001d4ed1 | localproxy_try_send |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
/* WARNING: Enum "GIOFlags": Some values do not have unique names */
int localproxy_try_send(Local_Proxy_Socket ps)
{
_func_void_Plug_char_ptr_int_int *p_Var1;
int iVar2;
ssize_t sVar3;
int *piVar4;
char *pcVar5;
long in_FS_OFFSET;
... |
int FUN_001d4ed1(long param_1)
{
code *pcVar1;
int iVar2;
ssize_t sVar3;
int *piVar4;
char *pcVar5;
long in_FS_OFFSET;
int local_34;
int local_30;
int local_2c;
void *local_28;
long local_20;
local_20 = *(long *)(in_FS_OFFSET + 0x28);
local_30 = 0;
while (iVar2 = FUN_0012dc00(param_1 + ... | (translation_unit "int FUN_001d4ed1(long param_1)\n\n{\n code *pcVar1;\n int iVar2;\n ssize_t sVar3;\n int *piVar4;\n char *pcVar5;\n long in_FS_OFFSET;\n int local_34;\n int local_30;\n int local_2c;\n void *local_28;\n long local_20;\n \n local_20 = *(long *)(in_FS_OFFSET + 0x28);\n local_30 = 0;\n whi... | PUSH RBP
MOV RBP,RSP
PUSH R12
PUSH RBX
SUB RSP,0x30
MOV qword ptr [RBP + -0x38],RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
XOR EAX,EAX
MOV dword ptr [RBP + -0x28],0x0
JMP 0x001d4fae
MOV RAX,qword ptr [RBP + -0x38]
LEA RCX,[RAX + 0x28]
LEA RDX,[RBP + -0x2c]
LEA RAX,[RBP + -0x20]
MOV RSI,RAX
MOV RDI,... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
/* WARNING: Enum "GIOFlags": Some values do not have unique names */
int function_1(type_1 ps)
{
type_2 *p_Var1;
int var_3;
ssize_t sVar3;
int *piVar4;
char *pcVar5;
long var_1;
type_1 ps_local;
int len;
int var_10;
int var_... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\nint localproxy_try_send(Local_Proxy_Socket ps)\n\n{\n _func_void_Plug_char_ptr_int_int *p_Var1;\n int iVar2;\n ssize_t sVar3;\n int *piVar4;\n char *p... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\nint function_1(type_1 ps)\n\n{\n type_2 *p_Var1;\n int var_3;\n ssize_t sVar3;\n int *piVar4;\n char *pcVar5;\n long var_1;\n type_1 ps_local;\n in... | (translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (p... |
1971_putty_and_putty_strip.c | platform_default_i | FUN_001c57bd | platform_default_i |
wchar_t platform_default_i(char *name,wchar_t def)
{
int iVar1;
wchar_t def_local;
char *name_local;
iVar1 = strcmp(name,"CloseOnExit");
if (iVar1 == 0) {
def = L'\x02';
}
else {
iVar1 = strcmp(name,"WinNameAlways");
if (iVar1 == 0) {
def = L'\0';
}
}
return def;
}
|
undefined4 FUN_001c57bd(char *param_1,undefined4 param_2)
{
int iVar1;
iVar1 = strcmp(param_1,"CloseOnExit");
if (iVar1 == 0) {
param_2 = 2;
}
else {
iVar1 = strcmp(param_1,"WinNameAlways");
if (iVar1 == 0) {
param_2 = 0;
}
}
return param_2;
}
| (translation_unit "undefined4 FUN_001c57bd(char *param_1,undefined4 param_2)\n\n{\n int iVar1;\n \n iVar1 = strcmp(param_1,"CloseOnExit");\n if (iVar1 == 0) {\n param_2 = 2;\n }\n else {\n iVar1 = strcmp(param_1,"WinNameAlways");\n if (iVar1 == 0) {\n param_2 = 0;\n }\n }\n return param_2;\n}\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]
LEA RSI,[0x215a7f]
MOV RDI,RAX
CALL 0x001156d0
TEST EAX,EAX
JNZ 0x001c57ea
MOV EAX,0x2
JMP 0x001c580b
MOV RAX,qword ptr [RBP + -0x8]
LEA RSI,[0x215a8b]
MOV RDI,RAX
CALL 0x001156d0
TEST EAX,EAX
... |
type_1 function_1(char *name,type_1 def)
{
int var_2;
type_1 def_local;
char *name_local;
var_2 = var_1(name,"CloseOnExit");
if (var_2 == 0) {
def = L'\x02';
}
else {
var_2 = var_1(name,"WinNameAlways");
if (var_2 == 0) {
def = L'\0';
}
}
return def;
}
| (translation_unit "wchar_t platform_default_i(char *name,wchar_t def)\n\n{\n int iVar1;\n wchar_t def_local;\n char *name_local;\n \n iVar1 = strcmp(name,"CloseOnExit");\n if (iVar1 == 0) {\n def = L'\x02';\n }\n else {\n iVar1 = strcmp(name,"WinNameAlways");\n if (iVar1 == 0) {\n def = L'\0';\n ... | (translation_unit "type_1 function_1(char *name,type_1 def)\n\n{\n int var_2;\n type_1 def_local;\n char *name_local;\n \n var_2 = var_1(name,"CloseOnExit");\n if (var_2 == 0) {\n def = L'\x02';\n }\n else {\n var_2 = var_1(name,"WinNameAlways");\n if (var_2 == 0) {\n def = L'\0';\n }\n }\n r... | (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: (type_identifier) declarator: (identi... |
2282_putty_and_putty_strip.c | bisearch | FUN_001da615 | bisearch |
int bisearch(uint ucs,interval *table,int max)
{
int iVar1;
interval *table_local;
int max_local;
uint ucs_local;
int min;
int mid;
min = 0;
if ((table->first <= ucs) && (max_local = max, ucs <= table[max].last)) {
while (min <= max_local) {
iVar1 = (max_local + min) / 2;
if (table[... |
undefined8 FUN_001da615(uint param_1,uint *param_2,int param_3)
{
int iVar1;
int local_20;
int local_10;
local_10 = 0;
if ((*param_2 <= param_1) && (local_20 = param_3, param_1 <= param_2[(long)param_3 * 2 + 1])) {
while (local_10 <= local_20) {
iVar1 = (local_20 + local_10) / 2;
if (para... | (translation_unit "undefined8 FUN_001da615(uint param_1,uint *param_2,int param_3)\n\n{\n int iVar1;\n int local_20;\n int local_10;\n \n local_10 = 0;\n if ((*param_2 <= param_1) && (local_20 = param_3, param_1 <= param_2[(long)param_3 * 2 + 1])) {\n while (local_10 <= local_20) {\n iVar1 = (local_20 + l... | PUSH RBP
MOV RBP,RSP
MOV dword ptr [RBP + -0x14],EDI
MOV qword ptr [RBP + -0x20],RSI
MOV dword ptr [RBP + -0x18],EDX
MOV dword ptr [RBP + -0x8],0x0
MOV RAX,qword ptr [RBP + -0x20]
MOV EAX,dword ptr [RAX]
CMP dword ptr [RBP + -0x14],EAX
JC 0x001da651
MOV EAX,dword ptr [RBP + -0x18]
CDQE
LEA RDX,[RAX*0x8]
MOV RAX,qword p... |
int function_1(type_1 var_1,type_2 *table,int max)
{
int var_4;
type_2 *table_local;
int var_3;
type_1 ucs_local;
int var_2;
int mid;
var_2 = 0;
if ((table->first <= var_1) && (var_3 = max, var_1 <= table[max].last)) {
while (var_2 <= var_3) {
var_4 = (var_3 + var_2) / 2;
if (table[... | (translation_unit "int bisearch(uint ucs,interval *table,int max)\n\n{\n int iVar1;\n interval *table_local;\n int max_local;\n uint ucs_local;\n int min;\n int mid;\n \n min = 0;\n if ((table->first <= ucs) && (max_local = max, ucs <= table[max].last)) {\n while (min <= max_local) {\n iVar1 = (max_loc... | (translation_unit "int function_1(type_1 var_1,type_2 *table,int max)\n\n{\n int var_4;\n type_2 *table_local;\n int var_3;\n type_1 ucs_local;\n int var_2;\n int mid;\n \n var_2 = 0;\n if ((table->first <= var_1) && (var_3 = max, var_1 <= table[max].last)) {\n while (var_2 <= var_3) {\n var_4 = (var_3... | (translation_unit (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: (identif... |
2271_putty_and_putty_strip.c | cleanup_all | FUN_001d9add | cleanup_all |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void cleanup_all(void)
{
return;
}
|
void FUN_001d9add(void)
{
return;
}
| (translation_unit "void FUN_001d9add(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_001d9add(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_001d9add(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r... | PUSH RBP
MOV RBP,RSP
NOP
POP RBP
RET |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
return;
}
| (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid cleanup_all(void)\n\n{\n return;\n}\n\n" comment (function_definition "void cleanup_all(void)\n\n{\n return;\n}" primitive_type (function_declarator "cleanup_all(void)" identifier (parameter_list "(void)" ( (parame... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid function_1(void)\n\n{\n return;\n}\n\n" comment (function_definition "void function_1(void)\n\n{\n return;\n}" primitive_type (function_declarator "function_1(void)" identifier (parameter_list "(void)" ( (parameter... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement)))) |
1910_putty_and_putty_strip.c | unifont_create | FUN_001bf2cf | unifont_create |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
unifont * unifont_create(GtkWidget *widget,char *name,wchar_t wide,wchar_t bold,wchar_t shadowoffset
,wchar_t shadowalways)
{
char *pcVar1;
unifont *puVar2;
long in_FS_OFFSET;
wchar_t shadowalways_local;
wchar_... |
long FUN_001bf2cf(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6)
{
undefined8 uVar1;
long lVar2;
long in_FS_OFFSET;
int local_24;
int local_20;
int local_1c;
long local_18;
long local_10;
local_10 = *(long *)(in... | (translation_unit "long FUN_001bf2cf(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n undefined8 uVar1;\n long lVar2;\n long in_FS_OFFSET;\n int local_24;\n int local_20;\n int local_1c;\n long local_18;\n long local_10;... | 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 dword ptr [RBP + -0x38],ECX
MOV dword ptr [RBP + -0x3c],R8D
MOV dword ptr [RBP + -0x40],R9D
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
LEA RDX,[RBP + -0x18]
L... |
/* 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)
{
char *pcVar1;
type_1 *var_5;
long var_1;
type_3 shadowalways_local;
type_3 shadowoffset_local;
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nunifont * unifont_create(GtkWidget *widget,char *name,wchar_t wide,wchar_t bold,wchar_t shadowoffset\n ,wchar_t shadowalways)\n\n{\n char *pcVar1;\n unifont *puVar2;\n long in_FS_OFFSET;\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 *widget,char *name,type_3 wide,type_3 bold,type_3 shadowoffset\n ,type_3 shadowalways)\n\n{\n char *pcVar1;\n type_1 *var_5;\n long var_1;\n type_3 shadowalways_local;\n ... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ... |
2142_putty_and_putty_strip.c | sk_getxdmdata | FUN_001d262c | sk_getxdmdata |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void * sk_getxdmdata(void *sock,int *lenp)
{
bool bVar1;
uint uVar2;
char cVar3;
uint16_t uVar4;
int iVar5;
uint32_t uVar6;
__pid_t _Var7;
char *pcVar8;
long in_FS_OFFSET;
int *lenp_local;
void *sock_local;
socklen_t add... |
undefined4 * FUN_001d262c(long *param_1,int *param_2)
{
bool bVar1;
uint uVar2;
undefined uVar3;
uint16_t uVar4;
int iVar5;
uint32_t uVar6;
__pid_t _Var7;
undefined4 *puVar8;
long in_FS_OFFSET;
socklen_t local_c4;
undefined4 *local_c0;
long *local_b8;
char *local_b0;
sockaddr local_a8;
u... | (translation_unit "undefined4 * FUN_001d262c(long *param_1,int *param_2)\n\n{\n bool bVar1;\n uint uVar2;\n undefined uVar3;\n uint16_t uVar4;\n int iVar5;\n uint32_t uVar6;\n __pid_t _Var7;\n undefined4 *puVar8;\n long in_FS_OFFSET;\n socklen_t local_c4;\n undefined4 *local_c0;\n long *local_b8;\n char *l... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0xc8
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 + -0xc8]
MOV qword ptr [RBP + -0xb0],RAX
MOV RAX,qword ptr [RBP + -0xb0]
MOV RAX,qword ptr [RAX]
LEA RDX,[0x2349c0]
CM... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void * function_1(void *sock,int *lenp)
{
bool bVar1;
type_1 uVar2;
char cVar3;
uint16_t var_8;
int var_3;
uint32_t var_6;
type_2 _Var7;
char *pcVar8;
long var_1;
int *lenp_local;
void *sock_local;
type_3 addrlen;
char... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid * sk_getxdmdata(void *sock,int *lenp)\n\n{\n bool bVar1;\n uint uVar2;\n char cVar3;\n uint16_t uVar4;\n int iVar5;\n uint32_t uVar6;\n __pid_t _Var7;\n char *pcVar8;\n long in_FS_OFFSET;\n int *lenp_local;\n ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid * function_1(void *sock,int *lenp)\n\n{\n bool bVar1;\n type_1 uVar2;\n char cVar3;\n uint16_t var_8;\n int var_3;\n uint32_t var_6;\n type_2 _Var7;\n char *pcVar8;\n long var_1;\n int *lenp_local;\n void *soc... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ty... |
2093_putty_and_putty_strip.c | getticks | FUN_001d0057 | getticks |
/* WARNING: Unknown calling convention */
ulong getticks(void)
{
long lVar1;
int iVar2;
ulong uVar3;
long in_FS_OFFSET;
timespec ts;
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
iVar2 = clock_gettime(1,(timespec *)&ts);
if (iVar2 == 0) {
uVar3 = ts.tv_nsec / 1000000 + ts.tv_sec * 1000;
}
else {... |
long FUN_001d0057(void)
{
int iVar1;
long lVar2;
long in_FS_OFFSET;
timespec local_28;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
iVar1 = clock_gettime(1,&local_28);
if (iVar1 == 0) {
lVar2 = local_28.tv_nsec / 1000000 + local_28.tv_sec * 1000;
}
else {
gettimeofday((time... | (translation_unit "long FUN_001d0057(void)\n\n{\n int iVar1;\n long lVar2;\n long in_FS_OFFSET;\n timespec local_28;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n iVar1 = clock_gettime(1,&local_28);\n if (iVar1 == 0) {\n lVar2 = local_28.tv_nsec / 1000000 + local_28.tv_sec * 1000;\n }\... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
LEA RAX,[RBP + -0x20]
MOV RSI,RAX
MOV EDI,0x1
CALL 0x00114ed0
TEST EAX,EAX
JNZ 0x001d00b8
MOV RAX,qword ptr [RBP + -0x20]
IMUL RSI,RAX,0x3e8
MOV RCX,qword ptr [RBP + -0x18]
MOV RDX,0x431bde82d7b634db
MOV RAX,RCX
IMU... |
/* WARNING: Unknown calling convention */
type_1 function_1(void)
{
long var_5;
int var_3;
type_1 uVar3;
long var_1;
type_2 ts;
var_5 = *(long *)(var_1 + 0x28);
var_3 = var_2(1,(type_2 *)&ts);
if (var_3 == 0) {
uVar3 = ts.tv_nsec / 1000000 + ts.tv_sec * 1000;
}
else {
var_4((type_3 *)&... | (translation_unit "/* WARNING: Unknown calling convention */\n\nulong getticks(void)\n\n{\n long lVar1;\n int iVar2;\n ulong uVar3;\n long in_FS_OFFSET;\n timespec ts;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n iVar2 = clock_gettime(1,(timespec *)&ts);\n if (iVar2 == 0) {\n uVar3 = ts.tv_nsec / 1000000 ... | (translation_unit "/* WARNING: Unknown calling convention */\n\ntype_1 function_1(void)\n\n{\n long var_5;\n int var_3;\n type_1 uVar3;\n long var_1;\n type_2 ts;\n \n var_5 = *(long *)(var_1 + 0x28);\n var_3 = var_2(1,(type_2 *)&ts);\n if (var_3 == 0) {\n uVar3 = ts.tv_nsec / 1000000 + ts.tv_sec * 1000;\n ... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type:... |
1895_putty_and_putty_strip.c | pangofont_create_internal | FUN_001bdf18 | pangofont_create_internal |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
unifont * pangofont_create_internal
(GtkWidget *widget,PangoContext *ctx,PangoFontDescription *desc,wchar_t wide,
wchar_t bold,wchar_t shadowoffset,wchar_t shadowalways)
{
int iVar1;
long lVar2;
und... |
undefined8 *
FUN_001bdf18(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7)
{
int iVar1;
long lVar2;
undefined8 uVar3;
long lVar4;
undefined8 *puVar5;
lVar2 = pango_context_get_font_map(param_2);
if (lVar... | (translation_unit "undefined8 *\nFUN_001bdf18(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)\n\n{\n int iVar1;\n long lVar2;\n undefined8 uVar3;\n long lVar4;\n undefined8 *puVar5;\n \n lVar2 = pango_context_get_... | 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 dword ptr [RBP + -0x40],R8D
MOV dword ptr [RBP + -0x44],R9D
MOV RAX,qword ptr [RBP + -0x30]
MOV RDI,RAX
CALL 0x00114e60
MOV qword ptr [RBP + -0x20],RAX
CM... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 * function_1
(type_2 *widget,type_3 *ctx,type_4 *desc,type_5 wide,
type_5 bold,type_5 shadowoffset,type_5 shadowalways)
{
int var_9;
long var_2;
type_6 uVar3;
long var_7;
type_1 *puVar5;
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nunifont * pangofont_create_internal\n (GtkWidget *widget,PangoContext *ctx,PangoFontDescription *desc,wchar_t wide,\n wchar_t bold,wchar_t shadowoffset,wchar_t shadowalways)\n\n{\n int i... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1\n (type_2 *widget,type_3 *ctx,type_4 *desc,type_5 wide,\n type_5 bold,type_5 shadowoffset,type_5 shadowalways)\n\n{\n int var_9;\n long var_2;\n type_6 uVar3;\n lo... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ... |
1914_putty_and_putty_strip.c | unifont_size_increment | FUN_001bf46f | unifont_size_increment |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
char * unifont_size_increment(unifont *font,wchar_t increment)
{
char *pcVar1;
wchar_t increment_local;
unifont *font_local;
pcVar1 = (*font->vt->size_increment)(font,increment);
return pcVar1;
}
|
void FUN_001bf46f(long *param_1,undefined4 param_2)
{
(**(code **)(*param_1 + 0x48))(param_1,param_2);
return;
}
| (translation_unit "void FUN_001bf46f(long *param_1,undefined4 param_2)\n\n{\n (**(code **)(*param_1 + 0x48))(param_1,param_2);\n return;\n}\n\n" (function_definition "void FUN_001bf46f(long *param_1,undefined4 param_2)\n\n{\n (**(code **)(*param_1 + 0x48))(param_1,param_2);\n return;\n}" primitive_type (function_de... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x48]
MOV ECX,dword ptr [RBP + -0xc]
MOV RDX,qword ptr [RBP + -0x8]
MOV ESI,ECX
MOV RDI,RDX
CALL RAX
LEAVE
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
char * function_1(type_1 *font,type_2 increment)
{
char *pcVar1;
type_2 increment_local;
type_1 *font_local;
pcVar1 = (*font->vt->size_increment)(font,increment);
return pcVar1;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * unifont_size_increment(unifont *font,wchar_t increment)\n\n{\n char *pcVar1;\n wchar_t increment_local;\n unifont *font_local;\n \n pcVar1 = (*font->vt->size_increment)(font,increment);\n return pcVar1;\n}\n\n" c... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * function_1(type_1 *font,type_2 increment)\n\n{\n char *pcVar1;\n type_2 increment_local;\n type_1 *font_local;\n \n pcVar1 = (*font->vt->size_increment)(font,increment);\n return pcVar1;\n}\n\n" comment (function... | (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... |
2169_putty_and_putty_strip.c | pollwrap_clear | FUN_001d466e | pollwrap_clear |
void pollwrap_clear(pollwrapper *pw)
{
void *ptr;
pollwrapper *pw_local;
pollwrap_fdtopos *f2p;
pw->nfd = 0;
while( true ) {
ptr = delpos234(pw->fdtopos,0);
if (ptr == (void *)0x0) break;
safefree(ptr);
}
return;
}
|
void FUN_001d466e(long param_1)
{
long lVar1;
*(undefined8 *)(param_1 + 8) = 0;
while( true ) {
lVar1 = FUN_001af583(*(undefined8 *)(param_1 + 0x18),0);
if (lVar1 == 0) break;
FUN_0012e243(lVar1);
}
return;
}
| (translation_unit "void FUN_001d466e(long param_1)\n\n{\n long lVar1;\n \n *(undefined8 *)(param_1 + 8) = 0;\n while( true ) {\n lVar1 = FUN_001af583(*(undefined8 *)(param_1 + 0x18),0);\n if (lVar1 == 0) break;\n FUN_0012e243(lVar1);\n }\n return;\n}\n\n" (function_definition "void FUN_001d466e(long para... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RAX + 0x8],0x0
JMP 0x001d4694
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x0012e243
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX + 0x18]
MOV ESI,0x0
MOV RDI,RAX
CALL 0x001af583
MOV qword ptr [... |
void function_1(type_1 *pw)
{
void *var_2;
type_1 *pw_local;
type_2 *f2p;
pw->nfd = 0;
while( true ) {
var_2 = var_1(pw->fdtopos,0);
if (var_2 == (void *)0x0) break;
var_3(var_2);
}
return;
}
| (translation_unit "void pollwrap_clear(pollwrapper *pw)\n\n{\n void *ptr;\n pollwrapper *pw_local;\n pollwrap_fdtopos *f2p;\n \n pw->nfd = 0;\n while( true ) {\n ptr = delpos234(pw->fdtopos,0);\n if (ptr == (void *)0x0) break;\n safefree(ptr);\n }\n return;\n}\n\n" (function_definition "void pollwrap_c... | (translation_unit "void function_1(type_1 *pw)\n\n{\n void *var_2;\n type_1 *pw_local;\n type_2 *f2p;\n \n pw->nfd = 0;\n while( true ) {\n var_2 = var_1(pw->fdtopos,0);\n if (var_2 == (void *)0x0) break;\n var_3(var_2);\n }\n return;\n}\n\n" (function_definition "void function_1(type_1 *pw)\n\n{\n vo... | (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: (primitive_type) de... |
2193_putty_and_putty_strip.c | sk_localproxy_write_oob | FUN_001d50f8 | sk_localproxy_write_oob |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int sk_localproxy_write_oob(Socket s,char *data,int len)
{
int iVar1;
int len_local;
char *data_local;
Socket s_local;
iVar1 = sk_localproxy_write(s,data,len);
return iVar1;
}
|
void FUN_001d50f8(undefined8 param_1,undefined8 param_2,undefined4 param_3)
{
FUN_001d507b(param_1,param_2,param_3);
return;
}
| (translation_unit "void FUN_001d50f8(undefined8 param_1,undefined8 param_2,undefined4 param_3)\n\n{\n FUN_001d507b(param_1,param_2,param_3);\n return;\n}\n\n" (function_definition "void FUN_001d50f8(undefined8 param_1,undefined8 param_2,undefined4 param_3)\n\n{\n FUN_001d507b(param_1,param_2,param_3);\n return;\n}"... | 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 EDX,dword ptr [RBP + -0x14]
MOV RCX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RBP + -0x8]
MOV RSI,RCX
MOV RDI,RAX
CALL 0x001d507b
LEAVE
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int function_1(type_1 s,char *data,int len)
{
int iVar1;
int len_local;
char *data_local;
type_1 s_local;
iVar1 = var_1(s,data,len);
return iVar1;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint sk_localproxy_write_oob(Socket s,char *data,int len)\n\n{\n int iVar1;\n int len_local;\n char *data_local;\n Socket s_local;\n \n iVar1 = sk_localproxy_write(s,data,len);\n return iVar1;\n}\n\n" comment (function_... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(type_1 s,char *data,int len)\n\n{\n int iVar1;\n int len_local;\n char *data_local;\n type_1 s_local;\n \n iVar1 = var_1(s,data,len);\n return iVar1;\n}\n\n" comment (function_definition "int function_1(... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator:... |
1951_putty_and_putty_strip.c | launch_saved_session | FUN_001c3ab5 | launch_saved_session |
void launch_saved_session(char *str)
{
char *str_local;
fork_and_exec_self(-1,"-load",str,0);
return;
}
|
void FUN_001c3ab5(undefined8 param_1)
{
FUN_001c343f(0xffffffff,"-load",param_1,0);
return;
}
| (translation_unit "void FUN_001c3ab5(undefined8 param_1)\n\n{\n FUN_001c343f(0xffffffff,"-load",param_1,0);\n return;\n}\n\n" (function_definition "void FUN_001c3ab5(undefined8 param_1)\n\n{\n FUN_001c343f(0xffffffff,"-load",param_1,0);\n return;\n}" primitive_type (function_declarator "FUN_001c3ab5(undefined8 para... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV ECX,0x0
MOV RDX,RAX
LEA RSI,[0x2152fd]
MOV EDI,0xffffffff
MOV EAX,0x0
CALL 0x001c343f
NOP
LEAVE
RET |
void function_1(char *str)
{
char *str_local;
var_1(-1,"-load",str,0);
return;
}
| (translation_unit "void launch_saved_session(char *str)\n\n{\n char *str_local;\n \n fork_and_exec_self(-1,"-load",str,0);\n return;\n}\n\n" (function_definition "void launch_saved_session(char *str)\n\n{\n char *str_local;\n \n fork_and_exec_self(-1,"-load",str,0);\n return;\n}" primitive_type (function_declar... | (translation_unit "void function_1(char *str)\n\n{\n char *str_local;\n \n var_1(-1,"-load",str,0);\n return;\n}\n\n" (function_definition "void function_1(char *str)\n\n{\n char *str_local;\n \n var_1(-1,"-load",str,0);\n return;\n}" primitive_type (function_declarator "function_1(char *str)" identifier (param... | (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... |
2067_putty_and_putty_strip.c | event_log_menuitem | FUN_001cc705 | event_log_menuitem |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void event_log_menuitem(GtkMenuItem *item,gpointer data)
{
gpointer data_local;
GtkMenuItem *item_local;
gui_data *inst;
/* WARNING: Load size is inaccurate */
showeventlog(*(void **)((long)data + 0x22d8),*data);
... |
void FUN_001cc705(undefined8 param_1,undefined8 *param_2)
{
FUN_001ba627(param_2[0x45b],*param_2);
return;
}
| (translation_unit "void FUN_001cc705(undefined8 param_1,undefined8 *param_2)\n\n{\n FUN_001ba627(param_2[0x45b],*param_2);\n return;\n}\n\n" (function_definition "void FUN_001cc705(undefined8 param_1,undefined8 *param_2)\n\n{\n FUN_001ba627(param_2[0x45b],*param_2);\n return;\n}" primitive_type (function_declarator... | 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 RDX,qword ptr [RAX]
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x22d8]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x001ba627
... |
/* 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;
/* WARNING: Load size is inaccurate */
var_1(*(void **)((long)data + 0x22d8),*data);
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid event_log_menuitem(GtkMenuItem *item,gpointer data)\n\n{\n gpointer data_local;\n GtkMenuItem *item_local;\n gui_data *inst;\n \n /* WARNING: Load size is inaccurate */\n showeventlog(*(void **)((... | (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 /* WARNING: Load size is inaccurate */\n var_1(*(void **)((long)data + 0x22d8),*data);\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... |
1977_putty_and_putty_strip.c | get_userpass_input | FUN_001c58d8 | get_userpass_input |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
wchar_t get_userpass_input(prompts_t_conflict *p,uchar *in,wchar_t inlen)
{
void *pvVar1;
wchar_t inlen_local;
uchar *in_local;
prompts_t_conflict *p_local;
wchar_t ret;
gui_data *inst;
pvVar1 = p->frontend;
ret = cmdline_get... |
int FUN_001c58d8(long param_1,undefined8 param_2,undefined4 param_3)
{
long lVar1;
undefined4 local_14;
lVar1 = *(long *)(param_1 + 0x38);
local_14 = FUN_00117c3a(param_1,param_2,param_3);
if (local_14 == -1) {
local_14 = FUN_001aca86(*(undefined8 *)(lVar1 + 0xda0),param_1,param_2,param_3);
}
ret... | (translation_unit "int FUN_001c58d8(long param_1,undefined8 param_2,undefined4 param_3)\n\n{\n long lVar1;\n undefined4 local_14;\n \n lVar1 = *(long *)(param_1 + 0x38);\n local_14 = FUN_00117c3a(param_1,param_2,param_3);\n if (local_14 == -1) {\n local_14 = FUN_001aca86(*(undefined8 *)(lVar1 + 0xda0),param_1,... | 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 RAX,qword ptr [RAX + 0x38]
MOV qword ptr [RBP + -0x8],RAX
MOV EDX,dword ptr [RBP + -0x24]
MOV RCX,qword ptr [RBP + -0x20]
MOV RAX,qword ptr [RBP + -0x18]
... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(type_2 *p,type_3 *in,type_1 inlen)
{
void *pvVar1;
type_1 inlen_local;
type_3 *in_local;
type_2 *p_local;
type_1 var_2;
type_4 *inst;
pvVar1 = p->frontend;
var_2 = var_1((type_5 *)p,in,inlen);
if (var_2 ==... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nwchar_t get_userpass_input(prompts_t_conflict *p,uchar *in,wchar_t inlen)\n\n{\n void *pvVar1;\n wchar_t inlen_local;\n uchar *in_local;\n prompts_t_conflict *p_local;\n wchar_t ret;\n gui_data *inst;\n \n pvVar1 = p-... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 *p,type_3 *in,type_1 inlen)\n\n{\n void *pvVar1;\n type_1 inlen_local;\n type_3 *in_local;\n type_2 *p_local;\n type_1 var_2;\n type_4 *inst;\n \n pvVar1 = p->frontend;\n var_2 = var_1((type_... | (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... |
2087_putty_and_putty_strip.c | agent_select_result | FUN_001cf583 | agent_select_result |
/* WARNING: Enum "GIOFlags": Some values do not have unique names */
void agent_select_result(int fd,int event)
{
int iVar1;
int event_local;
int fd_local;
agent_pending_query *conn;
fd_local = fd;
if (event != 1) {
/* WARNING: Subroutine does not return */
__assert_fail("event... |
void FUN_001cf583(undefined4 param_1,int param_2)
{
int iVar1;
undefined4 local_1c [3];
long local_10;
local_1c[0] = param_1;
if (param_2 != 1) {
/* WARNING: Subroutine does not return */
__assert_fail("event == SELECT_R","unix/uxagentc.c",0x69,"agent_select_result");
}
local_... | (translation_unit "void FUN_001cf583(undefined4 param_1,int param_2)\n\n{\n int iVar1;\n undefined4 local_1c [3];\n long local_10;\n \n local_1c[0] = param_1;\n if (param_2 != 1) {\n /* WARNING: Subroutine does not return */\n __assert_fail("event == SELECT_R","unix/uxagentc.c",0x69,"agent_s... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV dword ptr [RBP + -0x14],EDI
MOV dword ptr [RBP + -0x18],ESI
CMP dword ptr [RBP + -0x18],0x1
JZ 0x001cf5b6
LEA RCX,[0x216480]
MOV EDX,0x69
LEA RSI,[0x21641e]
LEA RDI,[0x21644c]
CALL 0x00114a00
MOV RAX,qword ptr [0x002362e8]
LEA RCX,[RBP + -0x14]
LEA RDX,[0x1cf30c]
MOV RSI,RCX
MOV RD... |
/* WARNING: Enum "GIOFlags": Some values do not have unique names */
void function_1(int fd,int var_1)
{
int var_7;
int event_local;
int fd_local;
type_1 *var_4;
fd_local = fd;
if (var_1 != 1) {
/* WARNING: Subroutine does not return */
var_2("event == SELECT_R","unix/uxagentc.... | (translation_unit "/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\nvoid agent_select_result(int fd,int event)\n\n{\n int iVar1;\n int event_local;\n int fd_local;\n agent_pending_query *conn;\n \n fd_local = fd;\n if (event != 1) {\n /* WARNING: Subroutine does not retu... | (translation_unit "/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\nvoid function_1(int fd,int var_1)\n\n{\n int var_7;\n int event_local;\n int fd_local;\n type_1 *var_4;\n \n fd_local = fd;\n if (var_1 != 1) {\n /* WARNING: Subroutine does not return */\n var_2("eve... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_... |
2176_putty_and_putty_strip.c | pollwrap_get_fd_rwx | FUN_001d4a62 | pollwrap_get_fd_rwx |
int pollwrap_get_fd_rwx(pollwrapper *pw,int fd)
{
uint uVar1;
int fd_local;
pollwrapper *pw_local;
int rwx;
int revents;
uVar1 = pollwrap_get_fd_events(pw,fd);
rwx = (int)((uVar1 & 0xd9) != 0);
if ((uVar1 & 0x30c) != 0) {
rwx = rwx | 2;
}
if ((uVar1 & 2) != 0) {
rwx = rwx | 4;
}
ret... |
byte FUN_001d4a62(undefined8 param_1,undefined4 param_2)
{
uint uVar1;
byte bVar2;
uVar1 = FUN_001d49ba(param_1,param_2);
bVar2 = (uVar1 & 0xd9) != 0;
if ((uVar1 & 0x30c) != 0) {
bVar2 = bVar2 | 2;
}
if ((uVar1 & 2) != 0) {
bVar2 = bVar2 | 4;
}
return bVar2;
}
| (translation_unit "byte FUN_001d4a62(undefined8 param_1,undefined4 param_2)\n\n{\n uint uVar1;\n byte bVar2;\n \n uVar1 = FUN_001d49ba(param_1,param_2);\n bVar2 = (uVar1 & 0xd9) != 0;\n if ((uVar1 & 0x30c) != 0) {\n bVar2 = bVar2 | 2;\n }\n if ((uVar1 & 2) != 0) {\n bVar2 = bVar2 | 4;\n }\n return bVar2... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV EDX,dword ptr [RBP + -0x1c]
MOV RAX,qword ptr [RBP + -0x18]
MOV ESI,EDX
MOV RDI,RAX
CALL 0x001d49ba
MOV dword ptr [RBP + -0x4],EAX
MOV dword ptr [RBP + -0x8],0x0
MOV EAX,dword ptr [RBP + -0x4]
AND EAX,0xd9
TEST EAX,EAX... |
int function_1(type_1 *pw,int fd)
{
type_2 var_2;
int fd_local;
type_1 *pw_local;
int var_3;
int revents;
var_2 = var_1(pw,fd);
var_3 = (int)((var_2 & 0xd9) != 0);
if ((var_2 & 0x30c) != 0) {
var_3 = var_3 | 2;
}
if ((var_2 & 2) != 0) {
var_3 = var_3 | 4;
}
return var_3;
}
| (translation_unit "int pollwrap_get_fd_rwx(pollwrapper *pw,int fd)\n\n{\n uint uVar1;\n int fd_local;\n pollwrapper *pw_local;\n int rwx;\n int revents;\n \n uVar1 = pollwrap_get_fd_events(pw,fd);\n rwx = (int)((uVar1 & 0xd9) != 0);\n if ((uVar1 & 0x30c) != 0) {\n rwx = rwx | 2;\n }\n if ((uVar1 & 2) != 0... | (translation_unit "int function_1(type_1 *pw,int fd)\n\n{\n type_2 var_2;\n int fd_local;\n type_1 *pw_local;\n int var_3;\n int revents;\n \n var_2 = var_1(pw,fd);\n var_3 = (int)((var_2 & 0xd9) != 0);\n if ((var_2 & 0x30c) != 0) {\n var_3 = var_3 | 2;\n }\n if ((var_2 & 2) != 0) {\n var_3 = var_3 | 4... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identif... |
1974_putty_and_putty_strip.c | from_backend | FUN_001c5852 | from_backend |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
wchar_t from_backend(void *frontend,wchar_t is_stderr,char *data,wchar_t len)
{
wchar_t wVar1;
char *data_local;
wchar_t len_local;
wchar_t is_stderr_local;
void *frontend_local;
gui_data *inst;
wVar1 = term_data(*(Terminal **)... |
void FUN_001c5852(long param_1,undefined4 param_2,undefined8 param_3,undefined4 param_4)
{
FUN_001ac870(*(undefined8 *)(param_1 + 0xda0),param_2,param_3,param_4);
return;
}
| (translation_unit "void FUN_001c5852(long param_1,undefined4 param_2,undefined8 param_3,undefined4 param_4)\n\n{\n FUN_001ac870(*(undefined8 *)(param_1 + 0xda0),param_2,param_3,param_4);\n return;\n}\n\n" (function_definition "void FUN_001c5852(long param_1,undefined4 param_2,undefined8 param_3,undefined4 param_4)\n\... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV qword ptr [RBP + -0x28],RDX
MOV dword ptr [RBP + -0x20],ECX
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0xda0]
MOV ECX,dword ptr [RBP + -0x20]
... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(void *frontend,type_1 is_stderr,char *data,type_1 len)
{
type_1 wVar1;
char *data_local;
type_1 len_local;
type_1 is_stderr_local;
void *frontend_local;
type_2 *inst;
wVar1 = var_1(*(type_3 **)((long)frontend ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nwchar_t from_backend(void *frontend,wchar_t is_stderr,char *data,wchar_t len)\n\n{\n wchar_t wVar1;\n char *data_local;\n wchar_t len_local;\n wchar_t is_stderr_local;\n void *frontend_local;\n gui_data *inst;\n \n wV... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(void *frontend,type_1 is_stderr,char *data,type_1 len)\n\n{\n type_1 wVar1;\n char *data_local;\n type_1 len_local;\n type_1 is_stderr_local;\n void *frontend_local;\n type_2 *inst;\n \n wVar1 = var_... | (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... |
1985_putty_and_putty_strip.c | refresh_window | FUN_001c5b31 | refresh_window |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void refresh_window(void *frontend)
{
void *frontend_local;
gui_data *inst;
term_invalidate(*(Terminal **)((long)frontend + 0xda0));
return;
}
|
void FUN_001c5b31(long param_1)
{
FUN_001a9e8f(*(undefined8 *)(param_1 + 0xda0));
return;
}
| (translation_unit "void FUN_001c5b31(long param_1)\n\n{\n FUN_001a9e8f(*(undefined8 *)(param_1 + 0xda0));\n return;\n}\n\n" (function_definition "void FUN_001c5b31(long param_1)\n\n{\n FUN_001a9e8f(*(undefined8 *)(param_1 + 0xda0));\n return;\n}" primitive_type (function_declarator "FUN_001c5b31(long param_1)" iden... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0xda0]
MOV RDI,RAX
CALL 0x001a9e8f
NOP
LEAVE
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *frontend)
{
void *frontend_local;
type_1 *inst;
var_1(*(type_2 **)((long)frontend + 0xda0));
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid refresh_window(void *frontend)\n\n{\n void *frontend_local;\n gui_data *inst;\n \n term_invalidate(*(Terminal **)((long)frontend + 0xda0));\n return;\n}\n\n" comment (function_definition "void refresh_window(void *f... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *frontend)\n\n{\n void *frontend_local;\n type_1 *inst;\n \n var_1(*(type_2 **)((long)frontend + 0xda0));\n return;\n}\n\n" comment (function_definition "void function_1(void *frontend)\n\n{\n void ... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive... |
2259_putty_and_putty_strip.c | write_setting_fontspec | FUN_001d8f3c | write_setting_fontspec |
void write_setting_fontspec(void *handle,char *name,FontSpec *fs)
{
char *key;
FontSpec *fs_local;
char *name_local;
void *handle_local;
char *suffname;
key = dupcat(name,&DAT_002175b9,0);
write_setting_s(handle,key,fs->name);
safefree(key);
return;
}
|
void FUN_001d8f3c(undefined8 param_1,undefined8 param_2,undefined8 *param_3)
{
undefined8 uVar1;
uVar1 = FUN_0012cfff(param_2,&DAT_002175b9,0);
FUN_001d87d3(param_1,uVar1,*param_3);
FUN_0012e243(uVar1);
return;
}
| (translation_unit "void FUN_001d8f3c(undefined8 param_1,undefined8 param_2,undefined8 *param_3)\n\n{\n undefined8 uVar1;\n \n uVar1 = FUN_0012cfff(param_2,&DAT_002175b9,0);\n FUN_001d87d3(param_1,uVar1,*param_3);\n FUN_0012e243(uVar1);\n return;\n}\n\n" (function_definition "void FUN_001d8f3c(undefined8 param_1,u... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV qword ptr [RBP + -0x28],RDX
MOV RAX,qword ptr [RBP + -0x20]
MOV EDX,0x0
LEA RSI,[0x2175b9]
MOV RDI,RAX
MOV EAX,0x0
CALL 0x0012cfff
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x28]
MOV RDX,qword ptr [RAX]
... |
void function_1(void *handle,char *name,type_1 *fs)
{
char *key;
type_1 *fs_local;
char *name_local;
void *handle_local;
char *suffname;
key = var_1(name,&DAT_002175b9,0);
var_2(handle,key,fs->name);
var_3(key);
return;
}
| (translation_unit "void write_setting_fontspec(void *handle,char *name,FontSpec *fs)\n\n{\n char *key;\n FontSpec *fs_local;\n char *name_local;\n void *handle_local;\n char *suffname;\n \n key = dupcat(name,&DAT_002175b9,0);\n write_setting_s(handle,key,fs->name);\n safefree(key);\n return;\n}\n\n" (function... | (translation_unit "void function_1(void *handle,char *name,type_1 *fs)\n\n{\n char *key;\n type_1 *fs_local;\n char *name_local;\n void *handle_local;\n char *suffname;\n \n key = var_1(name,&DAT_002175b9,0);\n var_2(handle,key,fs->name);\n var_3(key);\n return;\n}\n\n" (function_definition "void function_1(v... | (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_... |
1920_putty_and_putty_strip.c | multifont_size_increment | FUN_001bf852 | multifont_size_increment |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
char * multifont_size_increment(unifont *font,wchar_t increment)
{
char *pcVar1;
wchar_t increment_local;
unifont *font_local;
multifont *mfont;
pcVar1 = unifont_size_increment((unifont *)font[1].vt,increment);
return pcVar1;
}
|
void FUN_001bf852(long param_1,undefined4 param_2)
{
FUN_001bf46f(*(undefined8 *)(param_1 + 0x28),param_2);
return;
}
| (translation_unit "void FUN_001bf852(long param_1,undefined4 param_2)\n\n{\n FUN_001bf46f(*(undefined8 *)(param_1 + 0x28),param_2);\n return;\n}\n\n" (function_definition "void FUN_001bf852(long param_1,undefined4 param_2)\n\n{\n FUN_001bf46f(*(undefined8 *)(param_1 + 0x28),param_2);\n return;\n}" primitive_type (f... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x28]
MOV EDX,dword ptr [RBP + -0x1c]
MOV ESI,EDX
MOV RDI,RAX
CALL 0x001bf46f
LEAVE
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
char * function_1(type_1 *font,type_2 increment)
{
char *pcVar1;
type_2 increment_local;
type_1 *font_local;
type_3 *mfont;
pcVar1 = var_1((type_1 *)font[1].vt,increment);
return pcVar1;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * multifont_size_increment(unifont *font,wchar_t increment)\n\n{\n char *pcVar1;\n wchar_t increment_local;\n unifont *font_local;\n multifont *mfont;\n \n pcVar1 = unifont_size_increment((unifont *)font[1].vt,incr... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * function_1(type_1 *font,type_2 increment)\n\n{\n char *pcVar1;\n type_2 increment_local;\n type_1 *font_local;\n type_3 *mfont;\n \n pcVar1 = var_1((type_1 *)font[1].vt,increment);\n return pcVar1;\n}\n\n" comme... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration t... |
2286_putty_and_putty_strip.c | mk_wcswidth_cjk | FUN_001da7e5 | mk_wcswidth_cjk |
int mk_wcswidth_cjk(uint *pwcs,size_t n)
{
int iVar1;
size_t n_local;
uint *pwcs_local;
int width;
int w;
width = 0;
n_local = n;
pwcs_local = pwcs;
while( true ) {
if (*pwcs_local == 0) {
return width;
}
if (n_local == 0) break;
iVar1 = mk_wcwidth_cjk(*pwcs_local);
if (... |
int FUN_001da7e5(int *param_1,long param_2)
{
int iVar1;
long local_28;
int *local_20;
int local_10;
local_10 = 0;
local_28 = param_2;
local_20 = param_1;
while( true ) {
if (*local_20 == 0) {
return local_10;
}
if (local_28 == 0) break;
iVar1 = FUN_001da7ad(*local_20);
if... | (translation_unit "int FUN_001da7e5(int *param_1,long param_2)\n\n{\n int iVar1;\n long local_28;\n int *local_20;\n int local_10;\n \n local_10 = 0;\n local_28 = param_2;\n local_20 = param_1;\n while( true ) {\n if (*local_20 == 0) {\n return local_10;\n }\n if (local_28 == 0) break;\n iVar1... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV dword ptr [RBP + -0x8],0x0
JMP 0x001da826
MOV RAX,qword ptr [RBP + -0x18]
MOV EAX,dword ptr [RAX]
MOV EDI,EAX
CALL 0x001da7ad
MOV dword ptr [RBP + -0x4],EAX
CMP dword ptr [RBP + -0x4],0x0
JNS 0x001da81b
MOV EAX,0xfffff... |
int function_1(type_1 *pwcs,size_t n)
{
int var_3;
size_t var_1;
type_1 *var_5;
int var_4;
int w;
var_4 = 0;
var_1 = n;
var_5 = pwcs;
while( true ) {
if (*var_5 == 0) {
return var_4;
}
if (var_1 == 0) break;
var_3 = var_2(*var_5);
if (var_3 < 0) {
return -1;
}
... | (translation_unit "int mk_wcswidth_cjk(uint *pwcs,size_t n)\n\n{\n int iVar1;\n size_t n_local;\n uint *pwcs_local;\n int width;\n int w;\n \n width = 0;\n n_local = n;\n pwcs_local = pwcs;\n while( true ) {\n if (*pwcs_local == 0) {\n return width;\n }\n if (n_local == 0) break;\n iVar1 = mk... | (translation_unit "int function_1(type_1 *pwcs,size_t n)\n\n{\n int var_3;\n size_t var_1;\n type_1 *var_5;\n int var_4;\n int w;\n \n var_4 = 0;\n var_1 = n;\n var_5 = pwcs;\n while( true ) {\n if (*var_5 == 0) {\n return var_4;\n }\n if (var_1 == 0) break;\n var_3 = var_2(*var_5);\n if (... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identif... |
2076_putty_and_putty_strip.c | set_window_icon | FUN_001cd5e4 | set_window_icon |
void set_window_icon(GtkWidget *window,char ***icon,wchar_t n_icon)
{
undefined8 uVar1;
undefined8 uVar2;
wchar_t n_icon_local;
char ***icon_local;
GtkWidget *window_local;
wchar_t n;
GList *iconlist;
if (n_icon != L'\0') {
gtk_widget_realize(window);
uVar1 = gdk_pixbuf_new_from_xpm_data(*i... |
void FUN_001cd5e4(undefined8 param_1,undefined8 *param_2,int param_3)
{
undefined8 uVar1;
undefined8 uVar2;
int local_24;
undefined8 local_20;
if (param_3 != 0) {
gtk_widget_realize(param_1);
uVar1 = gdk_pixbuf_new_from_xpm_data(*param_2);
uVar2 = gtk_window_get_type();
uVar2 = g_type_che... | (translation_unit "void FUN_001cd5e4(undefined8 param_1,undefined8 *param_2,int param_3)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n int local_24;\n undefined8 local_20;\n \n if (param_3 != 0) {\n gtk_widget_realize(param_1);\n uVar1 = gdk_pixbuf_new_from_xpm_data(*param_2);\n uVar2 = gtk_window_get_t... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x38
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV dword ptr [RBP + -0x34],EDX
CMP dword ptr [RBP + -0x34],0x0
JZ 0x001cd6bf
MOV RAX,qword ptr [RBP + -0x28]
MOV RDI,RAX
CALL 0x001146b0
MOV RAX,qword ptr [RBP + -0x30]
MOV RAX,qword ptr [RAX]
MOV RDI,RAX
CALL 0x... |
void function_1(type_1 *window,char ***icon,type_2 var_1)
{
type_3 uVar1;
type_3 uVar2;
type_2 n_icon_local;
char ***icon_local;
type_1 *window_local;
type_2 var_7;
type_4 *iconlist;
if (var_1 != L'\0') {
var_2(window);
uVar1 = var_3(*icon);
uVar2 = var_4();
uVar2 = var_5(window,uVa... | (translation_unit "void set_window_icon(GtkWidget *window,char ***icon,wchar_t n_icon)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n wchar_t n_icon_local;\n char ***icon_local;\n GtkWidget *window_local;\n wchar_t n;\n GList *iconlist;\n \n if (n_icon != L'\0') {\n gtk_widget_realize(window);\n uVar1 = ... | (translation_unit "void function_1(type_1 *window,char ***icon,type_2 var_1)\n\n{\n type_3 uVar1;\n type_3 uVar2;\n type_2 n_icon_local;\n char ***icon_local;\n type_1 *window_local;\n type_2 var_7;\n type_4 *iconlist;\n \n if (var_1 != L'\0') {\n var_2(window);\n uVar1 = var_3(*icon);\n uVar2 = var_4... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... |
2071_putty_and_putty_strip.c | new_session_menuitem | FUN_001cd2ae | new_session_menuitem |
void new_session_menuitem(GtkMenuItem *item,gpointer data)
{
gpointer data_local;
GtkMenuItem *item_local;
launch_new_session();
return;
}
|
void FUN_001cd2ae(void)
{
FUN_001c3a9a();
return;
}
| (translation_unit "void FUN_001cd2ae(void)\n\n{\n FUN_001c3a9a();\n return;\n}\n\n" (function_definition "void FUN_001cd2ae(void)\n\n{\n FUN_001c3a9a();\n return;\n}" primitive_type (function_declarator "FUN_001cd2ae(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (com... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
CALL 0x001c3a9a
NOP
LEAVE
RET |
void function_1(type_1 *item,type_2 data)
{
type_2 data_local;
type_1 *item_local;
var_1();
return;
}
| (translation_unit "void new_session_menuitem(GtkMenuItem *item,gpointer data)\n\n{\n gpointer data_local;\n GtkMenuItem *item_local;\n \n launch_new_session();\n return;\n}\n\n" (function_definition "void new_session_menuitem(GtkMenuItem *item,gpointer data)\n\n{\n gpointer data_local;\n GtkMenuItem *item_local;... | (translation_unit "void function_1(type_1 *item,type_2 data)\n\n{\n type_2 data_local;\n type_1 *item_local;\n \n var_1();\n return;\n}\n\n" (function_definition "void function_1(type_1 *item,type_2 data)\n\n{\n type_2 data_local;\n type_1 *item_local;\n \n var_1();\n return;\n}" primitive_type (function_decl... | (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... |
1937_putty_and_putty_strip.c | style_changed | FUN_001c15c6 | style_changed |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void style_changed(GtkTreeSelection *treeselection,gpointer data)
{
long lVar1;
int iVar2;
wchar_t size;
long in_FS_OFFSET;
gpointer data_local;
GtkTreeSelection *treeselection_local;
wchar_t minval;
GtkTreeModel *treemodel;
u... |
void FUN_001c15c6(undefined8 param_1,long param_2)
{
int iVar1;
undefined4 uVar2;
long in_FS_OFFSET;
int local_54;
undefined8 local_50;
long local_48;
long local_40;
undefined local_38 [40];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_48 = param_2;
if (((*(int *)(param_2... | (translation_unit "void FUN_001c15c6(undefined8 param_1,long param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n long in_FS_OFFSET;\n int local_54;\n undefined8 local_50;\n long local_48;\n long local_40;\n undefined local_38 [40];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_48 = p... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x58],RDI
MOV qword ptr [RBP + -0x60],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x60]
MOV qword ptr [RBP + -0x40],RAX
MOV RAX,qword ptr [RBP + -0x40]
MOV EAX,dword ptr [RAX + 0xd0]
TEST EAX,EAX
JNZ 0x001c1... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *treeselection,type_2 data)
{
long var_10;
int var_3;
type_3 size;
long var_1;
type_2 data_local;
type_1 *treeselection_local;
type_3 var_5;
type_4 *treemodel;
type_5 *fs;
type_6 *var_8;
type_7 treei... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid style_changed(GtkTreeSelection *treeselection,gpointer data)\n\n{\n long lVar1;\n int iVar2;\n wchar_t size;\n long in_FS_OFFSET;\n gpointer data_local;\n GtkTreeSelection *treeselection_local;\n wchar_t minval;\n... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *treeselection,type_2 data)\n\n{\n long var_10;\n int var_3;\n type_3 size;\n long var_1;\n type_2 data_local;\n type_1 *treeselection_local;\n type_3 var_5;\n type_4 *treemodel;\n type_5 *fs;\... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
2079_putty_and_putty_strip.c | get_monitor_geometry | FUN_001cdcaa | get_monitor_geometry |
void get_monitor_geometry(GtkWidget *widget,GdkRectangle_conflict *geometry)
{
undefined8 uVar1;
long lVar2;
GdkRectangle_conflict *geometry_local;
GtkWidget *widget_local;
GdkMonitor *monitor;
GdkDisplay *display;
GdkWindow *gdkwindow;
uVar1 = gtk_widget_get_display(widget);
lVar2 = gtk_widget_g... |
void FUN_001cdcaa(undefined8 param_1,undefined8 param_2)
{
undefined8 uVar1;
long lVar2;
undefined8 local_20;
uVar1 = gtk_widget_get_display(param_1);
lVar2 = gtk_widget_get_window(param_1);
if (lVar2 == 0) {
local_20 = gdk_display_get_monitor(uVar1,0);
}
else {
local_20 = gdk_display_get_m... | (translation_unit "void FUN_001cdcaa(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n long lVar2;\n undefined8 local_20;\n \n uVar1 = gtk_widget_get_display(param_1);\n lVar2 = gtk_widget_get_window(param_1);\n if (lVar2 == 0) {\n local_20 = gdk_display_get_monitor(uVar1,0);\n }\n else {\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV RAX,qword ptr [RBP + -0x28]
MOV RDI,RAX
CALL 0x00114820
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x28]
MOV RDI,RAX
CALL 0x001145f0
MOV qword ptr [RBP + -0x8],RAX
CMP qword ptr [RBP + -0x8],0x0
JZ 0x001... |
void function_1(type_1 *widget,type_2 *geometry)
{
type_3 uVar1;
long var_3;
type_2 *geometry_local;
type_1 *widget_local;
type_4 *monitor;
type_5 *display;
type_6 *gdkwindow;
uVar1 = var_1(widget);
var_3 = var_2(widget);
if (var_3 == 0) {
monitor = (type_4 *)var_4(uVar1,0);
}
else {
... | (translation_unit "void get_monitor_geometry(GtkWidget *widget,GdkRectangle_conflict *geometry)\n\n{\n undefined8 uVar1;\n long lVar2;\n GdkRectangle_conflict *geometry_local;\n GtkWidget *widget_local;\n GdkMonitor *monitor;\n GdkDisplay *display;\n GdkWindow *gdkwindow;\n \n uVar1 = gtk_widget_get_display(wi... | (translation_unit "void function_1(type_1 *widget,type_2 *geometry)\n\n{\n type_3 uVar1;\n long var_3;\n type_2 *geometry_local;\n type_1 *widget_local;\n type_4 *monitor;\n type_5 *display;\n type_6 *gdkwindow;\n \n uVar1 = var_1(widget);\n var_3 = var_2(widget);\n if (var_3 == 0) {\n monitor = (type_4 *... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe... |
2312_putty_and_putty_strip.c | x11_override_throttle | FUN_001dc6f2 | x11_override_throttle |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void x11_override_throttle(X11Connection *xconn,int enable)
{
int iVar1;
int enable_local;
X11Connection *xconn_local;
if ((xconn != (X11Connection *)0x0) &&
(xconn->throttle_override = enable, xconn->s != (Socket)0x0)) {
if... |
void FUN_001dc6f2(long param_1,undefined4 param_2)
{
undefined8 uVar1;
if ((param_1 != 0) && (*(undefined4 *)(param_1 + 0x54) = param_2, *(long *)(param_1 + 0x78) != 0))
{
if ((*(int *)(param_1 + 0x50) == 0) && (*(int *)(param_1 + 0x54) == 0)) {
uVar1 = 0;
}
else {
uVar1 = 1;
}
... | (translation_unit "void FUN_001dc6f2(long param_1,undefined4 param_2)\n\n{\n undefined8 uVar1;\n \n if ((param_1 != 0) && (*(undefined4 *)(param_1 + 0x54) = param_2, *(long *)(param_1 + 0x78) != 0))\n {\n if ((*(int *)(param_1 + 0x50) == 0) && (*(int *)(param_1 + 0x54) == 0)) {\n uVar1 = 0;\n }\n else... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
CMP qword ptr [RBP + -0x8],0x0
JZ 0x001dc761
MOV RAX,qword ptr [RBP + -0x8]
MOV EDX,dword ptr [RBP + -0xc]
MOV dword ptr [RAX + 0x54],EDX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x78]
TEST RAX,RAX
JZ 0x001dc7... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *var_1,int enable)
{
int iVar1;
int enable_local;
type_1 *xconn_local;
if ((var_1 != (type_1 *)0x0) &&
(var_1->throttle_override = enable, var_1->s != (type_2)0x0)) {
if ((var_1->throttled == 0) && (va... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid x11_override_throttle(X11Connection *xconn,int enable)\n\n{\n int iVar1;\n int enable_local;\n X11Connection *xconn_local;\n \n if ((xconn != (X11Connection *)0x0) &&\n (xconn->throttle_override = enable, xconn-... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *var_1,int enable)\n\n{\n int iVar1;\n int enable_local;\n type_1 *xconn_local;\n \n if ((var_1 != (type_1 *)0x0) &&\n (var_1->throttle_override = enable, var_1->s != (type_2)0x0)) {\n if ((... | (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... |
1999_putty_and_putty_strip.c | scroll_internal | FUN_001c8193 | scroll_internal |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
gboolean scroll_internal(gui_data *inst,gdouble delta,guint state,gdouble ex,gdouble ey)
{
wchar_t wVar1;
wchar_t wVar2;
wchar_t wVar3;
wchar_t wVar4;
bool bVar5;
int iVar6;
wchar_t wVar7;
Mouse_Button bcooked;
gdouble ey_loca... |
undefined8 FUN_001c8193(double param_1,double param_2,double param_3,long param_4,uint param_5)
{
uint uVar1;
int iVar2;
int iVar3;
int iVar4;
bool bVar5;
int iVar6;
int iVar7;
undefined4 uVar8;
int local_2c;
undefined4 local_28;
FUN_001c5e3e(param_4,1);
uVar1 = *(uint *)(param_4 + 0x2300);... | (translation_unit "undefined8 FUN_001c8193(double param_1,double param_2,double param_3,long param_4,uint param_5)\n\n{\n uint uVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n bool bVar5;\n int iVar6;\n int iVar7;\n undefined4 uVar8;\n int local_2c;\n undefined4 local_28;\n \n FUN_001c5e3e(param_4,1);\n uVa... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x38],RDI
MOVSD qword ptr [RBP + -0x40],XMM0
MOV dword ptr [RBP + -0x44],ESI
MOVSD qword ptr [RBP + -0x50],XMM1
MOVSD qword ptr [RBP + -0x58],XMM2
MOV RAX,qword ptr [RBP + -0x38]
MOV ESI,0x1
MOV RDI,RAX
CALL 0x001c5e3e
MOV EAX,dword ptr [RBP + -0x44]
AND EAX,0x1
M... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(type_2 *inst,type_3 var_7,type_4 var_3,type_3 var_11,type_3 var_12)
{
type_5 wVar1;
type_5 wVar2;
type_5 wVar3;
type_5 wVar4;
bool bVar5;
int var_5;
type_5 var_13;
type_6 bcooked;
type_3 ey_local;
type_3 ex... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ngboolean scroll_internal(gui_data *inst,gdouble delta,guint state,gdouble ex,gdouble ey)\n\n{\n wchar_t wVar1;\n wchar_t wVar2;\n wchar_t wVar3;\n wchar_t wVar4;\n bool bVar5;\n int iVar6;\n wchar_t wVar7;\n Mouse_But... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 *inst,type_3 var_7,type_4 var_3,type_3 var_11,type_3 var_12)\n\n{\n type_5 wVar1;\n type_5 wVar2;\n type_5 wVar3;\n type_5 wVar4;\n bool bVar5;\n int var_5;\n type_5 var_13;\n type_6 bcooked;\... | (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... |
2275_putty_and_putty_strip.c | init_ucs | FUN_001d9e35 | init_ucs |
wchar_t init_ucs(unicode_data *ucsdata,char *linecharset,wchar_t utf8_override,wchar_t font_charset,
wchar_t vtmode)
{
long lVar1;
wchar_t wVar2;
char *pcVar3;
long in_FS_OFFSET;
wchar_t vtmode_local;
wchar_t font_charset_local;
wchar_t utf8_override_local;
char *linecharset_local;
u... |
undefined4 FUN_001d9e35(long param_1,undefined8 param_2,int param_3,undefined4 param_4,int param_5)
{
undefined4 uVar1;
int iVar2;
char *pcVar3;
long in_FS_OFFSET;
undefined4 local_40;
uint local_3c;
undefined4 local_38;
int local_34;
undefined *local_30;
char *local_28;
undefined *local_20;
u... | (translation_unit "undefined4 FUN_001d9e35(long param_1,undefined8 param_2,int param_3,undefined4 param_4,int param_5)\n\n{\n undefined4 uVar1;\n int iVar2;\n char *pcVar3;\n long in_FS_OFFSET;\n undefined4 local_40;\n uint local_3c;\n undefined4 local_38;\n int local_34;\n undefined *local_30;\n char *local_... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x48],RDI
MOV qword ptr [RBP + -0x50],RSI
MOV dword ptr [RBP + -0x54],EDX
MOV dword ptr [RBP + -0x58],ECX
MOV dword ptr [RBP + -0x5c],R8D
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV dword ptr [RBP + -0x30],0x0
MOV RAX,qword ptr [RBP ... |
type_1 function_1(type_2 *ucsdata,char *linecharset,type_1 var_2,type_1 font_charset,
type_1 var_11)
{
long var_13;
type_1 var_10;
char *var_6;
long var_1;
type_1 vtmode_local;
type_1 font_charset_local;
type_1 utf8_override_local;
char *linecharset_local;
type_2 *ucsdata_local;
ty... | (translation_unit "wchar_t init_ucs(unicode_data *ucsdata,char *linecharset,wchar_t utf8_override,wchar_t font_charset,\n wchar_t vtmode)\n\n{\n long lVar1;\n wchar_t wVar2;\n char *pcVar3;\n long in_FS_OFFSET;\n wchar_t vtmode_local;\n wchar_t font_charset_local;\n wchar_t utf8_override_local;\n ... | (translation_unit "type_1 function_1(type_2 *ucsdata,char *linecharset,type_1 var_2,type_1 font_charset,\n type_1 var_11)\n\n{\n long var_13;\n type_1 var_10;\n char *var_6;\n long var_1;\n type_1 vtmode_local;\n type_1 font_charset_local;\n type_1 utf8_override_local;\n char *linecharset_local;\... | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointe... |
2315_putty_and_putty_strip.c | x11_send | FUN_001dc98b | x11_send |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int x11_send(X11Connection *xconn,char *data,int len)
{
uchar uVar1;
long lVar2;
ushort uVar3;
int iVar4;
char *pcVar5;
uchar *puVar6;
Conf *conf;
SockAddr addr;
Socket ppsVar7;
long in_FS_OFFSET;
int len_local;
char *da... |
undefined8 FUN_001dc98b(long param_1,undefined *param_2,int param_3)
{
undefined uVar1;
undefined4 uVar2;
ushort uVar3;
int iVar4;
undefined8 uVar5;
undefined8 uVar6;
undefined8 uVar7;
long in_FS_OFFSET;
int local_bc;
undefined *local_b8;
int local_a0;
int local_9c;
undefined4 local_98;
ui... | (translation_unit "undefined8 FUN_001dc98b(long param_1,undefined *param_2,int param_3)\n\n{\n undefined uVar1;\n undefined4 uVar2;\n ushort uVar3;\n int iVar4;\n undefined8 uVar5;\n undefined8 uVar6;\n undefined8 uVar7;\n long in_FS_OFFSET;\n int local_bc;\n undefined *local_b8;\n int local_a0;\n int local... | PUSH RBP
MOV RBP,RSP
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xa8
MOV qword ptr [RBP + -0xa8],RDI
MOV qword ptr [RBP + -0xb0],RSI
MOV dword ptr [RBP + -0xb4],EDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x28],RAX
XOR EAX,EAX
CMP qword ptr [RBP + -0xa8],0x0
JNZ 0x001dca14
MOV EAX,0x0
JMP 0x001dd249
SUB dword ptr [RB... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int function_1(type_1 *var_2,char *data,int len)
{
type_2 uVar1;
long var_28;
type_3 uVar3;
int var_4;
char *pcVar5;
type_2 *puVar6;
type_4 *conf;
type_5 addr;
type_6 ppsVar7;
long var_1;
int var_3;
char *var_5;
type_1... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint x11_send(X11Connection *xconn,char *data,int len)\n\n{\n uchar uVar1;\n long lVar2;\n ushort uVar3;\n int iVar4;\n char *pcVar5;\n uchar *puVar6;\n Conf *conf;\n SockAddr addr;\n Socket ppsVar7;\n long in_FS_OFF... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(type_1 *var_2,char *data,int len)\n\n{\n type_2 uVar1;\n long var_28;\n type_3 uVar3;\n int var_4;\n char *pcVar5;\n type_2 *puVar6;\n type_4 *conf;\n type_5 addr;\n type_6 ppsVar7;\n long var_1;\n i... | (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... |
2299_putty_and_putty_strip.c | x11_authcmp | FUN_001db1ef | x11_authcmp |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int x11_authcmp(void *av,void *bv)
{
int iVar1;
void *bv_local;
void *av_local;
X11FakeAuth *a;
X11FakeAuth *b;
/* WARNING: Load size is inaccurate */
/* WARNING: Load size is inaccurate */
... |
int FUN_001db1ef(int *param_1,int *param_2)
{
int iVar1;
if (*param_1 < *param_2) {
iVar1 = -1;
}
else if (*param_2 < *param_1) {
iVar1 = 1;
}
else if (*param_1 == 1) {
if (param_1[4] < param_2[4]) {
iVar1 = -1;
}
else if (param_2[4] < param_1[4]) {
iVar1 = 1;
}
... | (translation_unit "int FUN_001db1ef(int *param_1,int *param_2)\n\n{\n int iVar1;\n \n if (*param_1 < *param_2) {\n iVar1 = -1;\n }\n else if (*param_2 < *param_1) {\n iVar1 = 1;\n }\n else if (*param_1 == 1) {\n if (param_1[4] < param_2[4]) {\n iVar1 = -1;\n }\n else if (param_2[4] < param_1[... | 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 + -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]
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,... |
/* 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;
/* WARNING: Load size is inaccurate */
/* WARNING: Load size is inaccurate */
if (*av < ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint x11_authcmp(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n X11FakeAuth *a;\n X11FakeAuth *b;\n \n /* WARNING: Load size is inaccurate */\n /* WARNING... | (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 /* WARNING: Load size is inaccurate */\n /* WARNING: Load size... | (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:... |
1917_putty_and_putty_strip.c | multifont_draw_main | FUN_001bf66b | multifont_draw_main |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void multifont_draw_main(unifont_drawctx *ctx,unifont *font,wchar_t x,wchar_t y,wchar_t *string,
wchar_t len,wchar_t wide,wchar_t bold,wchar_t cellwidth,wchar_t cellinc,
unifont_draw_func_t draw)
... |
void FUN_001bf66b(undefined8 param_1,long param_2,int param_3,undefined4 param_4,undefined4 *param_5
,int param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9,int param_10,
code *param_11)
{
int iVar1;
int iVar2;
long lVar3;
int local_4c;
undefined4 *local_48;
... | (translation_unit "void FUN_001bf66b(undefined8 param_1,long param_2,int param_3,undefined4 param_4,undefined4 *param_5\n ,int param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9,int param_10,\n code *param_11)\n\n{\n int iVar1;\n int iVar2;\n long lVar3;\n int local_4c;... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV dword ptr [RBP + -0x34],EDX
MOV dword ptr [RBP + -0x38],ECX
MOV qword ptr [RBP + -0x40],R8
MOV dword ptr [RBP + -0x44],R9D
MOV RAX,qword ptr [RBP + -0x30]
MOV qword ptr [RBP + -0x10],RAX
JMP 0x001bf789
MOV RAX,qword pt... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *ctx,type_2 *font,type_3 x,type_3 y,type_3 *string,
type_3 len,type_3 wide,type_3 bold,type_3 cellwidth,type_3 var_8,
type_4 draw)
{
int var_3;
int var_4;
type_5 *var_... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid multifont_draw_main(unifont_drawctx *ctx,unifont *font,wchar_t x,wchar_t y,wchar_t *string,\n wchar_t len,wchar_t wide,wchar_t bold,wchar_t cellwidth,wchar_t cellinc,\n unifo... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *ctx,type_2 *font,type_3 x,type_3 y,type_3 *string,\n type_3 len,type_3 wide,type_3 bold,type_3 cellwidth,type_3 var_8,\n type_4 draw)\n\n{\n int var_3;\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... |
1941_putty_and_putty_strip.c | unifontsel_draw_area | FUN_001c1aa3 | unifontsel_draw_area |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
gint unifontsel_draw_area(GtkWidget *widget,cairo_t *cr,gpointer data)
{
long lVar1;
long in_FS_OFFSET;
gpointer data_local;
cairo_t *cr_local;
GtkWidget *widget_local;
unifontsel_internal *fs;
unifont_drawctx dctx;
lVar1 = *... |
undefined8 FUN_001c1aa3(undefined8 param_1,undefined8 param_2,undefined8 param_3)
{
long in_FS_OFFSET;
undefined4 local_68 [2];
undefined8 local_60;
undefined8 local_58;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_68[0] = 0;
local_60 = param_1;
local_58 = param_2;
FUN_001c03... | (translation_unit "undefined8 FUN_001c1aa3(undefined8 param_1,undefined8 param_2,undefined8 param_3)\n\n{\n long in_FS_OFFSET;\n undefined4 local_68 [2];\n undefined8 local_60;\n undefined8 local_58;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_68[0] = 0;\n local_60 = param_1;\n lo... | 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 FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x88]
MOV qword ptr [RBP + -0x68],RAX
MOV dword ptr [RBP + -0x60],0x0
MOV RAX,qword ptr [RBP ... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(type_2 *widget,type_3 *cr,type_4 data)
{
long var_3;
long var_1;
type_4 data_local;
type_3 *cr_local;
type_2 *widget_local;
type_5 *fs;
type_6 dctx;
var_3 = *(long *)(var_1 + 0x28);
dctx.type = ADDRTYPE_UN... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ngint unifontsel_draw_area(GtkWidget *widget,cairo_t *cr,gpointer data)\n\n{\n long lVar1;\n long in_FS_OFFSET;\n gpointer data_local;\n cairo_t *cr_local;\n GtkWidget *widget_local;\n unifontsel_internal *fs;\n unifont... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 *widget,type_3 *cr,type_4 data)\n\n{\n long var_3;\n long var_1;\n type_4 data_local;\n type_3 *cr_local;\n type_2 *widget_local;\n type_5 *fs;\n type_6 dctx;\n \n var_3 = *(long *)(var_1 + 0... | (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... |
2179_putty_and_putty_strip.c | printer_finish_job | FUN_001d4b5e | printer_finish_job |
void printer_finish_job(printer_job *pj)
{
printer_job *pj_local;
if (pj != (printer_job *)0x0) {
pclose((FILE *)pj->fp);
safefree(pj);
}
return;
}
|
void FUN_001d4b5e(undefined8 *param_1)
{
if (param_1 != (undefined8 *)0x0) {
pclose((FILE *)*param_1);
FUN_0012e243(param_1);
}
return;
}
| (translation_unit "void FUN_001d4b5e(undefined8 *param_1)\n\n{\n if (param_1 != (undefined8 *)0x0) {\n pclose((FILE *)*param_1);\n FUN_0012e243(param_1);\n }\n return;\n}\n\n" (function_definition "void FUN_001d4b5e(undefined8 *param_1)\n\n{\n if (param_1 != (undefined8 *)0x0) {\n pclose((FILE *)*param_1);... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
CMP qword ptr [RBP + -0x8],0x0
JZ 0x001d4b8e
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
MOV RDI,RAX
CALL 0x00115710
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x0012e243
JMP 0x001d4b8f
NOP
LEAVE
RET |
void function_1(type_1 *var_1)
{
type_1 *pj_local;
if (var_1 != (type_1 *)0x0) {
var_2((type_2 *)var_1->fp);
var_3(var_1);
}
return;
}
| (translation_unit "void printer_finish_job(printer_job *pj)\n\n{\n printer_job *pj_local;\n \n if (pj != (printer_job *)0x0) {\n pclose((FILE *)pj->fp);\n safefree(pj);\n }\n return;\n}\n\n" (function_definition "void printer_finish_job(printer_job *pj)\n\n{\n printer_job *pj_local;\n \n if (pj != (printe... | (translation_unit "void function_1(type_1 *var_1)\n\n{\n type_1 *pj_local;\n \n if (var_1 != (type_1 *)0x0) {\n var_2((type_2 *)var_1->fp);\n var_3(var_1);\n }\n return;\n}\n\n" (function_definition "void function_1(type_1 *var_1)\n\n{\n type_1 *pj_local;\n \n if (var_1 != (type_1 *)0x0) {\n var_2((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))))) body: (compound_statement (declaration type: (type_identifier) d... |
2008_putty_and_putty_strip.c | focus_event | FUN_001c8ad5 | focus_event |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
gint focus_event(GtkWidget *widget,GdkEventFocus *event,gpointer data)
{
gpointer data_local;
GdkEventFocus *event_local;
GtkWidget *widget_local;
gui_data *inst;
... |
undefined8 FUN_001c8ad5(undefined8 param_1,long param_2,long param_3)
{
FUN_001ac9b8(*(undefined8 *)(param_3 + 0xda0),(int)*(short *)(param_2 + 0x12));
FUN_0019c6a6(*(undefined8 *)(param_3 + 0xda0));
FUN_001c5e3e(param_3,1);
return 0;
}
| (translation_unit "undefined8 FUN_001c8ad5(undefined8 param_1,long param_2,long param_3)\n\n{\n FUN_001ac9b8(*(undefined8 *)(param_3 + 0xda0),(int)*(short *)(param_2 + 0x12));\n FUN_0019c6a6(*(undefined8 *)(param_3 + 0xda0));\n FUN_001c5e3e(param_3,1);\n return 0;\n}\n\n" (function_definition "undefined8 FUN_001c8a... | 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 + -0x20]
MOVZX EAX,word ptr [RAX + 0x12]
MOVSX EDX,AX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
type_1 function_1(type_2 *widget,type_3 *event,type_4 data)
{
type_4 data_local;
type_3 *event_local;
type_2 *widget_local;
type_5 *inst;
var_1(*(type_6 **)((... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\ngint focus_event(GtkWidget *widget,GdkEventFocus *event,gpointer data)\n\n{\n gpointer data_local;\n GdkEventFocus *event_local;\n GtkWidget *widget... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\ntype_1 function_1(type_2 *widget,type_3 *event,type_4 data)\n\n{\n type_4 data_local;\n type_3 *event_local;\n type_2 *widget_local;\n type_5 *inst... | (translation_unit (comment) (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier... |
1989_putty_and_putty_strip.c | get_window_pixels | FUN_001c5c45 | get_window_pixels |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void get_window_pixels(void *frontend,wchar_t *x,wchar_t *y)
{
undefined8 uVar1;
wchar_t *y_local;
wchar_t *x_local;
void *frontend_local;
gui_data *inst;
uVar1 = gtk_window_get_type();
/* WARNING: Load size i... |
void FUN_001c5c45(undefined8 *param_1,undefined8 param_2,undefined8 param_3)
{
undefined8 uVar1;
uVar1 = gtk_window_get_type();
uVar1 = g_type_check_instance_cast(*param_1,uVar1);
gtk_window_get_size(uVar1,param_2,param_3);
return;
}
| (translation_unit "void FUN_001c5c45(undefined8 *param_1,undefined8 param_2,undefined8 param_3)\n\n{\n undefined8 uVar1;\n \n uVar1 = gtk_window_get_type();\n uVar1 = g_type_check_instance_cast(*param_1,uVar1);\n gtk_window_get_size(uVar1,param_2,param_3);\n return;\n}\n\n" (function_definition "void FUN_001c5c45... | 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 + -0x18]
MOV qword ptr [RBP + -0x8],RAX
CALL 0x00116010
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x00114570
MOV ... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *frontend,type_1 *x,type_1 *y)
{
type_2 uVar1;
type_1 *y_local;
type_1 *x_local;
void *frontend_local;
type_3 *inst;
uVar1 = var_1();
/* WARNING: Load size is inaccurate */
uVar1 = var_2... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid get_window_pixels(void *frontend,wchar_t *x,wchar_t *y)\n\n{\n undefined8 uVar1;\n wchar_t *y_local;\n wchar_t *x_local;\n void *frontend_local;\n gui_data *inst;\n \n uVar1 = gtk_window_get_type();\n ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *frontend,type_1 *x,type_1 *y)\n\n{\n type_2 uVar1;\n type_1 *y_local;\n type_1 *x_local;\n void *frontend_local;\n type_3 *inst;\n \n uVar1 = var_1();\n /* WARNING: Load size is... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator... |
2273_putty_and_putty_strip.c | mb_to_wc | FUN_001d9af7 | mb_to_wc |
wchar_t mb_to_wc(wchar_t codepage,wchar_t flags,char *mbstr,wchar_t mblen,wchar_t *wcstr,
wchar_t wclen)
{
long lVar1;
wchar_t wVar2;
long in_FS_OFFSET;
wchar_t *wcstr_local;
wchar_t wclen_local;
wchar_t mblen_local;
char *mbstr_local;
wchar_t flags_local;
wchar_t codepage_local;
w... |
ulong FUN_001d9af7(int param_1,undefined4 param_2,char *param_3,int param_4,long param_5,
undefined4 param_6)
{
ulong uVar1;
long in_FS_OFFSET;
int local_3c;
char *local_38;
undefined4 local_30;
int local_2c;
uint local_28;
uint local_24;
size_t local_20;
mbstate_t local_18;
lo... | (translation_unit "ulong FUN_001d9af7(int param_1,undefined4 param_2,char *param_3,int param_4,long param_5,\n undefined4 param_6)\n\n{\n ulong uVar1;\n long in_FS_OFFSET;\n int local_3c;\n char *local_38;\n undefined4 local_30;\n int local_2c;\n uint local_28;\n uint local_24;\n size_t local_... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV dword ptr [RBP + -0x24],EDI
MOV dword ptr [RBP + -0x28],ESI
MOV qword ptr [RBP + -0x30],RDX
MOV dword ptr [RBP + -0x34],ECX
MOV qword ptr [RBP + -0x40],R8
MOV dword ptr [RBP + -0x38],R9D
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
CMP dword ptr [RBP + -0x... |
type_1 function_1(type_1 var_2,type_1 flags,char *mbstr,type_1 mblen,type_1 *var_6,
type_1 wclen)
{
long var_13;
type_1 wVar2;
long var_1;
type_1 *wcstr_local;
type_1 wclen_local;
type_1 var_4;
char *var_9;
type_1 flags_local;
type_1 codepage_local;
type_1 var_7;
type_1 var_11;
... | (translation_unit "wchar_t mb_to_wc(wchar_t codepage,wchar_t flags,char *mbstr,wchar_t mblen,wchar_t *wcstr,\n wchar_t wclen)\n\n{\n long lVar1;\n wchar_t wVar2;\n long in_FS_OFFSET;\n wchar_t *wcstr_local;\n wchar_t wclen_local;\n wchar_t mblen_local;\n char *mbstr_local;\n wchar_t flags_local;\... | (translation_unit "type_1 function_1(type_1 var_2,type_1 flags,char *mbstr,type_1 mblen,type_1 *var_6,\n type_1 wclen)\n\n{\n long var_13;\n type_1 wVar2;\n long var_1;\n type_1 *wcstr_local;\n type_1 wclen_local;\n type_1 var_4;\n char *var_9;\n type_1 flags_local;\n type_1 codepage_local;\n t... | (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... |
1952_putty_and_putty_strip.c | read_dupsession_data | FUN_001c3ae6 | read_dupsession_data |
int read_dupsession_data(Conf *conf,char *arg)
{
char **ppcVar1;
int iVar2;
ssize_t sVar3;
char *pcVar4;
long in_FS_OFFSET;
char *arg_local;
Conf *conf_local;
int fd;
int size;
int i;
int ret;
int n;
int size_used;
char *data;
char *p;
long local_20;
local_20 = *(long *)(in_FS_OFF... |
undefined8 FUN_001c3ae6(undefined8 param_1,char *param_2)
{
undefined8 *puVar1;
int iVar2;
ssize_t sVar3;
undefined8 uVar4;
long in_FS_OFFSET;
int local_48;
int local_44;
int local_40;
int local_3c;
int local_38;
int local_34;
long local_30;
long local_28;
long local_20;
local_20 = *(... | (translation_unit "undefined8 FUN_001c3ae6(undefined8 param_1,char *param_2)\n\n{\n undefined8 *puVar1;\n int iVar2;\n ssize_t sVar3;\n undefined8 uVar4;\n long in_FS_OFFSET;\n int local_48;\n int local_44;\n int local_40;\n int local_3c;\n int local_38;\n int local_34;\n long local_30;\n long local_28;\n ... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x48
MOV qword ptr [RBP + -0x48],RDI
MOV qword ptr [RBP + -0x50],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
XOR EAX,EAX
LEA RCX,[RBP + -0x3c]
LEA RDX,[RBP + -0x40]
MOV RAX,qword ptr [RBP + -0x50]
LEA RSI,[0x2152e4]
MOV RDI,RAX
MOV EAX,0x0
CALL 0x00114aa0
CMP EA... |
int function_1(type_1 *conf,char *arg)
{
char **ppcVar1;
int var_3;
ssize_t sVar3;
char *pcVar4;
long var_1;
char *arg_local;
type_1 *conf_local;
int fd;
int var_8;
int var_7;
int var_9;
int var_16;
int var_15;
char *var_11;
char *p;
long var_21;
var_21 = *(long *)(var_1 + 0x28);
... | (translation_unit "int read_dupsession_data(Conf *conf,char *arg)\n\n{\n char **ppcVar1;\n int iVar2;\n ssize_t sVar3;\n char *pcVar4;\n long in_FS_OFFSET;\n char *arg_local;\n Conf *conf_local;\n int fd;\n int size;\n int i;\n int ret;\n int n;\n int size_used;\n char *data;\n char *p;\n long local_20;... | (translation_unit "int function_1(type_1 *conf,char *arg)\n\n{\n char **ppcVar1;\n int var_3;\n ssize_t sVar3;\n char *pcVar4;\n long var_1;\n char *arg_local;\n type_1 *conf_local;\n int fd;\n int var_8;\n int var_7;\n int var_9;\n int var_16;\n int var_15;\n char *var_11;\n char *p;\n long var_21;\n ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... |
2019_putty_and_putty_strip.c | retrieve_cutbuffer | FUN_001c93b3 | retrieve_cutbuffer |
char * retrieve_cutbuffer(wchar_t *nbytes)
{
undefined8 uVar1;
wchar_t *nbytes_local;
char *ptr;
Display *disp;
uVar1 = gdk_display_get_default();
uVar1 = gdk_x11_display_get_xdisplay(uVar1);
ptr = (char *)XFetchBytes(uVar1,nbytes);
if ((*nbytes < L'\x01') && (ptr != (char *)0x0)) {
XFree(ptr);... |
long FUN_001c93b3(int *param_1)
{
undefined8 uVar1;
undefined8 local_18;
uVar1 = gdk_display_get_default();
uVar1 = gdk_x11_display_get_xdisplay(uVar1);
local_18 = XFetchBytes(uVar1,param_1);
if ((*param_1 < 1) && (local_18 != 0)) {
XFree(local_18);
local_18 = 0;
}
return local_18;
}
| (translation_unit "long FUN_001c93b3(int *param_1)\n\n{\n undefined8 uVar1;\n undefined8 local_18;\n \n uVar1 = gdk_display_get_default();\n uVar1 = gdk_x11_display_get_xdisplay(uVar1);\n local_18 = XFetchBytes(uVar1,param_1);\n if ((*param_1 < 1) && (local_18 != 0)) {\n XFree(local_18);\n local_18 = 0;\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
CALL 0x00114df0
MOV RDI,RAX
CALL 0x00115fa0
MOV qword ptr [RBP + -0x8],RAX
MOV RDX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RBP + -0x8]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x00114c80
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV EAX,dwor... |
char * function_1(type_1 *nbytes)
{
type_2 uVar1;
type_1 *nbytes_local;
char *var_4;
type_3 *disp;
uVar1 = var_1();
uVar1 = var_2(uVar1);
var_4 = (char *)var_3(uVar1,nbytes);
if ((*nbytes < L'\x01') && (var_4 != (char *)0x0)) {
var_5(var_4);
var_4 = (char *)0x0;
}
return var_4;
}
| (translation_unit "char * retrieve_cutbuffer(wchar_t *nbytes)\n\n{\n undefined8 uVar1;\n wchar_t *nbytes_local;\n char *ptr;\n Display *disp;\n \n uVar1 = gdk_display_get_default();\n uVar1 = gdk_x11_display_get_xdisplay(uVar1);\n ptr = (char *)XFetchBytes(uVar1,nbytes);\n if ((*nbytes < L'\x01') && (ptr != (c... | (translation_unit "char * function_1(type_1 *nbytes)\n\n{\n type_2 uVar1;\n type_1 *nbytes_local;\n char *var_4;\n type_3 *disp;\n \n uVar1 = var_1();\n uVar1 = var_2(uVar1);\n var_4 = (char *)var_3(uVar1,nbytes);\n if ((*nbytes < L'\x01') && (var_4 != (char *)0x0)) {\n var_5(var_4);\n var_4 = (char *)0x... | (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... |
1919_putty_and_putty_strip.c | multifont_draw_combining | FUN_001bf7f5 | multifont_draw_combining |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void multifont_draw_combining
(unifont_drawctx *ctx,unifont *font,wchar_t x,wchar_t y,wchar_t *string,wchar_t len,
wchar_t wide,wchar_t bold,wchar_t cellwidth)
{
wchar_t len_local;
wchar_t *string_local;
wcha... |
void FUN_001bf7f5(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined4 param_4,
undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,
undefined4 param_9)
{
FUN_001bf66b(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9,0,
... | (translation_unit "void FUN_001bf7f5(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined4 param_4,\n undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n FUN_001bf66b(param_1,param_2,param_3,param_4,param_5,param_6,para... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],EDX
MOV dword ptr [RBP + -0x18],ECX
MOV qword ptr [RBP + -0x20],R8
MOV dword ptr [RBP + -0x24],R9D
MOV R9D,dword ptr [RBP + -0x24]
MOV R8,qword ptr [RBP + -0x20]
MOV ECX,dword ptr [RBP + -0x18]
M... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1
(type_1 *ctx,type_2 *font,type_3 x,type_3 y,type_3 *string,type_3 len,
type_3 wide,type_3 bold,type_3 cellwidth)
{
type_3 len_local;
type_3 *string_local;
type_3 y_local;
type_3 x_local;
t... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid multifont_draw_combining\n (unifont_drawctx *ctx,unifont *font,wchar_t x,wchar_t y,wchar_t *string,wchar_t len,\n wchar_t wide,wchar_t bold,wchar_t cellwidth)\n\n{\n wchar_t len_local;\n wch... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1\n (type_1 *ctx,type_2 *font,type_3 x,type_3 y,type_3 *string,type_3 len,\n type_3 wide,type_3 bold,type_3 cellwidth)\n\n{\n type_3 len_local;\n type_3 *string_local;\n type_3 y_l... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
1912_putty_and_putty_strip.c | unifont_draw_text | FUN_001bf3ad | unifont_draw_text |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void unifont_draw_text(unifont_drawctx *ctx,unifont *font,wchar_t x,wchar_t y,wchar_t *string,
wchar_t len,wchar_t wide,wchar_t bold,wchar_t cellwidth)
{
wchar_t len_local;
wchar_t *string_local;
wchar_t y_local;
w... |
void FUN_001bf3ad(undefined8 param_1,long *param_2,undefined4 param_3,undefined4 param_4,
undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,
undefined4 param_9)
{
(**(code **)(*param_2 + 0x20))
(param_1,param_2,param_3,param_4,param_5,param_6,p... | (translation_unit "void FUN_001bf3ad(undefined8 param_1,long *param_2,undefined4 param_3,undefined4 param_4,\n undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n (**(code **)(*param_2 + 0x20))\n (param_1,param_2,param_3,p... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],EDX
MOV dword ptr [RBP + -0x18],ECX
MOV qword ptr [RBP + -0x20],R8
MOV dword ptr [RBP + -0x24],R9D
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x20]
MOV R9D,d... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *ctx,type_2 *font,type_3 x,type_3 y,type_3 *string,
type_3 len,type_3 wide,type_3 bold,type_3 cellwidth)
{
type_3 len_local;
type_3 *string_local;
type_3 y_local;
type_3 x_local;
type_2 *fo... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid unifont_draw_text(unifont_drawctx *ctx,unifont *font,wchar_t x,wchar_t y,wchar_t *string,\n wchar_t len,wchar_t wide,wchar_t bold,wchar_t cellwidth)\n\n{\n wchar_t len_local;\n wchar_t *string_loca... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *ctx,type_2 *font,type_3 x,type_3 y,type_3 *string,\n type_3 len,type_3 wide,type_3 bold,type_3 cellwidth)\n\n{\n type_3 len_local;\n type_3 *string_local;\n type_3 y_local;\n t... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
1961_putty_and_putty_strip.c | our_dialog_new | FUN_001c52d1 | our_dialog_new |
/* WARNING: Unknown calling convention */
GtkWidget * our_dialog_new(void)
{
GtkWidget *pGVar1;
undefined8 uVar2;
undefined8 uVar3;
GtkWidget *w;
GtkWidget *vbox;
pGVar1 = (GtkWidget *)gtk_window_new(0);
uVar2 = gtk_box_new(1,8);
uVar3 = gtk_container_get_type();
uVar3 = g_type_check_instance_ca... |
undefined8 FUN_001c52d1(void)
{
undefined8 uVar1;
undefined8 uVar2;
undefined8 uVar3;
uVar1 = gtk_window_new(0);
uVar2 = gtk_box_new(1,8);
uVar3 = gtk_container_get_type();
uVar3 = g_type_check_instance_cast(uVar1,uVar3);
gtk_container_add(uVar3,uVar2);
gtk_widget_show(uVar2);
return uVar1;
}
| (translation_unit "undefined8 FUN_001c52d1(void)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n \n uVar1 = gtk_window_new(0);\n uVar2 = gtk_box_new(1,8);\n uVar3 = gtk_container_get_type();\n uVar3 = g_type_check_instance_cast(uVar1,uVar3);\n gtk_container_add(uVar3,uVar2);\n gtk_widget_sh... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV EDI,0x0
CALL 0x00115260
MOV qword ptr [RBP + -0x10],RAX
MOV ESI,0x8
MOV EDI,0x1
CALL 0x00114790
MOV qword ptr [RBP + -0x8],RAX
CALL 0x00114a90
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x00114570
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RSI,RAX
... |
/* WARNING: Unknown calling convention */
type_1 * function_1(void)
{
type_1 *pGVar1;
type_2 uVar2;
type_2 uVar3;
type_1 *w;
type_1 *vbox;
pGVar1 = (type_1 *)var_1(0);
uVar2 = var_2(1,8);
uVar3 = var_3();
uVar3 = var_4(pGVar1,uVar3);
var_5(uVar3,uVar2);
var_6(uVar2);
return pGVar1;
}
| (translation_unit "/* WARNING: Unknown calling convention */\n\nGtkWidget * our_dialog_new(void)\n\n{\n GtkWidget *pGVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n GtkWidget *w;\n GtkWidget *vbox;\n \n pGVar1 = (GtkWidget *)gtk_window_new(0);\n uVar2 = gtk_box_new(1,8);\n uVar3 = gtk_container_get_type();\n ... | (translation_unit "/* WARNING: Unknown calling convention */\n\ntype_1 * function_1(void)\n\n{\n type_1 *pGVar1;\n type_2 uVar2;\n type_2 uVar3;\n type_1 *w;\n type_1 *vbox;\n \n pGVar1 = (type_1 *)var_1(0);\n uVar2 = var_2(1,8);\n uVar3 = var_3();\n uVar3 = var_4(pGVar1,uVar3);\n var_5(uVar3,uVar2);\n var_... | (translation_unit (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 (declaration type: (type_identifier) declarator: (poi... |
2027_putty_and_putty_strip.c | set_window_titles | FUN_001ca202 | set_window_titles |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void set_window_titles(gui_data *inst)
{
char *pcVar1;
int iVar2;
undefined8 uVar3;
gui_data *inst_local;
pcVar1 = inst->wintitle;
uVar3 = gtk_window_get_type();
uVar3 = g_type_check_instance_cast(inst->window,uVar3);
gtk_win... |
void FUN_001ca202(undefined8 *param_1)
{
undefined8 uVar1;
int iVar2;
undefined8 uVar3;
uVar1 = param_1[0x1ae];
uVar3 = gtk_window_get_type();
uVar3 = g_type_check_instance_cast(*param_1,uVar3);
gtk_window_set_title(uVar3,uVar1);
iVar2 = FUN_0011a4c1(param_1[0x45a],0x72);
if (iVar2 == 0) {
uV... | (translation_unit "void FUN_001ca202(undefined8 *param_1)\n\n{\n undefined8 uVar1;\n int iVar2;\n undefined8 uVar3;\n \n uVar1 = param_1[0x1ae];\n uVar3 = gtk_window_get_type();\n uVar3 = g_type_check_instance_cast(*param_1,uVar3);\n gtk_window_set_title(uVar3,uVar1);\n iVar2 = FUN_0011a4c1(param_1[0x45a],0x72... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x18
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr [RBP + -0x18]
MOV RBX,qword ptr [RAX + 0xd70]
CALL 0x00116010
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x00114570
MOV RSI,RBX
MOV RDI,RAX
CALL 0x00114da0
MOV RAX,qword ptr... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *inst)
{
char *pcVar1;
int var_5;
type_2 uVar3;
type_1 *inst_local;
pcVar1 = inst->wintitle;
uVar3 = var_1();
uVar3 = var_2(inst->window,uVar3);
var_3(uVar3,pcVar1);
var_5 = var_4(inst->conf,0x72);
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid set_window_titles(gui_data *inst)\n\n{\n char *pcVar1;\n int iVar2;\n undefined8 uVar3;\n gui_data *inst_local;\n \n pcVar1 = inst->wintitle;\n uVar3 = gtk_window_get_type();\n uVar3 = g_type_check_instance_cast(... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *inst)\n\n{\n char *pcVar1;\n int var_5;\n type_2 uVar3;\n type_1 *inst_local;\n \n pcVar1 = inst->wintitle;\n uVar3 = var_1();\n uVar3 = var_2(inst->window,uVar3);\n var_3(uVar3,pcVar1);\n va... | (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... |
2120_putty_and_putty_strip.c | sk_cleanup | FUN_001d0b9a | sk_cleanup |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void sk_cleanup(void)
{
void *pvVar1;
int i;
Actual_Socket_conflict s;
if (sktree != (tree234 *)0x0) {
i = 0;
while( true ) {
pvVar1 = index23... |
void FUN_001d0b9a(void)
{
long lVar1;
undefined4 local_14;
if (DAT_002362f0 != 0) {
local_14 = 0;
while( true ) {
lVar1 = FUN_001ae2e9(DAT_002362f0,local_14);
if (lVar1 == 0) break;
close(*(int *)(lVar1 + 0x10));
local_14 = local_14 + 1;
}
}
return;
}
| (translation_unit "void FUN_001d0b9a(void)\n\n{\n long lVar1;\n undefined4 local_14;\n \n if (DAT_002362f0 != 0) {\n local_14 = 0;\n while( true ) {\n lVar1 = FUN_001ae2e9(DAT_002362f0,local_14);\n if (lVar1 == 0) break;\n close(*(int *)(lVar1 + 0x10));\n local_14 = local_14 + 1;\n }\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV RAX,qword ptr [0x002362f0]
TEST RAX,RAX
JZ 0x001d0be8
MOV dword ptr [RBP + -0xc],0x0
JMP 0x001d0bc9
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x10]
MOV EDI,EAX
CALL 0x00116020
ADD dword ptr [RBP + -0xc],0x1
MOV RAX,qword ptr [0x002362f0]
MOV EDX,dword ptr [RBP + -0xc]... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void)
{
void *var_3;
int var_5;
type_1 s;
if (var_1 != (type_2 *)0x0) {
var_5 = 0;
while( true ) {
var_3 = var_2(var_1,var_5);... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid sk_cleanup(void)\n\n{\n void *pvVar1;\n int i;\n Actual_Socket_conflict s;\n \n if (sktree != (tree234 *)0x0) {\n i = 0;\n while( t... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void)\n\n{\n void *var_3;\n int var_5;\n type_1 s;\n \n if (var_1 != (type_2 *)0x0) {\n var_5 = 0;\n while( true ) {\n ... | (translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarato... |
1926_putty_and_putty_strip.c | unifontsel_setup_familylist | FUN_001bfbe6 | unifontsel_setup_familylist |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void unifontsel_setup_familylist(unifontsel_internal *fs)
{
long lVar1;
wchar_t wVar2;
void *pvVar3;
long in_FS_OFFSET;
unifontsel_internal *fs_local;
wchar_t i;
wchar_t listindex;
wchar_t minpos;
wchar_t maxpos;
wchar_t cur... |
void FUN_001bfbe6(long param_1)
{
int iVar1;
long lVar2;
long in_FS_OFFSET;
int local_5c;
int local_58;
int local_54;
int local_50;
uint local_4c;
long local_48;
undefined local_38 [40];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_54 = -1;
local_50 = -1;
local_48 =... | (translation_unit "void FUN_001bfbe6(long param_1)\n\n{\n int iVar1;\n long lVar2;\n long in_FS_OFFSET;\n int local_5c;\n int local_58;\n int local_54;\n int local_50;\n uint local_4c;\n long local_48;\n undefined local_38 [40];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_54 =... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x70
MOV qword ptr [RBP + -0x68],RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV dword ptr [RBP + -0x4c],0xffffffff
MOV dword ptr [RBP + -0x48],0xffffffff
MOV qword ptr [RBP + -0x40],0x0
MOV dword ptr [RBP + -0x44],0xffffffff
MOV RAX,qword ptr [RBP + -0x68]
MO... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *fs)
{
long var_14;
type_2 var_11;
void *var_4;
long var_1;
type_1 *fs_local;
type_2 var_16;
type_2 var_9;
type_2 minpos;
type_2 var_8;
type_2 var_12;
char *var_5;
type_3 *info;
type_4 iter;
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid unifontsel_setup_familylist(unifontsel_internal *fs)\n\n{\n long lVar1;\n wchar_t wVar2;\n void *pvVar3;\n long in_FS_OFFSET;\n unifontsel_internal *fs_local;\n wchar_t i;\n wchar_t listindex;\n wchar_t minpos;\n... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *fs)\n\n{\n long var_14;\n type_2 var_11;\n void *var_4;\n long var_1;\n type_1 *fs_local;\n type_2 var_16;\n type_2 var_9;\n type_2 minpos;\n type_2 var_8;\n type_2 var_12;\n char *var_5;\n ... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_ty... |
1979_putty_and_putty_strip.c | font_dimension | FUN_001c598b | font_dimension |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
wchar_t font_dimension(void *frontend,wchar_t which)
{
wchar_t wVar1;
wchar_t which_local;
void *frontend_local;
gui_data *inst;
if (which == L'\0') {
wVar1 = *(wchar_t *)((long)frontend + 0xd4c);
}
else {
wVar1 = *(wch... |
undefined4 FUN_001c598b(long param_1,int param_2)
{
undefined4 uVar1;
if (param_2 == 0) {
uVar1 = *(undefined4 *)(param_1 + 0xd4c);
}
else {
uVar1 = *(undefined4 *)(param_1 + 0xd50);
}
return uVar1;
}
| (translation_unit "undefined4 FUN_001c598b(long param_1,int param_2)\n\n{\n undefined4 uVar1;\n \n if (param_2 == 0) {\n uVar1 = *(undefined4 *)(param_1 + 0xd4c);\n }\n else {\n uVar1 = *(undefined4 *)(param_1 + 0xd50);\n }\n return uVar1;\n}\n\n" (function_definition "undefined4 FUN_001c598b(long param_1,... | 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],0x0
JZ 0x001c59b0
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0xd50]
JMP 0x001c59ba
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(void *frontend,type_1 var_1)
{
type_1 wVar1;
type_1 which_local;
void *frontend_local;
type_2 *inst;
if (var_1 == L'\0') {
wVar1 = *(type_1 *)((long)frontend + 0xd4c);
}
else {
wVar1 = *(type_1 *)((lon... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nwchar_t font_dimension(void *frontend,wchar_t which)\n\n{\n wchar_t wVar1;\n wchar_t which_local;\n void *frontend_local;\n gui_data *inst;\n \n if (which == L'\0') {\n wVar1 = *(wchar_t *)((long)frontend + 0xd4c);\n... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(void *frontend,type_1 var_1)\n\n{\n type_1 wVar1;\n type_1 which_local;\n void *frontend_local;\n type_2 *inst;\n \n if (var_1 == L'\0') {\n wVar1 = *(type_1 *)((long)frontend + 0xd4c);\n }\n else... | (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... |
2302_putty_and_putty_strip.c | x11_verify | FUN_001db923 | x11_verify |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
char * x11_verify(ulong peer_ip,int peer_port,tree234 *authtree,char *proto,uchar *data,int dlen,
X11FakeAuth **auth_ret)
{
long lVar1;
int iVar2;
X11FakeAuth *pXVar3;
char *pcVar4;
ulong uVar5;
time_t tVar6;
unde... |
char * FUN_001db923(ulong param_1,uint param_2,undefined8 param_3,char *param_4,void *param_5,
int param_6,undefined8 *param_7)
{
int iVar1;
int *piVar2;
char *pcVar3;
ulong uVar4;
time_t tVar5;
undefined4 *puVar6;
undefined4 *puVar7;
uint *puVar8;
undefined8 uVar9;
long in_FS_O... | (translation_unit "char * FUN_001db923(ulong param_1,uint param_2,undefined8 param_3,char *param_4,void *param_5,\n int param_6,undefined8 *param_7)\n\n{\n int iVar1;\n int *piVar2;\n char *pcVar3;\n ulong uVar4;\n time_t tVar5;\n undefined4 *puVar6;\n undefined4 *puVar7;\n uint *puVar8;\n un... | PUSH RBP
MOV RBP,RSP
SUB RSP,0xc0
MOV qword ptr [RBP + -0x98],RDI
MOV dword ptr [RBP + -0x9c],ESI
MOV qword ptr [RBP + -0xa8],RDX
MOV qword ptr [RBP + -0xb0],RCX
MOV qword ptr [RBP + -0xb8],R8
MOV dword ptr [RBP + -0xa0],R9D
MOV RAX,qword ptr [RBP + 0x10]
MOV qword ptr [RBP + -0xc0],RAX
MOV RAX,qword ptr FS:[0x28]
MOV ... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
char * function_1(type_1 var_10,int var_7,type_2 *authtree,char *proto,type_3 *var_19,int var_6,
type_4 **auth_ret)
{
long var_27;
int var_3;
type_4 *var_5;
char *pcVar4;
type_1 var_14;
type_5 var_15;
type_6 *var_... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * x11_verify(ulong peer_ip,int peer_port,tree234 *authtree,char *proto,uchar *data,int dlen,\n X11FakeAuth **auth_ret)\n\n{\n long lVar1;\n int iVar2;\n X11FakeAuth *pXVar3;\n char *pcVar4;\n ulong u... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * function_1(type_1 var_10,int var_7,type_2 *authtree,char *proto,type_3 *var_19,int var_6,\n type_4 **auth_ret)\n\n{\n long var_27;\n int var_3;\n type_4 *var_5;\n char *pcVar4;\n type_1 var_14;\n ... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator:... |
2063_putty_and_putty_strip.c | reset_terminal_menuitem | FUN_001cc5e5 | reset_terminal_menuitem |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void reset_terminal_menuitem(GtkMenuItem *item,gpointer data)
{
gpointer data_local;
GtkMenuItem *item_local;
gui_data *inst;
term_pwron(*(Terminal **)((long)data + 0xda0),L'\x01');
if (*(long *)((long)data + 0xd88) != 0) {
ldi... |
void FUN_001cc5e5(undefined8 param_1,long param_2)
{
FUN_0019c822(*(undefined8 *)(param_2 + 0xda0),1);
if (*(long *)(param_2 + 0xd88) != 0) {
FUN_0012714f(*(undefined8 *)(param_2 + 0xd88));
}
return;
}
| (translation_unit "void FUN_001cc5e5(undefined8 param_1,long param_2)\n\n{\n FUN_0019c822(*(undefined8 *)(param_2 + 0xda0),1);\n if (*(long *)(param_2 + 0xd88) != 0) {\n FUN_0012714f(*(undefined8 *)(param_2 + 0xd88));\n }\n return;\n}\n\n" (function_definition "void FUN_001cc5e5(undefined8 param_1,long param_2)\... | 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 + 0xda0]
MOV ESI,0x1
MOV RDI,RAX
CALL 0x0019c822
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + ... |
/* 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;
var_1(*(type_4 **)((long)data + 0xda0),L'\x01');
if (*(long *)((long)data + 0xd88) != 0) {
var_2(*(void **)((long)data + 0xd88));
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid reset_terminal_menuitem(GtkMenuItem *item,gpointer data)\n\n{\n gpointer data_local;\n GtkMenuItem *item_local;\n gui_data *inst;\n \n term_pwron(*(Terminal **)((long)data + 0xda0),L'\x01');\n if (*(long *)((long)d... | (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 var_1(*(type_4 **)((long)data + 0xda0),L'\x01');\n if (*(long *)((long)data + 0xd88) != 0) {\n var_2(*(vo... | (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... |
2122_putty_and_putty_strip.c | sk_nonamelookup | FUN_001d0e47 | sk_nonamelookup |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
SockAddr sk_nonamelookup(char *host)
{
SockAddr pSVar1;
char *host_local;
SockAddr ret;
pSVar1 = (SockAddr)safemalloc(1,0x220);
pSVar1->error = (char *)0x0;
pSVar1->superfamily = ADDRTYPE_UNSPEC;
strncpy(pSVar1->hostname,host,0... |
undefined4 * FUN_001d0e47(char *param_1)
{
undefined4 *puVar1;
puVar1 = (undefined4 *)FUN_0012e037(1,0x220);
*(undefined8 *)(puVar1 + 2) = 0;
puVar1[4] = 0;
strncpy((char *)(puVar1 + 8),param_1,0x200);
*(undefined *)((long)puVar1 + 0x21f) = 0;
*(undefined8 *)(puVar1 + 6) = 0;
*puVar1 = 1;
return ... | (translation_unit "undefined4 * FUN_001d0e47(char *param_1)\n\n{\n undefined4 *puVar1;\n \n puVar1 = (undefined4 *)FUN_0012e037(1,0x220);\n *(undefined8 *)(puVar1 + 2) = 0;\n puVar1[4] = 0;\n strncpy((char *)(puVar1 + 8),param_1,0x200);\n *(undefined *)((long)puVar1 + 0x21f) = 0;\n *(undefined8 *)(puVar1 + 6) =... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV ESI,0x220
MOV EDI,0x1
CALL 0x0012e037
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RAX + 0x8],0x0
MOV RAX,qword ptr [RBP + -0x8]
MOV dword ptr [RAX + 0x10],0x0
MOV RAX,qword ptr [RBP + -0x8]
LEA RCX,[RAX + 0x20]
MOV RA... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(char *host)
{
type_1 pSVar1;
char *host_local;
type_1 ret;
pSVar1 = (type_1)var_1(1,0x220);
pSVar1->error = (char *)0x0;
pSVar1->superfamily = ADDRTYPE_UNSPEC;
var_2(pSVar1->hostname,host,0x200);
pSVar1->hos... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nSockAddr sk_nonamelookup(char *host)\n\n{\n SockAddr pSVar1;\n char *host_local;\n SockAddr ret;\n \n pSVar1 = (SockAddr)safemalloc(1,0x220);\n pSVar1->error = (char *)0x0;\n pSVar1->superfamily = ADDRTYPE_UNSPEC;\n s... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(char *host)\n\n{\n type_1 pSVar1;\n char *host_local;\n type_1 ret;\n \n pSVar1 = (type_1)var_1(1,0x220);\n pSVar1->error = (char *)0x0;\n pSVar1->superfamily = ADDRTYPE_UNSPEC;\n var_2(pSVar1->hostn... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_ide... |
2310_putty_and_putty_strip.c | x11_close | FUN_001dc5f8 | x11_close |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void x11_close(X11Connection *xconn)
{
X11Connection *xconn_local;
if (xconn != (X11Connection *)0x0) {
if (xconn->auth_protocol != (char *)0x0) {
safefree(xconn->auth_protocol);
safefree(xconn->auth_data);
}
if (... |
void FUN_001dc5f8(long param_1)
{
if (param_1 != 0) {
if (*(long *)(param_1 + 0x28) != 0) {
FUN_0012e243(*(undefined8 *)(param_1 + 0x28));
FUN_0012e243(*(undefined8 *)(param_1 + 0x30));
}
if (*(long *)(param_1 + 0x78) != 0) {
(**(code **)(**(long **)(param_1 + 0x78) + 8))(*(undefined8 ... | (translation_unit "void FUN_001dc5f8(long param_1)\n\n{\n if (param_1 != 0) {\n if (*(long *)(param_1 + 0x28) != 0) {\n FUN_0012e243(*(undefined8 *)(param_1 + 0x28));\n FUN_0012e243(*(undefined8 *)(param_1 + 0x30));\n }\n if (*(long *)(param_1 + 0x78) != 0) {\n (**(code **)(**(long **)(param_1 ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
CMP qword ptr [RBP + -0x8],0x0
JZ 0x001dc67f
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x28]
TEST RAX,RAX
JZ 0x001dc638
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x28]
MOV RDI,RAX
CALL 0x0012e243
MOV RAX,qword ptr [RBP + -0x8]
... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *var_1)
{
type_1 *xconn_local;
if (var_1 != (type_1 *)0x0) {
if (var_1->auth_protocol != (char *)0x0) {
var_2(var_1->auth_protocol);
var_2(var_1->auth_data);
}
if (var_1->s != (type_2)0x0) {... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid x11_close(X11Connection *xconn)\n\n{\n X11Connection *xconn_local;\n \n if (xconn != (X11Connection *)0x0) {\n if (xconn->auth_protocol != (char *)0x0) {\n safefree(xconn->auth_protocol);\n safefree(xconn... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *var_1)\n\n{\n type_1 *xconn_local;\n \n if (var_1 != (type_1 *)0x0) {\n if (var_1->auth_protocol != (char *)0x0) {\n var_2(var_1->auth_protocol);\n var_2(var_1->auth_data);\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))))) body: (compound_statement (declaration type: (type_ide... |
2294_putty_and_putty_strip.c | dummy_plug_receive | FUN_001dadfe | dummy_plug_receive |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void dummy_plug_receive(Plug p,int urgent,char *data,int len)
{
char *data_local;
int len_local;
int urgent_local;
Plug p_local;
return;
}
|
void FUN_001dadfe(void)
{
return;
}
| (translation_unit "void FUN_001dadfe(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_001dadfe(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_001dadfe(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
MOV qword ptr [RBP + -0x18],RDX
MOV dword ptr [RBP + -0x10],ECX
NOP
POP RBP
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 p,int urgent,char *data,int len)
{
char *data_local;
int len_local;
int urgent_local;
type_1 p_local;
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid dummy_plug_receive(Plug p,int urgent,char *data,int len)\n\n{\n char *data_local;\n int len_local;\n int urgent_local;\n Plug p_local;\n \n return;\n}\n\n" comment (function_definition "void dummy_plug_receive(Plug... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 p,int urgent,char *data,int len)\n\n{\n char *data_local;\n int len_local;\n int urgent_local;\n type_1 p_local;\n \n return;\n}\n\n" comment (function_definition "void function_1(type_1 p,int urg... | (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... |
2148_putty_and_putty_strip.c | net_select_result | FUN_001d2e0b | net_select_result |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void net_select_result(int fd,int event)
{
long lVar1;
_func_void_Plug_char_ptr_int_int *p_Var2;
socklen_t sVar3;
int iVar4;
int iVar5;
ssize_t sVar6;
int *piVar7;
char *pcVar8;
socklen_t *psVar9;
long lVar10;
size_t __n;
... |
void FUN_001d2e0b(undefined4 param_1,int param_2)
{
undefined8 uVar1;
code *pcVar2;
socklen_t sVar3;
int iVar4;
ssize_t sVar5;
int *piVar6;
char *pcVar7;
socklen_t *psVar8;
long lVar9;
size_t __n;
undefined8 *puVar10;
sockaddr *psVar11;
long in_FS_OFFSET;
byte bVar12;
undefined8 local_54... | (translation_unit "void FUN_001d2e0b(undefined4 param_1,int param_2)\n\n{\n undefined8 uVar1;\n code *pcVar2;\n socklen_t sVar3;\n int iVar4;\n ssize_t sVar5;\n int *piVar6;\n char *pcVar7;\n socklen_t *psVar8;\n long lVar9;\n size_t __n;\n undefined8 *puVar10;\n sockaddr *psVar11;\n long in_FS_OFFSET;\n ... | PUSH RBP
MOV RBP,RSP
PUSH R12
PUSH RBX
SUB RSP,0x5490
MOV dword ptr [RBP + -0x5274],EDI
MOV dword ptr [RBP + -0x5278],ESI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
XOR EAX,EAX
MOV RAX,qword ptr [0x002362f0]
LEA RCX,[RBP + -0x5274]
LEA RDX,[0x1d0b34]
MOV RSI,RCX
MOV RDI,RAX
CALL 0x001ae652
MOV qword pt... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(int fd,int event)
{
long var_40;
type_1 *p_Var2;
type_2 sVar3;
int var_8;
int var_24;
ssize_t sVar6;
int *piVar7;
char *pcVar8;
type_2 *psVar9;
long var_17;
size_t __n;
type_3 *pSVar11;
type_4 *psVar12;... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid net_select_result(int fd,int event)\n\n{\n long lVar1;\n _func_void_Plug_char_ptr_int_int *p_Var2;\n socklen_t sVar3;\n int iVar4;\n int iVar5;\n ssize_t sVar6;\n int *piVar7;\n char *pcVar8;\n socklen_t *psVar9... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(int fd,int event)\n\n{\n long var_40;\n type_1 *p_Var2;\n type_2 sVar3;\n int var_8;\n int var_24;\n ssize_t sVar6;\n int *piVar7;\n char *pcVar8;\n type_2 *psVar9;\n long var_17;\n size_t __n;\n t... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_... |
2218_putty_and_putty_strip.c | serial_init | FUN_001d681c | serial_init |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
char * serial_init(void *frontend_handle,void **backend_handle,Conf *conf,char *host,int port,
char **realhost,int nodelay,int keepalive)
{
int iVar1;
Serial serial_00;
char *pcVar2;
char *pcVar3;
char **realhost_loc... |
char * FUN_001d681c(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5,undefined8 *param_6)
{
int iVar1;
undefined8 *puVar2;
char *__file;
undefined8 uVar3;
char *pcVar4;
puVar2 = (undefined8 *)FUN_0012e037(1,0x30);
*param_2 = puVar2;
... | (translation_unit "char * FUN_001d681c(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 *param_6)\n\n{\n int iVar1;\n undefined8 *puVar2;\n char *__file;\n undefined8 uVar3;\n char *pcVar4;\n \n puVar2 = (undefined8 *)FUN_0012e037(1,0... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV qword ptr [RBP + -0x38],RDX
MOV qword ptr [RBP + -0x40],RCX
MOV dword ptr [RBP + -0x44],R8D
MOV qword ptr [RBP + -0x50],R9
MOV ESI,0x30
MOV EDI,0x1
CALL 0x0012e037
MOV qword ptr [RBP + -0x20],RAX
MOV RAX,qword ptr [RBP... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
char * function_1(void *frontend_handle,void **backend_handle,type_1 *conf,char *host,int port,
char **realhost,int nodelay,int keepalive)
{
int iVar1;
type_2 serial_00;
char *pcVar2;
char *var_10;
char **realhost_lo... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * serial_init(void *frontend_handle,void **backend_handle,Conf *conf,char *host,int port,\n char **realhost,int nodelay,int keepalive)\n\n{\n int iVar1;\n Serial serial_00;\n char *pcVar2;\n char *pc... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * function_1(void *frontend_handle,void **backend_handle,type_1 *conf,char *host,int port,\n char **realhost,int nodelay,int keepalive)\n\n{\n int iVar1;\n type_2 serial_00;\n char *pcVar2;\n char *v... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ty... |
1900_putty_and_putty_strip.c | pangofont_has_glyph | FUN_001be3f2 | pangofont_has_glyph |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
wchar_t pangofont_has_glyph(unifont *font,wchar_t glyph)
{
wchar_t glyph_local;
unifont *font_local;
return L'\x01';
}
|
undefined8 FUN_001be3f2(void)
{
return 1;
}
| (translation_unit "undefined8 FUN_001be3f2(void)\n\n{\n return 1;\n}\n\n" (function_definition "undefined8 FUN_001be3f2(void)\n\n{\n return 1;\n}" type_identifier (function_declarator "FUN_001be3f2(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n ... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV EAX,0x1
POP RBP
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(type_2 *font,type_1 glyph)
{
type_1 glyph_local;
type_2 *font_local;
return L'\x01';
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nwchar_t pangofont_has_glyph(unifont *font,wchar_t glyph)\n\n{\n wchar_t glyph_local;\n unifont *font_local;\n \n return L'\x01';\n}\n\n" comment (function_definition "wchar_t pangofont_has_glyph(unifont *font,wchar_t glyp... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 *font,type_1 glyph)\n\n{\n type_1 glyph_local;\n type_2 *font_local;\n \n return L'\x01';\n}\n\n" comment (function_definition "type_1 function_1(type_2 *font,type_1 glyph)\n\n{\n type_1 glyph_lo... | (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... |
1940_putty_and_putty_strip.c | alias_resolve | FUN_001c18b9 | alias_resolve |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void alias_resolve(GtkTreeView *treeview,GtkTreePath *path,GtkTreeViewColumn *column,gpointer data)
{
long lVar1;
_func_char_ptr_GtkWidget_ptr_char_ptr_wchar_t_ptr_wchar_t_ptr_wchar_t *p_Var2;
char *pcVar3;
undefined8 uVar4;
GtkWidget... |
void FUN_001c18b9(undefined8 param_1,undefined8 param_2,undefined8 param_3,long param_4)
{
code *pcVar1;
undefined8 uVar2;
undefined8 uVar3;
long in_FS_OFFSET;
undefined4 local_84;
undefined4 local_80;
undefined4 local_7c;
long local_78;
undefined8 *local_70;
undefined8 local_68;
undefined8 *loc... | (translation_unit "void FUN_001c18b9(undefined8 param_1,undefined8 param_2,undefined8 param_3,long param_4)\n\n{\n code *pcVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n long in_FS_OFFSET;\n undefined4 local_84;\n undefined4 local_80;\n undefined4 local_7c;\n long local_78;\n undefined8 *local_70;\n undefine... | PUSH RBP
MOV RBP,RSP
PUSH R12
PUSH RBX
SUB RSP,0x90
MOV qword ptr [RBP + -0x88],RDI
MOV qword ptr [RBP + -0x90],RSI
MOV qword ptr [RBP + -0x98],RDX
MOV qword ptr [RBP + -0xa0],RCX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0xa0]
MOV qword ptr [RBP + -0x70],RAX
MOV ... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *treeview,type_2 *path,type_3 *column,type_4 data)
{
long var_13;
type_5 *p_Var2;
char *pcVar3;
type_6 uVar4;
type_7 *pGVar5;
long var_1;
type_4 data_local;
type_3 *column_local;
type_2 *path_local;
ty... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid alias_resolve(GtkTreeView *treeview,GtkTreePath *path,GtkTreeViewColumn *column,gpointer data)\n\n{\n long lVar1;\n _func_char_ptr_GtkWidget_ptr_char_ptr_wchar_t_ptr_wchar_t_ptr_wchar_t *p_Var2;\n char *pcVar3;\n und... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *treeview,type_2 *path,type_3 *column,type_4 data)\n\n{\n long var_13;\n type_5 *p_Var2;\n char *pcVar3;\n type_6 uVar4;\n type_7 *pGVar5;\n long var_1;\n type_4 data_local;\n type_3 *column_loc... | (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... |
2113_putty_and_putty_strip.c | fontspec_serialise | FUN_001d07ab | fontspec_serialise |
int fontspec_serialise(FontSpec *f,void *data)
{
size_t sVar1;
void *data_local;
FontSpec *f_local;
int len;
sVar1 = strlen(f->name);
if (data != (void *)0x0) {
strcpy((char *)data,f->name);
}
return (int)sVar1 + 1;
}
|
int FUN_001d07ab(undefined8 *param_1,char *param_2)
{
size_t sVar1;
sVar1 = strlen((char *)*param_1);
if (param_2 != (char *)0x0) {
strcpy(param_2,(char *)*param_1);
}
return (int)sVar1 + 1;
}
| (translation_unit "int FUN_001d07ab(undefined8 *param_1,char *param_2)\n\n{\n size_t sVar1;\n \n sVar1 = strlen((char *)*param_1);\n if (param_2 != (char *)0x0) {\n strcpy(param_2,(char *)*param_1);\n }\n return (int)sVar1 + 1;\n}\n\n" (function_definition "int FUN_001d07ab(undefined8 *param_1,char *param_2)\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 + -0x18]
MOV RAX,qword ptr [RAX]
MOV RDI,RAX
CALL 0x00114630
MOV dword ptr [RBP + -0x4],EAX
CMP qword ptr [RBP + -0x20],0x0
JZ 0x001d07ea
MOV RAX,qword ptr [RBP + -0x18]
MOV RDX,qword ptr [RAX]
MOV R... |
int function_1(type_1 *f,void *var_2)
{
size_t sVar1;
void *data_local;
type_1 *f_local;
int len;
sVar1 = var_1(f->name);
if (var_2 != (void *)0x0) {
var_3((char *)var_2,f->name);
}
return (int)sVar1 + 1;
}
| (translation_unit "int fontspec_serialise(FontSpec *f,void *data)\n\n{\n size_t sVar1;\n void *data_local;\n FontSpec *f_local;\n int len;\n \n sVar1 = strlen(f->name);\n if (data != (void *)0x0) {\n strcpy((char *)data,f->name);\n }\n return (int)sVar1 + 1;\n}\n\n" (function_definition "int fontspec_serial... | (translation_unit "int function_1(type_1 *f,void *var_2)\n\n{\n size_t sVar1;\n void *data_local;\n type_1 *f_local;\n int len;\n \n sVar1 = var_1(f->name);\n if (var_2 != (void *)0x0) {\n var_3((char *)var_2,f->name);\n }\n return (int)sVar1 + 1;\n}\n\n" (function_definition "int function_1(type_1 *f,void ... | (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... |
2229_putty_and_putty_strip.c | serial_get_specials | FUN_001d6e49 | serial_get_specials |
telnet_special * serial_get_specials(void *handle)
{
void *handle_local;
return serial_get_specials::specials;
}
|
undefined ** FUN_001d6e49(void)
{
return &PTR_s_Break_00231700;
}
| (translation_unit "undefined ** FUN_001d6e49(void)\n\n{\n return &PTR_s_Break_00231700;\n}\n\n" (function_definition "undefined ** FUN_001d6e49(void)\n\n{\n return &PTR_s_Break_00231700;\n}" type_identifier (pointer_declarator "** FUN_001d6e49(void)" * (pointer_declarator "* FUN_001d6e49(void)" * (function_declarator... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
LEA RAX,[0x231700]
POP RBP
RET |
type_1 * function_1(void *handle)
{
void *handle_local;
return function_1::specials;
}
| (translation_unit "telnet_special * serial_get_specials(void *handle)\n\n{\n void *handle_local;\n \n return serial_get_specials::specials;\n}\n\n" (function_definition "telnet_special * serial_get_specials(void *handle)\n\n{\n void *handle_local;\n \n return serial_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... |
2265_putty_and_putty_strip.c | enum_settings_finish | FUN_001d9319 | enum_settings_finish |
void enum_settings_finish(void *handle)
{
void *handle_local;
DIR *dp;
closedir((DIR *)handle);
return;
}
|
void FUN_001d9319(DIR *param_1)
{
closedir(param_1);
return;
}
| (translation_unit "void FUN_001d9319(DIR *param_1)\n\n{\n closedir(param_1);\n return;\n}\n\n" (function_definition "void FUN_001d9319(DIR *param_1)\n\n{\n closedir(param_1);\n return;\n}" primitive_type (function_declarator "FUN_001d9319(DIR *param_1)" identifier (parameter_list "(DIR *param_1)" ( (parameter_decla... | 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 RDI,RAX
CALL 0x00115ab0
NOP
LEAVE
RET |
void function_1(void *handle)
{
void *handle_local;
type_1 *dp;
var_1((type_1 *)handle);
return;
}
| (translation_unit "void enum_settings_finish(void *handle)\n\n{\n void *handle_local;\n DIR *dp;\n \n closedir((DIR *)handle);\n return;\n}\n\n" (function_definition "void enum_settings_finish(void *handle)\n\n{\n void *handle_local;\n DIR *dp;\n \n closedir((DIR *)handle);\n return;\n}" primitive_type (funct... | (translation_unit "void function_1(void *handle)\n\n{\n void *handle_local;\n type_1 *dp;\n \n var_1((type_1 *)handle);\n return;\n}\n\n" (function_definition "void function_1(void *handle)\n\n{\n void *handle_local;\n type_1 *dp;\n \n var_1((type_1 *)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... |
2247_putty_and_putty_strip.c | open_settings_w | FUN_001d862f | open_settings_w |
void * open_settings_w(char *sessionname,char **errmsg)
{
char *pcVar1;
char *pcVar2;
char *pcVar3;
FILE *pFVar4;
int *piVar5;
char **errmsg_local;
char *sessionname_local;
char *filename;
char *err;
FILE *fp;
*errmsg = (char *)0x0;
pcVar1 = make_filename(0,(char *)0x0);
pcVar2 = make_dir... |
FILE * FUN_001d862f(undefined8 param_1,undefined8 *param_2)
{
undefined8 uVar1;
long lVar2;
undefined8 uVar3;
FILE *pFVar4;
char *__filename;
int *piVar5;
char *pcVar6;
*param_2 = 0;
uVar1 = FUN_001d8145(0,0);
lVar2 = FUN_001d09a5(uVar1,0x1c0);
if (lVar2 == 0) {
FUN_0012e243(uVar1);
u... | (translation_unit "FILE * FUN_001d862f(undefined8 param_1,undefined8 *param_2)\n\n{\n undefined8 uVar1;\n long lVar2;\n undefined8 uVar3;\n FILE *pFVar4;\n char *__filename;\n int *piVar5;\n char *pcVar6;\n \n *param_2 = 0;\n uVar1 = FUN_001d8145(0,0);\n lVar2 = FUN_001d09a5(uVar1,0x1c0);\n if (lVar2 == 0) ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV RAX,qword ptr [RBP + -0x30]
MOV qword ptr [RAX],0x0
MOV ESI,0x0
MOV EDI,0x0
CALL 0x001d8145
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV ESI,0x1c0
MOV RDI,RAX
CALL 0x001d09a5
MOV qword ptr [RBP +... |
void * function_1(char *sessionname,char **errmsg)
{
char *pcVar1;
char *var_3;
char *pcVar3;
type_1 *var_6;
int *piVar5;
char **errmsg_local;
char *sessionname_local;
char *filename;
char *err;
type_1 *fp;
*errmsg = (char *)0x0;
pcVar1 = var_1(0,(char *)0x0);
var_3 = var_2(pcVar1,0x1c0);... | (translation_unit "void * open_settings_w(char *sessionname,char **errmsg)\n\n{\n char *pcVar1;\n char *pcVar2;\n char *pcVar3;\n FILE *pFVar4;\n int *piVar5;\n char **errmsg_local;\n char *sessionname_local;\n char *filename;\n char *err;\n FILE *fp;\n \n *errmsg = (char *)0x0;\n pcVar1 = make_filename(0,... | (translation_unit "void * function_1(char *sessionname,char **errmsg)\n\n{\n char *pcVar1;\n char *var_3;\n char *pcVar3;\n type_1 *var_6;\n int *piVar5;\n char **errmsg_local;\n char *sessionname_local;\n char *filename;\n char *err;\n type_1 *fp;\n \n *errmsg = (char *)0x0;\n pcVar1 = var_1(0,(char *)0x0... | (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))) (parameter_declaration type: (primi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.