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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
679_pterm_and_pterm_strip.c | strbuf_str | FUN_00127893 | strbuf_str |
char * strbuf_str(strbuf *buf)
{
strbuf *buf_local;
return buf->s;
}
|
undefined8 FUN_00127893(undefined8 *param_1)
{
return *param_1;
}
| (translation_unit "undefined8 FUN_00127893(undefined8 *param_1)\n\n{\n return *param_1;\n}\n\n" (function_definition "undefined8 FUN_00127893(undefined8 *param_1)\n\n{\n return *param_1;\n}" type_identifier (function_declarator "FUN_00127893(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
POP RBP
RET |
char * function_1(type_1 *buf)
{
type_1 *buf_local;
return buf->s;
}
| (translation_unit "char * strbuf_str(strbuf *buf)\n\n{\n strbuf *buf_local;\n \n return buf->s;\n}\n\n" (function_definition "char * strbuf_str(strbuf *buf)\n\n{\n strbuf *buf_local;\n \n return buf->s;\n}" primitive_type (pointer_declarator "* strbuf_str(strbuf *buf)" * (function_declarator "strbuf_str(strbuf *b... | (translation_unit "char * function_1(type_1 *buf)\n\n{\n type_1 *buf_local;\n \n return buf->s;\n}\n\n" (function_definition "char * function_1(type_1 *buf)\n\n{\n type_1 *buf_local;\n \n return buf->s;\n}" primitive_type (pointer_declarator "* function_1(type_1 *buf)" * (function_declarator "function_1(type_1 *b... | (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... |
688_pterm_and_pterm_strip.c | bufchain_clear | FUN_00127e5d | bufchain_clear |
void bufchain_clear(bufchain_conflict *ch)
{
bufchain_granule *ptr;
bufchain_conflict *ch_local;
bufchain_granule *b;
while (ch->head != (bufchain_granule *)0x0) {
ptr = ch->head;
ch->head = ch->head->next;
safefree(ptr);
}
ch->tail = (bufchain_granule *)0x0;
ch->buffersize = 0;
return;... |
void FUN_00127e5d(long *param_1)
{
long lVar1;
while (*param_1 != 0) {
lVar1 = *param_1;
*param_1 = *(long *)*param_1;
FUN_001284fc(lVar1);
}
param_1[1] = 0;
*(undefined4 *)(param_1 + 2) = 0;
return;
}
| (translation_unit "void FUN_00127e5d(long *param_1)\n\n{\n long lVar1;\n \n while (*param_1 != 0) {\n lVar1 = *param_1;\n *param_1 = *(long *)*param_1;\n FUN_001284fc(lVar1);\n }\n param_1[1] = 0;\n *(undefined4 *)(param_1 + 2) = 0;\n return;\n}\n\n" (function_definition "void FUN_00127e5d(long *param_1... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
JMP 0x00127e93
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX]
MOV RDX,qword ptr [RAX]
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RAX],RDX
MOV RAX,qword pt... |
void function_1(type_1 *ch)
{
type_2 *ptr;
type_1 *ch_local;
type_2 *b;
while (ch->head != (type_2 *)0x0) {
ptr = ch->head;
ch->head = ch->head->next;
var_1(ptr);
}
ch->tail = (type_2 *)0x0;
ch->buffersize = 0;
return;
}
| (translation_unit "void bufchain_clear(bufchain_conflict *ch)\n\n{\n bufchain_granule *ptr;\n bufchain_conflict *ch_local;\n bufchain_granule *b;\n \n while (ch->head != (bufchain_granule *)0x0) {\n ptr = ch->head;\n ch->head = ch->head->next;\n safefree(ptr);\n }\n ch->tail = (bufchain_granule *)0x0;\n... | (translation_unit "void function_1(type_1 *ch)\n\n{\n type_2 *ptr;\n type_1 *ch_local;\n type_2 *b;\n \n while (ch->head != (type_2 *)0x0) {\n ptr = ch->head;\n ch->head = ch->head->next;\n var_1(ptr);\n }\n ch->tail = (type_2 *)0x0;\n ch->buffersize = 0;\n return;\n}\n\n" (function_definition "void f... | (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... |
598_pterm_and_pterm_strip.c | ctrl_path_compare | FUN_0011f7df | ctrl_path_compare |
int ctrl_path_compare(char *p1,char *p2)
{
char *p2_local;
char *p1_local;
int i;
i = 0;
p2_local = p2;
p1_local = p1;
while( true ) {
if ((*p1_local == '\0') && (*p2_local == '\0')) {
return 0x7fffffff;
}
if (((*p1_local == '/') || (*p1_local == '\0')) && ((*p2_local == '/' || (*p2... |
int FUN_0011f7df(char *param_1,char *param_2)
{
char *local_28;
char *local_20;
int local_c;
local_c = 0;
local_28 = param_2;
local_20 = param_1;
while( true ) {
if ((*local_20 == '\0') && (*local_28 == '\0')) {
return 0x7fffffff;
}
if (((*local_20 == '/') || (*local_20 == '\0')) &&... | (translation_unit "int FUN_0011f7df(char *param_1,char *param_2)\n\n{\n char *local_28;\n char *local_20;\n int local_c;\n \n local_c = 0;\n local_28 = param_2;\n local_20 = param_1;\n while( true ) {\n if ((*local_20 == '\0') && (*local_28 == '\0')) {\n return 0x7fffffff;\n }\n if (((*local_20 ==... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV dword ptr [RBP + -0x4],0x0
JMP 0x0011f845
MOV RAX,qword ptr [RBP + -0x18]
MOVZX EAX,byte ptr [RAX]
CMP AL,0x2f
JZ 0x0011f80a
MOV RAX,qword ptr [RBP + -0x18]
MOVZX EAX,byte ptr [RAX]
TEST AL,AL
JNZ 0x0011f824
MOV RAX,qword ptr [RBP ... |
int function_1(char *p1,char *p2)
{
char *var_3;
char *var_2;
int var_1;
var_1 = 0;
var_3 = p2;
var_2 = p1;
while( true ) {
if ((*var_2 == '\0') && (*var_3 == '\0')) {
return 0x7fffffff;
}
if (((*var_2 == '/') || (*var_2 == '\0')) && ((*var_3 == '/' || (*var_3 == '\0'))))
{
... | (translation_unit "int ctrl_path_compare(char *p1,char *p2)\n\n{\n char *p2_local;\n char *p1_local;\n int i;\n \n i = 0;\n p2_local = p2;\n p1_local = p1;\n while( true ) {\n if ((*p1_local == '\0') && (*p2_local == '\0')) {\n return 0x7fffffff;\n }\n if (((*p1_local == '/') || (*p1_local == '\0'... | (translation_unit "int function_1(char *p1,char *p2)\n\n{\n char *var_3;\n char *var_2;\n int var_1;\n \n var_1 = 0;\n var_3 = p2;\n var_2 = p1;\n while( true ) {\n if ((*var_2 == '\0') && (*var_3 == '\0')) {\n return 0x7fffffff;\n }\n if (((*var_2 == '/') || (*var_2 == '\0')) && ((*var_3 == '/' |... | (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_... |
1003_pterm_and_pterm_strip.c | x11font_draw_text | FUN_0015222a | x11font_draw_text |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void x11font_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)
{
int iVar1;
int iVar2;
int iVar3;
wchar_t nchars;
void *str... |
void FUN_0015222a(int *param_1,long param_2,undefined4 param_3,undefined4 param_4,long param_5,
int param_6,int param_7,int param_8,int param_9)
{
int iVar1;
int iVar2;
undefined4 uVar3;
long lVar4;
undefined8 uVar5;
int local_38;
undefined4 local_34;
int local_30;
local_34 = 0;
... | (translation_unit "void FUN_0015222a(int *param_1,long param_2,undefined4 param_3,undefined4 param_4,long param_5,\n int param_6,int param_7,int param_8,int param_9)\n\n{\n int iVar1;\n int iVar2;\n undefined4 uVar3;\n long lVar4;\n undefined8 uVar5;\n int local_38;\n undefined4 local_34;\n int ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x38],RDI
MOV qword ptr [RBP + -0x40],RSI
MOV dword ptr [RBP + -0x44],EDX
MOV dword ptr [RBP + -0x48],ECX
MOV qword ptr [RBP + -0x50],R8
MOV dword ptr [RBP + -0x54],R9D
MOV RAX,qword ptr [RBP + -0x40]
MOV qword ptr [RBP + -0x18],RAX
MOV dword ptr [RBP + -0x2c],0x0... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *ctx,type_2 *var_11,type_3 x,type_3 y,type_3 *string,
type_3 var_6,type_3 var_1,type_3 var_2,type_3 var_12)
{
int var_3;
int var_10;
int var_13;
type_3 nchars;
void *string_00;
char *mbst... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid x11font_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 int iVar1;\n int iVar2;\n int iVar3;\n ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *ctx,type_2 *var_11,type_3 x,type_3 y,type_3 *string,\n type_3 var_6,type_3 var_1,type_3 var_2,type_3 var_12)\n\n{\n int var_3;\n int var_10;\n int var_13;\n type_3 nchars;\n v... | (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... |
1217_puttytel_and_puttytel_strip.c | translate_button | FUN_00164977 | translate_button |
Mouse_Button translate_button(Mouse_Button button)
{
Mouse_Button MVar1;
Mouse_Button button_local;
if (button == MBT_LEFT) {
MVar1 = MBT_SELECT;
}
else if (button == MBT_MIDDLE) {
MVar1 = MBT_PASTE;
}
else if (button == MBT_RIGHT) {
MVar1 = MBT_EXTEND;
}
else {
MVar1 = MBT_NOTHIN... |
undefined8 FUN_00164977(int param_1)
{
undefined8 uVar1;
if (param_1 == 1) {
uVar1 = 4;
}
else if (param_1 == 2) {
uVar1 = 6;
}
else if (param_1 == 3) {
uVar1 = 5;
}
else {
uVar1 = 0;
}
return uVar1;
}
| (translation_unit "undefined8 FUN_00164977(int param_1)\n\n{\n undefined8 uVar1;\n \n if (param_1 == 1) {\n uVar1 = 4;\n }\n else if (param_1 == 2) {\n uVar1 = 6;\n }\n else if (param_1 == 3) {\n uVar1 = 5;\n }\n else {\n uVar1 = 0;\n }\n return uVar1;\n}\n\n" (function_definition "undefined8 FUN... | PUSH RBP
MOV RBP,RSP
MOV dword ptr [RBP + -0x4],EDI
CMP dword ptr [RBP + -0x4],0x1
JNZ 0x0016498b
MOV EAX,0x4
JMP 0x001649aa
CMP dword ptr [RBP + -0x4],0x2
JNZ 0x00164998
MOV EAX,0x6
JMP 0x001649aa
CMP dword ptr [RBP + -0x4],0x3
JNZ 0x001649a5
MOV EAX,0x5
JMP 0x001649aa
MOV EAX,0x0
POP RBP
RET |
type_1 function_1(type_1 var_1)
{
type_1 MVar1;
type_1 button_local;
if (var_1 == var_2) {
MVar1 = MBT_SELECT;
}
else if (var_1 == var_3) {
MVar1 = MBT_PASTE;
}
else if (var_1 == var_4) {
MVar1 = MBT_EXTEND;
}
else {
MVar1 = MBT_NOTHING;
}
return MVar1;
}
| (translation_unit "Mouse_Button translate_button(Mouse_Button button)\n\n{\n Mouse_Button MVar1;\n Mouse_Button button_local;\n \n if (button == MBT_LEFT) {\n MVar1 = MBT_SELECT;\n }\n else if (button == MBT_MIDDLE) {\n MVar1 = MBT_PASTE;\n }\n else if (button == MBT_RIGHT) {\n MVar1 = MBT_EXTEND;\n }... | (translation_unit "type_1 function_1(type_1 var_1)\n\n{\n type_1 MVar1;\n type_1 button_local;\n \n if (var_1 == var_2) {\n MVar1 = MBT_SELECT;\n }\n else if (var_1 == var_3) {\n MVar1 = MBT_PASTE;\n }\n else if (var_1 == var_4) {\n MVar1 = MBT_EXTEND;\n }\n else {\n MVar1 = MBT_NOTHING;\n }\n r... | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declar... |
961_pterm_and_pterm_strip.c | messagebox_handler | FUN_0014e1ae | messagebox_handler |
void messagebox_handler(control *ctrl,void *dlg,void *data,int event)
{
int event_local;
void *data_local;
void *dlg_local;
control *ctrl_local;
if (event == 1) {
dlg_end(dlg,(ctrl->generic).context.i);
}
return;
}
|
void FUN_0014e1ae(long param_1,undefined8 param_2,undefined8 param_3,int param_4)
{
if (param_4 == 1) {
FUN_00149cbb(param_2,*(undefined4 *)(param_1 + 0x20));
}
return;
}
| (translation_unit "void FUN_0014e1ae(long param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n if (param_4 == 1) {\n FUN_00149cbb(param_2,*(undefined4 *)(param_1 + 0x20));\n }\n return;\n}\n\n" (function_definition "void FUN_0014e1ae(long param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV dword ptr [RBP + -0x1c],ECX
CMP dword ptr [RBP + -0x1c],0x1
JNZ 0x0014e1e0
MOV RAX,qword ptr [RBP + -0x8]
MOV EDX,dword ptr [RAX + 0x20]
MOV RAX,qword ptr [RBP + -0x10]
MOV ESI,EDX
MOV RD... |
void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)
{
int event_local;
void *data_local;
void *dlg_local;
type_1 *ctrl_local;
if (var_1 == 1) {
var_2(dlg,(ctrl->generic).context.i);
}
return;
}
| (translation_unit "void messagebox_handler(control *ctrl,void *dlg,void *data,int event)\n\n{\n int event_local;\n void *data_local;\n void *dlg_local;\n control *ctrl_local;\n \n if (event == 1) {\n dlg_end(dlg,(ctrl->generic).context.i);\n }\n return;\n}\n\n" (function_definition "void messagebox_handler(c... | (translation_unit "void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)\n\n{\n int event_local;\n void *data_local;\n void *dlg_local;\n type_1 *ctrl_local;\n \n if (var_1 == 1) {\n var_2(dlg,(ctrl->generic).context.i);\n }\n return;\n}\n\n" (function_definition "void function_1(type_1 *ctrl,void *dl... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... |
572_pterm_and_pterm_strip.c | conf_fontsel_handler | FUN_00116aef | conf_fontsel_handler |
void conf_fontsel_handler(control *ctrl,void *dlg,void *data,int event)
{
int primary;
FontSpec *pFVar1;
int event_local;
void *data_local;
void *dlg_local;
control *ctrl_local;
int key;
Conf *conf;
FontSpec *fontspec;
primary = (ctrl->generic).context.i;
if (event == 0) {
pFVar1 = conf_g... |
void FUN_00116aef(long param_1,undefined8 param_2,undefined8 param_3,int param_4)
{
undefined4 uVar1;
undefined8 uVar2;
uVar1 = *(undefined4 *)(param_1 + 0x20);
if (param_4 == 0) {
uVar2 = FUN_0011568a(param_3,uVar1);
FUN_001498be(param_1,param_2,uVar2);
}
else if (param_4 == 2) {
uVar2 = F... | (translation_unit "void FUN_00116aef(long param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n \n uVar1 = *(undefined4 *)(param_1 + 0x20);\n if (param_4 == 0) {\n uVar2 = FUN_0011568a(param_3,uVar1);\n FUN_001498be(param_1,param_2,uVar2);\n }\n else if (... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV qword ptr [RBP + -0x38],RDX
MOV dword ptr [RBP + -0x3c],ECX
MOV RAX,qword ptr [RBP + -0x28]
MOV EAX,dword ptr [RAX + 0x20]
MOV dword ptr [RBP + -0x14],EAX
MOV RAX,qword ptr [RBP + -0x38]
MOV qword ptr [RBP + -0x10],RAX... |
void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)
{
int primary;
type_2 *pFVar1;
int event_local;
void *data_local;
void *dlg_local;
type_1 *ctrl_local;
int key;
type_3 *conf;
type_2 *fontspec;
primary = (ctrl->generic).context.i;
if (var_1 == 0) {
pFVar1 = var_2((type_3 *)data... | (translation_unit "void conf_fontsel_handler(control *ctrl,void *dlg,void *data,int event)\n\n{\n int primary;\n FontSpec *pFVar1;\n int event_local;\n void *data_local;\n void *dlg_local;\n control *ctrl_local;\n int key;\n Conf *conf;\n FontSpec *fontspec;\n \n primary = (ctrl->generic).context.i;\n if (e... | (translation_unit "void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)\n\n{\n int primary;\n type_2 *pFVar1;\n int event_local;\n void *data_local;\n void *dlg_local;\n type_1 *ctrl_local;\n int key;\n type_3 *conf;\n type_2 *fontspec;\n \n primary = (ctrl->generic).context.i;\n if (var_1 == 0) {\n... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... |
867_pterm_and_pterm_strip.c | columns_force_same_height | FUN_0014620a | columns_force_same_height |
void columns_force_same_height(Columns *cols,GtkWidget *cw1,GtkWidget *cw2)
{
int iVar1;
GType GVar2;
ColumnsChild *pCVar3;
ColumnsChild *pCVar4;
undefined8 uVar5;
GtkWidget *cw2_local;
GtkWidget *cw1_local;
Columns *cols_local;
gboolean __r;
GTypeInstance *__inst;
GType __t;
ColumnsChild *chi... |
void FUN_0014620a(long *param_1,long param_2,long param_3)
{
int iVar1;
long lVar2;
long lVar3;
undefined8 uVar4;
int local_2c;
if (param_1 == (long *)0x0) {
g_return_if_fail_warning(0,"columns_force_same_height","cols != NULL");
}
else {
lVar2 = FUN_00145243();
if (param_1 == (long *)0... | (translation_unit "void FUN_0014620a(long *param_1,long param_2,long param_3)\n\n{\n int iVar1;\n long lVar2;\n long lVar3;\n undefined8 uVar4;\n int local_2c;\n \n if (param_1 == (long *)0x0) {\n g_return_if_fail_warning(0,"columns_force_same_height","cols != NULL");\n }\n else {\n lVar2 = FUN_00145243(... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x38],RDI
MOV qword ptr [RBP + -0x40],RSI
MOV qword ptr [RBP + -0x48],RDX
CMP qword ptr [RBP + -0x38],0x0
JNZ 0x00146242
LEA RDX,[0x192e18]
LEA RSI,[0x192fb0]
MOV EDI,0x0
CALL 0x0010f210
JMP 0x001463d4
MOV RAX,qword ptr [RBP + -0x38]
MOV qword ptr [RBP + -0x20],RA... |
void function_1(type_1 *var_1,type_2 *var_7,type_2 *var_8)
{
int var_13;
type_3 var_4;
type_4 *var_10;
type_4 *var_11;
type_5 uVar5;
type_2 *cw2_local;
type_2 *cw1_local;
type_1 *cols_local;
type_6 var_6;
type_7 *__inst;
type_3 __t;
type_4 *child1;
type_4 *child2;
if (var_1 == (type_1 *... | (translation_unit "void columns_force_same_height(Columns *cols,GtkWidget *cw1,GtkWidget *cw2)\n\n{\n int iVar1;\n GType GVar2;\n ColumnsChild *pCVar3;\n ColumnsChild *pCVar4;\n undefined8 uVar5;\n GtkWidget *cw2_local;\n GtkWidget *cw1_local;\n Columns *cols_local;\n gboolean __r;\n GTypeInstance *__inst;\n ... | (translation_unit "void function_1(type_1 *var_1,type_2 *var_7,type_2 *var_8)\n\n{\n int var_13;\n type_3 var_4;\n type_4 *var_10;\n type_4 *var_11;\n type_5 uVar5;\n type_2 *cw2_local;\n type_2 *cw1_local;\n type_1 *cols_local;\n type_6 var_6;\n type_7 *__inst;\n type_3 __t;\n type_4 *child1;\n type_4 *ch... | (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... |
1029_pterm_and_pterm_strip.c | unifont_size_increment | FUN_00154a74 | 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_00154a74(long *param_1,undefined4 param_2)
{
(**(code **)(*param_1 + 0x48))(param_1,param_2);
return;
}
| (translation_unit "void FUN_00154a74(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_00154a74(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... |
860_pterm_and_pterm_strip.c | columns_forall | FUN_00145a9f | columns_forall |
void columns_forall(GtkContainer *container,gboolean include_internals,GtkCallback callback,
gpointer callback_data)
{
long *plVar1;
GType GVar2;
long lVar3;
gpointer callback_data_local;
GtkCallback callback_local;
gboolean include_internals_local;
GtkContainer *container_local;
gb... |
void FUN_00145a9f(long *param_1,undefined8 param_2,code *param_3,undefined8 param_4)
{
long *plVar1;
long lVar2;
undefined8 uVar3;
int local_3c;
undefined8 *local_38;
if (param_1 == (long *)0x0) {
g_return_if_fail_warning(0,"columns_forall","container != NULL");
}
else {
lVar2 = FUN_0014524... | (translation_unit "void FUN_00145a9f(long *param_1,undefined8 param_2,code *param_3,undefined8 param_4)\n\n{\n long *plVar1;\n long lVar2;\n undefined8 uVar3;\n int local_3c;\n undefined8 *local_38;\n \n if (param_1 == (long *)0x0) {\n g_return_if_fail_warning(0,"columns_forall","container != NULL");\n }\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x48],RDI
MOV dword ptr [RBP + -0x4c],ESI
MOV qword ptr [RBP + -0x58],RDX
MOV qword ptr [RBP + -0x60],RCX
CMP qword ptr [RBP + -0x48],0x0
JNZ 0x00145ada
LEA RDX,[0x192daa]
LEA RSI,[0x192f48]
MOV EDI,0x0
CALL 0x0010f210
JMP 0x00145bf4
MOV RAX,qword ptr [RBP + -0x48... |
void function_1(type_1 *var_1,type_2 include_internals,type_3 var_7,
type_4 callback_data)
{
long *var_11;
type_5 var_4;
long var_9;
type_4 callback_data_local;
type_3 callback_local;
type_2 include_internals_local;
type_1 *container_local;
type_2 var_6;
type_6 *var_10;
type_7 *... | (translation_unit "void columns_forall(GtkContainer *container,gboolean include_internals,GtkCallback callback,\n gpointer callback_data)\n\n{\n long *plVar1;\n GType GVar2;\n long lVar3;\n gpointer callback_data_local;\n GtkCallback callback_local;\n gboolean include_internals_local;\n GtkCont... | (translation_unit "void function_1(type_1 *var_1,type_2 include_internals,type_3 var_7,\n type_4 callback_data)\n\n{\n long *var_11;\n type_5 var_4;\n long var_9;\n type_4 callback_data_local;\n type_3 callback_local;\n type_2 include_internals_local;\n type_1 *container_local;\n type_2 var_6;... | (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... |
1135_puttytel_and_puttytel_strip.c | pangofont_destroy | FUN_0015d22c | pangofont_destroy |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void pangofont_destroy(unifont *font)
{
undefined8 uVar1;
unifont *font_local;
pangofont *pfont;
pango_font_description_free(font[1].vt);
safefree(font[2].vt);
uVar1._0_4_ = font[1].public_charset;
uVar1._4_4_ = font[1].width;
... |
void FUN_0015d22c(long param_1)
{
pango_font_description_free(*(undefined8 *)(param_1 + 0x28));
FUN_001299ed(*(undefined8 *)(param_1 + 0x50));
g_object_unref(*(undefined8 *)(param_1 + 0x30));
FUN_001299ed(param_1);
return;
}
| (translation_unit "void FUN_0015d22c(long param_1)\n\n{\n pango_font_description_free(*(undefined8 *)(param_1 + 0x28));\n FUN_001299ed(*(undefined8 *)(param_1 + 0x50));\n g_object_unref(*(undefined8 *)(param_1 + 0x30));\n FUN_001299ed(param_1);\n return;\n}\n\n" (function_definition "void FUN_0015d22c(long param_1... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x28]
MOV RDI,RAX
CALL 0x00110b90
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x50]
MOV RDI,RAX
CALL 0x001299ed
MOV RAX,qwo... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *font)
{
type_2 uVar1;
type_1 *font_local;
type_3 *pfont;
var_1(font[1].vt);
var_2(font[2].vt);
uVar1._0_4_ = font[1].public_charset;
uVar1._4_4_ = font[1].width;
var_3(uVar1);
var_2(font);
return;
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid pangofont_destroy(unifont *font)\n\n{\n undefined8 uVar1;\n unifont *font_local;\n pangofont *pfont;\n \n pango_font_description_free(font[1].vt);\n safefree(font[2].vt);\n uVar1._0_4_ = font[1].public_charset;\n ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *font)\n\n{\n type_2 uVar1;\n type_1 *font_local;\n type_3 *pfont;\n \n var_1(font[1].vt);\n var_2(font[2].vt);\n uVar1._0_4_ = font[1].public_charset;\n uVar1._4_4_ = font[1].width;\n var_3(uV... | (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... |
1481_puttytel_and_puttytel_strip.c | enum_settings_finish | FUN_001763e8 | enum_settings_finish |
void enum_settings_finish(void *handle)
{
void *handle_local;
DIR *dp;
closedir((DIR *)handle);
return;
}
|
void FUN_001763e8(DIR *param_1)
{
closedir(param_1);
return;
}
| (translation_unit "void FUN_001763e8(DIR *param_1)\n\n{\n closedir(param_1);\n return;\n}\n\n" (function_definition "void FUN_001763e8(DIR *param_1)\n\n{\n closedir(param_1);\n return;\n}" primitive_type (function_declarator "FUN_001763e8(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 0x00111a20
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... |
1233_puttytel_and_puttytel_strip.c | draw_area | FUN_0016510f | draw_area |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
gint 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;
gui_data *inst;
GdkRectangle_conflict dirtyrect;
lVar1 = *(long *)(... |
undefined8 FUN_0016510f(undefined8 param_1,undefined8 param_2,long param_3)
{
long in_FS_OFFSET;
int local_28;
int local_24;
int local_20;
int local_1c;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
if (*(long *)(param_3 + 0x60) != 0) {
gdk_cairo_get_clip_rectangle(param_2,&local_28... | (translation_unit "undefined8 FUN_0016510f(undefined8 param_1,undefined8 param_2,long param_3)\n\n{\n long in_FS_OFFSET;\n int local_28;\n int local_24;\n int local_20;\n int local_1c;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n if (*(long *)(param_3 + 0x60) != 0) {\n gdk_cairo_get_cl... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x38],RDI
MOV qword ptr [RBP + -0x40],RSI
MOV qword ptr [RBP + -0x48],RDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x48]
MOV qword ptr [RBP + -0x28],RAX
MOV RAX,qword ptr [RBP + -0x28]
MOV RAX,qword ptr [RAX ... |
/* 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_6;
long var_1;
type_4 data_local;
type_3 *cr_local;
type_2 *widget_local;
type_5 *inst;
type_6 dirtyrect;
var_6 = *(long *)(var_1 + 0x28);
if (*(long *)((l... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ngint 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 gui_data *inst;\n GdkRectangle_conflict dirty... | (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_6;\n long var_1;\n type_4 data_local;\n type_3 *cr_local;\n type_2 *widget_local;\n type_5 *inst;\n type_6 dirtyrect;\n \n var_6 = *(long *)(va... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarat... |
1022_pterm_and_pterm_strip.c | pangofont_scale_fontname | FUN_00154664 | pangofont_scale_fontname |
char * pangofont_scale_fontname(GtkWidget *widget,char *name,wchar_t size)
{
long lVar1;
char *pcVar2;
char *s;
wchar_t size_local;
char *name_local;
GtkWidget *widget_local;
PangoFontDescription *desc;
char *newname;
char *retname;
lVar1 = pango_font_description_from_string(name);
if (lVar1 ... |
undefined8 FUN_00154664(undefined8 param_1,undefined8 param_2,int param_3)
{
long lVar1;
undefined8 uVar2;
undefined8 uVar3;
lVar1 = pango_font_description_from_string(param_2);
if (lVar1 == 0) {
uVar2 = 0;
}
else {
pango_font_description_set_size(lVar1,param_3 << 10);
uVar3 = pango_font_... | (translation_unit "undefined8 FUN_00154664(undefined8 param_1,undefined8 param_2,int param_3)\n\n{\n long lVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n \n lVar1 = pango_font_description_from_string(param_2);\n if (lVar1 == 0) {\n uVar2 = 0;\n }\n else {\n pango_font_description_set_size(lVar1,param_3 <... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV dword ptr [RBP + -0x34],EDX
MOV RAX,qword ptr [RBP + -0x30]
MOV RDI,RAX
CALL 0x00110b50
MOV qword ptr [RBP + -0x18],RAX
CMP qword ptr [RBP + -0x18],0x0
JNZ 0x00154695
MOV EAX,0x0
JMP 0x001546e7
MOV EAX,dword ptr [RBP +... |
char * function_1(type_1 *widget,char *name,type_2 var_4)
{
long var_2;
char *pcVar2;
char *s;
type_2 size_local;
char *name_local;
type_1 *widget_local;
type_3 *desc;
char *newname;
char *retname;
var_2 = var_1(name);
if (var_2 == 0) {
pcVar2 = (char *)0x0;
}
else {
var_3(var_2,v... | (translation_unit "char * pangofont_scale_fontname(GtkWidget *widget,char *name,wchar_t size)\n\n{\n long lVar1;\n char *pcVar2;\n char *s;\n wchar_t size_local;\n char *name_local;\n GtkWidget *widget_local;\n PangoFontDescription *desc;\n char *newname;\n char *retname;\n \n lVar1 = pango_font_description_... | (translation_unit "char * function_1(type_1 *widget,char *name,type_2 var_4)\n\n{\n long var_2;\n char *pcVar2;\n char *s;\n type_2 size_local;\n char *name_local;\n type_1 *widget_local;\n type_3 *desc;\n char *newname;\n char *retname;\n \n var_2 = var_1(name);\n if (var_2 == 0) {\n pcVar2 = (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))) (parameter_declaration type: (prim... |
578_pterm_and_pterm_strip.c | cipherlist_handler | FUN_00117363 | cipherlist_handler |
void cipherlist_handler(control *ctrl,void *dlg,void *data,int event)
{
int iVar1;
int event_local;
void *data_local;
void *dlg_local;
control *ctrl_local;
int i;
int j;
int i_1;
int c;
char *cstr;
Conf *conf;
if (event == 0) {
dlg_update_start(ctrl,dlg);
dlg_listbox_clear(ctrl,dlg)... |
void FUN_00117363(undefined8 param_1,undefined8 param_2,undefined8 param_3,int param_4)
{
int iVar1;
undefined4 uVar2;
int local_28;
uint local_24;
int local_20;
undefined *local_18;
if (param_4 == 0) {
FUN_00149a4e(param_1,param_2);
FUN_001488da(param_1,param_2);
for (local_28 = 0; local... | (translation_unit "void FUN_00117363(undefined8 param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n int iVar1;\n undefined4 uVar2;\n int local_28;\n uint local_24;\n int local_20;\n undefined *local_18;\n \n if (param_4 == 0) {\n FUN_00149a4e(param_1,param_2);\n FUN_001488da(param_1,param_2)... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV qword ptr [RBP + -0x38],RDX
MOV dword ptr [RBP + -0x3c],ECX
MOV RAX,qword ptr [RBP + -0x38]
MOV qword ptr [RBP + -0x8],RAX
CMP dword ptr [RBP + -0x3c],0x0
JNZ 0x00117464
MOV RDX,qword ptr [RBP + -0x30]
MOV RAX,qword pt... |
void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)
{
int var_7;
int event_local;
void *data_local;
void *dlg_local;
type_1 *ctrl_local;
int var_4;
int var_6;
int var_10;
int c;
char *cstr;
type_2 *conf;
if (var_1 == 0) {
var_2(ctrl,dlg);
var_3(ctrl,dlg);
for (var_4 = 0... | (translation_unit "void cipherlist_handler(control *ctrl,void *dlg,void *data,int event)\n\n{\n int iVar1;\n int event_local;\n void *data_local;\n void *dlg_local;\n control *ctrl_local;\n int i;\n int j;\n int i_1;\n int c;\n char *cstr;\n Conf *conf;\n \n if (event == 0) {\n dlg_update_start(ctrl,dlg... | (translation_unit "void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)\n\n{\n int var_7;\n int event_local;\n void *data_local;\n void *dlg_local;\n type_1 *ctrl_local;\n int var_4;\n int var_6;\n int var_10;\n int c;\n char *cstr;\n type_2 *conf;\n \n if (var_1 == 0) {\n var_2(ctrl,dlg);\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... |
1343_puttytel_and_puttytel_strip.c | cmpfortree | FUN_0016eee9 | cmpfortree |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int cmpfortree(void *av,void *bv)
{
int iVar1;
void *bv_local;
void *av_local;
int as;
int bs;
Actual_Socket_conflict a;
Actual_Socket_conflict b;
if (*(int *)((long)av + 0x10) < *(int *)((long)bv + 0x10)) {
iVar1 = -1;
... |
undefined8 FUN_0016eee9(ulong param_1,ulong param_2)
{
undefined8 uVar1;
if (*(int *)(param_1 + 0x10) < *(int *)(param_2 + 0x10)) {
uVar1 = 0xffffffff;
}
else if (*(int *)(param_2 + 0x10) < *(int *)(param_1 + 0x10)) {
uVar1 = 1;
}
else if (param_1 < param_2) {
uVar1 = 0xffffffff;
}
else... | (translation_unit "undefined8 FUN_0016eee9(ulong param_1,ulong param_2)\n\n{\n undefined8 uVar1;\n \n if (*(int *)(param_1 + 0x10) < *(int *)(param_2 + 0x10)) {\n uVar1 = 0xffffffff;\n }\n else if (*(int *)(param_2 + 0x10) < *(int *)(param_1 + 0x10)) {\n uVar1 = 1;\n }\n else if (param_1 < param_2) {\n ... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV RAX,qword ptr [RBP + -0x28]
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x30]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV EAX,dword ptr [RAX + 0x10]
MOV dword ptr [RBP + -0x18],EAX
MOV RAX,qword... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int function_1(void *var_1,void *var_2)
{
int iVar1;
void *bv_local;
void *av_local;
int as;
int bs;
type_1 a;
type_1 b;
if (*(int *)((long)var_1 + 0x10) < *(int *)((long)var_2 + 0x10)) {
iVar1 = -1;
}
else if (*(int ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint cmpfortree(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n int as;\n int bs;\n Actual_Socket_conflict a;\n Actual_Socket_conflict b;\n \n if (*(int *)((long)av + 0x10) < *(int *)((long)... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(void *var_1,void *var_2)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n int as;\n int bs;\n type_1 a;\n type_1 b;\n \n if (*(int *)((long)var_1 + 0x10) < *(int *)((long)var_2 + 0x10)) {\n i... | (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:... |
936_pterm_and_pterm_strip.c | widget_focus | FUN_0014a008 | widget_focus |
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
gboolean widget_focus(GtkWidget *widget,GdkEventFocus *event,gpointer data)
{
uctrl *puVar1;
gpointer data_local;
GdkEventFocus *event_local;
GtkWidget *widget_local;
control *focus;
dlgparam *dp;
uctrl *uc;
puVar1 = dlg_find... |
undefined8 FUN_0014a008(undefined8 param_1,undefined8 param_2,long param_3)
{
long *plVar1;
undefined8 local_20;
plVar1 = (long *)FUN_00148352(param_3,param_1);
if ((plVar1 == (long *)0x0) || (*plVar1 == 0)) {
local_20 = 0;
}
else {
local_20 = *plVar1;
}
if (local_20 != *(long *)(param_3 + ... | (translation_unit "undefined8 FUN_0014a008(undefined8 param_1,undefined8 param_2,long param_3)\n\n{\n long *plVar1;\n undefined8 local_20;\n \n plVar1 = (long *)FUN_00148352(param_3,param_1);\n if ((plVar1 == (long *)0x0) || (*plVar1 == 0)) {\n local_20 = 0;\n }\n else {\n local_20 = *plVar1;\n }\n if (l... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV qword ptr [RBP + -0x38],RDX
MOV RAX,qword ptr [RBP + -0x38]
MOV qword ptr [RBP + -0x10],RAX
MOV RDX,qword ptr [RBP + -0x28]
MOV RAX,qword ptr [RBP + -0x10]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x00148352
MOV qword ptr [RBP + -... |
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
type_1 function_1(type_2 *widget,type_3 *event,type_4 data)
{
type_5 *var_2;
type_4 data_local;
type_3 *event_local;
type_2 *widget_local;
type_6 *var_3;
type_7 *dp;
type_5 *uc;
var_2 = var_1((type_7 *)data,widget);
if ((va... | (translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\ngboolean widget_focus(GtkWidget *widget,GdkEventFocus *event,gpointer data)\n\n{\n uctrl *puVar1;\n gpointer data_local;\n GdkEventFocus *event_local;\n GtkWidget *widget_local;\n control *focus;\n dlgparam *dp;\n uctr... | (translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\ntype_1 function_1(type_2 *widget,type_3 *event,type_4 data)\n\n{\n type_5 *var_2;\n type_4 data_local;\n type_3 *event_local;\n type_2 *widget_local;\n type_6 *var_3;\n type_7 *dp;\n type_5 *uc;\n \n var_2 = var_1((t... | (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... |
1474_puttytel_and_puttytel_strip.c | read_setting_filename | FUN_00175fb4 | read_setting_filename |
Filename * read_setting_filename(void *handle,char *name)
{
char *str;
Filename *pFVar1;
char *name_local;
void *handle_local;
char *tmp;
Filename *ret;
str = read_setting_s(handle,name);
if (str == (char *)0x0) {
pFVar1 = (Filename *)0x0;
}
else {
pFVar1 = filename_from_str(str);
s... |
undefined8 FUN_00175fb4(undefined8 param_1,undefined8 param_2)
{
long lVar1;
undefined8 uVar2;
lVar1 = FUN_00175d00(param_1,param_2);
if (lVar1 == 0) {
uVar2 = 0;
}
else {
uVar2 = FUN_0016e53e(lVar1);
FUN_001299ed(lVar1);
}
return uVar2;
}
| (translation_unit "undefined8 FUN_00175fb4(undefined8 param_1,undefined8 param_2)\n\n{\n long lVar1;\n undefined8 uVar2;\n \n lVar1 = FUN_00175d00(param_1,param_2);\n if (lVar1 == 0) {\n uVar2 = 0;\n }\n else {\n uVar2 = FUN_0016e53e(lVar1);\n FUN_001299ed(lVar1);\n }\n return uVar2;\n}\n\n" (function... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV RDX,qword ptr [RBP + -0x20]
MOV RAX,qword ptr [RBP + -0x18]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x00175d00
MOV qword ptr [RBP + -0x10],RAX
CMP qword ptr [RBP + -0x10],0x0
JZ 0x00176004
MOV RAX,qword ptr [RBP + -0x10]
MOV RDI,... |
type_1 * function_1(void *handle,char *name)
{
char *var_2;
type_1 *pFVar1;
char *name_local;
void *handle_local;
char *tmp;
type_1 *ret;
var_2 = var_1(handle,name);
if (var_2 == (char *)0x0) {
pFVar1 = (type_1 *)0x0;
}
else {
pFVar1 = var_3(var_2);
var_4(var_2);
}
return pFVar1... | (translation_unit "Filename * read_setting_filename(void *handle,char *name)\n\n{\n char *str;\n Filename *pFVar1;\n char *name_local;\n void *handle_local;\n char *tmp;\n Filename *ret;\n \n str = read_setting_s(handle,name);\n if (str == (char *)0x0) {\n pFVar1 = (Filename *)0x0;\n }\n else {\n pFVar... | (translation_unit "type_1 * function_1(void *handle,char *name)\n\n{\n char *var_2;\n type_1 *pFVar1;\n char *name_local;\n void *handle_local;\n char *tmp;\n type_1 *ret;\n \n var_2 = var_1(handle,name);\n if (var_2 == (char *)0x0) {\n pFVar1 = (type_1 *)0x0;\n }\n else {\n pFVar1 = var_3(var_2);\n ... | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (prim... |
757_pterm_and_pterm_strip.c | readliteral_attr | FUN_0013097d | readliteral_attr |
void readliteral_attr(buf *b,termchar *c,termline *ldata,ulong *state)
{
wchar_t wVar1;
wchar_t wVar2;
uint uVar3;
ulong *state_local;
termline *ldata_local;
termchar *c_local;
buf *b_local;
uint val;
uint colourbits;
uint attr;
wVar1 = get(b);
wVar2 = get(b);
val = wVar1 << 8 | wVar2;
... |
void FUN_0013097d(undefined8 param_1,long param_2)
{
int iVar1;
uint uVar2;
undefined4 local_14;
iVar1 = FUN_0012fbbc(param_1);
local_14 = FUN_0012fbbc(param_1);
local_14 = iVar1 << 8 | local_14;
if (0x7fff < local_14) {
iVar1 = FUN_0012fbbc(param_1);
uVar2 = FUN_0012fbbc(param_1);
local_... | (translation_unit "void FUN_0013097d(undefined8 param_1,long param_2)\n\n{\n int iVar1;\n uint uVar2;\n undefined4 local_14;\n \n iVar1 = FUN_0012fbbc(param_1);\n local_14 = FUN_0012fbbc(param_1);\n local_14 = iVar1 << 8 | local_14;\n if (0x7fff < local_14) {\n iVar1 = FUN_0012fbbc(param_1);\n uVar2 = FUN... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV qword ptr [RBP + -0x28],RDX
MOV qword ptr [RBP + -0x30],RCX
MOV RAX,qword ptr [RBP + -0x18]
MOV RDI,RAX
CALL 0x0012fbbc
SHL EAX,0x8
MOV dword ptr [RBP + -0xc],EAX
MOV RAX,qword ptr [RBP + -0x18]
MOV RDI,RAX
CALL 0x0012... |
void function_1(type_1 *b,type_2 *c,type_3 *ldata,type_4 *state)
{
type_5 var_2;
type_5 var_3;
type_6 var_5;
type_4 *state_local;
type_3 *ldata_local;
type_2 *c_local;
type_1 *b_local;
type_6 var_4;
type_6 colourbits;
type_6 attr;
var_2 = var_1(b);
var_3 = var_1(b);
var_4 = var_2 << 8 | v... | (translation_unit "void readliteral_attr(buf *b,termchar *c,termline *ldata,ulong *state)\n\n{\n wchar_t wVar1;\n wchar_t wVar2;\n uint uVar3;\n ulong *state_local;\n termline *ldata_local;\n termchar *c_local;\n buf *b_local;\n uint val;\n uint colourbits;\n uint attr;\n \n wVar1 = get(b);\n wVar2 = get(b... | (translation_unit "void function_1(type_1 *b,type_2 *c,type_3 *ldata,type_4 *state)\n\n{\n type_5 var_2;\n type_5 var_3;\n type_6 var_5;\n type_4 *state_local;\n type_3 *ldata_local;\n type_2 *c_local;\n type_1 *b_local;\n type_6 var_4;\n type_6 colourbits;\n type_6 attr;\n \n var_2 = var_1(b);\n var_3 = v... | (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... |
1309_puttytel_and_puttytel_strip.c | restart_session_menuitem | FUN_0016c281 | restart_session_menuitem |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void restart_session_menuitem(GtkMenuItem *item,gpointer data)
{
gpointer data_local;
GtkMenuItem *item_local;
gui_data *inst;
if (*(long *)((long)data + 0xd90) == 0) {
logevent(data,"----- Session restarted -----");
term_pwr... |
void FUN_0016c281(undefined8 param_1,long param_2)
{
if (*(long *)(param_2 + 0xd90) == 0) {
FUN_001648f7(param_2,"----- Session restarted -----");
FUN_0013b7dd(*(undefined8 *)(param_2 + 0xda0),0);
FUN_0016c99e(param_2);
*(undefined4 *)(param_2 + 0xdb0) = 0;
}
return;
}
| (translation_unit "void FUN_0016c281(undefined8 param_1,long param_2)\n\n{\n if (*(long *)(param_2 + 0xd90) == 0) {\n FUN_001648f7(param_2,"----- Session restarted -----");\n FUN_0013b7dd(*(undefined8 *)(param_2 + 0xda0),0);\n FUN_0016c99e(param_2);\n *(undefined4 *)(param_2 + 0xdb0) = 0;\n }\n return;\n... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV RAX,qword ptr [RBP + -0x20]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0xd90]
TEST RAX,RAX
JNZ 0x0016c2ee
MOV RAX,qword ptr [RBP + -0x8]
LEA RSI,[0x1a3c57]
MOV RDI,RAX
CALL 0... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *item,type_2 data)
{
type_2 data_local;
type_1 *item_local;
type_3 *inst;
if (*(long *)((long)data + 0xd90) == 0) {
var_1(data,"----- Session restarted -----");
var_2(*(type_4 **)((long)data + 0xda0),L'... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid restart_session_menuitem(GtkMenuItem *item,gpointer data)\n\n{\n gpointer data_local;\n GtkMenuItem *item_local;\n gui_data *inst;\n \n if (*(long *)((long)data + 0xd90) == 0) {\n logevent(data,"----- Session res... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *item,type_2 data)\n\n{\n type_2 data_local;\n type_1 *item_local;\n type_3 *inst;\n \n if (*(long *)((long)data + 0xd90) == 0) {\n var_1(data,"----- Session restarted -----");\n var_2(*(type... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
1286_puttytel_and_puttytel_strip.c | do_text | FUN_0016a3d2 | do_text |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void do_text(Context ctx,wchar_t x,wchar_t y,wchar_t *text,wchar_t len,ulong attr,wchar_t lattr)
{
long lVar1;
int iVar2;
ulong attr_local;
wchar_t len_local;
wchar_t *text_local;
wchar_t y_local;
wchar_t x_local;
Context ctx_lo... |
void FUN_0016a3d2(long *param_1,int param_2,int param_3,undefined8 param_4,int param_5,ulong param_6
,uint param_7)
{
long lVar1;
int iVar2;
int local_44;
int local_34;
int local_1c;
lVar1 = *param_1;
FUN_00169c1f(param_1,param_2,param_3,param_4,param_5,param_6,param_7);
if ((param... | (translation_unit "void FUN_0016a3d2(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 int iVar2;\n int local_44;\n int local_34;\n int local_1c;\n \n lVar1 = *param_1;\n FUN_00169c1f(param_1,param_2,param_3,param_4,param_5,p... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x28],RDI
MOV dword ptr [RBP + -0x2c],ESI
MOV dword ptr [RBP + -0x30],EDX
MOV qword ptr [RBP + -0x38],RCX
MOV dword ptr [RBP + -0x3c],R8D
MOV qword ptr [RBP + -0x48],R9
MOV RAX,qword ptr [RBP + -0x28]
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x10]... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 ctx,type_2 var_4,type_2 var_13,type_2 *text,type_2 var_7,type_3 var_2,type_2 var_3)
{
long var_5;
int var_10;
type_3 attr_local;
type_2 var_11;
type_2 *text_local;
type_2 y_local;
type_2 var_6;
type_1 ctx_... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid do_text(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 int iVar2;\n ulong attr_local;\n wchar_t len_local;\n wchar_t *text_local;\n wchar_t y_local;\n wcha... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 ctx,type_2 var_4,type_2 var_13,type_2 *text,type_2 var_7,type_3 var_2,type_2 var_3)\n\n{\n long var_5;\n int var_10;\n type_3 attr_local;\n type_2 var_11;\n type_2 *text_local;\n type_2 y_local;\n... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_decla... |
603_pterm_and_pterm_strip.c | ctrl_find_path | FUN_0011fac5 | ctrl_find_path |
int ctrl_find_path(controlbox *b,char *path,int index)
{
int iVar1;
int index_local;
char *path_local;
controlbox *b_local;
if (index < 0) {
index_local = ctrl_find_set(b,path,1);
}
else {
index_local = index + 1;
}
if ((b->nctrlsets <= index_local) ||
(iVar1 = strcmp(path,b->ctrlset... |
int FUN_0011fac5(int *param_1,char *param_2,int param_3)
{
int iVar1;
int local_1c;
if (param_3 < 0) {
local_1c = FUN_0011fa3c(param_1,param_2,1);
}
else {
local_1c = param_3 + 1;
}
if ((*param_1 <= local_1c) ||
(iVar1 = strcmp(param_2,(char *)**(undefined8 **)(*(long *)(param_1 + 2) + (... | (translation_unit "int FUN_0011fac5(int *param_1,char *param_2,int param_3)\n\n{\n int iVar1;\n int local_1c;\n \n if (param_3 < 0) {\n local_1c = FUN_0011fa3c(param_1,param_2,1);\n }\n else {\n local_1c = param_3 + 1;\n }\n if ((*param_1 <= local_1c) ||\n (iVar1 = strcmp(param_2,(char *)**(undefined8... | 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 dword ptr [RBP + -0x14],0x0
JNS 0x0011fafb
MOV RCX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RBP + -0x8]
MOV EDX,0x1
MOV RSI,RCX
MOV RDI,RAX
CALL 0x0011fa3c
MOV dword ptr [RBP + -0x14],E... |
int function_1(type_1 *b,char *path,int var_1)
{
int var_5;
int var_3;
char *path_local;
type_1 *b_local;
if (var_1 < 0) {
var_3 = var_2(b,path,1);
}
else {
var_3 = var_1 + 1;
}
if ((b->nctrlsets <= var_3) ||
(var_5 = var_4(path,b->ctrlsets[var_3]->pathname), var_5 != 0)) {
var_3... | (translation_unit "int ctrl_find_path(controlbox *b,char *path,int index)\n\n{\n int iVar1;\n int index_local;\n char *path_local;\n controlbox *b_local;\n \n if (index < 0) {\n index_local = ctrl_find_set(b,path,1);\n }\n else {\n index_local = index + 1;\n }\n if ((b->nctrlsets <= index_local) ||\n ... | (translation_unit "int function_1(type_1 *b,char *path,int var_1)\n\n{\n int var_5;\n int var_3;\n char *path_local;\n type_1 *b_local;\n \n if (var_1 < 0) {\n var_3 = var_2(b,path,1);\n }\n else {\n var_3 = var_1 + 1;\n }\n if ((b->nctrlsets <= var_3) ||\n (var_5 = var_4(path,b->ctrlsets[var_3]->pa... | (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... |
627_pterm_and_pterm_strip.c | char_start | FUN_00121179 | char_start |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
wchar_t char_start(Ldisc ldisc,uchar c)
{
wchar_t wVar1;
uchar c_local;
Ldisc ldisc_local;
if ((ldisc->term->utf == L'\0') && (ldisc->term->ucsdata->line_codepage != L'7')) {
wVar1 = L'\x01';
}
else if (((char)c < '\0') && (c... |
undefined8 FUN_00121179(long *param_1,byte param_2)
{
undefined8 uVar1;
if ((*(int *)(*param_1 + 300) == 0) && (*(int *)(*(long *)(*param_1 + 0x1118) + 0x10) != 0x37)) {
uVar1 = 1;
}
else if (((char)param_2 < '\0') && (param_2 < 0xc0)) {
uVar1 = 0;
}
else {
uVar1 = 1;
}
return uVar1;
}
... | (translation_unit "undefined8 FUN_00121179(long *param_1,byte param_2)\n\n{\n undefined8 uVar1;\n \n if ((*(int *)(*param_1 + 300) == 0) && (*(int *)(*(long *)(*param_1 + 0x1118) + 0x10) != 0x37)) {\n uVar1 = 1;\n }\n else if (((char)param_2 < '\0') && (param_2 < 0xc0)) {\n uVar1 = 0;\n }\n else {\n uVa... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV EAX,ESI
MOV byte ptr [RBP + -0xc],AL
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
MOV EAX,dword ptr [RAX + 0x12c]
TEST EAX,EAX
JNZ 0x001211ad
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x1118]
MOV EAX,dword ptr [RAX +... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(type_2 ldisc,type_3 var_1)
{
type_1 wVar1;
type_3 c_local;
type_2 ldisc_local;
if ((ldisc->term->utf == L'\0') && (ldisc->term->ucsdata->line_codepage != L'7')) {
wVar1 = L'\x01';
}
else if (((char)var_1 < '... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nwchar_t char_start(Ldisc ldisc,uchar c)\n\n{\n wchar_t wVar1;\n uchar c_local;\n Ldisc ldisc_local;\n \n if ((ldisc->term->utf == L'\0') && (ldisc->term->ucsdata->line_codepage != L'7')) {\n wVar1 = L'\x01';\n }\n e... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 ldisc,type_3 var_1)\n\n{\n type_1 wVar1;\n type_3 c_local;\n type_2 ldisc_local;\n \n if ((ldisc->term->utf == L'\0') && (ldisc->term->ucsdata->line_codepage != L'7')) {\n wVar1 = L'\x01';\n ... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compou... |
1494_puttytel_and_puttytel_strip.c | decode_codepage | FUN_00177334 | decode_codepage |
wchar_t decode_codepage(char *cp_name)
{
wchar_t wVar1;
char *cp_name_local;
if ((cp_name == (char *)0x0) || (*cp_name == '\0')) {
wVar1 = L'7';
}
else {
wVar1 = charset_from_localenc(cp_name);
}
return wVar1;
}
|
undefined8 FUN_00177334(char *param_1)
{
undefined8 uVar1;
if ((param_1 == (char *)0x0) || (*param_1 == '\0')) {
uVar1 = 0x37;
}
else {
uVar1 = FUN_001129bc(param_1);
}
return uVar1;
}
| (translation_unit "undefined8 FUN_00177334(char *param_1)\n\n{\n undefined8 uVar1;\n \n if ((param_1 == (char *)0x0) || (*param_1 == '\0')) {\n uVar1 = 0x37;\n }\n else {\n uVar1 = FUN_001129bc(param_1);\n }\n return uVar1;\n}\n\n" (function_definition "undefined8 FUN_00177334(char *param_1)\n\n{\n undefi... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
CMP qword ptr [RBP + -0x8],0x0
JZ 0x00177352
MOV RAX,qword ptr [RBP + -0x8]
MOVZX EAX,byte ptr [RAX]
TEST AL,AL
JNZ 0x00177359
MOV EAX,0x37
JMP 0x00177365
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x001129bc
LEAVE
RET |
type_1 function_1(char *var_1)
{
type_1 wVar1;
char *cp_name_local;
if ((var_1 == (char *)0x0) || (*var_1 == '\0')) {
wVar1 = L'7';
}
else {
wVar1 = var_2(var_1);
}
return wVar1;
}
| (translation_unit "wchar_t decode_codepage(char *cp_name)\n\n{\n wchar_t wVar1;\n char *cp_name_local;\n \n if ((cp_name == (char *)0x0) || (*cp_name == '\0')) {\n wVar1 = L'7';\n }\n else {\n wVar1 = charset_from_localenc(cp_name);\n }\n return wVar1;\n}\n\n" (function_definition "wchar_t decode_codepage... | (translation_unit "type_1 function_1(char *var_1)\n\n{\n type_1 wVar1;\n char *cp_name_local;\n \n if ((var_1 == (char *)0x0) || (*var_1 == '\0')) {\n wVar1 = L'7';\n }\n else {\n wVar1 = var_2(var_1);\n }\n return wVar1;\n}\n\n" (function_definition "type_1 function_1(char *var_1)\n\n{\n type_1 wVar1;\n... | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d... |
911_pterm_and_pterm_strip.c | dlg_editbox_get | FUN_001487c8 | dlg_editbox_get |
char * dlg_editbox_get(control *ctrl,void *dlg)
{
uctrl *puVar1;
undefined8 uVar2;
undefined8 uVar3;
char *pcVar4;
void *dlg_local;
control *ctrl_local;
dlgparam *dp;
uctrl *uc;
puVar1 = dlg_find_byctrl((dlgparam *)dlg,ctrl);
if ((puVar1->ctrl->generic).type != 1) {
/* WARNI... |
void FUN_001487c8(undefined8 param_1,undefined8 param_2)
{
undefined8 *puVar1;
undefined8 uVar2;
undefined8 uVar3;
puVar1 = (undefined8 *)FUN_00148310(param_2,param_1);
if (*(int *)*puVar1 != 1) {
/* WARNING: Subroutine does not return */
__assert_fail("uc->ctrl->generic.type == C... | (translation_unit "void FUN_001487c8(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n \n puVar1 = (undefined8 *)FUN_00148310(param_2,param_1);\n if (*(int *)*puVar1 != 1) {\n /* WARNING: Subroutine does not return */\n __assert_fail(... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x28
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV RAX,qword ptr [RBP + -0x30]
MOV qword ptr [RBP + -0x20],RAX
MOV RDX,qword ptr [RBP + -0x28]
MOV RAX,qword ptr [RBP + -0x20]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x00148310
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword... |
char * function_1(type_1 *ctrl,void *dlg)
{
type_2 *puVar1;
type_3 uVar2;
type_3 uVar3;
char *pcVar4;
void *dlg_local;
type_1 *ctrl_local;
type_4 *dp;
type_2 *uc;
puVar1 = var_1((type_4 *)dlg,ctrl);
if ((puVar1->ctrl->generic).type != 1) {
/* WARNING: Subroutine does not ret... | (translation_unit "char * dlg_editbox_get(control *ctrl,void *dlg)\n\n{\n uctrl *puVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n char *pcVar4;\n void *dlg_local;\n control *ctrl_local;\n dlgparam *dp;\n uctrl *uc;\n \n puVar1 = dlg_find_byctrl((dlgparam *)dlg,ctrl);\n if ((puVar1->ctrl->generic).type != 1)... | (translation_unit "char * function_1(type_1 *ctrl,void *dlg)\n\n{\n type_2 *puVar1;\n type_3 uVar2;\n type_3 uVar3;\n char *pcVar4;\n void *dlg_local;\n type_1 *ctrl_local;\n type_4 *dp;\n type_2 *uc;\n \n puVar1 = var_1((type_4 *)dlg,ctrl);\n if ((puVar1->ctrl->generic).type != 1) {\n /* ... | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (prim... |
844_pterm_and_pterm_strip.c | findrelpos234 | FUN_00143a25 | findrelpos234 |
void * findrelpos234(tree234 *t,void *e,cmpfn234 cmp,int relation,int *index)
{
int iVar1;
void *pvVar2;
int *index_local;
int relation_local;
cmpfn234 cmp_local;
void *e_local;
tree234 *t_local;
int idx;
int ecount;
int kcount;
int cmpret;
int c;
node234_conflict *n;
void *ret;
if (t... |
long FUN_00143a25(long *param_1,long param_2,code *param_3,int param_4,int *param_5)
{
int iVar1;
long lVar2;
code *local_50;
int local_2c;
int local_28;
int local_24;
int local_20;
long local_18;
if (*param_1 == 0) {
return 0;
}
local_50 = param_3;
if (param_3 == (code *)0x0) {
loc... | (translation_unit "long FUN_00143a25(long *param_1,long param_2,code *param_3,int param_4,int *param_5)\n\n{\n int iVar1;\n long lVar2;\n code *local_50;\n int local_2c;\n int local_28;\n int local_24;\n int local_20;\n long local_18;\n \n if (*param_1 == 0) {\n return 0;\n }\n local_50 = param_3;\n if ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x38],RDI
MOV qword ptr [RBP + -0x40],RSI
MOV qword ptr [RBP + -0x48],RDX
MOV dword ptr [RBP + -0x4c],ECX
MOV qword ptr [RBP + -0x58],R8
MOV RAX,qword ptr [RBP + -0x38]
MOV RAX,qword ptr [RAX]
TEST RAX,RAX
JNZ 0x00143a56
MOV EAX,0x0
JMP 0x00143c55
CMP qword ptr [R... |
void * function_1(type_1 *t,void *var_2,type_2 var_1,int var_3,int *var_10)
{
int var_7;
void *var_12;
int *index_local;
int relation_local;
type_2 cmp_local;
void *e_local;
type_1 *t_local;
int var_8;
int var_9;
int var_5;
int var_6;
int c;
type_3 *n;
void *ret;
if (t->root == (type_... | (translation_unit "void * findrelpos234(tree234 *t,void *e,cmpfn234 cmp,int relation,int *index)\n\n{\n int iVar1;\n void *pvVar2;\n int *index_local;\n int relation_local;\n cmpfn234 cmp_local;\n void *e_local;\n tree234 *t_local;\n int idx;\n int ecount;\n int kcount;\n int cmpret;\n int c;\n node234_con... | (translation_unit "void * function_1(type_1 *t,void *var_2,type_2 var_1,int var_3,int *var_10)\n\n{\n int var_7;\n void *var_12;\n int *index_local;\n int relation_local;\n type_2 cmp_local;\n void *e_local;\n type_1 *t_local;\n int var_8;\n int var_9;\n int var_5;\n int var_6;\n int c;\n type_3 *n;\n voi... | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (prim... |
643_pterm_and_pterm_strip.c | log_eventlog | FUN_00122d55 | log_eventlog |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void log_eventlog(void *handle,char *event)
{
char *event_local;
void *handle_local;
LogContext *ctx;
if (((flags & 2U) != 0) && ((flags & 1U) != 0)) {
fprintf(stderr,"%s\n",event);
fflush(stderr);
}
if ((handle != (void ... |
void FUN_00122d55(long param_1,undefined8 param_2)
{
if (((DAT_001a78f0 & 2) != 0) && ((DAT_001a78f0 & 1) != 0)) {
fprintf(stderr,"%s\n",param_2);
fflush(stderr);
}
if ((param_1 != 0) && ((*(int *)(param_1 + 0x40) == 3 || (*(int *)(param_1 + 0x40) == 4)))) {
FUN_001225a4(param_1,"Event Log: %s\r\n",... | (translation_unit "void FUN_00122d55(long param_1,undefined8 param_2)\n\n{\n if (((DAT_001a78f0 & 2) != 0) && ((DAT_001a78f0 & 1) != 0)) {\n fprintf(stderr,"%s\n",param_2);\n fflush(stderr);\n }\n if ((param_1 != 0) && ((*(int *)(param_1 + 0x40) == 3 || (*(int *)(param_1 + 0x40) == 4)))) {\n FUN_001225a4(pa... | 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 EAX,dword ptr [0x001a78f0]
AND EAX,0x2
TEST EAX,EAX
JZ 0x00122db5
MOV EAX,dword ptr [0x001a78f0]
AND EAX,0x1
TEST EAX,EAX
JZ 0x00122db5
MOV RAX,qword ptr [... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *var_4,char *event)
{
char *event_local;
void *handle_local;
type_1 *ctx;
if (((var_1 & 2U) != 0) && ((var_1 & 1U) != 0)) {
var_2(stderr,"%s\n",event);
var_3(stderr);
}
if ((var_4 != (void *)0x0) &&
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid log_eventlog(void *handle,char *event)\n\n{\n char *event_local;\n void *handle_local;\n LogContext *ctx;\n \n if (((flags & 2U) != 0) && ((flags & 1U) != 0)) {\n fprintf(stderr,"%s\n",event);\n fflush(stderr)... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *var_4,char *event)\n\n{\n char *event_local;\n void *handle_local;\n type_1 *ctx;\n \n if (((var_1 & 2U) != 0) && ((var_1 & 1U) != 0)) {\n var_2(stderr,"%s\n",event);\n var_3(stderr);\n }\n ... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:... |
893_pterm_and_pterm_strip.c | idle_toplevel_callback_func | FUN_00147faf | idle_toplevel_callback_func |
gint idle_toplevel_callback_func(gpointer data)
{
uint uVar1;
int iVar2;
gpointer data_local;
uVar1 = gtk_main_level();
if (uVar1 < 2) {
run_toplevel_callbacks();
}
else if (idle_fn_scheduled != 0) {
g_source_remove(toplevel_callback_idle_id);
idle_fn_scheduled = 0;
}
iVar2 = toplevel... |
undefined8 FUN_00147faf(void)
{
uint uVar1;
int iVar2;
uVar1 = gtk_main_level();
if (uVar1 < 2) {
FUN_001111bb();
}
else if (DAT_001a76c8 != 0) {
g_source_remove(DAT_001a76c4);
DAT_001a76c8 = 0;
}
iVar2 = FUN_00111239();
if ((iVar2 == 0) && (DAT_001a76c8 != 0)) {
g_source_remove(D... | (translation_unit "undefined8 FUN_00147faf(void)\n\n{\n uint uVar1;\n int iVar2;\n \n uVar1 = gtk_main_level();\n if (uVar1 < 2) {\n FUN_001111bb();\n }\n else if (DAT_001a76c8 != 0) {\n g_source_remove(DAT_001a76c4);\n DAT_001a76c8 = 0;\n }\n iVar2 = FUN_00111239();\n if ((iVar2 == 0) && (DAT_001a76... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
CALL 0x001103f0
CMP EAX,0x1
JBE 0x00147fe8
MOV EAX,dword ptr [0x001a76c8]
TEST EAX,EAX
JZ 0x00147fed
MOV EAX,dword ptr [0x001a76c4]
MOV EDI,EAX
CALL 0x00110ee0
MOV dword ptr [0x001a76c8],0x0
JMP 0x00147fed
CALL 0x001111bb
CALL 0x00111239
TEST EAX,EAX
JNZ ... |
type_1 function_1(type_2 data)
{
type_3 var_2;
int var_7;
type_2 data_local;
var_2 = var_1();
if (var_2 < 2) {
var_3();
}
else if (var_4 != 0) {
var_5(toplevel_callback_idle_id);
var_4 = 0;
}
var_7 = var_6();
if ((var_7 == 0) && (var_4 != 0)) {
var_5(toplevel_callback_idle_id);
... | (translation_unit "gint idle_toplevel_callback_func(gpointer data)\n\n{\n uint uVar1;\n int iVar2;\n gpointer data_local;\n \n uVar1 = gtk_main_level();\n if (uVar1 < 2) {\n run_toplevel_callbacks();\n }\n else if (idle_fn_scheduled != 0) {\n g_source_remove(toplevel_callback_idle_id);\n idle_fn_schedu... | (translation_unit "type_1 function_1(type_2 data)\n\n{\n type_3 var_2;\n int var_7;\n type_2 data_local;\n \n var_2 = var_1();\n if (var_2 < 2) {\n var_3();\n }\n else if (var_4 != 0) {\n var_5(toplevel_callback_idle_id);\n var_4 = 0;\n }\n var_7 = var_6();\n if ((var_7 == 0) && (var_4 != 0)) {\n ... | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declar... |
1314_puttytel_and_puttytel_strip.c | update_specials_menu | FUN_0016c682 | update_specials_menu |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void update_specials_menu(void *frontend)
{
wchar_t wVar1;
undefined8 uVar2;
GtkWidget *pGVar3;
undefined8 uVar4;
void *frontend_local;
wchar_t i;
wchar_t nesting;
telnet_special_conflict *specials;
GtkWidget *menu;
GtkWidge... |
void FUN_0016c682(long param_1)
{
int iVar1;
undefined8 uVar2;
undefined8 uVar3;
undefined8 uVar4;
int local_48;
int local_44;
long local_40;
undefined8 local_38;
undefined8 local_30;
long local_28;
if (*(long *)(param_1 + 0xd90) == 0) {
local_40 = 0;
}
else {
local_40 = (**(code ... | (translation_unit "void FUN_0016c682(long param_1)\n\n{\n int iVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n int local_48;\n int local_44;\n long local_40;\n undefined8 local_38;\n undefined8 local_30;\n long local_28;\n \n if (*(long *)(param_1 + 0xd90) == 0) {\n local_40 = 0;\n }... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x48
MOV qword ptr [RBP + -0x48],RDI
MOV RAX,qword ptr [RBP + -0x48]
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX + 0xd90]
TEST RAX,RAX
JZ 0x0016c6cc
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX + 0xd90]
MOV RAX,qword ptr [RAX + 0... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *frontend)
{
type_1 var_7;
type_2 uVar2;
type_3 *pGVar3;
type_2 uVar4;
void *frontend_local;
type_1 var_19;
type_1 var_6;
type_4 *var_4;
type_3 *menu;
type_3 *saved_menu;
type_3 *var_18;
type_5 *inst... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid update_specials_menu(void *frontend)\n\n{\n wchar_t wVar1;\n undefined8 uVar2;\n GtkWidget *pGVar3;\n undefined8 uVar4;\n void *frontend_local;\n wchar_t i;\n wchar_t nesting;\n telnet_special_conflict *specials;... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *frontend)\n\n{\n type_1 var_7;\n type_2 uVar2;\n type_3 *pGVar3;\n type_2 uVar4;\n void *frontend_local;\n type_1 var_19;\n type_1 var_6;\n type_4 *var_4;\n type_3 *menu;\n type_3 *saved_menu;\... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_iden... |
1039_pterm_and_pterm_strip.c | fontinfo_selorder_compare | FUN_00154ffa | fontinfo_selorder_compare |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
wchar_t fontinfo_selorder_compare(void *av,void *bv)
{
wchar_t wVar1;
void *bv_local;
void *av_local;
wchar_t i;
fontinfo *a;
fontinfo *b;
wVar1 = strnullcasecmp(*(char **)((long)av + 8),*(char **)((long)bv + 8));
if (wVar1 =... |
int FUN_00154ffa(long param_1,long param_2)
{
int iVar1;
iVar1 = FUN_00154e85(*(undefined8 *)(param_1 + 8),*(undefined8 *)(param_2 + 8));
if (iVar1 == 0) {
if (((*(uint *)(param_2 + 0x2c) ^ *(uint *)(param_1 + 0x2c)) & 7) == 0) {
iVar1 = FUN_00154e85(*(undefined8 *)(param_1 + 0x10),*(undefined8 *)(... | (translation_unit "int FUN_00154ffa(long param_1,long param_2)\n\n{\n int iVar1;\n \n iVar1 = FUN_00154e85(*(undefined8 *)(param_1 + 8),*(undefined8 *)(param_2 + 8));\n if (iVar1 == 0) {\n if (((*(uint *)(param_2 + 0x2c) ^ *(uint *)(param_1 + 0x2c)) & 7) == 0) {\n iVar1 = FUN_00154e85(*(undefined8 *)(param_... | 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 qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x30]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RDX,qword ptr [RAX + 0x8]
MOV RAX,qword ptr [RBP + -0x10]
MO... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(void *av,void *bv)
{
type_1 var_2;
void *bv_local;
void *av_local;
type_1 i;
type_2 *a;
type_2 *b;
var_2 = var_1(*(char **)((long)av + 8),*(char **)((long)bv + 8));
if (var_2 == L'\0') {
if (((*(type_3 *... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nwchar_t fontinfo_selorder_compare(void *av,void *bv)\n\n{\n wchar_t wVar1;\n void *bv_local;\n void *av_local;\n wchar_t i;\n fontinfo *a;\n fontinfo *b;\n \n wVar1 = strnullcasecmp(*(char **)((long)av + 8),*(char **)... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(void *av,void *bv)\n\n{\n type_1 var_2;\n void *bv_local;\n void *av_local;\n type_1 i;\n type_2 *a;\n type_2 *b;\n \n var_2 = var_1(*(char **)((long)av + 8),*(char **)((long)bv + 8));\n if (var_2 =... | (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: (primitive_type) declarator... |
573_pterm_and_pterm_strip.c | config_host_handler | FUN_00116b88 | config_host_handler |
void config_host_handler(control *ctrl,void *dlg,void *data,int event)
{
int iVar1;
char *pcVar2;
int event_local;
void *data_local;
void *dlg_local;
control *ctrl_local;
Conf *conf;
char *s;
if (event == 0) {
iVar1 = conf_get_int((Conf *)data,2);
if (iVar1 == 4) {
dlg_label_change(... |
void FUN_00116b88(undefined8 param_1,undefined8 param_2,undefined8 param_3,int param_4)
{
int iVar1;
undefined8 uVar2;
if (param_4 == 0) {
iVar1 = FUN_00114ec2(param_3,2);
if (iVar1 == 4) {
FUN_00149482(param_1,param_2,"Serial line");
uVar2 = FUN_001150c2(param_3,0x39);
FUN_001486b8... | (translation_unit "void FUN_00116b88(undefined8 param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n int iVar1;\n undefined8 uVar2;\n \n if (param_4 == 0) {\n iVar1 = FUN_00114ec2(param_3,2);\n if (iVar1 == 4) {\n FUN_00149482(param_1,param_2,"Serial line");\n uVar2 = FUN_001150c2(param... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV qword ptr [RBP + -0x28],RDX
MOV dword ptr [RBP + -0x2c],ECX
MOV RAX,qword ptr [RBP + -0x28]
MOV qword ptr [RBP + -0x10],RAX
CMP dword ptr [RBP + -0x2c],0x0
JNZ 0x00116c50
MOV RAX,qword ptr [RBP + -0x10]
MOV ESI,0x2
MOV... |
void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)
{
int var_3;
char *pcVar2;
int event_local;
void *data_local;
void *dlg_local;
type_1 *ctrl_local;
type_2 *conf;
char *s;
if (var_1 == 0) {
var_3 = var_2((type_2 *)data,2);
if (var_3 == 4) {
var_4(ctrl,dlg,"Serial line");
... | (translation_unit "void config_host_handler(control *ctrl,void *dlg,void *data,int event)\n\n{\n int iVar1;\n char *pcVar2;\n int event_local;\n void *data_local;\n void *dlg_local;\n control *ctrl_local;\n Conf *conf;\n char *s;\n \n if (event == 0) {\n iVar1 = conf_get_int((Conf *)data,2);\n if (iVar1... | (translation_unit "void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)\n\n{\n int var_3;\n char *pcVar2;\n int event_local;\n void *data_local;\n void *dlg_local;\n type_1 *ctrl_local;\n type_2 *conf;\n char *s;\n \n if (var_1 == 0) {\n var_3 = var_2((type_2 *)data,2);\n if (var_3 == 4) {\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... |
1104_puttytel_and_puttytel_strip.c | eventlogstuff_new | FUN_00159bb1 | eventlogstuff_new |
/* WARNING: Unknown calling convention */
void * eventlogstuff_new(void)
{
void *__s;
eventlog_stuff *es;
__s = safemalloc(1,0xca0);
memset(__s,0,0xca0);
return __s;
}
|
void * FUN_00159bb1(void)
{
void *__s;
__s = (void *)FUN_001297e1(1,0xca0);
memset(__s,0,0xca0);
return __s;
}
| (translation_unit "void * FUN_00159bb1(void)\n\n{\n void *__s;\n \n __s = (void *)FUN_001297e1(1,0xca0);\n memset(__s,0,0xca0);\n return __s;\n}\n\n" (function_definition "void * FUN_00159bb1(void)\n\n{\n void *__s;\n \n __s = (void *)FUN_001297e1(1,0xca0);\n memset(__s,0,0xca0);\n return __s;\n}" primitive_t... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV ESI,0xca0
MOV EDI,0x1
CALL 0x001297e1
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV EDX,0xca0
MOV ESI,0x0
MOV RDI,RAX
CALL 0x00110810
MOV RAX,qword ptr [RBP + -0x8]
LEAVE
RET |
/* WARNING: Unknown calling convention */
void * function_1(void)
{
void *__s;
type_1 *es;
__s = var_1(1,0xca0);
var_2(__s,0,0xca0);
return __s;
}
| (translation_unit "/* WARNING: Unknown calling convention */\n\nvoid * eventlogstuff_new(void)\n\n{\n void *__s;\n eventlog_stuff *es;\n \n __s = safemalloc(1,0xca0);\n memset(__s,0,0xca0);\n return __s;\n}\n\n" comment (function_definition "void * eventlogstuff_new(void)\n\n{\n void *__s;\n eventlog_stuff *es;... | (translation_unit "/* WARNING: Unknown calling convention */\n\nvoid * function_1(void)\n\n{\n void *__s;\n type_1 *es;\n \n __s = var_1(1,0xca0);\n var_2(__s,0,0xca0);\n return __s;\n}\n\n" comment (function_definition "void * function_1(void)\n\n{\n void *__s;\n type_1 *es;\n \n __s = var_1(1,0xca0);\n var... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (declaration type: (primitive_type) declarator: (point... |
1169_puttytel_and_puttytel_strip.c | unifontsel_select_font | FUN_0015f744 | unifontsel_select_font |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void unifontsel_select_font
(unifontsel_internal *fs,fontinfo *info,wchar_t size,wchar_t leftlist,
wchar_t size_is_explicit)
{
wchar_t wVar1;
long lVar2;
undefined8 uVar3;
long in_FS_OFFSET;
wchar_t size_... |
void FUN_0015f744(long param_1,long param_2,uint param_3,int param_4,int param_5)
{
int iVar1;
undefined8 uVar2;
long in_FS_OFFSET;
uint local_9c;
int local_84;
undefined4 local_80;
undefined4 local_7c;
uint local_78;
int local_74;
undefined8 local_70;
undefined local_68 [32];
char local_48 [4... | (translation_unit "void FUN_0015f744(long param_1,long param_2,uint param_3,int param_4,int param_5)\n\n{\n int iVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n uint local_9c;\n int local_84;\n undefined4 local_80;\n undefined4 local_7c;\n uint local_78;\n int local_74;\n undefined8 local_70;\n undefined lo... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x98
MOV qword ptr [RBP + -0x88],RDI
MOV qword ptr [RBP + -0x90],RSI
MOV dword ptr [RBP + -0x94],EDX
MOV dword ptr [RBP + -0x98],ECX
MOV dword ptr [RBP + -0x9c],R8D
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x88]
MOV dword ptr... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1
(type_1 *fs,type_2 *info,type_3 var_26,type_3 var_7,
type_3 var_2)
{
type_3 var_31;
long var_33;
type_4 uVar3;
long var_1;
type_3 size_is_explicit_local;
type_3 leftlist_local;
type_3 ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid unifontsel_select_font\n (unifontsel_internal *fs,fontinfo *info,wchar_t size,wchar_t leftlist,\n wchar_t size_is_explicit)\n\n{\n wchar_t wVar1;\n long lVar2;\n undefined8 uVar3;\n long i... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1\n (type_1 *fs,type_2 *info,type_3 var_26,type_3 var_7,\n type_3 var_2)\n\n{\n type_3 var_31;\n long var_33;\n type_4 uVar3;\n long var_1;\n type_3 size_is_explicit_local;\n ty... | (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... |
1264_puttytel_and_puttytel_strip.c | set_window_titles | FUN_001691bd | 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_001691bd(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_001163b3(param_1[0x45a],0x72);
if (iVar2 == 0) {
uV... | (translation_unit "void FUN_001691bd(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_001163b3(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 0x00111f50
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x00110540
MOV RSI,RBX
MOV RDI,RAX
CALL 0x00110d30
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... |
1074_puttytel_and_puttytel_strip.c | treeselection_changed | FUN_001562b8 | treeselection_changed |
void treeselection_changed(GtkTreeSelection *treeselection,gpointer data)
{
long lVar1;
int iVar2;
long in_FS_OFFSET;
gpointer data_local;
GtkTreeSelection *treeselection_local;
gint spindex;
gint page_num;
GtkTreeModel *treemodel;
selparam *sps;
selparam *sp;
GtkTreeIter treeiter;
lVar1 = ... |
void FUN_001562b8(undefined8 param_1,long param_2)
{
int iVar1;
long in_FS_OFFSET;
int local_58;
undefined4 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;
iVar1 = gtk_tree_s... | (translation_unit "void FUN_001562b8(undefined8 param_1,long param_2)\n\n{\n int iVar1;\n long in_FS_OFFSET;\n int local_58;\n undefined4 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... | 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
LEA RDX,[RBP + -0x30]
LEA RCX,[RBP + -0x48]
MOV RAX,qword ptr [RBP + -0x58]
MOV RSI,RCX... |
void function_1(type_1 *treeselection,type_2 data)
{
long var_10;
int var_3;
long var_1;
type_2 data_local;
type_1 *treeselection_local;
type_3 var_6;
type_3 page_num;
type_4 *treemodel;
type_5 *var_5;
type_5 *sp;
type_6 treeiter;
var_10 = *(long *)(var_1 + 0x28);
var_5 = (type_5 *)data;
... | (translation_unit "void treeselection_changed(GtkTreeSelection *treeselection,gpointer data)\n\n{\n long lVar1;\n int iVar2;\n long in_FS_OFFSET;\n gpointer data_local;\n GtkTreeSelection *treeselection_local;\n gint spindex;\n gint page_num;\n GtkTreeModel *treemodel;\n selparam *sps;\n selparam *sp;\n GtkT... | (translation_unit "void function_1(type_1 *treeselection,type_2 data)\n\n{\n long var_10;\n int var_3;\n long var_1;\n type_2 data_local;\n type_1 *treeselection_local;\n type_3 var_6;\n type_3 page_num;\n type_4 *treemodel;\n type_5 *var_5;\n type_5 *sp;\n type_6 treeiter;\n \n var_10 = *(long *)(var_1 + ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... |
1121_puttytel_and_puttytel_strip.c | x11font_cairo_draw_glyph | FUN_0015b705 | x11font_cairo_draw_glyph |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void x11font_cairo_draw_glyph
(unifont_drawctx *ctx,x11font_individual *xfi,wchar_t x,wchar_t y,wchar_t glyphindex)
{
wchar_t glyphindex_local;
wchar_t y_local;
wchar_t x_local;
x11font_individual *xfi_local;
unifont_dr... |
void FUN_0015b705(long param_1,long param_2,int param_3,int param_4,int param_5)
{
if (*(long *)(*(long *)(param_2 + 0x10) + (long)param_5 * 0x10) != 0) {
cairo_mask_surface((double)(param_3 - *(int *)(param_2 + 0x38)),
(double)(param_4 - *(int *)(param_2 + 0x3c)),*(undefined8 *)(param_1 ... | (translation_unit "void FUN_0015b705(long param_1,long param_2,int param_3,int param_4,int param_5)\n\n{\n if (*(long *)(*(long *)(param_2 + 0x10) + (long)param_5 * 0x10) != 0) {\n cairo_mask_surface((double)(param_3 - *(int *)(param_2 + 0x38)),\n (double)(param_4 - *(int *)(param_2 + 0x3c)),*... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],EDX
MOV dword ptr [RBP + -0x18],ECX
MOV dword ptr [RBP + -0x1c],R8D
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x10]
MOV EDX,dword ptr [RBP + -0x1c]
MOVSXD RDX,EDX
SHL RDX,0x4
ADD R... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1
(type_1 *ctx,type_2 *xfi,type_3 var_2,type_3 var_3,type_3 glyphindex)
{
type_3 glyphindex_local;
type_3 y_local;
type_3 x_local;
type_2 *xfi_local;
type_1 *ctx_local;
if (xfi->glyphcache[glyphindex]... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid x11font_cairo_draw_glyph\n (unifont_drawctx *ctx,x11font_individual *xfi,wchar_t x,wchar_t y,wchar_t glyphindex)\n\n{\n wchar_t glyphindex_local;\n wchar_t y_local;\n wchar_t x_local;\n x11font_individu... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1\n (type_1 *ctx,type_2 *xfi,type_3 var_2,type_3 var_3,type_3 glyphindex)\n\n{\n type_3 glyphindex_local;\n type_3 y_local;\n type_3 x_local;\n type_2 *xfi_local;\n type_1 *ctx_local;\n \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: (type_identifier) declarato... |
1093_puttytel_and_puttytel_strip.c | nonfatal | FUN_00158add | nonfatal |
void nonfatal(char *p,...)
{
long lVar1;
char in_AL;
char *msg_00;
undefined8 in_RCX;
undefined8 in_RDX;
undefined8 in_RSI;
undefined8 in_R8;
undefined8 in_R9;
long in_FS_OFFSET;
undefined8 in_XMM0_Qa;
undefined8 in_XMM1_Qa;
undefined8 in_XMM2_Qa;
undefined8 in_XMM3_Qa;
undefined8 in_XMM4_... |
void FUN_00158add(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 param... | (translation_unit "void FUN_00158add(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 + -0xa8],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 0x00158b36
MOVAPS xmmword ptr [RBP + -0x80],XMM0
MOVAPS xmmword ptr [RBP + -0x70],... |
void function_1(char *p,...)
{
long var_6;
char var_1;
char *msg_00;
type_1 in_RCX;
type_1 in_RDX;
type_1 in_RSI;
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_XMM3_Qa;
type_1 in_XMM4_Qa;
type_1 in_XMM5_Qa;
type_1 in_XMM6_Qa;... | (translation_unit "void nonfatal(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_RSI;\n undefined8 in_R8;\n undefined8 in_R9;\n long in_FS_OFFSET;\n undefined8 in_XMM0_Qa;\n undefined8 in_XMM1_Qa;\n undefined8 in_XMM2_Qa;\n undefined8 ... | (translation_unit "void function_1(char *p,...)\n\n{\n long var_6;\n char var_1;\n char *msg_00;\n type_1 in_RCX;\n type_1 in_RDX;\n type_1 in_RSI;\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;\n type_1 in_XMM2_Qa;\n type_1 in_XMM3_Qa;\n type_1 in_XMM4_Qa;\n type... | (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))) (variadic_parameter))) body: (compound_statement (declaration type:... |
1296_puttytel_and_puttytel_strip.c | compute_geom_hints | FUN_0016b1c7 | compute_geom_hints |
/* WARNING: Removing unreachable block (ram,0x0016b3ad) */
/* WARNING: Removing unreachable block (ram,0x0016b433) */
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void compute_geom_hints(gui_data *inst,GdkGeometry *geom)
{
int iVar1;
long lVar2;
undefined8 uVar3;
long in_FS_OFFSET... |
void FUN_0016b1c7(undefined8 *param_1,int *param_2)
{
undefined8 uVar1;
long in_FS_OFFSET;
int local_30;
int local_2c;
int local_28;
int iStack_24;
long local_20;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
param_2[3] = -1;
param_2[2] = param_2[3];
param_2[10] = 0;
param_2[0... | (translation_unit "void FUN_0016b1c7(undefined8 *param_1,int *param_2)\n\n{\n undefined8 uVar1;\n long in_FS_OFFSET;\n int local_30;\n int local_2c;\n int local_28;\n int iStack_24;\n long local_20;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n param_2[3] = -1;\n param_2[2] = param_2[3]... | 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 + -0x50]
MOV dword ptr [RAX + 0xc],0xffffffff
MOV RAX,qword ptr [RBP + -0x50]
MOV EDX,dword ptr [RAX + 0xc]
MOV RAX,qword ptr [R... |
/* WARNING: Removing unreachable block (ram,0x0016b3ad) */
/* WARNING: Removing unreachable block (ram,0x0016b433) */
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *inst,type_2 *geom)
{
int var_3;
long var_7;
type_3 uVar3;
long var_1;
type_2 *geom_local;
... | (translation_unit "/* WARNING: Removing unreachable block (ram,0x0016b3ad) */\n/* WARNING: Removing unreachable block (ram,0x0016b433) */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid compute_geom_hints(gui_data *inst,GdkGeometry *geom)\n\n{\n int iVar1;\n long lVar2;\n undefined8... | (translation_unit "/* WARNING: Removing unreachable block (ram,0x0016b3ad) */\n/* WARNING: Removing unreachable block (ram,0x0016b433) */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *inst,type_2 *geom)\n\n{\n int var_3;\n long var_7;\n type_3 uVar3;\n long var... | (translation_unit (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_declaration type: (type_i... |
765_pterm_and_pterm_strip.c | term_schedule_update | FUN_001313c3 | term_schedule_update |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void term_schedule_update(Terminal *term)
{
ulong uVar1;
Terminal *term_local;
if (term->window_update_pending == L'\0') {
term->window_update_pending = L'\x01';
uVar1 = schedule_timer(0x14,term_timer,term);
term->next_upda... |
void FUN_001313c3(long param_1)
{
undefined8 uVar1;
if (*(int *)(param_1 + 0x112c) == 0) {
*(undefined4 *)(param_1 + 0x112c) = 1;
uVar1 = FUN_001427ab(0x14,FUN_00131284,param_1);
*(undefined8 *)(param_1 + 0x1130) = uVar1;
}
return;
}
| (translation_unit "void FUN_001313c3(long param_1)\n\n{\n undefined8 uVar1;\n \n if (*(int *)(param_1 + 0x112c) == 0) {\n *(undefined4 *)(param_1 + 0x112c) = 1;\n uVar1 = FUN_001427ab(0x14,FUN_00131284,param_1);\n *(undefined8 *)(param_1 + 0x1130) = uVar1;\n }\n return;\n}\n\n" (function_definition "void ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x112c]
TEST EAX,EAX
JNZ 0x00131411
MOV RAX,qword ptr [RBP + -0x8]
MOV dword ptr [RAX + 0x112c],0x1
MOV RAX,qword ptr [RBP + -0x8]
MOV RDX,RAX
LEA RSI,[0x131284]
MOV EDI,0x14
CALL 0x001427ab
MOV RDX,... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *term)
{
type_2 uVar1;
type_1 *term_local;
if (term->window_update_pending == L'\0') {
term->window_update_pending = L'\x01';
uVar1 = var_1(0x14,term_timer,term);
term->next_update = uVar1;
}
retu... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid term_schedule_update(Terminal *term)\n\n{\n ulong uVar1;\n Terminal *term_local;\n \n if (term->window_update_pending == L'\0') {\n term->window_update_pending = L'\x01';\n uVar1 = schedule_timer(0x14,term_time... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term)\n\n{\n type_2 uVar1;\n type_1 *term_local;\n \n if (term->window_update_pending == L'\0') {\n term->window_update_pending = L'\x01';\n uVar1 = var_1(0x14,term_timer,term);\n term->ne... | (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... |
1330_puttytel_and_puttytel_strip.c | pgp_fingerprints | FUN_0016e790 | pgp_fingerprints |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void pgp_fingerprints(void)
{
fwrite("These are the fingerprints of the PuTTY PGP Master Keys. They can\nbe used to establish a trust path from this executable to another\none. See the manual for more information.\n(Note: these fingerprin... |
void FUN_0016e790(void)
{
fwrite("These are the fingerprints of the PuTTY PGP Master Keys. They can\nbe used to establish a trust path from this executable to another\none. See the manual for more information.\n(Note: these fingerprints have nothing to do with SSH!)\n\nPuTTY Master Key as of 2015 (RSA, 4096-bit):\n... | (translation_unit "void FUN_0016e790(void)\n\n{\n fwrite("These are the fingerprints of the PuTTY PGP Master Keys. They can\nbe used to establish a trust path from this executable to another\none. See the manual for more information.\n(Note: these fingerprints have nothing to do with SSH!)\n\nPuTTY Master Key as of 20... | PUSH RBP
MOV RBP,RSP
MOV RAX,qword ptr [0x001b8820]
MOV RCX,RAX
MOV EDX,0x208
MOV ESI,0x1
LEA RDI,[0x1a4118]
CALL 0x00111f40
NOP
POP RBP
RET |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
var_1("These are the fingerprints of the PuTTY PGP Master Keys. They can\nbe used to establish a trust path from this executable to another\none. See the manual for more information.\n(Note: these fingerprints have... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid pgp_fingerprints(void)\n\n{\n fwrite("These are the fingerprints of the PuTTY PGP Master Keys. They can\nbe used to establish a trust path from this executable to another\none. See the manual for more information.\n... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid function_1(void)\n\n{\n var_1("These are the fingerprints of the PuTTY PGP Master Keys. They can\nbe used to establish a trust path from this executable to another\none. See the manual for more information.\n(Note: ... | (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... |
937_pterm_and_pterm_strip.c | button_clicked | FUN_0014a094 | button_clicked |
void button_clicked(GtkButton *button,gpointer data)
{
undefined8 uVar1;
GtkWidget *w;
uctrl *puVar2;
gpointer data_local;
GtkButton *button_local;
dlgparam *dp;
uctrl *uc;
uVar1 = gtk_widget_get_type();
w = (GtkWidget *)g_type_check_instance_cast(button,uVar1);
puVar2 = dlg_find_bywidget((dlgp... |
void FUN_0014a094(undefined8 param_1,long param_2)
{
undefined8 uVar1;
long *plVar2;
uVar1 = gtk_widget_get_type();
uVar1 = g_type_check_instance_cast(param_1,uVar1);
plVar2 = (long *)FUN_00148352(param_2,uVar1);
(**(code **)(*plVar2 + 0x18))(*plVar2,param_2,*(undefined8 *)(param_2 + 0x10),1);
return... | (translation_unit "void FUN_0014a094(undefined8 param_1,long param_2)\n\n{\n undefined8 uVar1;\n long *plVar2;\n \n uVar1 = gtk_widget_get_type();\n uVar1 = g_type_check_instance_cast(param_1,uVar1);\n plVar2 = (long *)FUN_00148352(param_2,uVar1);\n (**(code **)(*plVar2 + 0x18))(*plVar2,param_2,*(undefined8 *)(p... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV RAX,qword ptr [RBP + -0x20]
MOV qword ptr [RBP + -0x10],RAX
CALL 0x0010f4c0
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x0010f530
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV RSI,RDX
MO... |
void function_1(type_1 *button,type_2 data)
{
type_3 uVar1;
type_4 *w;
type_5 *puVar2;
type_2 data_local;
type_1 *button_local;
type_6 *dp;
type_5 *uc;
uVar1 = var_1();
w = (type_4 *)var_2(button,uVar1);
puVar2 = var_3((type_6 *)data,w);
(*(puVar2->ctrl->generic).handler)(puVar2->ctrl,data,*(... | (translation_unit "void button_clicked(GtkButton *button,gpointer data)\n\n{\n undefined8 uVar1;\n GtkWidget *w;\n uctrl *puVar2;\n gpointer data_local;\n GtkButton *button_local;\n dlgparam *dp;\n uctrl *uc;\n \n uVar1 = gtk_widget_get_type();\n w = (GtkWidget *)g_type_check_instance_cast(button,uVar1);\n p... | (translation_unit "void function_1(type_1 *button,type_2 data)\n\n{\n type_3 uVar1;\n type_4 *w;\n type_5 *puVar2;\n type_2 data_local;\n type_1 *button_local;\n type_6 *dp;\n type_5 *uc;\n \n uVar1 = var_1();\n w = (type_4 *)var_2(button,uVar1);\n puVar2 = var_3((type_6 *)data,w);\n (*(puVar2->ctrl->generi... | (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... |
958_pterm_and_pterm_strip.c | initial_treeview_collapse | FUN_0014d0a5 | initial_treeview_collapse |
void initial_treeview_collapse(dlgparam *dp,GtkWidget *tree)
{
GtkTreePath *pGVar1;
undefined8 uVar2;
GtkWidget *tree_local;
dlgparam *dp_local;
int i;
for (i = 0; i < dp->nselparams; i = i + 1) {
if (1 < dp->selparams[i].depth) {
pGVar1 = dp->selparams[i].treepath;
uVar2 = gtk_tree_vie... |
void FUN_0014d0a5(long param_1,undefined8 param_2)
{
undefined8 uVar1;
undefined8 uVar2;
undefined4 local_1c;
for (local_1c = 0; local_1c < *(int *)(param_1 + 0x48); local_1c = local_1c + 1) {
if (1 < *(int *)((long)local_1c * 0xc28 + *(long *)(param_1 + 0x50) + 0x18)) {
uVar1 = *(undefined8 *)((... | (translation_unit "void FUN_0014d0a5(long param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n undefined4 local_1c;\n \n for (local_1c = 0; local_1c < *(int *)(param_1 + 0x48); local_1c = local_1c + 1) {\n if (1 < *(int *)((long)local_1c * 0xc28 + *(long *)(param_1 + 0x50) + 0x18)) {\n ... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x28
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV dword ptr [RBP + -0x14],0x0
JMP 0x0014d11f
MOV RAX,qword ptr [RBP + -0x28]
MOV RDX,qword ptr [RAX + 0x50]
MOV EAX,dword ptr [RBP + -0x14]
CDQE
IMUL RAX,RAX,0xc28
ADD RAX,RDX
MOV EAX,dword ptr [RAX + 0x18]
CMP ... |
void function_1(type_1 *dp,type_2 *tree)
{
type_3 *pGVar1;
type_4 uVar2;
type_2 *tree_local;
type_1 *dp_local;
int var_1;
for (var_1 = 0; var_1 < dp->nselparams; var_1 = var_1 + 1) {
if (1 < dp->selparams[var_1].depth) {
pGVar1 = dp->selparams[var_1].treepath;
uVar2 = var_2();
uVa... | (translation_unit "void initial_treeview_collapse(dlgparam *dp,GtkWidget *tree)\n\n{\n GtkTreePath *pGVar1;\n undefined8 uVar2;\n GtkWidget *tree_local;\n dlgparam *dp_local;\n int i;\n \n for (i = 0; i < dp->nselparams; i = i + 1) {\n if (1 < dp->selparams[i].depth) {\n pGVar1 = dp->selparams[i].treepat... | (translation_unit "void function_1(type_1 *dp,type_2 *tree)\n\n{\n type_3 *pGVar1;\n type_4 uVar2;\n type_2 *tree_local;\n type_1 *dp_local;\n int var_1;\n \n for (var_1 = 0; var_1 < dp->nselparams; var_1 = var_1 + 1) {\n if (1 < dp->selparams[var_1].depth) {\n pGVar1 = dp->selparams[var_1].treepath;\n ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe... |
854_pterm_and_pterm_strip.c | columns_class_init | FUN_00145283 | columns_class_init |
/* WARNING: Enum "GParamFlags": Some values do not have unique names */
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
void columns_class_init(ColumnsClass *klass)
{
undefined8 uVar1;
long lVar2;
long lVar3;
ColumnsClass *klass_local;
GtkWidgetClass *widget_class;
GtkContainerCl... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
void FUN_00145283(undefined8 param_1)
{
undefined8 uVar1;
long lVar2;
long lVar3;
uVar1 = gtk_widget_get_type();
lVar2 = g_type_check_class_cast(param_1,uVar1);
uVar1 = gtk_container_get_type();
lVar3 = g_type_check... | (translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n\nvoid FUN_00145283(undefined8 param_1)\n\n{\n undefined8 uVar1;\n long lVar2;\n long lVar3;\n \n uVar1 = gtk_widget_get_type();\n lVar2 = g_type_check_class_cast(param_1,uVar1);\n uVar1 = gtk_container_get_t... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
CALL 0x0010f4c0
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x00110d60
MOV qword ptr [RBP + -0x10],RAX
CALL 0x0010fa00
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x00110d60
MOV qword ptr [RBP + -... |
/* WARNING: Enum "GParamFlags": Some values do not have unique names */
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
void function_1(type_1 *klass)
{
type_2 uVar1;
long var_5;
long var_6;
type_1 *klass_local;
type_3 *widget_class;
type_4 *container_class;
uVar1 = var_1();... | (translation_unit "/* WARNING: Enum "GParamFlags": Some values do not have unique names */\n/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\nvoid columns_class_init(ColumnsClass *klass)\n\n{\n undefined8 uVar1;\n long lVar2;\n long lVar3;\n ColumnsClass *klass_local;\n GtkWidgetClass *wi... | (translation_unit "/* WARNING: Enum "GParamFlags": Some values do not have unique names */\n/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\nvoid function_1(type_1 *klass)\n\n{\n type_2 uVar1;\n long var_5;\n long var_6;\n type_1 *klass_local;\n type_3 *widget_class;\n type_4 *container... | (translation_unit (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))))) body: (compound_statement (declaration type:... |
1293_puttytel_and_puttytel_strip.c | frontend_is_utf8 | FUN_0016acc2 | frontend_is_utf8 |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
wchar_t frontend_is_utf8(void *frontend)
{
void *frontend_local;
gui_data *inst;
return (wchar_t)(*(int *)((long)frontend + 0xdc8) == 0x37);
}
|
bool FUN_0016acc2(long param_1)
{
return *(int *)(param_1 + 0xdc8) == 0x37;
}
| (translation_unit "bool FUN_0016acc2(long param_1)\n\n{\n return *(int *)(param_1 + 0xdc8) == 0x37;\n}\n\n" (function_definition "bool FUN_0016acc2(long param_1)\n\n{\n return *(int *)(param_1 + 0xdc8) == 0x37;\n}" primitive_type (function_declarator "FUN_0016acc2(long param_1)" identifier (parameter_list "(long para... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0xdc8]
CMP EAX,0x37
SETZ AL
MOVZX EAX,AL
POP RBP
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(void *frontend)
{
void *frontend_local;
type_2 *inst;
return (type_1)(*(int *)((long)frontend + 0xdc8) == 0x37);
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nwchar_t frontend_is_utf8(void *frontend)\n\n{\n void *frontend_local;\n gui_data *inst;\n \n return (wchar_t)(*(int *)((long)frontend + 0xdc8) == 0x37);\n}\n\n" comment (function_definition "wchar_t frontend_is_utf8(void ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(void *frontend)\n\n{\n void *frontend_local;\n type_2 *inst;\n \n return (type_1)(*(int *)((long)frontend + 0xdc8) == 0x37);\n}\n\n" comment (function_definition "type_1 function_1(void *frontend)\n\n{\n... | (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: (primitiv... |
866_pterm_and_pterm_strip.c | columns_force_left_align | FUN_001460c1 | columns_force_left_align |
void columns_force_left_align(Columns *cols,GtkWidget *widget)
{
int iVar1;
GType GVar2;
ColumnsChild *pCVar3;
undefined8 uVar4;
GtkWidget *widget_local;
Columns *cols_local;
gboolean __r;
GTypeInstance *__inst;
GType __t;
ColumnsChild *child;
if (cols == (Columns *)0x0) {
g_return_if_fai... |
void FUN_001460c1(long *param_1,long param_2)
{
int iVar1;
long lVar2;
undefined8 uVar3;
int local_24;
if (param_1 == (long *)0x0) {
g_return_if_fail_warning(0,"columns_force_left_align","cols != NULL");
}
else {
lVar2 = FUN_00145243();
if (param_1 == (long *)0x0) {
local_24 = 0;
... | (translation_unit "void FUN_001460c1(long *param_1,long param_2)\n\n{\n int iVar1;\n long lVar2;\n undefined8 uVar3;\n int local_24;\n \n if (param_1 == (long *)0x0) {\n g_return_if_fail_warning(0,"columns_force_left_align","cols != NULL");\n }\n else {\n lVar2 = FUN_00145243();\n if (param_1 == (long ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
CMP qword ptr [RBP + -0x28],0x0
JNZ 0x001460f5
LEA RDX,[0x192e18]
LEA RSI,[0x192f90]
MOV EDI,0x0
CALL 0x0010f210
JMP 0x00146208
MOV RAX,qword ptr [RBP + -0x28]
MOV qword ptr [RBP + -0x18],RAX
CALL 0x00145243
MOV qword ptr ... |
void function_1(type_1 *var_1,type_2 *var_7)
{
int var_11;
type_3 var_4;
type_4 *var_9;
type_5 uVar4;
type_2 *widget_local;
type_1 *cols_local;
type_6 var_6;
type_7 *__inst;
type_3 __t;
type_4 *child;
if (var_1 == (type_1 *)0x0) {
var_2(0,"columns_force_left_align","cols != NULL");
}
... | (translation_unit "void columns_force_left_align(Columns *cols,GtkWidget *widget)\n\n{\n int iVar1;\n GType GVar2;\n ColumnsChild *pCVar3;\n undefined8 uVar4;\n GtkWidget *widget_local;\n Columns *cols_local;\n gboolean __r;\n GTypeInstance *__inst;\n GType __t;\n ColumnsChild *child;\n \n if (cols == (Colu... | (translation_unit "void function_1(type_1 *var_1,type_2 *var_7)\n\n{\n int var_11;\n type_3 var_4;\n type_4 *var_9;\n type_5 uVar4;\n type_2 *widget_local;\n type_1 *cols_local;\n type_6 var_6;\n type_7 *__inst;\n type_3 __t;\n type_4 *child;\n \n if (var_1 == (type_1 *)0x0) {\n var_2(0,"columns_force_le... | (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... |
1370_puttytel_and_puttytel_strip.c | try_send | FUN_00170e86 | try_send |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void try_send(Actual_Socket_conflict s)
{
int iVar1;
ssize_t sVar2;
int *piVar3;
long in_FS_OFFSET;
Actual_Socket_conflict s_local;
int len;
int urgentflag;
int nsent;
int err;
void *data;
long local_10;
local_10 = *(... |
void FUN_00170e86(long param_1)
{
int iVar1;
ssize_t sVar2;
int *piVar3;
long in_FS_OFFSET;
int local_28;
int local_24;
int local_20;
int local_1c;
void *local_18;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
while( true ) {
if (*(int *)(param_1 + 0x4c) == 0) {
iVar1 ... | (translation_unit "void FUN_00170e86(long param_1)\n\n{\n int iVar1;\n ssize_t sVar2;\n int *piVar3;\n long in_FS_OFFSET;\n int local_28;\n int local_24;\n int local_20;\n int local_1c;\n void *local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n while( true ) {\n if (*(int *)(pa... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
JMP 0x00170ff2
MOV RAX,qword ptr [RBP + -0x28]
MOV EAX,dword ptr [RAX + 0x4c]
TEST EAX,EAX
JZ 0x00170ed0
MOV dword ptr [RBP + -0x1c],0x1
MOV RAX,qword ptr [RBP + -0x28]
MOV EAX,dword ... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 s)
{
int var_3;
ssize_t sVar2;
int *piVar3;
long var_1;
type_1 s_local;
int var_12;
int urgentflag;
int var_10;
int var_15;
void *data;
long var_17;
var_17 = *(long *)(var_1 + 0x28);
while( tr... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid try_send(Actual_Socket_conflict s)\n\n{\n int iVar1;\n ssize_t sVar2;\n int *piVar3;\n long in_FS_OFFSET;\n Actual_Socket_conflict s_local;\n int len;\n int urgentflag;\n int nsent;\n int err;\n void *data;\n ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 s)\n\n{\n int var_3;\n ssize_t sVar2;\n int *piVar3;\n long var_1;\n type_1 s_local;\n int var_12;\n int urgentflag;\n int var_10;\n int var_15;\n void *data;\n long var_17;\n \n var_17 = *... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier))... |
687_pterm_and_pterm_strip.c | bufchain_init | FUN_00127e2c | bufchain_init |
void bufchain_init(bufchain_conflict *ch)
{
bufchain_conflict *ch_local;
ch->tail = (bufchain_granule *)0x0;
ch->head = ch->tail;
ch->buffersize = 0;
return;
}
|
void FUN_00127e2c(undefined8 *param_1)
{
param_1[1] = 0;
*param_1 = param_1[1];
*(undefined4 *)(param_1 + 2) = 0;
return;
}
| (translation_unit "void FUN_00127e2c(undefined8 *param_1)\n\n{\n param_1[1] = 0;\n *param_1 = param_1[1];\n *(undefined4 *)(param_1 + 2) = 0;\n return;\n}\n\n" (function_definition "void FUN_00127e2c(undefined8 *param_1)\n\n{\n param_1[1] = 0;\n *param_1 = param_1[1];\n *(undefined4 *)(param_1 + 2) = 0;\n retur... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RAX + 0x8],0x0
MOV RAX,qword ptr [RBP + -0x8]
MOV RDX,qword ptr [RAX + 0x8]
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RAX],RDX
MOV RAX,qword ptr [RBP + -0x8]
MOV dword ptr [RAX + 0x10],0x0
NOP
POP RBP
RET |
void function_1(type_1 *ch)
{
type_1 *ch_local;
ch->tail = (type_2 *)0x0;
ch->head = ch->tail;
ch->buffersize = 0;
return;
}
| (translation_unit "void bufchain_init(bufchain_conflict *ch)\n\n{\n bufchain_conflict *ch_local;\n \n ch->tail = (bufchain_granule *)0x0;\n ch->head = ch->tail;\n ch->buffersize = 0;\n return;\n}\n\n" (function_definition "void bufchain_init(bufchain_conflict *ch)\n\n{\n bufchain_conflict *ch_local;\n \n ch->t... | (translation_unit "void function_1(type_1 *ch)\n\n{\n type_1 *ch_local;\n \n ch->tail = (type_2 *)0x0;\n ch->head = ch->tail;\n ch->buffersize = 0;\n return;\n}\n\n" (function_definition "void function_1(type_1 *ch)\n\n{\n type_1 *ch_local;\n \n ch->tail = (type_2 *)0x0;\n ch->head = ch->tail;\n ch->buffersi... | (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... |
1207_puttytel_and_puttytel_strip.c | platform_default_s | FUN_00164740 | platform_default_s |
char * platform_default_s(char *name)
{
int iVar1;
char *pcVar2;
char *name_local;
iVar1 = strcmp(name,"SerialLine");
if (iVar1 == 0) {
pcVar2 = dupstr("/dev/ttyS0");
}
else {
pcVar2 = (char *)0x0;
}
return pcVar2;
}
|
undefined8 FUN_00164740(char *param_1)
{
int iVar1;
undefined8 uVar2;
iVar1 = strcmp(param_1,"SerialLine");
if (iVar1 == 0) {
uVar2 = FUN_0012874d("/dev/ttyS0");
}
else {
uVar2 = 0;
}
return uVar2;
}
| (translation_unit "undefined8 FUN_00164740(char *param_1)\n\n{\n int iVar1;\n undefined8 uVar2;\n \n iVar1 = strcmp(param_1,"SerialLine");\n if (iVar1 == 0) {\n uVar2 = FUN_0012874d("/dev/ttyS0");\n }\n else {\n uVar2 = 0;\n }\n return uVar2;\n}\n\n" (function_definition "undefined8 FUN_00164740(char *pa... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
LEA RSI,[0x1a3649]
MOV RDI,RAX
CALL 0x00111660
TEST EAX,EAX
JNZ 0x00164771
LEA RDI,[0x1a3654]
CALL 0x0012874d
JMP 0x00164776
MOV EAX,0x0
LEAVE
RET |
char * function_1(char *name)
{
int var_2;
char *pcVar2;
char *name_local;
var_2 = var_1(name,"SerialLine");
if (var_2 == 0) {
pcVar2 = var_3("/dev/ttyS0");
}
else {
pcVar2 = (char *)0x0;
}
return pcVar2;
}
| (translation_unit "char * platform_default_s(char *name)\n\n{\n int iVar1;\n char *pcVar2;\n char *name_local;\n \n iVar1 = strcmp(name,"SerialLine");\n if (iVar1 == 0) {\n pcVar2 = dupstr("/dev/ttyS0");\n }\n else {\n pcVar2 = (char *)0x0;\n }\n return pcVar2;\n}\n\n" (function_definition "char * platf... | (translation_unit "char * function_1(char *name)\n\n{\n int var_2;\n char *pcVar2;\n char *name_local;\n \n var_2 = var_1(name,"SerialLine");\n if (var_2 == 0) {\n pcVar2 = var_3("/dev/ttyS0");\n }\n else {\n pcVar2 = (char *)0x0;\n }\n return pcVar2;\n}\n\n" (function_definition "char * function_1(char... | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (decla... |
1021_pterm_and_pterm_strip.c | pangofont_canonify_fontname | FUN_00154486 | pangofont_canonify_fontname |
char * pangofont_canonify_fontname
(GtkWidget *widget,char *name,wchar_t *size,wchar_t *flags,wchar_t resolve_aliases)
{
wchar_t wVar1;
int iVar2;
PangoFontDescription *desc_00;
PangoContext *ctx_00;
long lVar3;
undefined8 uVar4;
long lVar5;
char *s;
char *pcVar6;
wchar_t resolve_... |
undefined8 FUN_00154486(undefined8 param_1,undefined8 param_2,int *param_3,undefined4 *param_4)
{
int iVar1;
long lVar2;
long lVar3;
long lVar4;
undefined8 uVar5;
undefined8 uVar6;
lVar2 = pango_font_description_from_string(param_2);
if (lVar2 != 0) {
lVar3 = gtk_widget_get_pango_context(param_... | (translation_unit "undefined8 FUN_00154486(undefined8 param_1,undefined8 param_2,int *param_3,undefined4 *param_4)\n\n{\n int iVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n undefined8 uVar5;\n undefined8 uVar6;\n \n lVar2 = pango_font_description_from_string(param_2);\n if (lVar2 != 0) {\n lVar3 = gtk_w... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x70
MOV qword ptr [RBP + -0x48],RDI
MOV qword ptr [RBP + -0x50],RSI
MOV qword ptr [RBP + -0x58],RDX
MOV qword ptr [RBP + -0x60],RCX
MOV dword ptr [RBP + -0x64],R8D
MOV RAX,qword ptr [RBP + -0x50]
MOV RDI,RAX
CALL 0x00110b50
MOV qword ptr [RBP + -0x38],RAX
CMP qword ptr [RBP + -0x38],0x0
JN... |
char * function_1
(type_1 *widget,char *name,type_2 *size,type_2 *flags,type_2 resolve_aliases)
{
type_2 var_7;
int var_15;
type_3 *var_2;
type_4 *var_4;
long var_9;
type_5 uVar4;
long var_13;
char *s;
char *pcVar6;
type_2 resolve_aliases_local;
type_2 *flags_local;
type_2 *si... | (translation_unit "char * pangofont_canonify_fontname\n (GtkWidget *widget,char *name,wchar_t *size,wchar_t *flags,wchar_t resolve_aliases)\n\n{\n wchar_t wVar1;\n int iVar2;\n PangoFontDescription *desc_00;\n PangoContext *ctx_00;\n long lVar3;\n undefined8 uVar4;\n long lVar5;\n char *s;\n ch... | (translation_unit "char * function_1\n (type_1 *widget,char *name,type_2 *size,type_2 *flags,type_2 resolve_aliases)\n\n{\n type_2 var_7;\n int var_15;\n type_3 *var_2;\n type_4 *var_4;\n long var_9;\n type_5 uVar4;\n long var_13;\n char *s;\n char *pcVar6;\n type_2 resolve_aliases_local;\n t... | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (prim... |
1478_puttytel_and_puttytel_strip.c | del_settings | FUN_00176122 | del_settings |
void del_settings(char *sessionname)
{
char *__name;
char *sessionname_local;
char *filename;
__name = make_filename(5,sessionname);
unlink(__name);
safefree(__name);
return;
}
|
void FUN_00176122(undefined8 param_1)
{
char *__name;
__name = (char *)FUN_00175214(5,param_1);
unlink(__name);
FUN_001299ed(__name);
return;
}
| (translation_unit "void FUN_00176122(undefined8 param_1)\n\n{\n char *__name;\n \n __name = (char *)FUN_00175214(5,param_1);\n unlink(__name);\n FUN_001299ed(__name);\n return;\n}\n\n" (function_definition "void FUN_00176122(undefined8 param_1)\n\n{\n char *__name;\n \n __name = (char *)FUN_00175214(5,param_1)... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr [RBP + -0x18]
MOV RSI,RAX
MOV EDI,0x5
CALL 0x00175214
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x00110690
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x001299ed
NOP
LEAVE
RET |
void function_1(char *sessionname)
{
char *__name;
char *sessionname_local;
char *filename;
__name = var_1(5,sessionname);
var_2(__name);
var_3(__name);
return;
}
| (translation_unit "void del_settings(char *sessionname)\n\n{\n char *__name;\n char *sessionname_local;\n char *filename;\n \n __name = make_filename(5,sessionname);\n unlink(__name);\n safefree(__name);\n return;\n}\n\n" (function_definition "void del_settings(char *sessionname)\n\n{\n char *__name;\n char *... | (translation_unit "void function_1(char *sessionname)\n\n{\n char *__name;\n char *sessionname_local;\n char *filename;\n \n __name = var_1(5,sessionname);\n var_2(__name);\n var_3(__name);\n return;\n}\n\n" (function_definition "void function_1(char *sessionname)\n\n{\n char *__name;\n char *sessionname_loca... | (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... |
985_pterm_and_pterm_strip.c | xlfd_decompose | FUN_001505aa | xlfd_decompose |
xlfd_decomposed * xlfd_decompose(char *xlfd)
{
char *__s;
long lVar1;
wchar_t wVar2;
xlfd_decomposed *ptr;
size_t sVar3;
long in_FS_OFFSET;
char *xlfd_local;
wchar_t i;
char *p;
void *mem;
xlfd_decomposed *dec;
char *components [14];
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
if (xlfd == (... |
undefined8 * FUN_001505aa(char *param_1)
{
char *__s;
int iVar1;
undefined8 *puVar2;
size_t sVar3;
long in_FS_OFFSET;
int local_a4;
char *local_a0;
undefined8 auStack_88 [4];
undefined8 uStack_68;
undefined8 uStack_60;
char *pcStack_58;
char *pcStack_50;
char *pcStack_48;
char *pcStack_40;... | (translation_unit "undefined8 * FUN_001505aa(char *param_1)\n\n{\n char *__s;\n int iVar1;\n undefined8 *puVar2;\n size_t sVar3;\n long in_FS_OFFSET;\n int local_a4;\n char *local_a0;\n undefined8 auStack_88 [4];\n undefined8 uStack_68;\n undefined8 uStack_60;\n char *pcStack_58;\n char *pcStack_50;\n char... | PUSH RBP
MOV RBP,RSP
SUB RSP,0xb0
MOV qword ptr [RBP + -0xa8],RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
CMP qword ptr [RBP + -0xa8],0x0
JNZ 0x001505df
MOV EAX,0x0
JMP 0x001508fa
MOV RAX,qword ptr [RBP + -0xa8]
MOV RDI,RAX
CALL 0x0010f5e0
ADD RAX,0x61
MOV ESI,0x1
MOV RDI,RAX
CALL 0x00128... |
type_1 * function_1(char *var_2)
{
char *var_12;
long var_14;
type_2 wVar2;
type_1 *var_6;
size_t var_5;
long var_1;
char *xlfd_local;
type_2 var_8;
char *var_10;
void *mem;
type_1 *dec;
char *components [14];
var_14 = *(long *)(var_1 + 0x28);
if (var_2 == (char *)0x0) {
var_6 = (ty... | (translation_unit "xlfd_decomposed * xlfd_decompose(char *xlfd)\n\n{\n char *__s;\n long lVar1;\n wchar_t wVar2;\n xlfd_decomposed *ptr;\n size_t sVar3;\n long in_FS_OFFSET;\n char *xlfd_local;\n wchar_t i;\n char *p;\n void *mem;\n xlfd_decomposed *dec;\n char *components [14];\n \n lVar1 = *(long *)(in_... | (translation_unit "type_1 * function_1(char *var_2)\n\n{\n char *var_12;\n long var_14;\n type_2 wVar2;\n type_1 *var_6;\n size_t var_5;\n long var_1;\n char *xlfd_local;\n type_2 var_8;\n char *var_10;\n void *mem;\n type_1 *dec;\n char *components [14];\n \n var_14 = *(long *)(var_1 + 0x28);\n if (var_... | (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... |
506_pterm_and_pterm_strip.c | __do_global_dtors_aux | _FINI_0 | __do_global_dtors_aux |
void __do_global_dtors_aux(void)
{
if (completed_7325 == '\0') {
if (PTR___cxa_finalize_001a5fc8 != (undefined *)0x0) {
__cxa_finalize(__dso_handle);
}
deregister_tm_clones();
completed_7325 = 1;
return;
}
return;
}
|
void _FINI_0(void)
{
if (DAT_001a7608 == '\0') {
if (PTR___cxa_finalize_001a5fc8 != (undefined *)0x0) {
__cxa_finalize(PTR_LOOP_001a6008);
}
FUN_00110f90();
DAT_001a7608 = 1;
return;
}
return;
}
| (translation_unit "void _FINI_0(void)\n\n{\n if (DAT_001a7608 == '\0') {\n if (PTR___cxa_finalize_001a5fc8 != (undefined *)0x0) {\n __cxa_finalize(PTR_LOOP_001a6008);\n }\n FUN_00110f90();\n DAT_001a7608 = 1;\n return;\n }\n return;\n}\n\n" (function_definition "void _FINI_0(void)\n\n{\n if (DAT... | CMP byte ptr [0x001a7608],0x0
JNZ 0x00111038
PUSH RBP
CMP qword ptr [0x001a5fc8],0x0
MOV RBP,RSP
JZ 0x00111023
MOV RDI,qword ptr [0x001a6008]
CALL 0x00110f40
CALL 0x00110f90
MOV byte ptr [0x001a7608],0x1
POP RBP
RET
RET |
void function_1(void)
{
if (var_1 == '\0') {
if (var_2 != (type_1 *)0x0) {
var_3(__dso_handle);
}
var_4();
var_1 = 1;
return;
}
return;
}
| (translation_unit "void __do_global_dtors_aux(void)\n\n{\n if (completed_7325 == '\0') {\n if (PTR___cxa_finalize_001a5fc8 != (undefined *)0x0) {\n __cxa_finalize(__dso_handle);\n }\n deregister_tm_clones();\n completed_7325 = 1;\n return;\n }\n return;\n}\n\n" (function_definition "void __do_glo... | (translation_unit "void function_1(void)\n\n{\n if (var_1 == '\0') {\n if (var_2 != (type_1 *)0x0) {\n var_3(__dso_handle);\n }\n var_4();\n var_1 = 1;\n return;\n }\n return;\n}\n\n" (function_definition "void function_1(void)\n\n{\n if (var_1 == '\0') {\n if (var_2 != (type_1 *)0x0) {\n ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (... |
1358_puttytel_and_puttytel_strip.c | sk_addrcopy | FUN_0016f6d0 | sk_addrcopy |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void sk_addrcopy(SockAddr addr,char *buf)
{
addrinfo *paVar1;
undefined8 uVar2;
int iVar3;
char *buf_local;
SockAddr addr_local;
int family;
SockAddrStep step;
paVar1 = addr->ais;
if (addr->superfamily == ADDRTYPE_UNSPEC) {... |
void FUN_0016f6d0(long param_1,undefined8 *param_2)
{
long lVar1;
undefined8 uVar2;
int iVar3;
lVar1 = *(long *)(param_1 + 0x18);
if (*(int *)(param_1 + 0x10) == 0) {
iVar3 = 0;
}
else if (*(int *)(param_1 + 0x10) == 1) {
iVar3 = 1;
}
else if (lVar1 == 0) {
iVar3 = 2;
}
else {
... | (translation_unit "void FUN_0016f6d0(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n undefined8 uVar2;\n int iVar3;\n \n lVar1 = *(long *)(param_1 + 0x18);\n if (*(int *)(param_1 + 0x10) == 0) {\n iVar3 = 0;\n }\n else if (*(int *)(param_1 + 0x10) == 1) {\n iVar3 = 1;\n }\n else if (lVar1 == 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 + -0x28]
MOV RAX,qword ptr [RAX + 0x18]
MOV qword ptr [RBP + -0x10],RAX
MOV dword ptr [RBP + -0x8],0x0
MOV RAX,qword ptr [RBP + -0x28]
MOV EAX,dword ptr [RAX + 0x10]
TEST EAX,EAX
JZ 0x0016f72a
MOV RA... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 addr,char *var_6)
{
type_2 *var_3;
type_3 uVar2;
int var_4;
char *buf_local;
type_1 addr_local;
int family;
type_4 step;
var_3 = addr->ais;
if (addr->superfamily == var_1) {
var_4 = 0;
}
else ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid sk_addrcopy(SockAddr addr,char *buf)\n\n{\n addrinfo *paVar1;\n undefined8 uVar2;\n int iVar3;\n char *buf_local;\n SockAddr addr_local;\n int family;\n SockAddrStep step;\n \n paVar1 = addr->ais;\n if (addr->s... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 addr,char *var_6)\n\n{\n type_2 *var_3;\n type_3 uVar2;\n int var_4;\n char *buf_local;\n type_1 addr_local;\n int family;\n type_4 step;\n \n var_3 = addr->ais;\n if (addr->superfamily == var... | (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:... |
741_pterm_and_pterm_strip.c | unlineptr | FUN_0012f421 | unlineptr |
void unlineptr(termline *line)
{
termline *line_local;
if (line->temporary != L'\0') {
freeline(line);
}
return;
}
|
void FUN_0012f421(long param_1)
{
if (*(int *)(param_1 + 0xc) != 0) {
FUN_0012f3ef(param_1);
}
return;
}
| (translation_unit "void FUN_0012f421(long param_1)\n\n{\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0012f3ef(param_1);\n }\n return;\n}\n\n" (function_definition "void FUN_0012f421(long param_1)\n\n{\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0012f3ef(param_1);\n }\n return;\n}" primitive_type (function_de... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0xc]
TEST EAX,EAX
JZ 0x0012f444
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x0012f3ef
NOP
LEAVE
RET |
void function_1(type_1 *line)
{
type_1 *line_local;
if (line->temporary != L'\0') {
var_1(line);
}
return;
}
| (translation_unit "void unlineptr(termline *line)\n\n{\n termline *line_local;\n \n if (line->temporary != L'\0') {\n freeline(line);\n }\n return;\n}\n\n" (function_definition "void unlineptr(termline *line)\n\n{\n termline *line_local;\n \n if (line->temporary != L'\0') {\n freeline(line);\n }\n retur... | (translation_unit "void function_1(type_1 *line)\n\n{\n type_1 *line_local;\n \n if (line->temporary != L'\0') {\n var_1(line);\n }\n return;\n}\n\n" (function_definition "void function_1(type_1 *line)\n\n{\n type_1 *line_local;\n \n if (line->temporary != L'\0') {\n var_1(line);\n }\n return;\n}" primi... | (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... |
1109_puttytel_and_puttytel_strip.c | x11_guess_derived_font_name | FUN_0015a53f | x11_guess_derived_font_name |
char * x11_guess_derived_font_name(XFontStruct *xfs,wchar_t bold,wchar_t wide)
{
int iVar1;
undefined8 uVar2;
char *pcVar3;
long in_FS_OFFSET;
wchar_t wide_local;
wchar_t bold_local;
XFontStruct *xfs_local;
ulong ret;
Display *disp;
Atom fontprop;
char *name;
xlfd_decomposed *xlfd;
char *ret... |
undefined8 FUN_0015a53f(undefined8 param_1,int param_2,int param_3)
{
int iVar1;
undefined8 uVar2;
long in_FS_OFFSET;
undefined8 local_40;
undefined8 local_38;
undefined8 local_30;
undefined8 local_28;
long local_20;
undefined8 local_18;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28... | (translation_unit "undefined8 FUN_0015a53f(undefined8 param_1,int param_2,int param_3)\n\n{\n int iVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n undefined8 local_40;\n undefined8 local_38;\n undefined8 local_30;\n undefined8 local_28;\n long local_20;\n undefined8 local_18;\n long local_10;\n \n local_10... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x48],RDI
MOV dword ptr [RBP + -0x4c],ESI
MOV dword ptr [RBP + -0x50],EDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
CALL 0x00110d80
MOV RDI,RAX
CALL 0x00111ee0
MOV qword ptr [RBP + -0x30],RAX
MOV RAX,qword ptr [RBP + -0x30]
MOV EDX,0x0... |
char * function_1(type_1 *xfs,type_2 var_10,type_2 var_11)
{
int var_6;
type_3 uVar2;
char *pcVar3;
long var_1;
type_2 wide_local;
type_2 bold_local;
type_1 *xfs_local;
type_4 ret;
type_5 *disp;
type_6 fontprop;
char *name;
type_7 *var_9;
char *ret_1;
long var_14;
var_14 = *(long *)(v... | (translation_unit "char * x11_guess_derived_font_name(XFontStruct *xfs,wchar_t bold,wchar_t wide)\n\n{\n int iVar1;\n undefined8 uVar2;\n char *pcVar3;\n long in_FS_OFFSET;\n wchar_t wide_local;\n wchar_t bold_local;\n XFontStruct *xfs_local;\n ulong ret;\n Display *disp;\n Atom fontprop;\n char *name;\n xl... | (translation_unit "char * function_1(type_1 *xfs,type_2 var_10,type_2 var_11)\n\n{\n int var_6;\n type_3 uVar2;\n char *pcVar3;\n long var_1;\n type_2 wide_local;\n type_2 bold_local;\n type_1 *xfs_local;\n type_4 ret;\n type_5 *disp;\n type_6 fontprop;\n char *name;\n type_7 *var_9;\n char *ret_1;\n long... | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type... |
928_pterm_and_pterm_strip.c | dlg_set_focus | FUN_00149a6c | dlg_set_focus |
void dlg_set_focus(control *ctrl,void *dlg)
{
int iVar1;
uctrl *puVar2;
undefined8 uVar3;
void *dlg_local;
control *ctrl_local;
int i;
dlgparam *dp;
uctrl *uc;
puVar2 = dlg_find_byctrl((dlgparam *)dlg,ctrl);
switch((ctrl->generic).type) {
case 1:
case 7:
case 8:
if (puVar2->entry == (... |
void FUN_00149a6c(undefined4 *param_1,undefined8 param_2)
{
int iVar1;
long lVar2;
undefined8 uVar3;
int local_1c;
lVar2 = FUN_00148310(param_2,param_1);
switch(*param_1) {
case 1:
case 7:
case 8:
if (*(long *)(lVar2 + 0x20) == 0) {
if (*(long *)(lVar2 + 0x30) != 0) {
gtk_widget... | (translation_unit "void FUN_00149a6c(undefined4 *param_1,undefined8 param_2)\n\n{\n int iVar1;\n long lVar2;\n undefined8 uVar3;\n int local_1c;\n \n lVar2 = FUN_00148310(param_2,param_1);\n switch(*param_1) {\n case 1:\n case 7:\n case 8:\n if (*(long *)(lVar2 + 0x20) == 0) {\n if (*(long *)(lVar2 + ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV RAX,qword ptr [RBP + -0x30]
MOV qword ptr [RBP + -0x10],RAX
MOV RDX,qword ptr [RBP + -0x28]
MOV RAX,qword ptr [RBP + -0x10]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x00148310
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP ... |
void function_1(type_1 *ctrl,void *dlg)
{
int var_7;
type_2 *puVar2;
type_3 uVar3;
void *dlg_local;
type_1 *ctrl_local;
int var_3;
type_4 *dp;
type_2 *uc;
puVar2 = var_1((type_4 *)dlg,ctrl);
switch((ctrl->generic).type) {
case 1:
case 7:
case 8:
if (puVar2->entry == (type_5 *)0x0) {
... | (translation_unit "void dlg_set_focus(control *ctrl,void *dlg)\n\n{\n int iVar1;\n uctrl *puVar2;\n undefined8 uVar3;\n void *dlg_local;\n control *ctrl_local;\n int i;\n dlgparam *dp;\n uctrl *uc;\n \n puVar2 = dlg_find_byctrl((dlgparam *)dlg,ctrl);\n switch((ctrl->generic).type) {\n case 1:\n case 7:\n ... | (translation_unit "void function_1(type_1 *ctrl,void *dlg)\n\n{\n int var_7;\n type_2 *puVar2;\n type_3 uVar3;\n void *dlg_local;\n type_1 *ctrl_local;\n int var_3;\n type_4 *dp;\n type_2 *uc;\n \n puVar2 = var_1((type_4 *)dlg,ctrl);\n switch((ctrl->generic).type) {\n case 1:\n case 7:\n case 8:\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: (pointer... |
639_pterm_and_pterm_strip.c | logfopen_callback | FUN_001226ec | logfopen_callback |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void logfopen_callback(void *handle,int mode)
{
long lVar1;
int iVar2;
FILE *pFVar3;
char *pcVar4;
char *pcVar5;
size_t sVar6;
char *pcVar7;
long in_FS_OFFSET;
int mode_local;
void *handle_local;
int len;
int shout;
vo... |
void FUN_001226ec(long *param_1,int param_2)
{
int iVar1;
long lVar2;
undefined8 uVar3;
char *pcVar4;
size_t sVar5;
char *pcVar6;
long in_FS_OFFSET;
tm local_1d8;
int local_194;
long *local_190;
undefined4 local_180;
int local_17c;
undefined8 local_178;
long *local_170;
undefined *local_... | (translation_unit "void FUN_001226ec(long *param_1,int param_2)\n\n{\n int iVar1;\n long lVar2;\n undefined8 uVar3;\n char *pcVar4;\n size_t sVar5;\n char *pcVar6;\n long in_FS_OFFSET;\n tm local_1d8;\n int local_194;\n long *local_190;\n undefined4 local_180;\n int local_17c;\n undefined8 local_178;\n lo... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x1d0
MOV qword ptr [RBP + -0x188],RDI
MOV dword ptr [RBP + -0x18c],ESI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x188]
MOV qword ptr [RBP + -0x168],RAX
MOV dword ptr [RBP + -0x174],0x0
CMP dword ptr [RBP + -0x18c],0x0
JNZ 0x00122747
M... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *handle,int var_2)
{
long var_23;
int var_19;
type_1 *pFVar3;
char *pcVar4;
char *pcVar5;
size_t sVar6;
char *pcVar7;
long var_1;
int mode_local;
void *handle_local;
int len;
int var_12;
void *data... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid logfopen_callback(void *handle,int mode)\n\n{\n long lVar1;\n int iVar2;\n FILE *pFVar3;\n char *pcVar4;\n char *pcVar5;\n size_t sVar6;\n char *pcVar7;\n long in_FS_OFFSET;\n int mode_local;\n void *handle_loc... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *handle,int var_2)\n\n{\n long var_23;\n int var_19;\n type_1 *pFVar3;\n char *pcVar4;\n char *pcVar5;\n size_t sVar6;\n char *pcVar7;\n long var_1;\n int mode_local;\n void *handle_local;\n in... | (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:... |
811_pterm_and_pterm_strip.c | sel_spread_half | FUN_001404d4 | sel_spread_half |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
pos sel_spread_half(Terminal *term,pos p,wchar_t dir)
{
anon_enum_32 aVar1;
pos pVar2;
short sVar3;
wchar_t wVar4;
wchar_t wVar5;
wchar_t wVar6;
termline *ptVar7;
wchar_t dir_local;
pos p_local;
Terminal *term_local;
short... |
ulong FUN_001404d4(long param_1,ulong param_2,int param_3)
{
ulong uVar1;
ulong uVar2;
short sVar3;
int iVar4;
int iVar5;
int iVar6;
ushort *puVar7;
undefined8 local_48;
ushort *local_28;
ulong local_20;
iVar4 = FUN_00130f8a(param_1);
local_28 = (ushort *)FUN_00130fe4(param_1,param_2 & 0xff... | (translation_unit "ulong FUN_001404d4(long param_1,ulong param_2,int param_3)\n\n{\n ulong uVar1;\n ulong uVar2;\n short sVar3;\n int iVar4;\n int iVar5;\n int iVar6;\n ushort *puVar7;\n undefined8 local_48;\n ushort *local_28;\n ulong local_20;\n \n iVar4 = FUN_00130f8a(param_1);\n local_28 = (ushort *)FU... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x38],RDI
MOV qword ptr [RBP + -0x40],RSI
MOV dword ptr [RBP + -0x44],EDX
MOV RAX,qword ptr [RBP + -0x38]
MOV RDI,RAX
CALL 0x00130f8a
NEG EAX
MOV dword ptr [RBP + -0x2c],EAX
MOV ESI,dword ptr [RBP + -0x40]
MOV RAX,qword ptr [RBP + -0x38]
MOV ECX,0x0
MOV EDX,0x16af... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(type_2 *term,type_1 p,type_3 var_6)
{
type_4 var_3;
type_1 pVar2;
short var_8;
type_3 var_7;
type_3 var_10;
type_3 var_11;
type_5 *ptVar7;
type_3 dir_local;
type_1 p_local;
type_2 *term_local;
short wvalu... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\npos sel_spread_half(Terminal *term,pos p,wchar_t dir)\n\n{\n anon_enum_32 aVar1;\n pos pVar2;\n short sVar3;\n wchar_t wVar4;\n wchar_t wVar5;\n wchar_t wVar6;\n termline *ptVar7;\n wchar_t dir_local;\n pos p_local;\... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 *term,type_1 p,type_3 var_6)\n\n{\n type_4 var_3;\n type_1 pVar2;\n short var_8;\n type_3 var_7;\n type_3 var_10;\n type_3 var_11;\n type_5 *ptVar7;\n type_3 dir_local;\n type_1 p_local;\n t... | (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... |
693_pterm_and_pterm_strip.c | bufchain_fetch | FUN_001281f1 | bufchain_fetch |
void bufchain_fetch(bufchain_conflict *ch,void *data,int len)
{
int len_local;
void *data_local;
bufchain_conflict *ch_local;
int remlen;
bufchain_granule *tmp;
char *data_c;
tmp = ch->head;
len_local = len;
data_c = (char *)data;
if (ch->buffersize < len) {
/* WARNING: Subr... |
void FUN_001281f1(undefined8 *param_1,void *param_2,int param_3)
{
int local_3c;
int local_1c;
undefined8 *local_18;
void *local_10;
local_18 = (undefined8 *)*param_1;
local_3c = param_3;
local_10 = param_2;
if (*(int *)(param_1 + 2) < param_3) {
/* WARNING: Subroutine does not ... | (translation_unit "void FUN_001281f1(undefined8 *param_1,void *param_2,int param_3)\n\n{\n int local_3c;\n int local_1c;\n undefined8 *local_18;\n void *local_10;\n \n local_18 = (undefined8 *)*param_1;\n local_3c = param_3;\n local_10 = param_2;\n if (*(int *)(param_1 + 2) < param_3) {\n /*... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV dword ptr [RBP + -0x34],EDX
MOV RAX,qword ptr [RBP + -0x30]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x28]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x28]
MOV EAX... |
void function_1(type_1 *ch,void *data,int var_1)
{
int var_3;
void *data_local;
type_1 *ch_local;
int var_6;
type_2 *var_4;
char *var_7;
var_4 = ch->head;
var_3 = var_1;
var_7 = (char *)data;
if (ch->buffersize < var_1) {
/* WARNING: Subroutine does not return */
var_2("... | (translation_unit "void bufchain_fetch(bufchain_conflict *ch,void *data,int len)\n\n{\n int len_local;\n void *data_local;\n bufchain_conflict *ch_local;\n int remlen;\n bufchain_granule *tmp;\n char *data_c;\n \n tmp = ch->head;\n len_local = len;\n data_c = (char *)data;\n if (ch->buffersize < len) {\n ... | (translation_unit "void function_1(type_1 *ch,void *data,int var_1)\n\n{\n int var_3;\n void *data_local;\n type_1 *ch_local;\n int var_6;\n type_2 *var_4;\n char *var_7;\n \n var_4 = ch->head;\n var_3 = var_1;\n var_7 = (char *)data;\n if (ch->buffersize < var_1) {\n /* WARNING: Subroutin... | (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... |
694_pterm_and_pterm_strip.c | safemalloc | FUN_001282f0 | safemalloc |
void * safemalloc(size_t n,size_t size)
{
long lVar1;
undefined auVar2 [16];
long in_FS_OFFSET;
size_t size_local;
size_t n_local;
void *p;
char str [200];
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
auVar2._8_8_ = 0;
auVar2._0_8_ = size;
if (SUB168((ZEXT816(0) << 0x40 | ZEXT816(0x7fffffff)) / au... |
void * FUN_001282f0(ulong param_1,ulong param_2)
{
undefined auVar1 [16];
long in_FS_OFFSET;
size_t local_f8;
void *local_e0;
undefined8 local_d8;
undefined4 local_d0;
undefined2 local_cc;
undefined local_ca;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
auVar1._8_8_ = 0;
auVar1... | (translation_unit "void * FUN_001282f0(ulong param_1,ulong param_2)\n\n{\n undefined auVar1 [16];\n long in_FS_OFFSET;\n size_t local_f8;\n void *local_e0;\n undefined8 local_d8;\n undefined4 local_d0;\n undefined2 local_cc;\n undefined local_ca;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28... | PUSH RBP
MOV RBP,RSP
SUB RSP,0xf0
MOV qword ptr [RBP + -0xe8],RDI
MOV qword ptr [RBP + -0xf0],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV EAX,0x7fffffff
MOV EDX,0x0
DIV qword ptr [RBP + -0xf0]
CMP qword ptr [RBP + -0xe8],RAX
JBE 0x0012833f
MOV qword ptr [RBP + -0xd8],0x0
JMP 0x0012838... |
void * function_1(size_t var_5,size_t var_6)
{
long var_12;
type_1 var_4 [16];
long var_1;
size_t var_7;
size_t n_local;
void *var_9;
char str [200];
var_12 = *(long *)(var_1 + 0x28);
var_4._8_8_ = 0;
var_4._0_8_ = var_6;
if (var_2((var_3(0) << 0x40 | var_3(0x7fffffff)) / var_4,0) < var_5) {
... | (translation_unit "void * safemalloc(size_t n,size_t size)\n\n{\n long lVar1;\n undefined auVar2 [16];\n long in_FS_OFFSET;\n size_t size_local;\n size_t n_local;\n void *p;\n char str [200];\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n auVar2._8_8_ = 0;\n auVar2._0_8_ = size;\n if (SUB168((ZEXT816(0) << ... | (translation_unit "void * function_1(size_t var_5,size_t var_6)\n\n{\n long var_12;\n type_1 var_4 [16];\n long var_1;\n size_t var_7;\n size_t n_local;\n void *var_9;\n char str [200];\n \n var_12 = *(long *)(var_1 + 0x28);\n var_4._8_8_ = 0;\n var_4._0_8_ = var_6;\n if (var_2((var_3(0) << 0x40 | var_3(0x7... | (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... |
909_pterm_and_pterm_strip.c | dlg_checkbox_get | FUN_00148637 | dlg_checkbox_get |
int dlg_checkbox_get(control *ctrl,void *dlg)
{
int iVar1;
uctrl *puVar2;
undefined8 uVar3;
void *dlg_local;
control *ctrl_local;
dlgparam *dp;
uctrl *uc;
puVar2 = dlg_find_byctrl((dlgparam *)dlg,ctrl);
if ((puVar2->ctrl->generic).type != 3) {
/* WARNING: Subroutine does not r... |
void FUN_00148637(undefined8 param_1,undefined8 param_2)
{
undefined8 *puVar1;
undefined8 uVar2;
puVar1 = (undefined8 *)FUN_00148310(param_2,param_1);
if (*(int *)*puVar1 != 3) {
/* WARNING: Subroutine does not return */
__assert_fail("uc->ctrl->generic.type == CTRL_CHECKBOX","unix/... | (translation_unit "void FUN_00148637(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n \n puVar1 = (undefined8 *)FUN_00148310(param_2,param_1);\n if (*(int *)*puVar1 != 3) {\n /* WARNING: Subroutine does not return */\n __assert_fail("uc->ctrl->generic.ty... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV RAX,qword ptr [RBP + -0x20]
MOV qword ptr [RBP + -0x10],RAX
MOV RDX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RBP + -0x10]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x00148310
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP ... |
int function_1(type_1 *ctrl,void *dlg)
{
int iVar1;
type_2 *puVar2;
type_3 uVar3;
void *dlg_local;
type_1 *ctrl_local;
type_4 *dp;
type_2 *uc;
puVar2 = var_1((type_4 *)dlg,ctrl);
if ((puVar2->ctrl->generic).type != 3) {
/* WARNING: Subroutine does not return */
var_2("uc->... | (translation_unit "int dlg_checkbox_get(control *ctrl,void *dlg)\n\n{\n int iVar1;\n uctrl *puVar2;\n undefined8 uVar3;\n void *dlg_local;\n control *ctrl_local;\n dlgparam *dp;\n uctrl *uc;\n \n puVar2 = dlg_find_byctrl((dlgparam *)dlg,ctrl);\n if ((puVar2->ctrl->generic).type != 3) {\n /*... | (translation_unit "int function_1(type_1 *ctrl,void *dlg)\n\n{\n int iVar1;\n type_2 *puVar2;\n type_3 uVar3;\n void *dlg_local;\n type_1 *ctrl_local;\n type_4 *dp;\n type_2 *uc;\n \n puVar2 = var_1((type_4 *)dlg,ctrl);\n if ((puVar2->ctrl->generic).type != 3) {\n /* WARNING: Subroutine doe... | (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... |
712_pterm_and_pterm_strip.c | proxy_socks5_selectchap | FUN_00128e48 | proxy_socks5_selectchap |
int proxy_socks5_selectchap(Proxy_Socket p)
{
Proxy_Socket p_local;
(*(*p->plug)->closing)
(p->plug,"Proxy error: Trying to handle a SOCKS5 CHAP request in telnet-only build",8000
,0);
return 1;
}
|
undefined8 FUN_00128e48(long param_1)
{
(**(code **)(**(long **)(param_1 + 0x18) + 8))
(*(undefined8 *)(param_1 + 0x18),
"Proxy error: Trying to handle a SOCKS5 CHAP request in telnet-only build",8000,0);
return 1;
}
| (translation_unit "undefined8 FUN_00128e48(long param_1)\n\n{\n (**(code **)(**(long **)(param_1 + 0x18) + 8))\n (*(undefined8 *)(param_1 + 0x18),\n "Proxy error: Trying to handle a SOCKS5 CHAP request in telnet-only build",8000,0);\n return 1;\n}\n\n" (function_definition "undefined8 FUN_00128... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x18]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x8]
MOV RDX,qword ptr [RBP + -0x8]
MOV RDI,qword ptr [RDX + 0x18]
MOV ECX,0x0
MOV EDX,0x1f40
LEA RSI,[0x190d98]
CALL RAX
MOV EAX,0x1
LEAVE
RET |
int function_1(type_1 p)
{
type_1 p_local;
(*(*p->plug)->closing)
(p->plug,"Proxy error: Trying to handle a SOCKS5 CHAP request in telnet-only build",8000
,0);
return 1;
}
| (translation_unit "int proxy_socks5_selectchap(Proxy_Socket p)\n\n{\n Proxy_Socket p_local;\n \n (*(*p->plug)->closing)\n (p->plug,"Proxy error: Trying to handle a SOCKS5 CHAP request in telnet-only build",8000\n ,0);\n return 1;\n}\n\n" (function_definition "int proxy_socks5_selectchap(Proxy... | (translation_unit "int function_1(type_1 p)\n\n{\n type_1 p_local;\n \n (*(*p->plug)->closing)\n (p->plug,"Proxy error: Trying to handle a SOCKS5 CHAP request in telnet-only build",8000\n ,0);\n return 1;\n}\n\n" (function_definition "int function_1(type_1 p)\n\n{\n type_1 p_local;\n \n (*... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (express... |
1347_puttytel_and_puttytel_strip.c | sk_namelookup | FUN_0016f017 | sk_namelookup |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
SockAddr sk_namelookup(char *host,char **canonicalname,int address_family)
{
long lVar1;
int __ecode;
SockAddr __s;
char *pcVar2;
size_t sVar3;
long in_FS_OFFSET;
int address_family_local;
char **canonicalname_local;
char *hos... |
undefined4 * FUN_0016f017(char *param_1,undefined8 *param_2,int param_3)
{
int __ecode;
undefined4 *__s;
char *pcVar1;
size_t sVar2;
undefined8 uVar3;
long in_FS_OFFSET;
addrinfo local_2048;
char local_2018 [8191];
undefined local_19;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
... | (translation_unit "undefined4 * FUN_0016f017(char *param_1,undefined8 *param_2,int param_3)\n\n{\n int __ecode;\n undefined4 *__s;\n char *pcVar1;\n size_t sVar2;\n undefined8 uVar3;\n long in_FS_OFFSET;\n addrinfo local_2048;\n char local_2018 [8191];\n undefined local_19;\n long local_10;\n \n local_10 = ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x2080
MOV qword ptr [RBP + -0x2068],RDI
MOV qword ptr [RBP + -0x2070],RSI
MOV dword ptr [RBP + -0x2074],EDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV ESI,0x220
MOV EDI,0x1
CALL 0x001297e1
MOV qword ptr [RBP + -0x2050],RAX
MOV RAX,qword ptr [RBP + -0x2050]
M... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(char *host,char **canonicalname,int var_4)
{
long var_14;
int var_8;
type_1 __s;
char *pcVar2;
size_t var_11;
long var_1;
int address_family_local;
char **canonicalname_local;
char *host_local;
int err;
t... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nSockAddr sk_namelookup(char *host,char **canonicalname,int address_family)\n\n{\n long lVar1;\n int __ecode;\n SockAddr __s;\n char *pcVar2;\n size_t sVar3;\n long in_FS_OFFSET;\n int address_family_local;\n char **ca... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(char *host,char **canonicalname,int var_4)\n\n{\n long var_14;\n int var_8;\n type_1 __s;\n char *pcVar2;\n size_t var_11;\n long var_1;\n int address_family_local;\n char **canonicalname_local;\n c... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator... |
733_pterm_and_pterm_strip.c | save_open_settings | FUN_0012a5a2 | save_open_settings |
void save_open_settings(void *sesskey,Conf *conf)
{
long lVar1;
int iVar2;
uint uVar3;
uint uVar4;
uint uVar5;
char *pcVar6;
Filename *pFVar7;
Backend *pBVar8;
FontSpec *pFVar9;
size_t sVar10;
undefined1 *puVar11;
long in_FS_OFFSET;
Conf *conf_local;
void *sesskey_local;
int i;
int j;
... |
void FUN_0012a5a2(undefined8 param_1,undefined8 param_2)
{
undefined4 uVar1;
int iVar2;
uint uVar3;
uint uVar4;
uint uVar5;
undefined8 uVar6;
long lVar7;
size_t sVar8;
undefined1 *puVar9;
long in_FS_OFFSET;
uint local_160;
uint local_15c;
undefined *local_158;
char local_148 [32];
char l... | (translation_unit "void FUN_0012a5a2(undefined8 param_1,undefined8 param_2)\n\n{\n undefined4 uVar1;\n int iVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n undefined8 uVar6;\n long lVar7;\n size_t sVar8;\n undefined1 *puVar9;\n long in_FS_OFFSET;\n uint local_160;\n uint local_15c;\n undefined *local_158... | PUSH RBP
MOV RBP,RSP
PUSH R12
PUSH RBX
SUB RSP,0x160
MOV qword ptr [RBP + -0x168],RDI
MOV qword ptr [RBP + -0x170],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x168]
MOV EDX,0x1
LEA RSI,[0x19112b]
MOV RDI,RAX
CALL 0x0016810d
MOV RAX,qword ptr [RBP + -0x170]
MOV ... |
void function_1(void *sesskey,type_1 *conf)
{
long var_22;
int var_10;
type_2 uVar3;
type_2 uVar4;
type_2 uVar5;
char *pcVar6;
type_3 *pFVar7;
type_4 *var_9;
type_5 *pFVar9;
size_t var_21;
type_6 *puVar11;
long var_1;
type_1 *conf_local;
void *sesskey_local;
int var_15;
int var_18;
c... | (translation_unit "void save_open_settings(void *sesskey,Conf *conf)\n\n{\n long lVar1;\n int iVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n char *pcVar6;\n Filename *pFVar7;\n Backend *pBVar8;\n FontSpec *pFVar9;\n size_t sVar10;\n undefined1 *puVar11;\n long in_FS_OFFSET;\n Conf *conf_local;\n void ... | (translation_unit "void function_1(void *sesskey,type_1 *conf)\n\n{\n long var_22;\n int var_10;\n type_2 uVar3;\n type_2 uVar4;\n type_2 uVar5;\n char *pcVar6;\n type_3 *pFVar7;\n type_4 *var_9;\n type_5 *pFVar9;\n size_t var_21;\n type_6 *puVar11;\n long var_1;\n type_1 *conf_local;\n void *sesskey_loca... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer... |
1363_puttytel_and_puttytel_strip.c | sk_tcp_accept | FUN_0016f849 | sk_tcp_accept |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
Socket sk_tcp_accept(accept_ctx_t ctx,Plug plug)
{
Actual_Socket_conflict s;
int *piVar1;
char *pcVar2;
Plug plug_local;
accept_ctx_t ctx_local;
int sockfd;
Actual_Socket_conflict ret;
ctx_local.i = ctx.i;
s = (Actual_Socke... |
undefined8 * FUN_0016f849(undefined4 param_1,undefined8 param_2)
{
undefined8 *puVar1;
int *piVar2;
char *pcVar3;
puVar1 = (undefined8 *)FUN_001297e1(1,0xa0);
*puVar1 = &PTR_FUN_001b7820;
puVar1[1] = 0;
puVar1[3] = param_2;
FUN_0012931d(puVar1 + 4);
*(undefined4 *)((long)puVar1 + 0x3c) = 1;
*(u... | (translation_unit "undefined8 * FUN_0016f849(undefined4 param_1,undefined8 param_2)\n\n{\n undefined8 *puVar1;\n int *piVar2;\n char *pcVar3;\n \n puVar1 = (undefined8 *)FUN_001297e1(1,0xa0);\n *puVar1 = &PTR_FUN_001b7820;\n puVar1[1] = 0;\n puVar1[3] = param_2;\n FUN_0012931d(puVar1 + 4);\n *(undefined4 *)((... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV EAX,dword ptr [RBP + -0x18]
MOV dword ptr [RBP + -0xc],EAX
MOV ESI,0xa0
MOV EDI,0x1
CALL 0x001297e1
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
LEA RDX,[0x1b7820]
MOV qword ptr [RAX],RDX
MOV RAX,qword... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(type_2 ctx,type_3 plug)
{
type_4 s;
int *piVar1;
char *pcVar2;
type_3 plug_local;
type_2 ctx_local;
int sockfd;
type_4 ret;
ctx_local.i = ctx.i;
s = (type_4)var_1(1,0xa0);
s->fn = &tcp_fn_table;
s->err... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nSocket sk_tcp_accept(accept_ctx_t ctx,Plug plug)\n\n{\n Actual_Socket_conflict s;\n int *piVar1;\n char *pcVar2;\n Plug plug_local;\n accept_ctx_t ctx_local;\n int sockfd;\n Actual_Socket_conflict ret;\n \n ctx_local... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 ctx,type_3 plug)\n\n{\n type_4 s;\n int *piVar1;\n char *pcVar2;\n type_3 plug_local;\n type_2 ctx_local;\n int sockfd;\n type_4 ret;\n \n ctx_local.i = ctx.i;\n s = (type_4)var_1(1,0xa0);\n... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compou... |
1359_puttytel_and_puttytel_strip.c | sk_addr_free | FUN_0016f795 | sk_addr_free |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void sk_addr_free(SockAddr addr)
{
SockAddr addr_local;
addr->refcount = addr->refcount + -1;
if (addr->refcount < 1) {
if (addr->ais != (addrinfo *)0x0) {
freeaddrinfo((addrinfo *)addr->ais);
}
safefree(addr);
}
... |
void FUN_0016f795(int *param_1)
{
*param_1 = *param_1 + -1;
if (*param_1 < 1) {
if (*(long *)(param_1 + 6) != 0) {
freeaddrinfo(*(addrinfo **)(param_1 + 6));
}
FUN_001299ed(param_1);
}
return;
}
| (translation_unit "void FUN_0016f795(int *param_1)\n\n{\n *param_1 = *param_1 + -1;\n if (*param_1 < 1) {\n if (*(long *)(param_1 + 6) != 0) {\n freeaddrinfo(*(addrinfo **)(param_1 + 6));\n }\n FUN_001299ed(param_1);\n }\n return;\n}\n\n" (function_definition "void FUN_0016f795(int *param_1)\n\n{\n *... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX]
LEA EDX,[RAX + -0x1]
MOV RAX,qword ptr [RBP + -0x8]
MOV dword ptr [RAX],EDX
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX]
TEST EAX,EAX
JG 0x0016f7e5
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qwo... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 addr)
{
type_1 addr_local;
addr->refcount = addr->refcount + -1;
if (addr->refcount < 1) {
if (addr->ais != (type_2 *)0x0) {
var_1((type_2 *)addr->ais);
}
var_2(addr);
}
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid sk_addr_free(SockAddr addr)\n\n{\n SockAddr addr_local;\n \n addr->refcount = addr->refcount + -1;\n if (addr->refcount < 1) {\n if (addr->ais != (addrinfo *)0x0) {\n freeaddrinfo((addrinfo *)addr->ais);\n ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 addr)\n\n{\n type_1 addr_local;\n \n addr->refcount = addr->refcount + -1;\n if (addr->refcount < 1) {\n if (addr->ais != (type_2 *)0x0) {\n var_1((type_2 *)addr->ais);\n }\n var_2(add... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)... |
1410_puttytel_and_puttytel_strip.c | sk_localproxy_close | FUN_00172cf2 | sk_localproxy_close |
/* 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_close(Socket s)
{
Socket s_local;
Local_Proxy_Socket ps;
if (-1 < *(int *)(s + 1)) {
del234(localproxy_by_tofd,s);
uxsel_del(*(int *)(s + 1... |
void FUN_00172cf2(long param_1)
{
if (-1 < *(int *)(param_1 + 8)) {
FUN_0014e581(DAT_001b8958,param_1);
FUN_00173ebe(*(undefined4 *)(param_1 + 8));
close(*(int *)(param_1 + 8));
}
FUN_0014e581(DAT_001b8950,param_1);
FUN_00173ebe(*(undefined4 *)(param_1 + 0xc));
close(*(int *)(param_1 + 0xc));
... | (translation_unit "void FUN_00172cf2(long param_1)\n\n{\n if (-1 < *(int *)(param_1 + 8)) {\n FUN_0014e581(DAT_001b8958,param_1);\n FUN_00173ebe(*(undefined4 *)(param_1 + 8));\n close(*(int *)(param_1 + 8));\n }\n FUN_0014e581(DAT_001b8950,param_1);\n FUN_00173ebe(*(undefined4 *)(param_1 + 0xc));\n close(... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x8]
TEST EAX,EAX
JS 0x00172d43
MOV RAX,qword ptr [0x001b8958]
MOV RDX,qword ptr [RBP + -0x8]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x0014e581
M... |
/* 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 var_1)
{
type_1 s_local;
type_2 ps;
if (-1 < *(int *)(var_1 + 1)) {
var_2(localproxy_by_tofd,var_1);
var_3(*(int *)(var_1 + 1));
va... | (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_close(Socket s)\n\n{\n Socket s_local;\n Local_Proxy_Socket ps;\n \n if (-1 < *(int *)(s + 1)) {\n del234(localproxy_by_tofd,s);\... | (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 var_1)\n\n{\n type_1 s_local;\n type_2 ps;\n \n if (-1 < *(int *)(var_1 + 1)) {\n var_2(localproxy_by_tofd,var_1);\n var_3... | (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: (i... |
523_pterm_and_pterm_strip.c | charset_find_spec | FUN_0011199f | charset_find_spec |
charset_spec_conflict * charset_find_spec(int charset)
{
int charset_local;
int i;
i = 0;
while( true ) {
if (0x36 < i) {
return (charset_spec_conflict *)0x0;
}
if (charset == cs_table[i]->charset) break;
i = i + 1;
}
return cs_table[i];
}
|
undefined * FUN_0011199f(int param_1)
{
int local_c;
local_c = 0;
while( true ) {
if (0x36 < local_c) {
return (undefined *)0x0;
}
if (param_1 == *(int *)(&PTR_DAT_001a4ba0)[local_c]) break;
local_c = local_c + 1;
}
return (&PTR_DAT_001a4ba0)[local_c];
}
| (translation_unit "undefined * FUN_0011199f(int param_1)\n\n{\n int local_c;\n \n local_c = 0;\n while( true ) {\n if (0x36 < local_c) {\n return (undefined *)0x0;\n }\n if (param_1 == *(int *)(&PTR_DAT_001a4ba0)[local_c]) break;\n local_c = local_c + 1;\n }\n return (&PTR_DAT_001a4ba0)[local_c];... | PUSH RBP
MOV RBP,RSP
MOV dword ptr [RBP + -0x14],EDI
MOV dword ptr [RBP + -0x4],0x0
JMP 0x001119ec
MOV EAX,dword ptr [RBP + -0x4]
CDQE
LEA RDX,[RAX*0x8]
LEA RAX,[0x1a4ba0]
MOV RAX,qword ptr [RDX + RAX*0x1]
MOV EAX,dword ptr [RAX]
CMP dword ptr [RBP + -0x14],EAX
JNZ 0x001119e8
MOV EAX,dword ptr [RBP + -0x4]
CDQE
LEA RDX... |
type_1 * function_1(int var_2)
{
int charset_local;
int var_1;
var_1 = 0;
while( true ) {
if (0x36 < var_1) {
return (type_1 *)0x0;
}
if (var_2 == cs_table[var_1]->var_2) break;
var_1 = var_1 + 1;
}
return cs_table[var_1];
}
| (translation_unit "charset_spec_conflict * charset_find_spec(int charset)\n\n{\n int charset_local;\n int i;\n \n i = 0;\n while( true ) {\n if (0x36 < i) {\n return (charset_spec_conflict *)0x0;\n }\n if (charset == cs_table[i]->charset) break;\n i = i + 1;\n }\n return cs_table[i];\n}\n\n" (fu... | (translation_unit "type_1 * function_1(int var_2)\n\n{\n int charset_local;\n int var_1;\n \n var_1 = 0;\n while( true ) {\n if (0x36 < var_1) {\n return (type_1 *)0x0;\n }\n if (var_2 == cs_table[var_1]->var_2) break;\n var_1 = var_1 + 1;\n }\n return cs_table[var_1];\n}\n\n" (function_definiti... | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) de... |
1159_puttytel_and_puttytel_strip.c | fontinfo_realname_compare | FUN_0015e896 | fontinfo_realname_compare |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
wchar_t fontinfo_realname_compare(void *av,void *bv)
{
wchar_t wVar1;
void *bv_local;
void *av_local;
wchar_t i;
fontinfo *a;
fontinfo *b;
/* WARNING: Load size is inaccurate */
/* WARNING:... |
int FUN_0015e896(undefined8 *param_1,undefined8 *param_2)
{
int iVar1;
iVar1 = FUN_0015e83b(*param_1,*param_2);
if (iVar1 == 0) {
if (((*(uint *)((long)param_2 + 0x2c) ^ *(uint *)((long)param_1 + 0x2c)) & 7) == 0) {
iVar1 = 0;
}
else if ((*(uint *)((long)param_1 + 0x2c) & 7) < (*(uint *)((l... | (translation_unit "int FUN_0015e896(undefined8 *param_1,undefined8 *param_2)\n\n{\n int iVar1;\n \n iVar1 = FUN_0015e83b(*param_1,*param_2);\n if (iVar1 == 0) {\n if (((*(uint *)((long)param_2 + 0x2c) ^ *(uint *)((long)param_1 + 0x2c)) & 7) == 0) {\n iVar1 = 0;\n }\n else if ((*(uint *)((long)param_1 ... | 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 qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x30]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RDX,qword ptr [RAX]
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(void *av,void *bv)
{
type_1 var_2;
void *bv_local;
void *av_local;
type_1 i;
type_2 *a;
type_2 *b;
/* WARNING: Load size is inaccurate */
/* WARNING: Load size is inaccura... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nwchar_t fontinfo_realname_compare(void *av,void *bv)\n\n{\n wchar_t wVar1;\n void *bv_local;\n void *av_local;\n wchar_t i;\n fontinfo *a;\n fontinfo *b;\n \n /* WARNING: Load size is inaccurate */\n... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(void *av,void *bv)\n\n{\n type_1 var_2;\n void *bv_local;\n void *av_local;\n type_1 i;\n type_2 *a;\n type_2 *b;\n \n /* WARNING: Load size is inaccurate */\n /*... | (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: (primitive_type) declarator... |
1033_pterm_and_pterm_strip.c | multifont_draw_text | FUN_00154d9b | multifont_draw_text |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void multifont_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;... |
void FUN_00154d9b(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined4 param_4,
undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,
undefined4 param_9)
{
FUN_00154c70(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9,par... | (translation_unit "void FUN_00154d9b(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined4 param_4,\n undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n FUN_00154c70(param_1,param_2,param_3,param_4,param_5,param_6,para... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],EDX
MOV dword ptr [RBP + -0x18],ECX
MOV qword ptr [RBP + -0x20],R8
MOV dword ptr [RBP + -0x24],R9D
MOV R9D,dword ptr [RBP + -0x24]
MOV R8,qword ptr [RBP + -0x20]
MOV ECX,dword ptr [RBP + -0x18]
M... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *ctx,type_2 *font,type_3 x,type_3 y,type_3 *string,
type_3 len,type_3 wide,type_3 bold,type_3 cellwidth)
{
type_3 len_local;
type_3 *string_local;
type_3 y_local;
type_3 x_local;
type_2 *... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid multifont_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_... | (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 ... | (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... |
530_pterm_and_pterm_strip.c | cmdline_save_param | FUN_001123cc | cmdline_save_param |
void cmdline_save_param(char *p,char *value,int pri)
{
int iVar1;
cmdline_saved_param *pcVar2;
char *pcVar3;
int pri_local;
char *value_local;
char *p_local;
if (saves[pri].savesize <= saves[pri].nsaved) {
saves[pri].savesize = saves[pri].nsaved + 0x20;
pcVar2 = (cmdline_saved_param *)saferea... |
void FUN_001123cc(undefined8 param_1,undefined8 param_2,int param_3)
{
int iVar1;
long lVar2;
undefined8 uVar3;
if (*(int *)(&DAT_001a766c + (long)param_3 * 0x10) <=
*(int *)(&DAT_001a7668 + (long)param_3 * 0x10)) {
*(int *)(&DAT_001a766c + (long)param_3 * 0x10) =
*(int *)(&DAT_001a7668 ... | (translation_unit "void FUN_001123cc(undefined8 param_1,undefined8 param_2,int param_3)\n\n{\n int iVar1;\n long lVar2;\n undefined8 uVar3;\n \n if (*(int *)(&DAT_001a766c + (long)param_3 * 0x10) <=\n *(int *)(&DAT_001a7668 + (long)param_3 * 0x10)) {\n *(int *)(&DAT_001a766c + (long)param_3 * 0x10) =\n ... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x28
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV dword ptr [RBP + -0x24],EDX
MOV EAX,dword ptr [RBP + -0x24]
CDQE
SHL RAX,0x4
MOV RDX,RAX
LEA RAX,[0x1a7668]
MOV EDX,dword ptr [RDX + RAX*0x1]
MOV EAX,dword ptr [RBP + -0x24]
CDQE
SHL RAX,0x4
MOV RCX,RAX
LEA RA... |
void function_1(char *p,char *value,int pri)
{
int iVar1;
type_1 *pcVar2;
char *pcVar3;
int pri_local;
char *value_local;
char *p_local;
if (saves[pri].savesize <= saves[pri].nsaved) {
saves[pri].savesize = saves[pri].nsaved + 0x20;
pcVar2 = (type_1 *)var_1(saves[pri].params,(long)saves[pri].... | (translation_unit "void cmdline_save_param(char *p,char *value,int pri)\n\n{\n int iVar1;\n cmdline_saved_param *pcVar2;\n char *pcVar3;\n int pri_local;\n char *value_local;\n char *p_local;\n \n if (saves[pri].savesize <= saves[pri].nsaved) {\n saves[pri].savesize = saves[pri].nsaved + 0x20;\n pcVar2 = ... | (translation_unit "void function_1(char *p,char *value,int pri)\n\n{\n int iVar1;\n type_1 *pcVar2;\n char *pcVar3;\n int pri_local;\n char *value_local;\n char *p_local;\n \n if (saves[pri].savesize <= saves[pri].nsaved) {\n saves[pri].savesize = saves[pri].nsaved + 0x20;\n pcVar2 = (type_1 *)var_1(saves... | (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_... |
1412_puttytel_and_puttytel_strip.c | sk_localproxy_write | FUN_00172f90 | sk_localproxy_write |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int sk_localproxy_write(Socket s,char *data,int len)
{
int iVar1;
int len_local;
char *data_local;
Socket s_local;
Local_Proxy_Socket ps;
if (*(int *)(s + 0xe) != 0) {
/* WARNING: Subroutine does not return */... |
void FUN_00172f90(long param_1,undefined8 param_2,undefined4 param_3)
{
if (*(int *)(param_1 + 0x70) != 0) {
/* WARNING: Subroutine does not return */
__assert_fail("ps->outgoingeof == EOF_NO","unix/uxproxy.c",0xb6,"sk_localproxy_write");
}
FUN_001293bb(param_1 + 0x28,param_2,param_3);
... | (translation_unit "void FUN_00172f90(long param_1,undefined8 param_2,undefined4 param_3)\n\n{\n if (*(int *)(param_1 + 0x70) != 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("ps->outgoingeof == EOF_NO","unix/uxproxy.c",0xb6,"sk_localproxy_write");\n }\n FUN_001293bb(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 qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x70]
TEST EAX,EAX
JZ 0x00172fd5
LEA RCX,[0x1a4830]
MOV EDX,0xb6
LEA RS... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int function_1(type_1 var_1,char *data,int len)
{
int iVar1;
int len_local;
char *data_local;
type_1 s_local;
type_2 ps;
if (*(int *)(var_1 + 0xe) != 0) {
/* WARNING: Subroutine does not return */
var_2("p... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint sk_localproxy_write(Socket s,char *data,int len)\n\n{\n int iVar1;\n int len_local;\n char *data_local;\n Socket s_local;\n Local_Proxy_Socket ps;\n \n if (*(int *)(s + 0xe) != 0) {\n /* WARNING:... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(type_1 var_1,char *data,int len)\n\n{\n int iVar1;\n int len_local;\n char *data_local;\n type_1 s_local;\n type_2 ps;\n \n if (*(int *)(var_1 + 0xe) != 0) {\n /* WARNING: Subroutine d... | (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:... |
1303_puttytel_and_puttytel_strip.c | about_menuitem | FUN_0016b696 | about_menuitem |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void about_menuitem(GtkMenuItem *item,gpointer data)
{
gpointer data_local;
GtkMenuItem *item_local;
gui_data *inst;
/* WARNING: Load size is inaccurate */
about_box(*data);
return;
}
|
void FUN_0016b696(undefined8 param_1,undefined8 *param_2)
{
FUN_00158d00(*param_2);
return;
}
| (translation_unit "void FUN_0016b696(undefined8 param_1,undefined8 *param_2)\n\n{\n FUN_00158d00(*param_2);\n return;\n}\n\n" (function_definition "void FUN_0016b696(undefined8 param_1,undefined8 *param_2)\n\n{\n FUN_00158d00(*param_2);\n return;\n}" primitive_type (function_declarator "FUN_0016b696(undefined8 para... | 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]
MOV RDI,RAX
CALL 0x00158d00
NOP
LEAVE
RET |
/* 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(*data);
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid about_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 about_box(*data);\n return;\... | (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(*data);\n return;\n}\n\n" comment (functio... | (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... |
1308_puttytel_and_puttytel_strip.c | new_session_menuitem | FUN_0016c269 | new_session_menuitem |
void new_session_menuitem(GtkMenuItem *item,gpointer data)
{
gpointer data_local;
GtkMenuItem *item_local;
launch_new_session();
return;
}
|
void FUN_0016c269(void)
{
FUN_00162a55();
return;
}
| (translation_unit "void FUN_0016c269(void)\n\n{\n FUN_00162a55();\n return;\n}\n\n" (function_definition "void FUN_0016c269(void)\n\n{\n FUN_00162a55();\n return;\n}" primitive_type (function_declarator "FUN_0016c269(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 0x00162a55
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... |
846_pterm_and_pterm_strip.c | findrel234 | FUN_00143c8c | findrel234 |
void * findrel234(tree234 *t,void *e,cmpfn234 cmp,int relation)
{
void *pvVar1;
int relation_local;
cmpfn234 cmp_local;
void *e_local;
tree234 *t_local;
pvVar1 = findrelpos234(t,e,cmp,relation,(int *)0x0);
return pvVar1;
}
|
void FUN_00143c8c(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4)
{
FUN_00143a25(param_1,param_2,param_3,param_4,0);
return;
}
| (translation_unit "void FUN_00143c8c(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4)\n\n{\n FUN_00143a25(param_1,param_2,param_3,param_4,0);\n return;\n}\n\n" (function_definition "void FUN_00143c8c(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4)\n\n{\n FUN_0... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV dword ptr [RBP + -0x1c],ECX
MOV ECX,dword ptr [RBP + -0x1c]
MOV RDX,qword ptr [RBP + -0x18]
MOV RSI,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RBP + -0x8]
MOV R8D,0x0
MOV RDI,RAX
CALL 0x0... |
void * function_1(type_1 *t,void *e,type_2 cmp,int relation)
{
void *pvVar1;
int relation_local;
type_2 cmp_local;
void *e_local;
type_1 *t_local;
pvVar1 = var_1(t,e,cmp,relation,(int *)0x0);
return pvVar1;
}
| (translation_unit "void * findrel234(tree234 *t,void *e,cmpfn234 cmp,int relation)\n\n{\n void *pvVar1;\n int relation_local;\n cmpfn234 cmp_local;\n void *e_local;\n tree234 *t_local;\n \n pvVar1 = findrelpos234(t,e,cmp,relation,(int *)0x0);\n return pvVar1;\n}\n\n" (function_definition "void * findrel234(tree... | (translation_unit "void * function_1(type_1 *t,void *e,type_2 cmp,int relation)\n\n{\n void *pvVar1;\n int relation_local;\n type_2 cmp_local;\n void *e_local;\n type_1 *t_local;\n \n pvVar1 = var_1(t,e,cmp,relation,(int *)0x0);\n return pvVar1;\n}\n\n" (function_definition "void * function_1(type_1 *t,void *e,... | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (prim... |
721_pterm_and_pterm_strip.c | gppfont | FUN_00129845 | gppfont |
void gppfont(void *handle,char *name,Conf *conf,int primary)
{
int primary_local;
Conf *conf_local;
char *name_local;
void *handle_local;
FontSpec *result;
result = read_setting_fontspec(handle,name);
if (result == (FontSpec *)0x0) {
result = platform_default_fontspec(name);
}
conf_set_fontsp... |
void FUN_00129845(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4)
{
undefined8 local_10;
local_10 = FUN_001686c9(param_1,param_2);
if (local_10 == 0) {
local_10 = FUN_0015ad0c(param_2);
}
FUN_00115cae(param_3,param_4,local_10);
FUN_001651f7(local_10);
return;
}
| (translation_unit "void FUN_00129845(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4)\n\n{\n undefined8 local_10;\n \n local_10 = FUN_001686c9(param_1,param_2);\n if (local_10 == 0) {\n local_10 = FUN_0015ad0c(param_2);\n }\n FUN_00115cae(param_3,param_4,local_10);\n FUN_001651f7(l... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV qword ptr [RBP + -0x28],RDX
MOV dword ptr [RBP + -0x2c],ECX
MOV RDX,qword ptr [RBP + -0x20]
MOV RAX,qword ptr [RBP + -0x18]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x001686c9
MOV qword ptr [RBP + -0x8],RAX
CMP qword ptr [RBP + -0... |
void function_1(void *handle,char *name,type_1 *conf,int primary)
{
int primary_local;
type_1 *conf_local;
char *name_local;
void *handle_local;
type_2 *var_2;
var_2 = var_1(handle,name);
if (var_2 == (type_2 *)0x0) {
var_2 = var_3(name);
}
var_4(conf,primary,var_2);
var_5(var_2);
return;... | (translation_unit "void gppfont(void *handle,char *name,Conf *conf,int primary)\n\n{\n int primary_local;\n Conf *conf_local;\n char *name_local;\n void *handle_local;\n FontSpec *result;\n \n result = read_setting_fontspec(handle,name);\n if (result == (FontSpec *)0x0) {\n result = platform_default_fontspec... | (translation_unit "void function_1(void *handle,char *name,type_1 *conf,int primary)\n\n{\n int primary_local;\n type_1 *conf_local;\n char *name_local;\n void *handle_local;\n type_2 *var_2;\n \n var_2 = var_1(handle,name);\n if (var_2 == (type_2 *)0x0) {\n var_2 = var_3(name);\n }\n var_4(conf,primary,va... | (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_... |
538_pterm_and_pterm_strip.c | free_key | FUN_00114a9c | free_key |
void free_key(key *key)
{
key *key_local;
if (subkeytypes[key->primary] == 2) {
safefree((key->secondary).s);
}
return;
}
|
void FUN_00114a9c(int *param_1)
{
if (*(int *)(&DAT_001a6020 + (long)*param_1 * 4) == 2) {
FUN_001284fc(*(undefined8 *)(param_1 + 2));
}
return;
}
| (translation_unit "void FUN_00114a9c(int *param_1)\n\n{\n if (*(int *)(&DAT_001a6020 + (long)*param_1 * 4) == 2) {\n FUN_001284fc(*(undefined8 *)(param_1 + 2));\n }\n return;\n}\n\n" (function_definition "void FUN_00114a9c(int *param_1)\n\n{\n if (*(int *)(&DAT_001a6020 + (long)*param_1 * 4) == 2) {\n FUN_001... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX]
CDQE
LEA RDX,[RAX*0x4]
LEA RAX,[0x1a6020]
MOV EAX,dword ptr [RDX + RAX*0x1]
CMP EAX,0x2
JNZ 0x00114ad7
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x8]
MOV RDI,RAX
CALL 0x001284fc
NOP
LEAV... |
void function_1(type_1 *type_1)
{
type_1 *key_local;
if (subkeytypes[type_1->primary] == 2) {
var_1((type_1->secondary).s);
}
return;
}
| (translation_unit "void free_key(key *key)\n\n{\n key *key_local;\n \n if (subkeytypes[key->primary] == 2) {\n safefree((key->secondary).s);\n }\n return;\n}\n\n" (function_definition "void free_key(key *key)\n\n{\n key *key_local;\n \n if (subkeytypes[key->primary] == 2) {\n safefree((key->secondary).s);... | (translation_unit "void function_1(type_1 *type_1)\n\n{\n type_1 *key_local;\n \n if (subkeytypes[type_1->primary] == 2) {\n var_1((type_1->secondary).s);\n }\n return;\n}\n\n" (function_definition "void function_1(type_1 *type_1)\n\n{\n type_1 *key_local;\n \n if (subkeytypes[type_1->primary] == 2) {\n v... | (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... |
714_pterm_and_pterm_strip.c | serial_flow_handler | FUN_00129065 | serial_flow_handler |
void serial_flow_handler(control *ctrl,void *dlg,void *data,int event)
{
int iVar1;
int event_local;
void *data_local;
void *dlg_local;
control *ctrl_local;
int i;
int j;
int oldflow;
int i_1;
int mask;
Conf *conf;
iVar1 = (ctrl->generic).context.i;
if (event == 0) {
oldflow = conf_ge... |
void FUN_00129065(long param_1,undefined8 param_2,undefined8 param_3,int param_4)
{
int iVar1;
uint local_24;
int local_20;
int local_1c;
undefined4 local_18;
iVar1 = *(int *)(param_1 + 0x20);
if (param_4 == 0) {
local_1c = FUN_00114ec2(param_3,0x3e);
FUN_00149a4e(param_1,param_2);
FUN_00... | (translation_unit "void FUN_00129065(long param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n int iVar1;\n uint local_24;\n int local_20;\n int local_1c;\n undefined4 local_18;\n \n iVar1 = *(int *)(param_1 + 0x20);\n if (param_4 == 0) {\n local_1c = FUN_00114ec2(param_3,0x3e);\n FUN_00149a4... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV qword ptr [RBP + -0x38],RDX
MOV dword ptr [RBP + -0x3c],ECX
MOV RAX,qword ptr [RBP + -0x28]
MOV EAX,dword ptr [RAX + 0x20]
MOV dword ptr [RBP + -0xc],EAX
MOV RAX,qword ptr [RBP + -0x38]
MOV qword ptr [RBP + -0x8],RAX
C... |
void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)
{
int var_6;
int event_local;
void *data_local;
void *dlg_local;
type_1 *ctrl_local;
int var_5;
int var_10;
int var_8;
int i_1;
int mask;
type_2 *conf;
var_6 = (ctrl->generic).context.var_5;
if (var_1 == 0) {
var_8 = var_2((... | (translation_unit "void serial_flow_handler(control *ctrl,void *dlg,void *data,int event)\n\n{\n int iVar1;\n int event_local;\n void *data_local;\n void *dlg_local;\n control *ctrl_local;\n int i;\n int j;\n int oldflow;\n int i_1;\n int mask;\n Conf *conf;\n \n iVar1 = (ctrl->generic).context.i;\n if (e... | (translation_unit "void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)\n\n{\n int var_6;\n int event_local;\n void *data_local;\n void *dlg_local;\n type_1 *ctrl_local;\n int var_5;\n int var_10;\n int var_8;\n int i_1;\n int mask;\n type_2 *conf;\n \n var_6 = (ctrl->generic).context.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: (pointer... |
1426_puttytel_and_puttytel_strip.c | setup | FUN_00173cfb | setup |
void setup(int single)
{
Backend *pBVar1;
int single_local;
Backend *b;
sk_init();
flags = L'\x05';
default_protocol = be_default_protocol;
pBVar1 = backend_from_proto(be_default_protocol);
default_port = L'\0';
if (pBVar1 != (Backend *)0x0) {
default_port = pBVar1->default_port;
}
return... |
void FUN_00173cfb(void)
{
long lVar1;
FUN_0016efac();
DAT_001b89a8 = 5;
DAT_001b8998 = DAT_00178094;
lVar1 = FUN_00130721(DAT_00178094);
DAT_001b899c = 0;
if (lVar1 != 0) {
DAT_001b899c = *(undefined4 *)(lVar1 + 0x94);
}
return;
}
| (translation_unit "void FUN_00173cfb(void)\n\n{\n long lVar1;\n \n FUN_0016efac();\n DAT_001b89a8 = 5;\n DAT_001b8998 = DAT_00178094;\n lVar1 = FUN_00130721(DAT_00178094);\n DAT_001b899c = 0;\n if (lVar1 != 0) {\n DAT_001b899c = *(undefined4 *)(lVar1 + 0x94);\n }\n return;\n}\n\n" (function_definition "voi... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV dword ptr [RBP + -0x14],EDI
CALL 0x0016efac
MOV dword ptr [0x001b89a8],0x5
MOV EAX,dword ptr [0x00178094]
MOV dword ptr [0x001b8998],EAX
MOV EAX,dword ptr [0x001b8998]
MOV EDI,EAX
CALL 0x00130721
MOV qword ptr [RBP + -0x8],RAX
MOV dword ptr [0x001b899c],0x0
CMP qword ptr [RBP + -0x... |
void function_1(int single)
{
type_1 *var_3;
int single_local;
type_1 *b;
var_1();
flags = L'\x05';
default_protocol = be_default_protocol;
var_3 = var_2(be_default_protocol);
default_port = L'\0';
if (var_3 != (type_1 *)0x0) {
default_port = var_3->default_port;
}
return;
}
| (translation_unit "void setup(int single)\n\n{\n Backend *pBVar1;\n int single_local;\n Backend *b;\n \n sk_init();\n flags = L'\x05';\n default_protocol = be_default_protocol;\n pBVar1 = backend_from_proto(be_default_protocol);\n default_port = L'\0';\n if (pBVar1 != (Backend *)0x0) {\n default_port = pBV... | (translation_unit "void function_1(int single)\n\n{\n type_1 *var_3;\n int single_local;\n type_1 *b;\n \n var_1();\n flags = L'\x05';\n default_protocol = be_default_protocol;\n var_3 = var_2(be_default_protocol);\n default_port = L'\0';\n if (var_3 != (type_1 *)0x0) {\n default_port = var_3->default_port... | (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: (type_identifier) declarator: (pointer_declarator dec... |
570_pterm_and_pterm_strip.c | conf_editbox_handler | FUN_001167ea | conf_editbox_handler |
void conf_editbox_handler(control *ctrl,void *dlg,void *data,int event)
{
int primary;
long lVar1;
uint uVar2;
int iVar3;
char *pcVar4;
long in_FS_OFFSET;
double dVar5;
int event_local;
void *data_local;
void *dlg_local;
control *ctrl_local;
int key;
int length;
int value;
Conf *conf;
... |
void FUN_001167ea(long param_1,undefined8 param_2,undefined8 param_3,int param_4)
{
undefined4 uVar1;
uint uVar2;
int iVar3;
undefined8 uVar4;
char *__nptr;
long in_FS_OFFSET;
double dVar5;
char local_68 [88];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
uVar1 = *(undefined4 *)(p... | (translation_unit "void FUN_001167ea(long param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n undefined4 uVar1;\n uint uVar2;\n int iVar3;\n undefined8 uVar4;\n char *__nptr;\n long in_FS_OFFSET;\n double dVar5;\n char local_68 [88];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x2... | PUSH RBP
MOV RBP,RSP
SUB RSP,0xc0
MOV qword ptr [RBP + -0x98],RDI
MOV qword ptr [RBP + -0xa0],RSI
MOV qword ptr [RBP + -0xa8],RDX
MOV dword ptr [RBP + -0xac],ECX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x98]
MOV EAX,dword ptr [RAX + 0x20]
MOV dword ptr [RBP + -0x... |
void function_1(type_1 *ctrl,void *dlg,void *data,int var_3)
{
int primary;
long var_15;
type_2 uVar2;
int var_2;
char *pcVar4;
long var_1;
double var_11;
int event_local;
void *data_local;
void *dlg_local;
type_1 *ctrl_local;
int key;
int length;
int value;
type_3 *conf;
char *field;
... | (translation_unit "void conf_editbox_handler(control *ctrl,void *dlg,void *data,int event)\n\n{\n int primary;\n long lVar1;\n uint uVar2;\n int iVar3;\n char *pcVar4;\n long in_FS_OFFSET;\n double dVar5;\n int event_local;\n void *data_local;\n void *dlg_local;\n control *ctrl_local;\n int key;\n int leng... | (translation_unit "void function_1(type_1 *ctrl,void *dlg,void *data,int var_3)\n\n{\n int primary;\n long var_15;\n type_2 uVar2;\n int var_2;\n char *pcVar4;\n long var_1;\n double var_11;\n int event_local;\n void *data_local;\n void *dlg_local;\n type_1 *ctrl_local;\n int key;\n int length;\n int valu... | (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... |
889_pterm_and_pterm_strip.c | uxsel_input_remove | FUN_00147e15 | uxsel_input_remove |
/* WARNING: Enum "GIOFlags": Some values do not have unique names */
void uxsel_input_remove(uxsel_id *id)
{
uxsel_id *id_local;
g_source_remove(id->watch_id);
g_io_channel_unref(id->chan);
safefree(id);
return;
}
|
void FUN_00147e15(undefined8 *param_1)
{
g_source_remove(*(undefined4 *)(param_1 + 1));
g_io_channel_unref(*param_1);
FUN_001284fc(param_1);
return;
}
| (translation_unit "void FUN_00147e15(undefined8 *param_1)\n\n{\n g_source_remove(*(undefined4 *)(param_1 + 1));\n g_io_channel_unref(*param_1);\n FUN_001284fc(param_1);\n return;\n}\n\n" (function_definition "void FUN_00147e15(undefined8 *param_1)\n\n{\n g_source_remove(*(undefined4 *)(param_1 + 1));\n g_io_chann... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x8]
MOV EDI,EAX
CALL 0x00110ee0
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
MOV RDI,RAX
CALL 0x00110f30
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x001284fc
NOP
LEAVE
RET |
/* WARNING: Enum "GIOFlags": Some values do not have unique names */
void function_1(type_1 *id)
{
type_1 *id_local;
var_1(id->watch_id);
var_2(id->chan);
var_3(id);
return;
}
| (translation_unit "/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\nvoid uxsel_input_remove(uxsel_id *id)\n\n{\n uxsel_id *id_local;\n \n g_source_remove(id->watch_id);\n g_io_channel_unref(id->chan);\n safefree(id);\n return;\n}\n\n" comment (function_definition "void uxsel_input_remove(ux... | (translation_unit "/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\nvoid function_1(type_1 *id)\n\n{\n type_1 *id_local;\n \n var_1(id->watch_id);\n var_2(id->chan);\n var_3(id);\n return;\n}\n\n" comment (function_definition "void function_1(type_1 *id)\n\n{\n type_1 *id_local;\n \n var... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_ide... |
1186_puttytel_and_puttytel_strip.c | launch_duplicate_session | FUN_00162793 | launch_duplicate_session |
void launch_duplicate_session(Conf *conf)
{
long lVar1;
int iVar2;
void *vdata;
size_t sVar3;
ssize_t sVar4;
long in_FS_OFFSET;
Conf *conf_local;
int i;
int ret;
int size;
int p;
int sersize;
char *data;
int pipefd [2];
char option [80];
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
iVa... |
void FUN_00162793(undefined8 param_1)
{
int iVar1;
long lVar2;
size_t sVar3;
ssize_t sVar4;
long in_FS_OFFSET;
int local_8c;
int local_88;
uint local_84;
uint local_80;
uint local_70;
int local_6c;
char local_68 [88];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
iVar1 = p... | (translation_unit "void FUN_00162793(undefined8 param_1)\n\n{\n int iVar1;\n long lVar2;\n size_t sVar3;\n ssize_t sVar4;\n long in_FS_OFFSET;\n int local_8c;\n int local_88;\n uint local_84;\n uint local_80;\n uint local_70;\n int local_6c;\n char local_68 [88];\n long local_10;\n \n local_10 = *(long *... | PUSH RBP
MOV RBP,RSP
SUB RSP,0xa0
MOV qword ptr [RBP + -0x98],RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
LEA RAX,[RBP + -0x68]
MOV RDI,RAX
CALL 0x001115b0
TEST EAX,EAX
JNS 0x001627d5
LEA RDI,[0x1a2eb5]
CALL 0x00110c80
JMP 0x00162a3f
MOV RAX,qword ptr [RBP + -0x98]
MOV RDI,RAX
CALL 0x0011... |
void function_1(type_1 *conf)
{
long var_23;
int var_3;
void *vdata;
size_t sVar3;
ssize_t sVar4;
long var_1;
type_1 *conf_local;
int var_8;
int var_20;
int var_10;
int var_14;
int sersize;
char *data;
int pipefd [2];
char option [80];
var_23 = *(long *)(var_1 + 0x28);
var_3 = var... | (translation_unit "void launch_duplicate_session(Conf *conf)\n\n{\n long lVar1;\n int iVar2;\n void *vdata;\n size_t sVar3;\n ssize_t sVar4;\n long in_FS_OFFSET;\n Conf *conf_local;\n int i;\n int ret;\n int size;\n int p;\n int sersize;\n char *data;\n int pipefd [2];\n char option [80];\n \n lVar1 = ... | (translation_unit "void function_1(type_1 *conf)\n\n{\n long var_23;\n int var_3;\n void *vdata;\n size_t sVar3;\n ssize_t sVar4;\n long var_1;\n type_1 *conf_local;\n int var_8;\n int var_20;\n int var_10;\n int var_14;\n int sersize;\n char *data;\n int pipefd [2];\n char option [80];\n \n var_23 = *... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifi... |
1404_puttytel_and_puttytel_strip.c | localproxy_fromfd_find | FUN_00172b31 | localproxy_fromfd_find |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int localproxy_fromfd_find(void *av,void *bv)
{
int iVar1;
void *bv_local;
void *av_local;
int a;
Local_Proxy_Socket b;
/* WARNING: Load size is inaccurate */
if (*av < *(int *)((long)bv + 0xc)) {
iVar1 = ... |
undefined8 FUN_00172b31(int *param_1,long param_2)
{
undefined8 uVar1;
if (*param_1 < *(int *)(param_2 + 0xc)) {
uVar1 = 0xffffffff;
}
else if (*(int *)(param_2 + 0xc) < *param_1) {
uVar1 = 1;
}
else {
uVar1 = 0;
}
return uVar1;
}
| (translation_unit "undefined8 FUN_00172b31(int *param_1,long param_2)\n\n{\n undefined8 uVar1;\n \n if (*param_1 < *(int *)(param_2 + 0xc)) {\n uVar1 = 0xffffffff;\n }\n else if (*(int *)(param_2 + 0xc) < *param_1) {\n uVar1 = 1;\n }\n else {\n uVar1 = 0;\n }\n return uVar1;\n}\n\n" (function_definiti... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV RAX,qword ptr [RBP + -0x18]
MOV EAX,dword ptr [RAX]
MOV dword ptr [RBP + -0xc],EAX
MOV RAX,qword ptr [RBP + -0x20]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0xc]
CMP dword ptr [RBP + -0x... |
/* 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;
int a;
type_1 b;
/* WARNING: Load size is inaccurate */
if (*av < *(int *)((long)bv + 0xc)) {
iVar1 = -1;
}
else if (*(int... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint localproxy_fromfd_find(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n int a;\n Local_Proxy_Socket b;\n \n /* WARNING: Load size is inaccurate */\n if (*av < *(int *)((... | (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 int a;\n type_1 b;\n \n /* WARNING: Load size is inaccurate */\n if (*av < *(int *)((long)bv + 0xc)) {\n i... | (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:... |
1414_puttytel_and_puttytel_strip.c | sk_localproxy_write_eof | FUN_00173038 | sk_localproxy_write_eof |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void sk_localproxy_write_eof(Socket s)
{
Socket s_local;
Local_Proxy_Socket ps;
if (*(int *)(s + 0xe) != 0) {
/* WARNING: Subroutine does not return */
__assert_fail("ps->outgoingeof == EOF_NO","unix/uxproxy.c",... |
void FUN_00173038(long param_1)
{
if (*(int *)(param_1 + 0x70) != 0) {
/* WARNING: Subroutine does not return */
__assert_fail("ps->outgoingeof == EOF_NO","unix/uxproxy.c",0xcc,"sk_localproxy_write_eof");
}
*(undefined4 *)(param_1 + 0x70) = 1;
FUN_00172de6(param_1);
return;
}
| (translation_unit "void FUN_00173038(long param_1)\n\n{\n if (*(int *)(param_1 + 0x70) != 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("ps->outgoingeof == EOF_NO","unix/uxproxy.c",0xcc,"sk_localproxy_write_eof");\n }\n *(undefined4 *)(param_1 + 0x70) = 1;\n FUN_00172de6(par... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x70]
TEST EAX,EAX
JZ 0x00173076
LEA RCX,[0x1a4850]
MOV EDX,0xcc
LEA RSI,[0x1a4780]
LEA RDI,[0x1a478f]
CALL 0x001109a0
MOV RAX,qword pt... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 var_1)
{
type_1 s_local;
type_2 ps;
if (*(int *)(var_1 + 0xe) != 0) {
/* WARNING: Subroutine does not return */
var_2("ps->outgoingeof == EOF_NO","unix/uxproxy.c",0xcc,"sk_localproxy_write... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid sk_localproxy_write_eof(Socket s)\n\n{\n Socket s_local;\n Local_Proxy_Socket ps;\n \n if (*(int *)(s + 0xe) != 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("ps->outgoingeof ... | (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 s_local;\n type_2 ps;\n \n if (*(int *)(var_1 + 0xe) != 0) {\n /* WARNING: Subroutine does not return */\n var_2("ps->outgoingeof == EOF_NO","unix/uxproxy.... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)... |
986_pterm_and_pterm_strip.c | xlfd_recompose | FUN_00150910 | xlfd_recompose |
char * xlfd_recompose(xlfd_decomposed *dec)
{
char *pcVar1;
ulong uVar2;
undefined *puVar3;
undefined *puVar4;
undefined *puVar5;
undefined *puVar6;
undefined *puVar7;
ulong uVar8;
wchar_t local_4c;
wchar_t local_48;
wchar_t local_44;
xlfd_decomposed *dec_local;
if (dec->average_width == ... |
void FUN_00150910(undefined8 *param_1)
{
undefined4 uVar1;
undefined *puVar2;
undefined *puVar3;
undefined *puVar4;
undefined *puVar5;
undefined *puVar6;
undefined4 uVar7;
undefined4 local_4c;
undefined4 local_48;
undefined4 local_44;
if (*(int *)(param_1 + 9) == -0x80000000) {
uVar7 = 0;... | (translation_unit "void FUN_00150910(undefined8 *param_1)\n\n{\n undefined4 uVar1;\n undefined *puVar2;\n undefined *puVar3;\n undefined *puVar4;\n undefined *puVar5;\n undefined *puVar6;\n undefined4 uVar7;\n undefined4 local_4c;\n undefined4 local_48;\n undefined4 local_44;\n \n if (*(int *)(param_1 + 9) ... | PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV qword ptr [RBP + -0x38],RDI
MOV RAX,qword ptr [RBP + -0x38]
MOV RAX,qword ptr [RAX + 0x58]
MOV qword ptr [RBP + -0x50],RAX
MOV RAX,qword ptr [RBP + -0x38]
MOV RAX,qword ptr [RAX + 0x50]
MOV qword ptr [RBP + -0x58],RAX
MOV RAX,qword ptr [... |
char * function_1(type_1 *dec)
{
char *pcVar1;
type_2 uVar2;
type_3 *puVar3;
type_3 *puVar4;
type_3 *puVar5;
type_3 *puVar6;
type_3 *puVar7;
type_2 uVar8;
type_4 local_4c;
type_4 local_48;
type_4 local_44;
type_1 *dec_local;
if (dec->average_width == L'\x80000000') {
uVar8 = 0;
}
... | (translation_unit "char * xlfd_recompose(xlfd_decomposed *dec)\n\n{\n char *pcVar1;\n ulong uVar2;\n undefined *puVar3;\n undefined *puVar4;\n undefined *puVar5;\n undefined *puVar6;\n undefined *puVar7;\n ulong uVar8;\n wchar_t local_4c;\n wchar_t local_48;\n wchar_t local_44;\n xlfd_decomposed *dec_local;... | (translation_unit "char * function_1(type_1 *dec)\n\n{\n char *pcVar1;\n type_2 uVar2;\n type_3 *puVar3;\n type_3 *puVar4;\n type_3 *puVar5;\n type_3 *puVar6;\n type_3 *puVar7;\n type_2 uVar8;\n type_4 local_4c;\n type_4 local_48;\n type_4 local_44;\n type_1 *dec_local;\n \n if (dec->average_width == L'\x... | (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... |
793_pterm_and_pterm_strip.c | toggle_mode | FUN_00135422 | toggle_mode |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void toggle_mode(Terminal *term,wchar_t mode,wchar_t query,wchar_t state)
{
ulong uVar1;
wchar_t wVar2;
wchar_t state_local;
wchar_t query_local;
wchar_t mode_local;
Terminal *term_local;
if (query == L'\0') {
if (mode == L... |
void FUN_00135422(uint *param_1,int param_2,int param_3,uint param_4)
{
undefined8 uVar1;
uint uVar2;
if (param_3 == 0) {
if (param_2 == 0xc) {
param_1[0x46] = (uint)(param_4 == 0);
if (*(long *)(param_1 + 0x440) != 0) {
FUN_00121408(*(undefined8 *)(param_1 + 0x440));
}
}
... | (translation_unit "void FUN_00135422(uint *param_1,int param_2,int param_3,uint param_4)\n\n{\n undefined8 uVar1;\n uint uVar2;\n \n if (param_3 == 0) {\n if (param_2 == 0xc) {\n param_1[0x46] = (uint)(param_4 == 0);\n if (*(long *)(param_1 + 0x440) != 0) {\n FUN_00121408(*(undefined8 *)(param_1... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV dword ptr [RBP + -0x10],EDX
MOV dword ptr [RBP + -0x14],ECX
CMP dword ptr [RBP + -0x10],0x0
JZ 0x00135a9c
CMP dword ptr [RBP + -0xc],0x19
JZ 0x00135799
CMP dword ptr [RBP + -0xc],0x19
JG 0x001354b1
CMP dword ptr [RBP + -... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *term,type_2 var_2,type_2 var_1,type_2 var_3)
{
type_3 uVar1;
type_2 wVar2;
type_2 state_local;
type_2 query_local;
type_2 mode_local;
type_1 *term_local;
if (var_1 == L'\0') {
if (var_2 == L'\f') {
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid toggle_mode(Terminal *term,wchar_t mode,wchar_t query,wchar_t state)\n\n{\n ulong uVar1;\n wchar_t wVar2;\n wchar_t state_local;\n wchar_t query_local;\n wchar_t mode_local;\n Terminal *term_local;\n \n if (query... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term,type_2 var_2,type_2 var_1,type_2 var_3)\n\n{\n type_3 uVar1;\n type_2 wVar2;\n type_2 state_local;\n type_2 query_local;\n type_2 mode_local;\n type_1 *term_local;\n \n if (var_1 == L'\0')... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
992_pterm_and_pterm_strip.c | x11font_destroy | FUN_0015135a | x11font_destroy |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void x11font_destroy(unifont *font)
{
long lVar1;
undefined8 uVar2;
unifont *font_local;
wchar_t i;
wchar_t j;
Display *disp;
x11font *xfont;
uVar2 = gdk_display_get_default();
uVar2 = gdk_x11_display_get_xdisplay(uVar2);
... |
void FUN_0015135a(long param_1)
{
undefined8 uVar1;
undefined4 local_20;
undefined4 local_1c;
uVar1 = gdk_display_get_default();
uVar1 = gdk_x11_display_get_xdisplay(uVar1);
for (local_20 = 0; local_20 < 4; local_20 = local_20 + 1) {
if (*(long *)((long)(int)local_20 * 0x50 + param_1 + 0x28) != 0) ... | (translation_unit "void FUN_0015135a(long param_1)\n\n{\n undefined8 uVar1;\n undefined4 local_20;\n undefined4 local_1c;\n \n uVar1 = gdk_display_get_default();\n uVar1 = gdk_x11_display_get_xdisplay(uVar1);\n for (local_20 = 0; local_20 < 4; local_20 = local_20 + 1) {\n if (*(long *)((long)(int)local_20 * 0... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
CALL 0x0010fd30
MOV RDI,RAX
CALL 0x00110e10
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV dword ptr [RBP + -0x18],0x0
JMP 0x00151598
MOV RCX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RBP + -0x18]
MOVSX... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *font)
{
long var_7;
type_2 uVar2;
type_1 *font_local;
type_3 var_3;
type_3 var_8;
type_4 *disp;
type_5 *xfont;
uVar2 = var_1();
uVar2 = var_2(uVar2);
for (var_3 = L'\0'; (type_6)var_3 < 4; var_3 = ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid x11font_destroy(unifont *font)\n\n{\n long lVar1;\n undefined8 uVar2;\n unifont *font_local;\n wchar_t i;\n wchar_t j;\n Display *disp;\n x11font *xfont;\n \n uVar2 = gdk_display_get_default();\n uVar2 = gdk_x1... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *font)\n\n{\n long var_7;\n type_2 uVar2;\n type_1 *font_local;\n type_3 var_3;\n type_3 var_8;\n type_4 *disp;\n type_5 *xfont;\n \n uVar2 = var_1();\n uVar2 = var_2(uVar2);\n for (var_3 = 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))))) body: (compound_statement (declaration type: (sized_ty... |
873_pterm_and_pterm_strip.c | columns_alloc_vert | FUN_00146fe9 | columns_alloc_vert |
void columns_alloc_vert(Columns *cols,gint ourheight,widget_dim_fn_t get_height)
{
ColumnsChild *pCVar1;
int iVar2;
gint gVar3;
gint gVar4;
widget_dim_fn_t get_height_local;
gint ourheight_local;
Columns *cols_local;
gint i;
gint ncols;
gint fakeheight;
int topy;
gint realheight;
gint childh... |
void FUN_00146fe9(long param_1,undefined8 param_2,code *param_3)
{
long *plVar1;
int iVar2;
int iVar3;
int local_40;
int local_3c;
int local_38;
int local_34;
undefined8 *local_20;
int *local_18;
local_3c = 1;
local_18 = (int *)g_malloc_n(1,4);
*local_18 = 0;
for (local_20 = *(undefined8 ... | (translation_unit "void FUN_00146fe9(long param_1,undefined8 param_2,code *param_3)\n\n{\n long *plVar1;\n int iVar2;\n int iVar3;\n int local_40;\n int local_3c;\n int local_38;\n int local_34;\n undefined8 *local_20;\n int *local_18;\n \n local_3c = 1;\n local_18 = (int *)g_malloc_n(1,4);\n *local_18 = 0... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x48],RDI
MOV dword ptr [RBP + -0x4c],ESI
MOV qword ptr [RBP + -0x58],RDX
MOV dword ptr [RBP + -0x34],0x1
MOV ESI,0x4
MOV EDI,0x1
CALL 0x0010f090
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV dword ptr [RAX],0x0
MOV RAX,qword ptr [RBP + -0x48... |
void function_1(type_1 *cols,type_2 ourheight,type_3 get_height)
{
type_4 *var_3;
int var_8;
type_2 var_9;
type_2 var_10;
type_3 get_height_local;
type_2 ourheight_local;
type_1 *cols_local;
type_2 var_4;
type_2 var_5;
type_2 var_12;
int var_11;
type_2 realheight;
type_2 childheight2;
type... | (translation_unit "void columns_alloc_vert(Columns *cols,gint ourheight,widget_dim_fn_t get_height)\n\n{\n ColumnsChild *pCVar1;\n int iVar2;\n gint gVar3;\n gint gVar4;\n widget_dim_fn_t get_height_local;\n gint ourheight_local;\n Columns *cols_local;\n gint i;\n gint ncols;\n gint fakeheight;\n int topy;\n... | (translation_unit "void function_1(type_1 *cols,type_2 ourheight,type_3 get_height)\n\n{\n type_4 *var_3;\n int var_8;\n type_2 var_9;\n type_2 var_10;\n type_3 get_height_local;\n type_2 ourheight_local;\n type_1 *cols_local;\n type_2 var_4;\n type_2 var_5;\n type_2 var_12;\n int var_11;\n type_2 realheigh... | (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... |
700_pterm_and_pterm_strip.c | validate_manual_hostkey | FUN_00128614 | validate_manual_hostkey |
int validate_manual_hostkey(char *key)
{
char *pcVar1;
char *__s;
long lVar2;
int iVar3;
int iVar4;
uint uVar5;
size_t sVar6;
long in_FS_OFFSET;
char *key_local;
int i;
int len;
uint alglen;
int minlen;
char *p;
char *r;
char *s;
char *q;
uchar decoded [6];
lVar2 = *(long *)(i... |
undefined8 FUN_00128614(char *param_1)
{
char *pcVar1;
char *__s;
int iVar2;
int iVar3;
uint uVar4;
size_t sVar5;
undefined8 uVar6;
long in_FS_OFFSET;
int local_48;
char *local_38;
char *local_30;
char *local_28;
byte local_16 [6];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x... | (translation_unit "undefined8 FUN_00128614(char *param_1)\n\n{\n char *pcVar1;\n char *__s;\n int iVar2;\n int iVar3;\n uint uVar4;\n size_t sVar5;\n undefined8 uVar6;\n long in_FS_OFFSET;\n int local_48;\n char *local_38;\n char *local_30;\n char *local_28;\n byte local_16 [6];\n long local_10;\n \n lo... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x48],RDI
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
JMP 0x00128920
MOV RAX,qword ptr [RBP + -0x30]
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x30]
LEA RSI,... |
int function_1(char *key)
{
char *var_7;
char *var_6;
long var_19;
int var_14;
int var_16;
type_1 var_17;
size_t var_4;
long var_1;
char *key_local;
int var_9;
int len;
type_1 alglen;
int minlen;
char *var_3;
char *var_11;
char *var_12;
char *q;
type_2 var_15 [6];
var_19 = *(l... | (translation_unit "int validate_manual_hostkey(char *key)\n\n{\n char *pcVar1;\n char *__s;\n long lVar2;\n int iVar3;\n int iVar4;\n uint uVar5;\n size_t sVar6;\n long in_FS_OFFSET;\n char *key_local;\n int i;\n int len;\n uint alglen;\n int minlen;\n char *p;\n char *r;\n char *s;\n char *q;\n uchar... | (translation_unit "int function_1(char *key)\n\n{\n char *var_7;\n char *var_6;\n long var_19;\n int var_14;\n int var_16;\n type_1 var_17;\n size_t var_4;\n long var_1;\n char *key_local;\n int var_9;\n int len;\n type_1 alglen;\n int minlen;\n char *var_3;\n char *var_11;\n char *var_12;\n char *q;\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))))) body: (compound_statement (declaration type: (primitive_type) dec... |
1248_puttytel_and_puttytel_strip.c | request_resize | FUN_00167b8a | 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_00167b8a(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_0016b4ed(param_1,param_2,param_3,&l... | (translation_unit "void FUN_00167b8a(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_0016b... | 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... |
1262_puttytel_and_puttytel_strip.c | init_clipboard | FUN_00168e48 | init_clipboard |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
void init_clipboard(gui_data *inst)
{
long lVar1;
undefined8 uVar2;
Display *disp_00;
long in_FS_OFFSET;
gui_data *inst_local;
Display *disp;
uchar empty [1]... |
void FUN_00168e48(long param_1)
{
undefined8 uVar1;
undefined8 uVar2;
long in_FS_OFFSET;
undefined local_11;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_11 = 0;
uVar1 = gdk_display_get_default();
uVar1 = gdk_x11_display_get_xdisplay(uVar1);
FUN_00177437(uVar1,8);
uVar2 = g... | (translation_unit "void FUN_00168e48(long param_1)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n undefined local_11;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_11 = 0;\n uVar1 = gdk_display_get_default();\n uVar1 = gdk_x11_display_get_xdisplay(uVar1);\n FUN... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV byte ptr [RBP + -0x9],0x0
CALL 0x00110d80
MOV RDI,RAX
CALL 0x00111ee0
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV ESI,0x8
MOV RDI,RAX
CALL 0x00177437
CALL ... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
void function_1(type_1 *inst)
{
long var_9;
type_2 uVar2;
type_3 *disp_00;
long var_1;
type_1 *inst_local;
type_3 *disp;
type_4 empty [1];
var_9 = *(lon... | (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\nvoid init_clipboard(gui_data *inst)\n\n{\n long lVar1;\n undefined8 uVar2;\n Display *disp_00;\n long in_FS_OFFSET;\n gui_data *inst_local;\n Dis... | (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\nvoid function_1(type_1 *inst)\n\n{\n long var_9;\n type_2 uVar2;\n type_3 *disp_00;\n long var_1;\n type_1 *inst_local;\n type_3 *disp;\n type_4... | (translation_unit (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))))) body: (compound_statement (declaration type:... |
1457_puttytel_and_puttytel_strip.c | serial_cfg_info | FUN_00174e16 | serial_cfg_info |
int serial_cfg_info(void *handle)
{
void *handle_local;
return 0;
}
|
undefined8 FUN_00174e16(void)
{
return 0;
}
| (translation_unit "undefined8 FUN_00174e16(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined8 FUN_00174e16(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_00174e16(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n ... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV EAX,0x0
POP RBP
RET |
int function_1(void *handle)
{
void *handle_local;
return 0;
}
| (translation_unit "int serial_cfg_info(void *handle)\n\n{\n void *handle_local;\n \n return 0;\n}\n\n" (function_definition "int serial_cfg_info(void *handle)\n\n{\n void *handle_local;\n \n return 0;\n}" primitive_type (function_declarator "serial_cfg_info(void *handle)" identifier (parameter_list "(void *handle... | (translation_unit "int function_1(void *handle)\n\n{\n void *handle_local;\n \n return 0;\n}\n\n" (function_definition "int function_1(void *handle)\n\n{\n void *handle_local;\n \n return 0;\n}" primitive_type (function_declarator "function_1(void *handle)" identifier (parameter_list "(void *handle)" ( (parameter... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) dec... |
1381_puttytel_and_puttytel_strip.c | get_hostname | FUN_00171e16 | get_hostname |
/* WARNING: Unknown calling convention */
char * get_hostname(void)
{
int iVar1;
int *piVar2;
size_t sVar3;
int len;
char *hostname;
len = 0x80;
hostname = (char *)0x0;
while( true ) {
len = len * 2;
hostname = (char *)saferealloc(hostname,(long)len,1);
iVar1 = gethostname(hostname,(lo... |
char * FUN_00171e16(void)
{
int iVar1;
int *piVar2;
size_t sVar3;
int local_14;
char *local_10;
local_14 = 0x80;
local_10 = (char *)0x0;
while( true ) {
local_14 = local_14 * 2;
local_10 = (char *)FUN_001298d8(local_10,(long)local_14,1);
iVar1 = gethostname(local_10,(long)local_14);
... | (translation_unit "char * FUN_00171e16(void)\n\n{\n int iVar1;\n int *piVar2;\n size_t sVar3;\n int local_14;\n char *local_10;\n \n local_14 = 0x80;\n local_10 = (char *)0x0;\n while( true ) {\n local_14 = local_14 * 2;\n local_10 = (char *)FUN_001298d8(local_10,(long)local_14,1);\n iVar1 = gethostna... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV dword ptr [RBP + -0xc],0x80
MOV qword ptr [RBP + -0x8],0x0
SHL dword ptr [RBP + -0xc],0x1
MOV EAX,dword ptr [RBP + -0xc]
MOVSXD RCX,EAX
MOV RAX,qword ptr [RBP + -0x8]
MOV EDX,0x1
MOV RSI,RCX
MOV RDI,RAX
CALL 0x001298d8
MOV qword ptr [RBP + -0x8],RAX
MOV EAX,dword ptr [RBP + -0xc]
M... |
/* WARNING: Unknown calling convention */
char * function_1(void)
{
int var_4;
int *piVar2;
size_t var_7;
int var_1;
char *hostname;
var_1 = 0x80;
hostname = (char *)0x0;
while( true ) {
var_1 = var_1 * 2;
hostname = (char *)var_2(hostname,(long)var_1,1);
var_4 = var_3(hostname,(long)v... | (translation_unit "/* WARNING: Unknown calling convention */\n\nchar * get_hostname(void)\n\n{\n int iVar1;\n int *piVar2;\n size_t sVar3;\n int len;\n char *hostname;\n \n len = 0x80;\n hostname = (char *)0x0;\n while( true ) {\n len = len * 2;\n hostname = (char *)saferealloc(hostname,(long)len,1);\n ... | (translation_unit "/* WARNING: Unknown calling convention */\n\nchar * function_1(void)\n\n{\n int var_4;\n int *piVar2;\n size_t var_7;\n int var_1;\n char *hostname;\n \n var_1 = 0x80;\n hostname = (char *)0x0;\n while( true ) {\n var_1 = var_1 * 2;\n hostname = (char *)var_2(hostname,(long)var_1,1);\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: (ident... |
1257_puttytel_and_puttytel_strip.c | write_clip | FUN_001683cd | write_clip |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void write_clip(void *frontend,wchar_t *data,wchar_t *attr,wchar_t len,wchar_t must_deselect)
{
long lVar1;
wchar_t wVar2;
int iVar3;
undefined8 uVar4;
char *pcVar5;
long in_FS_OFFSET;
wchar_t must_deselect_local;
wchar_t len_lo... |
void FUN_001683cd(long param_1,undefined8 param_2,undefined8 param_3,int param_4,int param_5)
{
undefined4 uVar1;
int iVar2;
undefined8 uVar3;
long in_FS_OFFSET;
int local_54;
undefined8 local_50;
long local_48;
undefined8 local_40;
void *local_38 [3];
size_t local_20;
undefined8 local_18;
lon... | (translation_unit "void FUN_001683cd(long param_1,undefined8 param_2,undefined8 param_3,int param_4,int param_5)\n\n{\n undefined4 uVar1;\n int iVar2;\n undefined8 uVar3;\n long in_FS_OFFSET;\n int local_54;\n undefined8 local_50;\n long local_48;\n undefined8 local_40;\n void *local_38 [3];\n size_t local_20... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x70
MOV qword ptr [RBP + -0x58],RDI
MOV qword ptr [RBP + -0x60],RSI
MOV qword ptr [RBP + -0x68],RDX
MOV dword ptr [RBP + -0x6c],ECX
MOV dword ptr [RBP + -0x70],R8D
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x58]
MOV qword ptr [RBP + -0... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *frontend,type_1 *data,type_1 *attr,type_1 var_6,type_1 var_18)
{
long var_20;
type_1 wVar2;
int var_10;
type_2 uVar4;
char *pcVar5;
long var_1;
type_1 must_deselect_local;
type_1 len_local;
type_1 *attr_l... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid write_clip(void *frontend,wchar_t *data,wchar_t *attr,wchar_t len,wchar_t must_deselect)\n\n{\n long lVar1;\n wchar_t wVar2;\n int iVar3;\n undefined8 uVar4;\n char *pcVar5;\n long in_FS_OFFSET;\n wchar_t must_des... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *frontend,type_1 *data,type_1 *attr,type_1 var_6,type_1 var_18)\n\n{\n long var_20;\n type_1 wVar2;\n int var_10;\n type_2 uVar4;\n char *pcVar5;\n long var_1;\n type_1 must_deselect_local;\n type... | (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... |
657_pterm_and_pterm_strip.c | doMirror | FUN_001254d0 | doMirror |
void doMirror(uint *ch)
{
uint uVar1;
uint *ch_local;
if ((*ch & 0xff00) == 0) {
uVar1 = *ch;
if (uVar1 == 0x5b) {
*ch = 0x5d;
}
else if (uVar1 < 0x5c) {
if (uVar1 == 0x29) {
*ch = 0x28;
}
else if (uVar1 < 0x2a) {
if (uVar1 == 0x28) {
*ch = 0x... |
void FUN_001254d0(uint *param_1)
{
uint uVar1;
if ((*param_1 & 0xff00) == 0) {
uVar1 = *param_1;
if (uVar1 == 0x5b) {
*param_1 = 0x5d;
}
else if (uVar1 < 0x5c) {
if (uVar1 == 0x29) {
*param_1 = 0x28;
}
else if (uVar1 < 0x2a) {
if (uVar1 == 0x28) {
... | (translation_unit "void FUN_001254d0(uint *param_1)\n\n{\n uint uVar1;\n \n if ((*param_1 & 0xff00) == 0) {\n uVar1 = *param_1;\n if (uVar1 == 0x5b) {\n *param_1 = 0x5d;\n }\n else if (uVar1 < 0x5c) {\n if (uVar1 == 0x29) {\n *param_1 = 0x28;\n }\n else if (uVar1 < 0x2a) {\n ... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX]
AND EAX,0xff00
TEST EAX,EAX
JNZ 0x001255f1
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX]
CMP EAX,0x5b
JZ 0x00125596
CMP EAX,0x5b
JA 0x00125522
CMP EAX,0x29
JZ 0x00125569
CMP EAX,0x29
JA 0x00125513
CMP EAX... |
void function_1(type_1 *ch)
{
type_1 var_1;
type_1 *ch_local;
if ((*ch & 0xff00) == 0) {
var_1 = *ch;
if (var_1 == 0x5b) {
*ch = 0x5d;
}
else if (var_1 < 0x5c) {
if (var_1 == 0x29) {
*ch = 0x28;
}
else if (var_1 < 0x2a) {
if (var_1 == 0x28) {
... | (translation_unit "void doMirror(uint *ch)\n\n{\n uint uVar1;\n uint *ch_local;\n \n if ((*ch & 0xff00) == 0) {\n uVar1 = *ch;\n if (uVar1 == 0x5b) {\n *ch = 0x5d;\n }\n else if (uVar1 < 0x5c) {\n if (uVar1 == 0x29) {\n *ch = 0x28;\n }\n else if (uVar1 < 0x2a) {\n if (u... | (translation_unit "void function_1(type_1 *ch)\n\n{\n type_1 var_1;\n type_1 *ch_local;\n \n if ((*ch & 0xff00) == 0) {\n var_1 = *ch;\n if (var_1 == 0x5b) {\n *ch = 0x5d;\n }\n else if (var_1 < 0x5c) {\n if (var_1 == 0x29) {\n *ch = 0x28;\n }\n else if (var_1 < 0x2a) {\n ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d... |
1127_puttytel_and_puttytel_strip.c | x11font_enum_fonts | FUN_0015bffa | x11font_enum_fonts |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void x11font_enum_fonts(GtkWidget *widget,fontsel_add_entry callback,void *callback_ctx)
{
char *pcVar1;
char *pcVar2;
char *pcVar3;
char *pcVar4;
int iVar5;
undefined8 uVar6;
size_t sVar7;
size_t sVar8;
size_t sVar9;
size_t... |
void FUN_0015bffa(undefined8 param_1,code *param_2,undefined8 param_3)
{
undefined8 uVar1;
undefined8 uVar2;
undefined8 uVar3;
undefined8 uVar4;
int iVar5;
undefined8 uVar6;
size_t sVar7;
size_t sVar8;
size_t sVar9;
size_t sVar10;
size_t sVar11;
char *pcVar12;
long in_FS_OFFSET;
int local_... | (translation_unit "void FUN_0015bffa(undefined8 param_1,code *param_2,undefined8 param_3)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n int iVar5;\n undefined8 uVar6;\n size_t sVar7;\n size_t sVar8;\n size_t sVar9;\n size_t sVar10;\n size_t sVar11;\n char *pcVar12;\n... | PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xa8
MOV qword ptr [RBP + -0xa8],RDI
MOV qword ptr [RBP + -0xb0],RSI
MOV qword ptr [RBP + -0xb8],RDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x38],RAX
XOR EAX,EAX
CALL 0x00110d80
MOV RDI,RAX
CALL 0x00111ee0
MOV qword ptr [RBP + -0x70],R... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *widget,type_2 callback,void *callback_ctx)
{
char *pcVar1;
char *pcVar2;
char *pcVar3;
char *pcVar4;
int var_20;
type_3 uVar6;
size_t var_27;
size_t var_26;
size_t var_25;
size_t var_24;
size_t var_... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid x11font_enum_fonts(GtkWidget *widget,fontsel_add_entry callback,void *callback_ctx)\n\n{\n char *pcVar1;\n char *pcVar2;\n char *pcVar3;\n char *pcVar4;\n int iVar5;\n undefined8 uVar6;\n size_t sVar7;\n size_t s... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *widget,type_2 callback,void *callback_ctx)\n\n{\n char *pcVar1;\n char *pcVar2;\n char *pcVar3;\n char *pcVar4;\n int var_20;\n type_3 uVar6;\n size_t var_27;\n size_t var_26;\n size_t var_25;... | (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... |
1078_puttytel_and_puttytel_strip.c | shortcut_add | FUN_00156869 | shortcut_add |
void shortcut_add(Shortcuts *scs,GtkWidget *labelw,int chr,int action,void *ptr)
{
int chr_00;
void *ptr_local;
int action_local;
int chr_local;
GtkWidget *labelw_local;
Shortcuts *scs_local;
if (chr != 0) {
chr_00 = tolower(chr & 0xff);
if (scs->sc[chr_00].action != 0) {
... |
void FUN_00156869(long param_1,undefined8 param_2,uint param_3,int param_4,undefined8 param_5)
{
int iVar1;
if (param_3 != 0) {
iVar1 = tolower(param_3 & 0xff);
if (*(int *)((long)iVar1 * 0x18 + param_1 + 0x10) != 0) {
/* WARNING: Subroutine does not return */
__assert_fail("s... | (translation_unit "void FUN_00156869(long param_1,undefined8 param_2,uint param_3,int param_4,undefined8 param_5)\n\n{\n int iVar1;\n \n if (param_3 != 0) {\n iVar1 = tolower(param_3 & 0xff);\n if (*(int *)((long)iVar1 * 0x18 + param_1 + 0x10) != 0) {\n /* WARNING: Subroutine does not return... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],EDX
MOV dword ptr [RBP + -0x18],ECX
MOV qword ptr [RBP + -0x20],R8
CMP dword ptr [RBP + -0x14],0x0
JZ 0x001569b1
MOV EAX,dword ptr [RBP + -0x14]
MOVZX EAX,AL
MOV EDI,EAX
CALL 0x00111750
MOV dword... |
void function_1(type_1 *scs,type_2 *labelw,int var_1,int var_4,void *ptr)
{
int chr_00;
void *ptr_local;
int action_local;
int chr_local;
type_2 *labelw_local;
type_1 *scs_local;
if (var_1 != 0) {
chr_00 = var_2(var_1 & 0xff);
if (scs->sc[chr_00].var_4 != 0) {
/* WARNING: ... | (translation_unit "void shortcut_add(Shortcuts *scs,GtkWidget *labelw,int chr,int action,void *ptr)\n\n{\n int chr_00;\n void *ptr_local;\n int action_local;\n int chr_local;\n GtkWidget *labelw_local;\n Shortcuts *scs_local;\n \n if (chr != 0) {\n chr_00 = tolower(chr & 0xff);\n if (scs->sc[chr_00].actio... | (translation_unit "void function_1(type_1 *scs,type_2 *labelw,int var_1,int var_4,void *ptr)\n\n{\n int chr_00;\n void *ptr_local;\n int action_local;\n int chr_local;\n type_2 *labelw_local;\n type_1 *scs_local;\n \n if (var_1 != 0) {\n chr_00 = var_2(var_1 & 0xff);\n if (scs->sc[chr_00].var_4 != 0) {\n ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe... |
579_pterm_and_pterm_strip.c | gsslist_handler | FUN_001174ac | gsslist_handler |
void gsslist_handler(control *ctrl,void *dlg,void *data,int event)
{
int iVar1;
int event_local;
void *data_local;
void *dlg_local;
control *ctrl_local;
int i;
int i_1;
int id;
Conf *conf;
if (event == 0) {
dlg_update_start(ctrl,dlg);
dlg_listbox_clear(ctrl,dlg);
for (i = 0; i < ngs... |
void FUN_001174ac(undefined8 param_1,undefined8 param_2,undefined8 param_3,int param_4)
{
int iVar1;
undefined4 uVar2;
int local_1c;
int local_18;
if (param_4 == 0) {
FUN_00149a4e(param_1,param_2);
FUN_001488da(param_1,param_2);
for (local_1c = 0; local_1c < DAT_00190de4; local_1c = local_1c ... | (translation_unit "void FUN_001174ac(undefined8 param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n int iVar1;\n undefined4 uVar2;\n int local_1c;\n int local_18;\n \n if (param_4 == 0) {\n FUN_00149a4e(param_1,param_2);\n FUN_001488da(param_1,param_2);\n for (local_1c = 0; local_1c < DAT_0... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV qword ptr [RBP + -0x38],RDX
MOV dword ptr [RBP + -0x3c],ECX
MOV RAX,qword ptr [RBP + -0x38]
MOV qword ptr [RBP + -0x8],RAX
CMP dword ptr [RBP + -0x3c],0x0
JNZ 0x0011759e
MOV RDX,qword ptr [RBP + -0x30]
MOV RAX,qword pt... |
void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)
{
int var_7;
int event_local;
void *data_local;
void *dlg_local;
type_1 *ctrl_local;
int var_4;
int var_11;
int id;
type_2 *conf;
if (var_1 == 0) {
var_2(ctrl,dlg);
var_3(ctrl,dlg);
for (var_4 = 0; var_4 < var_5; var_4 = v... | (translation_unit "void gsslist_handler(control *ctrl,void *dlg,void *data,int event)\n\n{\n int iVar1;\n int event_local;\n void *data_local;\n void *dlg_local;\n control *ctrl_local;\n int i;\n int i_1;\n int id;\n Conf *conf;\n \n if (event == 0) {\n dlg_update_start(ctrl,dlg);\n dlg_listbox_clear(c... | (translation_unit "void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)\n\n{\n int var_7;\n int event_local;\n void *data_local;\n void *dlg_local;\n type_1 *ctrl_local;\n int var_4;\n int var_11;\n int id;\n type_2 *conf;\n \n if (var_1 == 0) {\n var_2(ctrl,dlg);\n var_3(ctrl,dlg);\n for (v... | (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... |
739_pterm_and_pterm_strip.c | newline | FUN_0012f2f3 | newline |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
termline * newline(Terminal *term,wchar_t cols,wchar_t bce)
{
ulong uVar1;
undefined4 uVar2;
termline *ptVar3;
termchar *ptVar4;
wchar_t bce_local;
wchar_t cols_local;
Terminal *term_local;
wchar_t j;
termline *line;
ptVa... |
undefined2 * FUN_0012f2f3(long param_1,int param_2,int param_3)
{
undefined2 *puVar1;
undefined8 uVar2;
undefined8 *puVar3;
int local_14;
puVar1 = (undefined2 *)FUN_001282f0(1,0x20);
uVar2 = FUN_001282f0((long)param_2,0x18);
*(undefined8 *)(puVar1 + 0xc) = uVar2;
for (local_14 = 0; local_14 < param... | (translation_unit "undefined2 * FUN_0012f2f3(long param_1,int param_2,int param_3)\n\n{\n undefined2 *puVar1;\n undefined8 uVar2;\n undefined8 *puVar3;\n int local_14;\n \n puVar1 = (undefined2 *)FUN_001282f0(1,0x20);\n uVar2 = FUN_001282f0((long)param_2,0x18);\n *(undefined8 *)(puVar1 + 0xc) = uVar2;\n for (l... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV dword ptr [RBP + -0x20],EDX
MOV ESI,0x20
MOV EDI,0x1
CALL 0x001282f0
MOV qword ptr [RBP + -0x8],RAX
MOV EAX,dword ptr [RBP + -0x1c]
CDQE
MOV ESI,0x18
MOV RDI,RAX
CALL 0x001282f0
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 * function_1(type_2 *term,type_3 var_3,type_3 var_4)
{
type_4 uVar1;
type_5 uVar2;
type_1 *ptVar3;
type_6 *ptVar4;
type_3 bce_local;
type_3 cols_local;
type_2 *term_local;
type_3 var_2;
type_1 *line;
ptVar3 = (type... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntermline * newline(Terminal *term,wchar_t cols,wchar_t bce)\n\n{\n ulong uVar1;\n undefined4 uVar2;\n termline *ptVar3;\n termchar *ptVar4;\n wchar_t bce_local;\n wchar_t cols_local;\n Terminal *term_local;\n wchar_t ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(type_2 *term,type_3 var_3,type_3 var_4)\n\n{\n type_4 uVar1;\n type_5 uVar2;\n type_1 *ptVar3;\n type_6 *ptVar4;\n type_3 bce_local;\n type_3 cols_local;\n type_2 *term_local;\n type_3 var_2;\n ty... | (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 ... |
601_pterm_and_pterm_strip.c | ctrl_free_set | FUN_0011f9a9 | ctrl_free_set |
void ctrl_free_set(controlset *s)
{
controlset *s_local;
int i;
safefree(s->pathname);
safefree(s->boxname);
safefree(s->boxtitle);
for (i = 0; i < s->ncontrols; i = i + 1) {
ctrl_free(s->ctrls[i]);
}
safefree(s->ctrls);
safefree(s);
return;
}
|
void FUN_0011f9a9(undefined8 *param_1)
{
int local_c;
FUN_001284fc(*param_1);
FUN_001284fc(param_1[1]);
FUN_001284fc(param_1[2]);
for (local_c = 0; local_c < *(int *)((long)param_1 + 0x1c); local_c = local_c + 1) {
FUN_00120e40(*(undefined8 *)(param_1[5] + (long)local_c * 8));
}
FUN_001284fc(para... | (translation_unit "void FUN_0011f9a9(undefined8 *param_1)\n\n{\n int local_c;\n \n FUN_001284fc(*param_1);\n FUN_001284fc(param_1[1]);\n FUN_001284fc(param_1[2]);\n for (local_c = 0; local_c < *(int *)((long)param_1 + 0x1c); local_c = local_c + 1) {\n FUN_00120e40(*(undefined8 *)(param_1[5] + (long)local_c * 8... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX]
MOV RDI,RAX
CALL 0x001284fc
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX + 0x8]
MOV RDI,RAX
CALL 0x001284fc
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX + 0x10]
MOV RDI,RAX
CALL ... |
void function_1(type_1 *s)
{
type_1 *s_local;
int var_2;
var_1(s->pathname);
var_1(s->boxname);
var_1(s->boxtitle);
for (var_2 = 0; var_2 < s->ncontrols; var_2 = var_2 + 1) {
var_3(s->ctrls[var_2]);
}
var_1(s->ctrls);
var_1(s);
return;
}
| (translation_unit "void ctrl_free_set(controlset *s)\n\n{\n controlset *s_local;\n int i;\n \n safefree(s->pathname);\n safefree(s->boxname);\n safefree(s->boxtitle);\n for (i = 0; i < s->ncontrols; i = i + 1) {\n ctrl_free(s->ctrls[i]);\n }\n safefree(s->ctrls);\n safefree(s);\n return;\n}\n\n" (function... | (translation_unit "void function_1(type_1 *s)\n\n{\n type_1 *s_local;\n int var_2;\n \n var_1(s->pathname);\n var_1(s->boxname);\n var_1(s->boxtitle);\n for (var_2 = 0; var_2 < s->ncontrols; var_2 = var_2 + 1) {\n var_3(s->ctrls[var_2]);\n }\n var_1(s->ctrls);\n var_1(s);\n return;\n}\n\n" (function_defin... | (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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.