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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
701_pterm_and_pterm_strip.c | smemeq | FUN_00128961 | smemeq |
int smemeq(void *av,void *bv,size_t len)
{
size_t len_local;
void *bv_local;
void *av_local;
uint val;
uchar *a;
uchar *b;
val = 0;
len_local = len;
a = (uchar *)av;
b = (uchar *)bv;
while (len_local != 0) {
val = val | *b ^ *a;
len_local = len_local - 1;
a = a + 1;
b = b + 1;... |
uint FUN_00128961(byte *param_1,byte *param_2,long param_3)
{
long local_40;
uint local_1c;
byte *local_18;
byte *local_10;
local_1c = 0;
local_40 = param_3;
local_18 = param_1;
local_10 = param_2;
while (local_40 != 0) {
local_1c = local_1c | *local_10 ^ *local_18;
local_40 = local_40 + ... | (translation_unit "uint FUN_00128961(byte *param_1,byte *param_2,long param_3)\n\n{\n long local_40;\n uint local_1c;\n byte *local_18;\n byte *local_10;\n \n local_1c = 0;\n local_40 = param_3;\n local_18 = param_1;\n local_10 = param_2;\n while (local_40 != 0) {\n local_1c = local_1c | *local_10 ^ *local... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV qword ptr [RBP + -0x38],RDX
MOV RAX,qword ptr [RBP + -0x28]
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x30]
MOV qword ptr [RBP + -0x8],RAX
MOV dword ptr [RBP + -0x14],0x0
JMP 0x001289b0
MOV RAX,qword ptr [RBP + -0x1... |
int function_1(void *av,void *bv,size_t len)
{
size_t var_1;
void *bv_local;
void *av_local;
type_1 var_2;
type_2 *var_3;
type_2 *var_4;
var_2 = 0;
var_1 = len;
var_3 = (type_2 *)av;
var_4 = (type_2 *)bv;
while (var_1 != 0) {
var_2 = var_2 | *var_4 ^ *var_3;
var_1 = var_1 - 1;
var... | (translation_unit "int smemeq(void *av,void *bv,size_t len)\n\n{\n size_t len_local;\n void *bv_local;\n void *av_local;\n uint val;\n uchar *a;\n uchar *b;\n \n val = 0;\n len_local = len;\n a = (uchar *)av;\n b = (uchar *)bv;\n while (len_local != 0) {\n val = val | *b ^ *a;\n len_local = len_local ... | (translation_unit "int function_1(void *av,void *bv,size_t len)\n\n{\n size_t var_1;\n void *bv_local;\n void *av_local;\n type_1 var_2;\n type_2 *var_3;\n type_2 *var_4;\n \n var_2 = 0;\n var_1 = len;\n var_3 = (type_2 *)av;\n var_4 = (type_2 *)bv;\n while (var_1 != 0) {\n var_2 = var_2 | *var_4 ^ *var_... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_... |
1008_pterm_and_pterm_strip.c | x11font_size_increment | FUN_00153050 | x11font_size_increment |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
char * x11font_size_increment(unifont *font,wchar_t increment)
{
int iVar1;
undefined8 uVar2;
char *pcVar3;
int iVar4;
long in_FS_OFFSET;
wchar_t increment_local;
unifont *font_local;
wchar_t i;
wchar_t max;
ulong ret;
cha... |
undefined8 FUN_00153050(long *param_1,int param_2)
{
int iVar1;
undefined8 uVar2;
int iVar3;
long in_FS_OFFSET;
int local_d8;
int local_d4;
undefined8 local_d0;
undefined8 local_c8;
long local_c0;
long local_b8;
long *local_b0;
undefined8 local_a8;
undefined8 local_a0;
undefined8 *local_98... | (translation_unit "undefined8 FUN_00153050(long *param_1,int param_2)\n\n{\n int iVar1;\n undefined8 uVar2;\n int iVar3;\n long in_FS_OFFSET;\n int local_d8;\n int local_d4;\n undefined8 local_d0;\n undefined8 local_c8;\n long local_c0;\n long local_b8;\n long *local_b0;\n undefined8 local_a8;\n undefined8... | PUSH RBP
MOV RBP,RSP
SUB RSP,0xe0
MOV qword ptr [RBP + -0xd8],RDI
MOV dword ptr [RBP + -0xdc],ESI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0xd8]
MOV qword ptr [RBP + -0xa8],RAX
CALL 0x0010fd30
MOV RDI,RAX
CALL 0x00110e10
MOV qword ptr [RBP + -0xa0],RAX
MOV RAX,qwo... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
char * function_1(type_1 *font,type_2 var_18)
{
int var_6;
type_3 uVar2;
char *pcVar3;
int var_19;
long var_1;
type_2 increment_local;
type_1 *font_local;
type_2 var_16;
type_2 var_13;
type_4 ret;
char *returned_name;
ty... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * x11font_size_increment(unifont *font,wchar_t increment)\n\n{\n int iVar1;\n undefined8 uVar2;\n char *pcVar3;\n int iVar4;\n long in_FS_OFFSET;\n wchar_t increment_local;\n unifont *font_local;\n wchar_t i;\n ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * function_1(type_1 *font,type_2 var_18)\n\n{\n int var_6;\n type_3 uVar2;\n char *pcVar3;\n int var_19;\n long var_1;\n type_2 increment_local;\n type_1 *font_local;\n type_2 var_16;\n type_2 var_13;\n type_4 ... | (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... |
1239_puttytel_and_puttytel_strip.c | scroll_event | FUN_001676d1 | scroll_event |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
gboolean scroll_event(GtkWidget *widget,GdkEventScroll *event,gpointer data)
{
int iVar1;
gboolean gVar2;
long in_FS_OFFSET;
gpointer data_local;
GdkEventScroll ... |
undefined8 FUN_001676d1(undefined8 param_1,long param_2,undefined8 param_3)
{
int iVar1;
undefined8 uVar2;
long in_FS_OFFSET;
undefined local_28 [8];
undefined8 local_20;
undefined8 local_18;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_18 = param_3;
iVar1 = gdk_event_get_scr... | (translation_unit "undefined8 FUN_001676d1(undefined8 param_1,long param_2,undefined8 param_3)\n\n{\n int iVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n undefined local_28 [8];\n undefined8 local_20;\n undefined8 local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_18 = param_... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV qword ptr [RBP + -0x38],RDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x38]
MOV qword ptr [RBP + -0x10],RAX
LEA RDX,[RBP + -0x18]
LEA RCX,[RBP + -0x20]
MOV RAX,qwo... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
type_1 function_1(type_2 *widget,type_3 *event,type_4 data)
{
int var_3;
type_1 gVar2;
long var_1;
type_4 data_local;
type_3 *event_local;
type_2 *widget_local... | (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\ngboolean scroll_event(GtkWidget *widget,GdkEventScroll *event,gpointer data)\n\n{\n int iVar1;\n gboolean gVar2;\n long in_FS_OFFSET;\n gpointer da... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\ntype_1 function_1(type_2 *widget,type_3 *event,type_4 data)\n\n{\n int var_3;\n type_1 gVar2;\n long var_1;\n type_4 data_local;\n type_3 *event_l... | (translation_unit (comment) (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier... |
1164_puttytel_and_puttytel_strip.c | unifontsel_setup_stylelist | FUN_0015ed86 | unifontsel_setup_stylelist |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void unifontsel_setup_stylelist(unifontsel_internal *fs,wchar_t start,wchar_t end)
{
long lVar1;
bool bVar2;
wchar_t wVar3;
long in_FS_OFFSET;
wchar_t end_local;
wchar_t start_local;
unifontsel_internal *fs_local;
wchar_t i;
w... |
void FUN_0015ed86(long param_1,int param_2,int param_3)
{
bool bVar1;
int iVar2;
long in_FS_OFFSET;
int local_64;
int local_60;
int local_5c;
int local_58;
undefined8 local_50;
long local_48;
long local_40;
undefined local_38 [40];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);... | (translation_unit "void FUN_0015ed86(long param_1,int param_2,int param_3)\n\n{\n bool bVar1;\n int iVar2;\n long in_FS_OFFSET;\n int local_64;\n int local_60;\n int local_5c;\n int local_58;\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... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x70
MOV qword ptr [RBP + -0x68],RDI
MOV dword ptr [RBP + -0x6c],ESI
MOV dword ptr [RBP + -0x70],EDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV dword ptr [RBP + -0x54],0xffffffff
MOV dword ptr [RBP + -0x50],0xffffffff
MOV dword ptr [RBP + -0x4c],0x0
MOV qword... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *fs,type_2 start,type_2 var_4)
{
long var_14;
bool bVar2;
type_2 var_8;
long var_1;
type_2 end_local;
type_2 start_local;
type_1 *fs_local;
type_2 var_3;
type_2 var_13;
type_2 minpos;
type_2 var_12;
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid unifontsel_setup_stylelist(unifontsel_internal *fs,wchar_t start,wchar_t end)\n\n{\n long lVar1;\n bool bVar2;\n wchar_t wVar3;\n long in_FS_OFFSET;\n wchar_t end_local;\n wchar_t start_local;\n unifontsel_interna... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *fs,type_2 start,type_2 var_4)\n\n{\n long var_14;\n bool bVar2;\n type_2 var_8;\n long var_1;\n type_2 end_local;\n type_2 start_local;\n type_1 *fs_local;\n type_2 var_3;\n type_2 var_13;\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... |
660_pterm_and_pterm_strip.c | host_strchr_internal | FUN_00126cc1 | host_strchr_internal |
char * host_strchr_internal(char *s,char *set,int first)
{
char *pcVar1;
int first_local;
char *set_local;
char *s_local;
int brackets;
char *ret;
brackets = 0;
ret = (char *)0x0;
s_local = s;
do {
if (*s_local == '\0') {
return ret;
}
if (*s_local == '[') {
brackets = b... |
char * FUN_00126cc1(char *param_1,char *param_2,int param_3)
{
char *pcVar1;
char *local_20;
int local_14;
char *local_10;
local_14 = 0;
local_10 = (char *)0x0;
local_20 = param_1;
do {
if (*local_20 == '\0') {
return local_10;
}
if (*local_20 == '[') {
local_14 = local_14 +... | (translation_unit "char * FUN_00126cc1(char *param_1,char *param_2,int param_3)\n\n{\n char *pcVar1;\n char *local_20;\n int local_14;\n char *local_10;\n \n local_14 = 0;\n local_10 = (char *)0x0;\n local_20 = param_1;\n do {\n if (*local_20 == '\0') {\n return local_10;\n }\n if (*local_20 == '... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV dword ptr [RBP + -0x24],EDX
MOV dword ptr [RBP + -0xc],0x0
MOV qword ptr [RBP + -0x8],0x0
MOV RAX,qword ptr [RBP + -0x18]
MOVZX EAX,byte ptr [RAX]
TEST AL,AL
JNZ 0x00126cf4
MOV RAX,qword ptr [RBP + -0x8]
JMP 0x00126d68... |
char * function_1(char *s,char *set,int var_4)
{
char *var_3;
int first_local;
char *set_local;
char *var_5;
int var_1;
char *ret;
var_1 = 0;
ret = (char *)0x0;
var_5 = s;
do {
if (*var_5 == '\0') {
return ret;
}
if (*var_5 == '[') {
var_1 = var_1 + 1;
}
else if ... | (translation_unit "char * host_strchr_internal(char *s,char *set,int first)\n\n{\n char *pcVar1;\n int first_local;\n char *set_local;\n char *s_local;\n int brackets;\n char *ret;\n \n brackets = 0;\n ret = (char *)0x0;\n s_local = s;\n do {\n if (*s_local == '\0') {\n return ret;\n }\n if (*s... | (translation_unit "char * function_1(char *s,char *set,int var_4)\n\n{\n char *var_3;\n int first_local;\n char *set_local;\n char *var_5;\n int var_1;\n char *ret;\n \n var_1 = 0;\n ret = (char *)0x0;\n var_5 = s;\n do {\n if (*var_5 == '\0') {\n return ret;\n }\n if (*var_5 == '[') {\n v... | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi... |
650_pterm_and_pterm_strip.c | findIndexOfRun | FUN_00123b3b | findIndexOfRun |
wchar_t findIndexOfRun(uchar *level,wchar_t start,wchar_t count,wchar_t tlevel)
{
wchar_t wVar1;
wchar_t tlevel_local;
wchar_t count_local;
wchar_t start_local;
uchar *level_local;
wchar_t i;
i = start;
while ((wVar1 = count, i < count && (wVar1 = i, tlevel != (uint)level[i]))) {
i = i + L'\x01... |
int FUN_00123b3b(long param_1,int param_2,int param_3,uint param_4)
{
int iVar1;
int local_c;
local_c = param_2;
while ((iVar1 = param_3, local_c < param_3 &&
(iVar1 = local_c, param_4 != *(byte *)(param_1 + local_c)))) {
local_c = local_c + 1;
}
return iVar1;
}
| (translation_unit "int FUN_00123b3b(long param_1,int param_2,int param_3,uint param_4)\n\n{\n int iVar1;\n int local_c;\n \n local_c = param_2;\n while ((iVar1 = param_3, local_c < param_3 &&\n (iVar1 = local_c, param_4 != *(byte *)(param_1 + local_c)))) {\n local_c = local_c + 1;\n }\n return iVar1;\... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV dword ptr [RBP + -0x20],EDX
MOV dword ptr [RBP + -0x24],ECX
MOV EAX,dword ptr [RBP + -0x1c]
MOV dword ptr [RBP + -0x4],EAX
JMP 0x00123b75
MOV EAX,dword ptr [RBP + -0x4]
MOVSXD RDX,EAX
MOV RAX,qword ptr [RBP + -0x18]
ADD RAX,RDX
MOV... |
type_1 function_1(type_2 *level,type_1 start,type_1 var_2,type_1 var_3)
{
type_1 wVar1;
type_1 tlevel_local;
type_1 count_local;
type_1 start_local;
type_2 *level_local;
type_1 var_1;
var_1 = start;
while ((wVar1 = var_2, var_1 < var_2 && (wVar1 = var_1, var_3 != (type_3)level[var_1]))) {
var_1... | (translation_unit "wchar_t findIndexOfRun(uchar *level,wchar_t start,wchar_t count,wchar_t tlevel)\n\n{\n wchar_t wVar1;\n wchar_t tlevel_local;\n wchar_t count_local;\n wchar_t start_local;\n uchar *level_local;\n wchar_t i;\n \n i = start;\n while ((wVar1 = count, i < count && (wVar1 = i, tlevel != (uint)lev... | (translation_unit "type_1 function_1(type_2 *level,type_1 start,type_1 var_2,type_1 var_3)\n\n{\n type_1 wVar1;\n type_1 tlevel_local;\n type_1 count_local;\n type_1 start_local;\n type_2 *level_local;\n type_1 var_1;\n \n var_1 = start;\n while ((wVar1 = var_2, var_1 < var_2 && (wVar1 = var_1, var_3 != (type_... | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (ident... |
1229_puttytel_and_puttytel_strip.c | update_mouseptr | FUN_00164ce6 | update_mouseptr |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void update_mouseptr(gui_data *inst)
{
wchar_t wVar1;
GdkCursor *pGVar2;
undefined8 uVar3;
gui_data *inst_local;
wVar1 = inst->busy_status;
if (wVar1 == L'\0') {
if (inst->mouseptr_visible == L'\0') {
pGVar2 = inst->bla... |
void FUN_00164ce6(long param_1)
{
int iVar1;
undefined8 uVar2;
undefined8 uVar3;
iVar1 = *(int *)(param_1 + 0xd64);
if (iVar1 == 0) {
if (*(int *)(param_1 + 0xd60) == 0) {
uVar2 = *(undefined8 *)(param_1 + 0xb0);
uVar3 = gtk_widget_get_window(*(undefined8 *)(param_1 + 8));
gdk_windo... | (translation_unit "void FUN_00164ce6(long param_1)\n\n{\n int iVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n \n iVar1 = *(int *)(param_1 + 0xd64);\n if (iVar1 == 0) {\n if (*(int *)(param_1 + 0xd60) == 0) {\n uVar2 = *(undefined8 *)(param_1 + 0xb0);\n uVar3 = gtk_widget_get_window(*(undefined8 *)(p... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x18
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr [RBP + -0x18]
MOV EAX,dword ptr [RAX + 0xd64]
TEST EAX,EAX
JZ 0x00164d17
TEST EAX,EAX
JS 0x00164dd2
CMP EAX,0x2
JG 0x00164dd2
JMP 0x00164daa
MOV RAX,qword ptr [RBP + -0x18]
MOV EAX,dword ptr [RAX + 0xd60]
TEST EAX,EAX
JNZ 0x001... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *inst)
{
type_2 var_1;
type_3 *pGVar2;
type_4 uVar3;
type_1 *inst_local;
var_1 = inst->busy_status;
if (var_1 == L'\0') {
if (inst->mouseptr_visible == L'\0') {
pGVar2 = inst->blankcursor;
u... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid update_mouseptr(gui_data *inst)\n\n{\n wchar_t wVar1;\n GdkCursor *pGVar2;\n undefined8 uVar3;\n gui_data *inst_local;\n \n wVar1 = inst->busy_status;\n if (wVar1 == L'\0') {\n if (inst->mouseptr_visible == L'\... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *inst)\n\n{\n type_2 var_1;\n type_3 *pGVar2;\n type_4 uVar3;\n type_1 *inst_local;\n \n var_1 = inst->busy_status;\n if (var_1 == L'\0') {\n if (inst->mouseptr_visible == L'\0') {\n pGVa... | (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... |
1350_puttytel_and_puttytel_strip.c | sk_getaddr | FUN_0016f334 | sk_getaddr |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void sk_getaddr(SockAddr addr,char *buf,int buflen)
{
int iVar1;
int buflen_local;
char *buf_local;
SockAddr addr_local;
if ((addr->superfamily == ADDRTYPE_UNSPEC) || (addr->superfamily == ABOUT_TO)) {
strncpy(buf,addr->hostnam... |
void FUN_0016f334(long param_1,char *param_2,socklen_t param_3)
{
int iVar1;
if ((*(int *)(param_1 + 0x10) == 0) || (*(int *)(param_1 + 0x10) == 1)) {
strncpy(param_2,(char *)(param_1 + 0x20),(long)(int)param_3);
param_2[(long)(int)param_3 + -1] = '\0';
}
else {
iVar1 = getnameinfo(*(sockaddr *... | (translation_unit "void FUN_0016f334(long param_1,char *param_2,socklen_t param_3)\n\n{\n int iVar1;\n \n if ((*(int *)(param_1 + 0x10) == 0) || (*(int *)(param_1 + 0x10) == 1)) {\n strncpy(param_2,(char *)(param_1 + 0x20),(long)(int)param_3);\n param_2[(long)(int)param_3 + -1] = '\0';\n }\n else {\n iVar... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],EDX
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x10]
TEST EAX,EAX
JZ 0x0016f35e
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x10]
CMP EAX,0x1
JNZ 0x0016f390
MOV EAX,dword... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 addr,char *buf,int var_7)
{
int var_5;
int buflen_local;
char *buf_local;
type_1 addr_local;
if ((addr->superfamily == var_1) || (addr->superfamily == var_2)) {
var_3(buf,addr->hostname,(long)var_7);
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid sk_getaddr(SockAddr addr,char *buf,int buflen)\n\n{\n int iVar1;\n int buflen_local;\n char *buf_local;\n SockAddr addr_local;\n \n if ((addr->superfamily == ADDRTYPE_UNSPEC) || (addr->superfamily == ABOUT_TO)) {\n... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 addr,char *buf,int var_7)\n\n{\n int var_5;\n int buflen_local;\n char *buf_local;\n type_1 addr_local;\n \n if ((addr->superfamily == var_1) || (addr->superfamily == var_2)) {\n var_3(buf,addr... | (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:... |
803_pterm_and_pterm_strip.c | term_invalidate | FUN_0013f494 | term_invalidate |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void term_invalidate(Terminal *term)
{
Terminal *term_local;
wchar_t i;
wchar_t j;
for (i = L'\0'; i < term->rows; i = i + L'\x01') {
for (j = L'\0'; j < term->cols; j = j + L'\x01') {
term->disptext[i]->chars[j].attr = ter... |
void FUN_0013f494(long param_1)
{
undefined4 local_10;
undefined4 local_c;
for (local_10 = 0; local_10 < *(int *)(param_1 + 0x188); local_10 = local_10 + 1) {
for (local_c = 0; local_c < *(int *)(param_1 + 0x18c); local_c = local_c + 1) {
*(ulong *)((long)local_c * 0x18 +
*(long *)... | (translation_unit "void FUN_0013f494(long param_1)\n\n{\n undefined4 local_10;\n undefined4 local_c;\n \n for (local_10 = 0; local_10 < *(int *)(param_1 + 0x188); local_10 = local_10 + 1) {\n for (local_c = 0; local_c < *(int *)(param_1 + 0x18c); local_c = local_c + 1) {\n *(ulong *)((long)local_c * 0x18 +\... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x8],0x0
JMP 0x0013f546
MOV dword ptr [RBP + -0x4],0x0
JMP 0x0013f52f
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX + 0x28]
MOV EDX,dword ptr [RBP + -0x8]
MOVSXD RDX,EDX
SHL RDX,0x3
ADD RAX,RDX
MOV RAX,qword ptr [RAX]
MOV R... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *term)
{
type_1 *term_local;
type_2 var_1;
type_2 var_2;
for (var_1 = L'\0'; var_1 < term->rows; var_1 = var_1 + L'\x01') {
for (var_2 = L'\0'; var_2 < term->cols; var_2 = var_2 + L'\x01') {
term->dis... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid term_invalidate(Terminal *term)\n\n{\n Terminal *term_local;\n wchar_t i;\n wchar_t j;\n \n for (i = L'\0'; i < term->rows; i = i + L'\x01') {\n for (j = L'\0'; j < term->cols; j = j + L'\x01') {\n term->dis... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term)\n\n{\n type_1 *term_local;\n type_2 var_1;\n type_2 var_2;\n \n for (var_1 = L'\0'; var_1 < term->rows; var_1 = var_1 + L'\x01') {\n for (var_2 = L'\0'; var_2 < term->cols; var_2 = var_2 ... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_ide... |
756_pterm_and_pterm_strip.c | readliteral_chr | FUN_0013072d | readliteral_chr |
void readliteral_chr(buf *b,termchar *c,termline *ldata,ulong *state)
{
wchar_t wVar1;
ulong *state_local;
termline *ldata_local;
termchar *c_local;
buf *b_local;
wchar_t byte;
wVar1 = get(b);
if (wVar1 < L'\x80') {
c->chr = (long)wVar1 | *state;
}
else if (wVar1 < L'À') {
c->chr = (lon... |
void FUN_0013072d(undefined8 param_1,ulong *param_2,undefined8 param_3,ulong *param_4)
{
uint uVar1;
int iVar2;
uVar1 = FUN_0012fbbc(param_1);
if ((int)uVar1 < 0x80) {
*param_2 = (long)(int)uVar1 | *param_4;
}
else if ((int)uVar1 < 0xc0) {
*param_2 = (long)(int)((uVar1 & 0xffff3f) << 8);
iV... | (translation_unit "void FUN_0013072d(undefined8 param_1,ulong *param_2,undefined8 param_3,ulong *param_4)\n\n{\n uint uVar1;\n int iVar2;\n \n uVar1 = FUN_0012fbbc(param_1);\n if ((int)uVar1 < 0x80) {\n *param_2 = (long)(int)uVar1 | *param_4;\n }\n else if ((int)uVar1 < 0xc0) {\n *param_2 = (long)(int)((uV... | 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
MOV dword ptr [RBP + -0x4],EAX
CMP dword ptr [RBP + -0x4],0x7f
JG 0x00130776
MOV EAX,dword ptr [RB... |
void function_1(type_1 *b,type_2 *c,type_3 *ldata,type_4 *state)
{
type_5 var_2;
type_4 *state_local;
type_3 *ldata_local;
type_2 *c_local;
type_1 *b_local;
type_5 byte;
var_2 = var_1(b);
if (var_2 < L'\x80') {
c->chr = (long)var_2 | *state;
}
else if (var_2 < L'À') {
c->chr = (long)((v... | (translation_unit "void readliteral_chr(buf *b,termchar *c,termline *ldata,ulong *state)\n\n{\n wchar_t wVar1;\n ulong *state_local;\n termline *ldata_local;\n termchar *c_local;\n buf *b_local;\n wchar_t byte;\n \n wVar1 = get(b);\n if (wVar1 < L'\x80') {\n c->chr = (long)wVar1 | *state;\n }\n else if (w... | (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_4 *state_local;\n type_3 *ldata_local;\n type_2 *c_local;\n type_1 *b_local;\n type_5 byte;\n \n var_2 = var_1(b);\n if (var_2 < L'\x80') {\n c->chr = (long)var_2 | *state;\n }\n else if (var_2 ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe... |
767_pterm_and_pterm_strip.c | term_schedule_tblink | FUN_0013143d | term_schedule_tblink |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void term_schedule_tblink(Terminal *term)
{
ulong uVar1;
Terminal *term_local;
if (term->blink_is_real == L'\0') {
term->tblinker = L'\x01';
term->tblink_pending = L'\0';
}
else {
if (term->tblink_pending == L'\0') {
... |
void FUN_0013143d(long param_1)
{
undefined8 uVar1;
if (*(int *)(param_1 + 0x114) == 0) {
*(undefined4 *)(param_1 + 0x110) = 1;
*(undefined4 *)(param_1 + 0x1138) = 0;
}
else {
if (*(int *)(param_1 + 0x1138) == 0) {
uVar1 = FUN_001427ab(0x1c2,FUN_00131284,param_1);
*(undefined8 *)(pa... | (translation_unit "void FUN_0013143d(long param_1)\n\n{\n undefined8 uVar1;\n \n if (*(int *)(param_1 + 0x114) == 0) {\n *(undefined4 *)(param_1 + 0x110) = 1;\n *(undefined4 *)(param_1 + 0x1138) = 0;\n }\n else {\n if (*(int *)(param_1 + 0x1138) == 0) {\n uVar1 = FUN_001427ab(0x1c2,FUN_00131284,param... | 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 + 0x114]
TEST EAX,EAX
JZ 0x0013149b
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x1138]
TEST EAX,EAX
JNZ 0x0013148b
MOV RAX,qword ptr [RBP + -0x8]
MOV RDX,RAX
LEA RSI,[0x131284]
MOV EDI,0x1... |
/* 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->blink_is_real == L'\0') {
term->tblinker = L'\x01';
term->tblink_pending = L'\0';
}
else {
if (term->tblink_pending == L'\0') {
uVar1 = v... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid term_schedule_tblink(Terminal *term)\n\n{\n ulong uVar1;\n Terminal *term_local;\n \n if (term->blink_is_real == L'\0') {\n term->tblinker = L'\x01';\n term->tblink_pending = L'\0';\n }\n else {\n if (term... | (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->blink_is_real == L'\0') {\n term->tblinker = L'\x01';\n term->tblink_pending = L'\0';\n }\n else {\n if (term->tblink_pend... | (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... |
729_pterm_and_pterm_strip.c | gprefs_from_str | FUN_00129f33 | gprefs_from_str |
void gprefs_from_str(char *str,keyvalwhere *mapping,int nvals,Conf *conf,int primary)
{
char *key;
int iVar1;
int iVar2;
char *ptr;
Conf *conf_local;
int primary_local;
int nvals_local;
keyvalwhere *mapping_local;
char *str_local;
int i;
int j;
int n;
int pos;
int v;
char *p;
ulong see... |
void FUN_00129f33(undefined8 param_1,long param_2,int param_3,undefined8 param_4,undefined4 param_5)
{
uint uVar1;
char *pcVar2;
int iVar3;
int iVar4;
undefined4 uVar5;
char *pcVar6;
int local_3c;
int local_38;
int local_34;
int local_30;
char *local_28;
pcVar6 = (char *)FUN_0012725c(param_... | (translation_unit "void FUN_00129f33(undefined8 param_1,long param_2,int param_3,undefined8 param_4,undefined4 param_5)\n\n{\n uint uVar1;\n char *pcVar2;\n int iVar3;\n int iVar4;\n undefined4 uVar5;\n char *pcVar6;\n int local_3c;\n int local_38;\n int local_34;\n int local_30;\n char *local_28;\n \n pcV... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x48],RDI
MOV qword ptr [RBP + -0x50],RSI
MOV dword ptr [RBP + -0x54],EDX
MOV qword ptr [RBP + -0x60],RCX
MOV dword ptr [RBP + -0x58],R8D
MOV RAX,qword ptr [RBP + -0x48]
MOV RDI,RAX
CALL 0x0012725c
MOV qword ptr [RBP + -0x10],RAX
MOV qword ptr [RBP + -0x18],0x0
MO... |
void function_1(char *str,type_1 *mapping,int var_9,type_2 *conf,int primary)
{
char *key;
int var_4;
int var_14;
char *ptr;
type_2 *conf_local;
int primary_local;
int nvals_local;
type_1 *mapping_local;
char *str_local;
int var_10;
int var_12;
int var_7;
int var_15;
int v;
char *var_2;
... | (translation_unit "void gprefs_from_str(char *str,keyvalwhere *mapping,int nvals,Conf *conf,int primary)\n\n{\n char *key;\n int iVar1;\n int iVar2;\n char *ptr;\n Conf *conf_local;\n int primary_local;\n int nvals_local;\n keyvalwhere *mapping_local;\n char *str_local;\n int i;\n int j;\n int n;\n int pos... | (translation_unit "void function_1(char *str,type_1 *mapping,int var_9,type_2 *conf,int primary)\n\n{\n char *key;\n int var_4;\n int var_14;\n char *ptr;\n type_2 *conf_local;\n int primary_local;\n int nvals_local;\n type_1 *mapping_local;\n char *str_local;\n int var_10;\n int var_12;\n int var_7;\n int... | (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... |
1023_pterm_and_pterm_strip.c | pangofont_size_increment | FUN_001546e9 | pangofont_size_increment |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
char * pangofont_size_increment(unifont *font,wchar_t increment)
{
int iVar1;
undefined8 uVar2;
undefined8 uVar3;
wchar_t increment_local;
unifont *font_local;
wchar_t size;
char *retname;
pangofont *pfont;
PangoFontDescriptio... |
undefined8 FUN_001546e9(long *param_1,int param_2)
{
int iVar1;
undefined8 uVar2;
undefined8 uVar3;
undefined8 local_28;
uVar2 = pango_font_description_copy_static(param_1[5]);
iVar1 = pango_font_description_get_size(uVar2);
iVar1 = iVar1 + param_2 * 0x400;
if (iVar1 < 1) {
local_28 = 0;
}
... | (translation_unit "undefined8 FUN_001546e9(long *param_1,int param_2)\n\n{\n int iVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n undefined8 local_28;\n \n uVar2 = pango_font_description_copy_static(param_1[5]);\n iVar1 = pango_font_description_get_size(uVar2);\n iVar1 = iVar1 + param_2 * 0x400;\n if (iVar1 < ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x38],RDI
MOV dword ptr [RBP + -0x3c],ESI
MOV RAX,qword ptr [RBP + -0x38]
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX + 0x28]
MOV RDI,RAX
CALL 0x00110f10
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
char * function_1(type_1 *font,type_2 var_4)
{
int var_3;
type_3 uVar2;
type_3 uVar3;
type_2 increment_local;
type_1 *font_local;
type_2 size;
char *retname;
type_4 *pfont;
type_5 *desc;
char *newname;
uVar2 = var_1(fon... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * pangofont_size_increment(unifont *font,wchar_t increment)\n\n{\n int iVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n wchar_t increment_local;\n unifont *font_local;\n wchar_t size;\n char *retname;\n pangofont... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * function_1(type_1 *font,type_2 var_4)\n\n{\n int var_3;\n type_3 uVar2;\n type_3 uVar3;\n type_2 increment_local;\n type_1 *font_local;\n type_2 size;\n char *retname;\n type_4 *pfont;\n type_5 *desc;\n char ... | (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... |
561_pterm_and_pterm_strip.c | conf_set_str_str | FUN_001159eb | conf_set_str_str |
void conf_set_str_str(Conf *conf,int primary,char *secondary,char *value)
{
conf_entry *entry_00;
char *pcVar1;
char *value_local;
char *secondary_local;
int primary_local;
Conf *conf_local;
conf_entry *entry;
entry_00 = (conf_entry *)safemalloc(1,0x18);
if (subkeytypes[primary] != 2) {
... |
void FUN_001159eb(undefined8 param_1,int param_2,undefined8 param_3,undefined8 param_4)
{
int *piVar1;
undefined8 uVar2;
piVar1 = (int *)FUN_001282f0(1,0x18);
if (*(int *)(&DAT_001a6020 + (long)param_2 * 4) != 2) {
/* WARNING: Subroutine does not return */
__assert_fail("subkeytypes... | (translation_unit "void FUN_001159eb(undefined8 param_1,int param_2,undefined8 param_3,undefined8 param_4)\n\n{\n int *piVar1;\n undefined8 uVar2;\n \n piVar1 = (int *)FUN_001282f0(1,0x18);\n if (*(int *)(&DAT_001a6020 + (long)param_2 * 4) != 2) {\n /* WARNING: Subroutine does not return */\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV qword ptr [RBP + -0x28],RDX
MOV qword ptr [RBP + -0x30],RCX
MOV ESI,0x18
MOV EDI,0x1
CALL 0x001282f0
MOV qword ptr [RBP + -0x8],RAX
MOV EAX,dword ptr [RBP + -0x1c]
CDQE
LEA RDX,[RAX*0x4]
LEA RAX,[0x1a6020]
MOV EAX,dwor... |
void function_1(type_1 *conf,int primary,char *secondary,char *value)
{
type_2 *entry_00;
char *pcVar1;
char *value_local;
char *secondary_local;
int primary_local;
type_1 *conf_local;
type_2 *entry;
entry_00 = (type_2 *)var_1(1,0x18);
if (subkeytypes[primary] != 2) {
/* WARNI... | (translation_unit "void conf_set_str_str(Conf *conf,int primary,char *secondary,char *value)\n\n{\n conf_entry *entry_00;\n char *pcVar1;\n char *value_local;\n char *secondary_local;\n int primary_local;\n Conf *conf_local;\n conf_entry *entry;\n \n entry_00 = (conf_entry *)safemalloc(1,0x18);\n if (subkeyty... | (translation_unit "void function_1(type_1 *conf,int primary,char *secondary,char *value)\n\n{\n type_2 *entry_00;\n char *pcVar1;\n char *value_local;\n char *secondary_local;\n int primary_local;\n type_1 *conf_local;\n type_2 *entry;\n \n entry_00 = (type_2 *)var_1(1,0x18);\n if (subkeytypes[primary] != 2) ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identif... |
1028_pterm_and_pterm_strip.c | unifont_draw_combining | FUN_00154a13 | unifont_draw_combining |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void unifont_draw_combining
(unifont_drawctx *ctx,unifont *font,wchar_t x,wchar_t y,wchar_t *string,wchar_t len,
wchar_t wide,wchar_t bold,wchar_t cellwidth)
{
wchar_t len_local;
wchar_t *string_local;
wchar_... |
void FUN_00154a13(undefined8 param_1,long *param_2,undefined4 param_3,undefined4 param_4,
undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,
undefined4 param_9)
{
(**(code **)(*param_2 + 0x28))
(param_1,param_2,param_3,param_4,param_5,param_6,p... | (translation_unit "void FUN_00154a13(undefined8 param_1,long *param_2,undefined4 param_3,undefined4 param_4,\n undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n (**(code **)(*param_2 + 0x28))\n (param_1,param_2,param_3,p... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],EDX
MOV dword ptr [RBP + -0x18],ECX
MOV qword ptr [RBP + -0x20],R8
MOV dword ptr [RBP + -0x24],R9D
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x28]
MOV R9D,d... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1
(type_1 *ctx,type_2 *font,type_3 x,type_3 y,type_3 *string,type_3 len,
type_3 wide,type_3 bold,type_3 cellwidth)
{
type_3 len_local;
type_3 *string_local;
type_3 y_local;
type_3 x_local;
t... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid unifont_draw_combining\n (unifont_drawctx *ctx,unifont *font,wchar_t x,wchar_t y,wchar_t *string,wchar_t len,\n wchar_t wide,wchar_t bold,wchar_t cellwidth)\n\n{\n wchar_t len_local;\n wchar... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1\n (type_1 *ctx,type_2 *font,type_3 x,type_3 y,type_3 *string,type_3 len,\n type_3 wide,type_3 bold,type_3 cellwidth)\n\n{\n type_3 len_local;\n type_3 *string_local;\n type_3 y_l... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
1094_puttytel_and_puttytel_strip.c | about_close_clicked | FUN_00158bd2 | about_close_clicked |
void about_close_clicked(GtkButton *button,gpointer data)
{
gpointer data_local;
GtkButton *button_local;
gtk_widget_destroy(aboutbox);
aboutbox = (GtkWidget *)0x0;
return;
}
|
void FUN_00158bd2(void)
{
gtk_widget_destroy(DAT_001b8910);
DAT_001b8910 = 0;
return;
}
| (translation_unit "void FUN_00158bd2(void)\n\n{\n gtk_widget_destroy(DAT_001b8910);\n DAT_001b8910 = 0;\n return;\n}\n\n" (function_definition "void FUN_00158bd2(void)\n\n{\n gtk_widget_destroy(DAT_001b8910);\n DAT_001b8910 = 0;\n return;\n}" primitive_type (function_declarator "FUN_00158bd2(void)" identifier (pa... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RAX,qword ptr [0x001b8910]
MOV RDI,RAX
CALL 0x00112010
MOV qword ptr [0x001b8910],0x0
NOP
LEAVE
RET |
void function_1(type_1 *button,type_2 data)
{
type_2 data_local;
type_1 *button_local;
var_1(aboutbox);
aboutbox = (type_3 *)0x0;
return;
}
| (translation_unit "void about_close_clicked(GtkButton *button,gpointer data)\n\n{\n gpointer data_local;\n GtkButton *button_local;\n \n gtk_widget_destroy(aboutbox);\n aboutbox = (GtkWidget *)0x0;\n return;\n}\n\n" (function_definition "void about_close_clicked(GtkButton *button,gpointer data)\n\n{\n gpointer d... | (translation_unit "void function_1(type_1 *button,type_2 data)\n\n{\n type_2 data_local;\n type_1 *button_local;\n \n var_1(aboutbox);\n aboutbox = (type_3 *)0x0;\n return;\n}\n\n" (function_definition "void function_1(type_1 *button,type_2 data)\n\n{\n type_2 data_local;\n type_1 *button_local;\n \n var_1(ab... | (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... |
953_pterm_and_pterm_strip.c | window_destroy | FUN_0014c9f9 | window_destroy |
void window_destroy(GtkWidget *widget,gpointer data)
{
gpointer data_local;
GtkWidget *widget_local;
gtk_main_quit();
return;
}
|
void FUN_0014c9f9(void)
{
gtk_main_quit();
return;
}
| (translation_unit "void FUN_0014c9f9(void)\n\n{\n gtk_main_quit();\n return;\n}\n\n" (function_definition "void FUN_0014c9f9(void)\n\n{\n gtk_main_quit();\n return;\n}" primitive_type (function_declarator "FUN_0014c9f9(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (c... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
CALL 0x00110a00
NOP
LEAVE
RET |
void function_1(type_1 *widget,type_2 data)
{
type_2 data_local;
type_1 *widget_local;
var_1();
return;
}
| (translation_unit "void window_destroy(GtkWidget *widget,gpointer data)\n\n{\n gpointer data_local;\n GtkWidget *widget_local;\n \n gtk_main_quit();\n return;\n}\n\n" (function_definition "void window_destroy(GtkWidget *widget,gpointer data)\n\n{\n gpointer data_local;\n GtkWidget *widget_local;\n \n gtk_main_... | (translation_unit "void function_1(type_1 *widget,type_2 data)\n\n{\n type_2 data_local;\n type_1 *widget_local;\n \n var_1();\n return;\n}\n\n" (function_definition "void function_1(type_1 *widget,type_2 data)\n\n{\n type_2 data_local;\n type_1 *widget_local;\n \n var_1();\n return;\n}" primitive_type (funct... | (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... |
1206_puttytel_and_puttytel_strip.c | platform_default_filename | FUN_00164701 | platform_default_filename |
Filename * platform_default_filename(char *name)
{
int iVar1;
Filename *pFVar2;
char *name_local;
iVar1 = strcmp(name,"LogFileName");
if (iVar1 == 0) {
pFVar2 = filename_from_str("putty.log");
}
else {
pFVar2 = filename_from_str("");
}
return pFVar2;
}
|
void FUN_00164701(char *param_1)
{
int iVar1;
iVar1 = strcmp(param_1,"LogFileName");
if (iVar1 == 0) {
FUN_0016e53e("putty.log");
}
else {
FUN_0016e53e(&DAT_001a3632);
}
return;
}
| (translation_unit "void FUN_00164701(char *param_1)\n\n{\n int iVar1;\n \n iVar1 = strcmp(param_1,"LogFileName");\n if (iVar1 == 0) {\n FUN_0016e53e("putty.log");\n }\n else {\n FUN_0016e53e(&DAT_001a3632);\n }\n return;\n}\n\n" (function_definition "void FUN_00164701(char *param_1)\n\n{\n int iVar1;\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
LEA RSI,[0x1a3633]
MOV RDI,RAX
CALL 0x00111660
TEST EAX,EAX
JNZ 0x00164732
LEA RDI,[0x1a363f]
CALL 0x0016e53e
JMP 0x0016473e
LEA RDI,[0x1a3632]
CALL 0x0016e53e
LEAVE
RET |
type_1 * function_1(char *name)
{
int var_2;
type_1 *pFVar2;
char *name_local;
var_2 = var_1(name,"LogFileName");
if (var_2 == 0) {
pFVar2 = var_3("putty.log");
}
else {
pFVar2 = var_3("");
}
return pFVar2;
}
| (translation_unit "Filename * platform_default_filename(char *name)\n\n{\n int iVar1;\n Filename *pFVar2;\n char *name_local;\n \n iVar1 = strcmp(name,"LogFileName");\n if (iVar1 == 0) {\n pFVar2 = filename_from_str("putty.log");\n }\n else {\n pFVar2 = filename_from_str("");\n }\n return pFVar2;\n}\n\n... | (translation_unit "type_1 * function_1(char *name)\n\n{\n int var_2;\n type_1 *pFVar2;\n char *name_local;\n \n var_2 = var_1(name,"LogFileName");\n if (var_2 == 0) {\n pFVar2 = var_3("putty.log");\n }\n else {\n pFVar2 = var_3("");\n }\n return pFVar2;\n}\n\n" (function_definition "type_1 * function_1(... | (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... |
895_pterm_and_pterm_strip.c | gtkcomm_setup | FUN_00148058 | gtkcomm_setup |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void gtkcomm_setup(void)
{
uxsel_init();
request_callback_notifications(notify_toplevel_callback,(void *)0x0);
return;
}
|
void FUN_00148058(void)
{
FUN_00167443();
FUN_00111045(FUN_0014801e,0);
return;
}
| (translation_unit "void FUN_00148058(void)\n\n{\n FUN_00167443();\n FUN_00111045(FUN_0014801e,0);\n return;\n}\n\n" (function_definition "void FUN_00148058(void)\n\n{\n FUN_00167443();\n FUN_00111045(FUN_0014801e,0);\n return;\n}" primitive_type (function_declarator "FUN_00148058(void)" identifier (parameter_list... | PUSH RBP
MOV RBP,RSP
CALL 0x00167443
MOV ESI,0x0
LEA RDI,[0x14801e]
CALL 0x00111045
NOP
POP RBP
RET |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
var_1();
var_2(notify_toplevel_callback,(void *)0x0);
return;
}
| (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid gtkcomm_setup(void)\n\n{\n uxsel_init();\n request_callback_notifications(notify_toplevel_callback,(void *)0x0);\n return;\n}\n\n" comment (function_definition "void gtkcomm_setup(void)\n\n{\n uxsel_init();\n re... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid function_1(void)\n\n{\n var_1();\n var_2(notify_toplevel_callback,(void *)0x0);\n return;\n}\n\n" comment (function_definition "void function_1(void)\n\n{\n var_1();\n var_2(notify_toplevel_callback,(void *)0x0)... | (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... |
1220_puttytel_and_puttytel_strip.c | move_window | FUN_00164a2b | move_window |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void move_window(void *frontend,wchar_t x,wchar_t y)
{
undefined8 uVar1;
wchar_t y_local;
wchar_t x_local;
void *frontend_local;
gui_data *inst;
uVar1 = gtk_window_get_type();
/* WARNING: Load size is inaccura... |
void FUN_00164a2b(undefined8 *param_1,undefined4 param_2,undefined4 param_3)
{
undefined8 uVar1;
uVar1 = gtk_window_get_type();
uVar1 = g_type_check_instance_cast(*param_1,uVar1);
gtk_window_set_gravity(uVar1,3);
uVar1 = gtk_window_get_type();
uVar1 = g_type_check_instance_cast(*param_1,uVar1);
gtk_w... | (translation_unit "void FUN_00164a2b(undefined8 *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n undefined8 uVar1;\n \n uVar1 = gtk_window_get_type();\n uVar1 = g_type_check_instance_cast(*param_1,uVar1);\n gtk_window_set_gravity(uVar1,3);\n uVar1 = gtk_window_get_type();\n uVar1 = g_type_check_instance_ca... | 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 RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
CALL 0x00111f50
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x00110540
MOV ... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *frontend,type_1 x,type_1 y)
{
type_2 uVar1;
type_1 y_local;
type_1 x_local;
void *frontend_local;
type_3 *inst;
uVar1 = var_1();
/* WARNING: Load size is inaccurate */
uVar1 = var_2(*fr... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid move_window(void *frontend,wchar_t x,wchar_t y)\n\n{\n undefined8 uVar1;\n wchar_t y_local;\n wchar_t x_local;\n void *frontend_local;\n gui_data *inst;\n \n uVar1 = gtk_window_get_type();\n /* ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *frontend,type_1 x,type_1 y)\n\n{\n type_2 uVar1;\n type_1 y_local;\n type_1 x_local;\n void *frontend_local;\n type_3 *inst;\n \n uVar1 = var_1();\n /* WARNING: Load size is ina... | (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... |
1065_puttytel_and_puttytel_strip.c | listbox_selchange | FUN_00153d4b | listbox_selchange |
void listbox_selchange(GtkTreeSelection *treeselection,gpointer data)
{
undefined8 uVar1;
undefined8 uVar2;
GtkWidget *w;
uctrl *puVar3;
gpointer data_local;
GtkTreeSelection *treeselection_local;
dlgparam *dp;
GtkTreeView *tree;
uctrl *uc;
uVar1 = gtk_tree_selection_get_tree_view(treeselection... |
void FUN_00153d4b(undefined8 param_1,long param_2)
{
undefined8 uVar1;
undefined8 uVar2;
long *plVar3;
uVar1 = gtk_tree_selection_get_tree_view(param_1);
uVar2 = gtk_widget_get_type();
uVar1 = g_type_check_instance_cast(uVar1,uVar2);
plVar3 = (long *)FUN_00151d08(param_2,uVar1);
if (plVar3 != (long... | (translation_unit "void FUN_00153d4b(undefined8 param_1,long param_2)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n long *plVar3;\n \n uVar1 = gtk_tree_selection_get_tree_view(param_1);\n uVar2 = gtk_widget_get_type();\n uVar1 = g_type_check_instance_cast(uVar1,uVar2);\n plVar3 = (long *)FUN_00151d08(param_2,u... | 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 + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x28]
MOV RDI,RAX
CALL 0x00111170
MOV qword ptr [RBP + -0x10],RAX
CALL 0x001104e0
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV RS... |
void function_1(type_1 *treeselection,type_2 data)
{
type_3 uVar1;
type_3 uVar2;
type_4 *w;
type_5 *var_5;
type_2 data_local;
type_1 *treeselection_local;
type_6 *dp;
type_7 *tree;
type_5 *uc;
uVar1 = var_1(treeselection);
uVar2 = var_2();
w = (type_4 *)var_3(uVar1,uVar2);
var_5 = var_4((... | (translation_unit "void listbox_selchange(GtkTreeSelection *treeselection,gpointer data)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n GtkWidget *w;\n uctrl *puVar3;\n gpointer data_local;\n GtkTreeSelection *treeselection_local;\n dlgparam *dp;\n GtkTreeView *tree;\n uctrl *uc;\n \n uVar1 = gtk_tree_select... | (translation_unit "void function_1(type_1 *treeselection,type_2 data)\n\n{\n type_3 uVar1;\n type_3 uVar2;\n type_4 *w;\n type_5 *var_5;\n type_2 data_local;\n type_1 *treeselection_local;\n type_6 *dp;\n type_7 *tree;\n type_5 *uc;\n \n uVar1 = var_1(treeselection);\n uVar2 = var_2();\n w = (type_4 *)var_... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... |
555_pterm_and_pterm_strip.c | conf_get_str_nthstrkey | FUN_0011544f | conf_get_str_nthstrkey |
char * conf_get_str_nthstrkey(Conf *conf,int primary,int n)
{
long lVar1;
char *pcVar2;
long in_FS_OFFSET;
int n_local;
int primary_local;
Conf *conf_local;
int index;
conf_entry *entry;
constkey key;
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
if (subkeytypes[primary] != 2) {
... |
undefined8 FUN_0011544f(undefined8 *param_1,int param_2,int param_3)
{
undefined8 uVar1;
long in_FS_OFFSET;
int local_34;
int *local_30;
int local_28 [2];
undefined *local_20;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
if (*(int *)(&DAT_001a6020 + (long)param_2 * 4) != 2) {
... | (translation_unit "undefined8 FUN_0011544f(undefined8 *param_1,int param_2,int param_3)\n\n{\n undefined8 uVar1;\n long in_FS_OFFSET;\n int local_34;\n int *local_30;\n int local_28 [2];\n undefined *local_20;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n if (*(int *)(&DAT_001a6020 + (lon... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x38],RDI
MOV dword ptr [RBP + -0x3c],ESI
MOV dword ptr [RBP + -0x40],EDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV EAX,dword ptr [RBP + -0x3c]
CDQE
LEA RDX,[RAX*0x4]
LEA RAX,[0x1a6020]
MOV EAX,dword ptr [RDX + RAX*0x1]
CMP EAX,0x2... |
char * function_1(type_1 *conf,int var_5,int var_8)
{
long var_9;
char *pcVar2;
long var_1;
int n_local;
int primary_local;
type_1 *conf_local;
int var_7;
type_2 *var_4;
type_3 key;
var_9 = *(long *)(var_1 + 0x28);
if (subkeytypes[var_5] != 2) {
/* WARNING: Subroutine does... | (translation_unit "char * conf_get_str_nthstrkey(Conf *conf,int primary,int n)\n\n{\n long lVar1;\n char *pcVar2;\n long in_FS_OFFSET;\n int n_local;\n int primary_local;\n Conf *conf_local;\n int index;\n conf_entry *entry;\n constkey key;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n if (subkeytypes[prim... | (translation_unit "char * function_1(type_1 *conf,int var_5,int var_8)\n\n{\n long var_9;\n char *pcVar2;\n long var_1;\n int n_local;\n int primary_local;\n type_1 *conf_local;\n int var_7;\n type_2 *var_4;\n type_3 key;\n \n var_9 = *(long *)(var_1 + 0x28);\n if (subkeytypes[var_5] != 2) {\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... |
1097_puttytel_and_puttytel_strip.c | about_box | FUN_00158d00 | about_box |
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
void about_box(void *window)
{
undefined8 uVar1;
char *pcVar2;
undefined8 uVar3;
GtkWindow *pGVar4;
GtkBox *pGVar5;
GtkWidget *pGVar6;
GtkWidget *parent;
void *window_local;
char *title;
GtkWidget *w;
GtkBox *action_area;
... |
void FUN_00158d00(undefined8 param_1)
{
long lVar1;
undefined8 uVar2;
undefined8 uVar3;
undefined8 uVar4;
if (DAT_001b8910 == 0) {
DAT_001b8910 = FUN_0016428c();
uVar2 = gtk_container_get_type();
uVar2 = g_type_check_instance_cast(DAT_001b8910,uVar2);
gtk_container_set_border_width(uVar2,... | (translation_unit "void FUN_00158d00(undefined8 param_1)\n\n{\n long lVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n \n if (DAT_001b8910 == 0) {\n DAT_001b8910 = FUN_0016428c();\n uVar2 = gtk_container_get_type();\n uVar2 = g_type_check_instance_cast(DAT_001b8910,uVar2);\n gtk_con... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x48
MOV qword ptr [RBP + -0x48],RDI
MOV RAX,qword ptr [0x001b8910]
TEST RAX,RAX
JZ 0x00158d2d
MOV RAX,qword ptr [0x001b8910]
MOV RDI,RAX
CALL 0x00110850
JMP 0x0015913a
CALL 0x0016428c
MOV qword ptr [0x001b8910],RAX
CALL 0x00110a30
MOV RDX,RAX
MOV RAX,qword ptr [0x001b8910]
MOV RSI... |
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
void function_1(void *window)
{
type_1 uVar1;
char *pcVar2;
type_1 uVar3;
type_2 *pGVar4;
type_3 *pGVar5;
type_4 *pGVar6;
type_4 *parent;
void *window_local;
char *title;
type_4 *w;
type_3 *action_area;
char *buildinfo_t... | (translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\nvoid about_box(void *window)\n\n{\n undefined8 uVar1;\n char *pcVar2;\n undefined8 uVar3;\n GtkWindow *pGVar4;\n GtkBox *pGVar5;\n GtkWidget *pGVar6;\n GtkWidget *parent;\n void *window_local;\n char *title;\n GtkWi... | (translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\nvoid function_1(void *window)\n\n{\n type_1 uVar1;\n char *pcVar2;\n type_1 uVar3;\n type_2 *pGVar4;\n type_3 *pGVar5;\n type_4 *pGVar6;\n type_4 *parent;\n void *window_local;\n char *title;\n type_4 *w;\n type_3 ... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_iden... |
1015_pterm_and_pterm_strip.c | pangofont_has_glyph | FUN_001539f7 | pangofont_has_glyph |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
wchar_t pangofont_has_glyph(unifont *font,wchar_t glyph)
{
wchar_t glyph_local;
unifont *font_local;
return L'\x01';
}
|
undefined8 FUN_001539f7(void)
{
return 1;
}
| (translation_unit "undefined8 FUN_001539f7(void)\n\n{\n return 1;\n}\n\n" (function_definition "undefined8 FUN_001539f7(void)\n\n{\n return 1;\n}" type_identifier (function_declarator "FUN_001539f7(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n ... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV EAX,0x1
POP RBP
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(type_2 *font,type_1 glyph)
{
type_1 glyph_local;
type_2 *font_local;
return L'\x01';
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nwchar_t pangofont_has_glyph(unifont *font,wchar_t glyph)\n\n{\n wchar_t glyph_local;\n unifont *font_local;\n \n return L'\x01';\n}\n\n" comment (function_definition "wchar_t pangofont_has_glyph(unifont *font,wchar_t glyp... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 *font,type_1 glyph)\n\n{\n type_1 glyph_local;\n type_2 *font_local;\n \n return L'\x01';\n}\n\n" comment (function_definition "type_1 function_1(type_2 *font,type_1 glyph)\n\n{\n type_1 glyph_lo... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarat... |
984_pterm_and_pterm_strip.c | askappend | FUN_001504c1 | askappend |
/* WARNING: Variable defined which should be unmapped: ctx_local */
/* WARNING: Variable defined which should be unmapped: callback_local */
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int askappend(void *frontend,Filename *filename,_func_void_void_ptr_int *callback,void *ctx)
{
int iV... |
undefined4
FUN_001504c1(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4)
{
undefined4 uVar1;
undefined8 uVar2;
undefined8 uVar3;
undefined8 uVar4;
uVar2 = FUN_00127730("The session log file \"%.*s\" already exists. You can overwrite it with a new session log, append your sess... | (translation_unit "undefined4\nFUN_001504c1(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n \n uVar2 = FUN_00127730("The session log file \"%.*s\" already exists. You can overwrite it with a new se... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x48
MOV qword ptr [RBP + -0x38],RDI
MOV qword ptr [RBP + -0x40],RSI
MOV qword ptr [RBP + -0x48],RDX
MOV qword ptr [RBP + -0x50],RCX
MOV RAX,qword ptr [RBP + -0x40]
MOV RAX,qword ptr [RAX]
MOV RDX,RAX
MOV ESI,0x1000
LEA RDI,[0x194600]
MOV EAX,0x0
CALL 0x00127730
MOV qword ptr [RBP ... |
/* WARNING: Variable defined which should be unmapped: ctx_local */
/* WARNING: Variable defined which should be unmapped: callback_local */
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int function_1(void *frontend,type_1 *filename,type_2 *callback,void *ctx)
{
int iVar1;
char *msg;
... | (translation_unit "/* WARNING: Variable defined which should be unmapped: ctx_local */\n/* WARNING: Variable defined which should be unmapped: callback_local */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint askappend(void *frontend,Filename *filename,_func_void_void_ptr_int *callback,... | (translation_unit "/* WARNING: Variable defined which should be unmapped: ctx_local */\n/* WARNING: Variable defined which should be unmapped: callback_local */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(void *frontend,type_1 *filename,type_2 *callback,void *ctx)\n\n{\n ... | (translation_unit (comment) (comment) (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_id... |
559_pterm_and_pterm_strip.c | conf_set_int_int | FUN_00115849 | conf_set_int_int |
void conf_set_int_int(Conf *conf,int primary,int secondary,int value)
{
conf_entry *entry_00;
int value_local;
int secondary_local;
int primary_local;
Conf *conf_local;
conf_entry *entry;
entry_00 = (conf_entry *)safemalloc(1,0x18);
if (subkeytypes[primary] != 1) {
/* WARNING: S... |
void FUN_00115849(undefined8 param_1,int param_2,int param_3,int param_4)
{
int *piVar1;
piVar1 = (int *)FUN_001282f0(1,0x18);
if (*(int *)(&DAT_001a6020 + (long)param_2 * 4) != 1) {
/* WARNING: Subroutine does not return */
__assert_fail("subkeytypes[primary] == TYPE_INT","conf.c",0x... | (translation_unit "void FUN_00115849(undefined8 param_1,int param_2,int param_3,int param_4)\n\n{\n int *piVar1;\n \n piVar1 = (int *)FUN_001282f0(1,0x18);\n if (*(int *)(&DAT_001a6020 + (long)param_2 * 4) != 1) {\n /* WARNING: Subroutine does not return */\n __assert_fail("subkeytypes[primary... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV dword ptr [RBP + -0x20],EDX
MOV dword ptr [RBP + -0x24],ECX
MOV ESI,0x18
MOV EDI,0x1
CALL 0x001282f0
MOV qword ptr [RBP + -0x8],RAX
MOV EAX,dword ptr [RBP + -0x1c]
CDQE
LEA RDX,[RAX*0x4]
LEA RAX,[0x1a6020]
MOV EAX,dwor... |
void function_1(type_1 *conf,int primary,int secondary,int value)
{
type_2 *entry_00;
int value_local;
int secondary_local;
int primary_local;
type_1 *conf_local;
type_2 *entry;
entry_00 = (type_2 *)var_1(1,0x18);
if (subkeytypes[primary] != 1) {
/* WARNING: Subroutine does not ... | (translation_unit "void conf_set_int_int(Conf *conf,int primary,int secondary,int value)\n\n{\n conf_entry *entry_00;\n int value_local;\n int secondary_local;\n int primary_local;\n Conf *conf_local;\n conf_entry *entry;\n \n entry_00 = (conf_entry *)safemalloc(1,0x18);\n if (subkeytypes[primary] != 1) {\n ... | (translation_unit "void function_1(type_1 *conf,int primary,int secondary,int value)\n\n{\n type_2 *entry_00;\n int value_local;\n int secondary_local;\n int primary_local;\n type_1 *conf_local;\n type_2 *entry;\n \n entry_00 = (type_2 *)var_1(1,0x18);\n if (subkeytypes[primary] != 1) {\n /*... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identif... |
996_pterm_and_pterm_strip.c | x11font_width_8 | FUN_00151797 | x11font_width_8 |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
wchar_t x11font_width_8(unifont_drawctx *ctx,x11font_individual *xfi,void *vstring,wchar_t start,
wchar_t length)
{
wchar_t wVar1;
wchar_t length_local;
wchar_t start_local;
void *vstring_local;
x11font_individu... |
void FUN_00151797(undefined8 param_1,undefined8 *param_2,long param_3,int param_4,undefined4 param_5
)
{
XTextWidth(*param_2,param_4 + param_3,param_5);
return;
}
| (translation_unit "void FUN_00151797(undefined8 param_1,undefined8 *param_2,long param_3,int param_4,undefined4 param_5\n )\n\n{\n XTextWidth(*param_2,param_4 + param_3,param_5);\n return;\n}\n\n" (function_definition "void FUN_00151797(undefined8 param_1,undefined8 *param_2,long param_3,int param_4,u... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV qword ptr [RBP + -0x28],RDX
MOV dword ptr [RBP + -0x2c],ECX
MOV dword ptr [RBP + -0x30],R8D
MOV RAX,qword ptr [RBP + -0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV EAX,dword ptr [RBP + -0x2c]
MOVSXD RDX,EAX
MOV RAX,qword pt... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(type_2 *ctx,type_3 *xfi,void *vstring,type_1 start,
type_1 length)
{
type_1 wVar1;
type_1 length_local;
type_1 start_local;
void *vstring_local;
type_3 *xfi_local;
type_2 *ctx_local;
char *... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nwchar_t x11font_width_8(unifont_drawctx *ctx,x11font_individual *xfi,void *vstring,wchar_t start,\n wchar_t length)\n\n{\n wchar_t wVar1;\n wchar_t length_local;\n wchar_t start_local;\n void *vstrin... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 *ctx,type_3 *xfi,void *vstring,type_1 start,\n type_1 length)\n\n{\n type_1 wVar1;\n type_1 length_local;\n type_1 start_local;\n void *vstring_local;\n type_3 *xfi_local;\n... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarat... |
524_pterm_and_pterm_strip.c | unicode_emit | FUN_001119f9 | unicode_emit |
void unicode_emit(void *ctx,long output)
{
wchar_t *pwVar1;
long in_FS_OFFSET;
long output_local;
void *ctx_local;
wchar_t outval;
wchar_t outlen;
wchar_t *p;
unicode_emit_param *param;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
if (output == 0xffff) {
if (*(long *)((long)c... |
void FUN_001119f9(long *param_1,long param_2)
{
undefined4 *puVar1;
long in_FS_OFFSET;
undefined4 local_28;
int local_24;
undefined4 *local_20;
long *local_18;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
if (param_2 == 0xffff) {
if (param_1[2] == 0) {
local_28 = 0xfffd;
... | (translation_unit "void FUN_001119f9(long *param_1,long param_2)\n\n{\n undefined4 *puVar1;\n long in_FS_OFFSET;\n undefined4 local_28;\n int local_24;\n undefined4 *local_20;\n long *local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_2 == 0xffff) {\n if (param_1[2] == 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 FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x28]
MOV qword ptr [RBP + -0x10],RAX
CMP qword ptr [RBP + -0x30],0xffff
JNZ 0x00111a67
MOV RAX,qword ptr [RBP + -0x10]
MOV R... |
void function_1(void *ctx,long var_2)
{
type_1 *var_4;
long var_1;
long output_local;
void *ctx_local;
type_1 outval;
type_1 var_3;
type_1 *var_5;
type_2 *param;
long var_6;
var_6 = *(long *)(var_1 + 0x28);
if (var_2 == 0xffff) {
if (*(long *)((long)ctx + 0x10) == 0) {
outval = L'�'... | (translation_unit "void unicode_emit(void *ctx,long output)\n\n{\n wchar_t *pwVar1;\n long in_FS_OFFSET;\n long output_local;\n void *ctx_local;\n wchar_t outval;\n wchar_t outlen;\n wchar_t *p;\n unicode_emit_param *param;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n if (output == 0xf... | (translation_unit "void function_1(void *ctx,long var_2)\n\n{\n type_1 *var_4;\n long var_1;\n long output_local;\n void *ctx_local;\n type_1 outval;\n type_1 var_3;\n type_1 *var_5;\n type_2 *param;\n long var_6;\n \n var_6 = *(long *)(var_1 + 0x28);\n if (var_2 == 0xffff) {\n if (*(long *)((long)ctx + ... | (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: (sized_type_specifier) declarator: (id... |
1332_puttytel_and_puttytel_strip.c | noncloexec | FUN_0016e874 | noncloexec |
void noncloexec(int fd)
{
uint uVar1;
int iVar2;
int *piVar3;
char *pcVar4;
int fd_local;
int fdflags;
uVar1 = fcntl64(fd,1);
if ((int)uVar1 < 0) {
piVar3 = __errno_location();
pcVar4 = strerror(*piVar3);
fprintf(stderr,"%d: fcntl(F_GETFD): %s\n",(ulong)(uint)fd,pcVar4);
... |
void FUN_0016e874(uint param_1)
{
uint uVar1;
int iVar2;
int *piVar3;
char *pcVar4;
uVar1 = fcntl64(param_1,1);
if ((int)uVar1 < 0) {
piVar3 = __errno_location();
pcVar4 = strerror(*piVar3);
fprintf(stderr,"%d: fcntl(F_GETFD): %s\n",(ulong)param_1,pcVar4);
/* WARNING: Su... | (translation_unit "void FUN_0016e874(uint param_1)\n\n{\n uint uVar1;\n int iVar2;\n int *piVar3;\n char *pcVar4;\n \n uVar1 = fcntl64(param_1,1);\n if ((int)uVar1 < 0) {\n piVar3 = __errno_location();\n pcVar4 = strerror(*piVar3);\n fprintf(stderr,"%d: fcntl(F_GETFD): %s\n",(ulong)param_1,pcVar4);\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV dword ptr [RBP + -0x14],EDI
MOV EAX,dword ptr [RBP + -0x14]
MOV ESI,0x1
MOV EDI,EAX
MOV EAX,0x0
CALL 0x00111a60
MOV dword ptr [RBP + -0x4],EAX
CMP dword ptr [RBP + -0x4],0x0
JNS 0x0016e8d5
CALL 0x00110070
MOV EAX,dword ptr [RAX]
MOV EDI,EAX
CALL 0x001104c0
MOV RCX,RAX
MOV RAX,qword... |
void function_1(int fd)
{
type_1 var_6;
int var_7;
int *piVar3;
char *pcVar4;
int fd_local;
int fdflags;
var_6 = var_1(fd,1);
if ((int)var_6 < 0) {
piVar3 = var_2();
pcVar4 = var_3(*piVar3);
var_4(stderr,"%d: fcntl(F_GETFD): %s\n",(type_2)(type_1)fd,pcVar4);
/* WARNI... | (translation_unit "void noncloexec(int fd)\n\n{\n uint uVar1;\n int iVar2;\n int *piVar3;\n char *pcVar4;\n int fd_local;\n int fdflags;\n \n uVar1 = fcntl64(fd,1);\n if ((int)uVar1 < 0) {\n piVar3 = __errno_location();\n pcVar4 = strerror(*piVar3);\n fprintf(stderr,"%d: fcntl(F_GETFD): %s\n",(ulong)(... | (translation_unit "void function_1(int fd)\n\n{\n type_1 var_6;\n int var_7;\n int *piVar3;\n char *pcVar4;\n int fd_local;\n int fdflags;\n \n var_6 = var_1(fd,1);\n if ((int)var_6 < 0) {\n piVar3 = var_2();\n pcVar4 = var_3(*piVar3);\n var_4(stderr,"%d: fcntl(F_GETFD): %s\n",(type_2)(type_1)fd,pcVar... | (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: (identifier)) (declarat... |
762_pterm_and_pterm_strip.c | lineptr | FUN_00130fe4 | lineptr |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
termline * lineptr(Terminal *term,wchar_t y,wchar_t lineno,wchar_t screen)
{
wchar_t wVar1;
tree234 *ptVar2;
tree234 *ptVar3;
int iVar4;
uint uVar5;
uint uVar6;
uint uVar7;
uchar *data;
wchar_t screen_local;
wchar_t lineno_l... |
long FUN_00130fe4(long param_1,int param_2,undefined4 param_3,int param_4)
{
undefined4 uVar1;
undefined8 uVar2;
undefined4 uVar3;
undefined4 uVar4;
undefined4 uVar5;
undefined8 uVar6;
int local_58;
int local_54;
long local_50;
long local_48;
if (param_2 < 0) {
local_54 = 0;
if (param... | (translation_unit "long FUN_00130fe4(long param_1,int param_2,undefined4 param_3,int param_4)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined8 uVar6;\n int local_58;\n int local_54;\n long local_50;\n long local_48;\n \n if (param_2 < 0) {... | PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV qword ptr [RBP + -0x58],RDI
MOV dword ptr [RBP + -0x5c],ESI
MOV dword ptr [RBP + -0x60],EDX
MOV dword ptr [RBP + -0x64],ECX
CMP dword ptr [RBP + -0x5c],0x0
JS 0x0013101f
MOV RAX,qword ptr [RBP + -0x58]
MOV RAX,qword ptr [RAX + 0x10]
MOV ... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 * function_1(type_2 *term,type_3 var_1,type_3 lineno,type_3 var_2)
{
type_3 wVar1;
type_4 *ptVar2;
type_4 *ptVar3;
int var_7;
type_5 uVar5;
type_5 uVar6;
type_5 uVar7;
type_6 *data;
type_3 screen_local;
type_3 lineno_... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntermline * lineptr(Terminal *term,wchar_t y,wchar_t lineno,wchar_t screen)\n\n{\n wchar_t wVar1;\n tree234 *ptVar2;\n tree234 *ptVar3;\n int iVar4;\n uint uVar5;\n uint uVar6;\n uint uVar7;\n uchar *data;\n wchar_t s... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(type_2 *term,type_3 var_1,type_3 lineno,type_3 var_2)\n\n{\n type_3 wVar1;\n type_4 *ptVar2;\n type_4 *ptVar3;\n int var_7;\n type_5 uVar5;\n type_5 uVar6;\n type_5 uVar7;\n type_6 *data;\n type_3... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ... |
921_pterm_and_pterm_strip.c | dlg_label_change | FUN_00149482 | dlg_label_change |
void dlg_label_change(control *ctrl,void *dlg,char *text)
{
uctrl *puVar1;
undefined8 uVar2;
char *text_local;
void *dlg_local;
control *ctrl_local;
dlgparam *dp;
uctrl *uc;
puVar1 = dlg_find_byctrl((dlgparam *)dlg,ctrl);
switch((puVar1->ctrl->generic).type) {
default:
/* WA... |
void FUN_00149482(long param_1,undefined8 param_2,undefined8 param_3)
{
undefined8 *puVar1;
undefined8 uVar2;
puVar1 = (undefined8 *)FUN_00148310(param_2,param_1);
switch(*(undefined4 *)*puVar1) {
default:
/* WARNING: Subroutine does not return */
__assert_fail("!\"This shouldn\'t... | (translation_unit "void FUN_00149482(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n \n puVar1 = (undefined8 *)FUN_00148310(param_2,param_1);\n switch(*(undefined4 *)*puVar1) {\n default:\n /* WARNING: Subroutine does not return */\n __ass... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV qword ptr [RBP + -0x28],RDX
MOV RAX,qword ptr [RBP + -0x20]
MOV 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 + -... |
void function_1(type_1 *ctrl,void *dlg,char *text)
{
type_2 *puVar1;
type_3 uVar2;
char *text_local;
void *dlg_local;
type_1 *ctrl_local;
type_4 *dp;
type_2 *uc;
puVar1 = var_1((type_4 *)dlg,ctrl);
switch((puVar1->ctrl->generic).type) {
default:
/* WARNING: Subroutine does n... | (translation_unit "void dlg_label_change(control *ctrl,void *dlg,char *text)\n\n{\n uctrl *puVar1;\n undefined8 uVar2;\n char *text_local;\n void *dlg_local;\n control *ctrl_local;\n dlgparam *dp;\n uctrl *uc;\n \n puVar1 = dlg_find_byctrl((dlgparam *)dlg,ctrl);\n switch((puVar1->ctrl->generic).type) {\n def... | (translation_unit "void function_1(type_1 *ctrl,void *dlg,char *text)\n\n{\n type_2 *puVar1;\n type_3 uVar2;\n char *text_local;\n void *dlg_local;\n type_1 *ctrl_local;\n type_4 *dp;\n type_2 *uc;\n \n puVar1 = var_1((type_4 *)dlg,ctrl);\n switch((puVar1->ctrl->generic).type) {\n default:\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... |
1274_puttytel_and_puttytel_strip.c | get_ctx | FUN_00169554 | get_ctx |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
Context get_ctx(void *frontend)
{
long lVar1;
draw_ctx *dctx_00;
undefined8 uVar2;
GtkWidget *pGVar3;
cairo_t *pcVar4;
void *frontend_local;
gui_data *inst;
draw_ctx *dctx;
lVar1 = gtk_widget_get_window(*(undefined8 *)((lon... |
long * FUN_00169554(long param_1)
{
long lVar1;
long *plVar2;
undefined8 uVar3;
lVar1 = gtk_widget_get_window(*(undefined8 *)(param_1 + 8));
if (lVar1 == 0) {
plVar2 = (long *)0x0;
}
else {
plVar2 = (long *)FUN_001297e1(1,0x60);
*plVar2 = param_1;
*(undefined4 *)(plVar2 + 1) = *(undef... | (translation_unit "long * FUN_00169554(long param_1)\n\n{\n long lVar1;\n long *plVar2;\n undefined8 uVar3;\n \n lVar1 = gtk_widget_get_window(*(undefined8 *)(param_1 + 8));\n if (lVar1 == 0) {\n plVar2 = (long *)0x0;\n }\n else {\n plVar2 = (long *)FUN_001297e1(1,0x60);\n *plVar2 = param_1;\n *(und... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x8]
MOV RDI,RAX
CALL 0x001105b0
TEST RAX,RAX
JNZ 0x00169587
MOV EAX,0x0
JMP 0x00169614
MOV ESI,0x60
MOV EDI,0x1
CALL 0x001297e1
MOV ... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(void *frontend)
{
long var_2;
type_2 *dctx_00;
type_3 uVar2;
type_4 *pGVar3;
type_5 *pcVar4;
void *frontend_local;
type_6 *inst;
type_2 *dctx;
var_2 = var_1(*(type_3 *)((long)frontend + 8));
if (var_2 ==... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nContext get_ctx(void *frontend)\n\n{\n long lVar1;\n draw_ctx *dctx_00;\n undefined8 uVar2;\n GtkWidget *pGVar3;\n cairo_t *pcVar4;\n void *frontend_local;\n gui_data *inst;\n draw_ctx *dctx;\n \n lVar1 = gtk_widget... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(void *frontend)\n\n{\n long var_2;\n type_2 *dctx_00;\n type_3 uVar2;\n type_4 *pGVar3;\n type_5 *pcVar4;\n void *frontend_local;\n type_6 *inst;\n type_2 *dctx;\n \n var_2 = var_1(*(type_3 *)((lon... | (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: (sized_ty... |
1075_puttytel_and_puttytel_strip.c | window_destroy | FUN_001563af | window_destroy |
void window_destroy(GtkWidget *widget,gpointer data)
{
gpointer data_local;
GtkWidget *widget_local;
gtk_main_quit();
return;
}
|
void FUN_001563af(void)
{
gtk_main_quit();
return;
}
| (translation_unit "void FUN_001563af(void)\n\n{\n gtk_main_quit();\n return;\n}\n\n" (function_definition "void FUN_001563af(void)\n\n{\n gtk_main_quit();\n return;\n}" primitive_type (function_declarator "FUN_001563af(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (c... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
CALL 0x00111ac0
NOP
LEAVE
RET |
void function_1(type_1 *widget,type_2 data)
{
type_2 data_local;
type_1 *widget_local;
var_1();
return;
}
| (translation_unit "void window_destroy(GtkWidget *widget,gpointer data)\n\n{\n gpointer data_local;\n GtkWidget *widget_local;\n \n gtk_main_quit();\n return;\n}\n\n" (function_definition "void window_destroy(GtkWidget *widget,gpointer data)\n\n{\n gpointer data_local;\n GtkWidget *widget_local;\n \n gtk_main_... | (translation_unit "void function_1(type_1 *widget,type_2 data)\n\n{\n type_2 data_local;\n type_1 *widget_local;\n \n var_1();\n return;\n}\n\n" (function_definition "void function_1(type_1 *widget,type_2 data)\n\n{\n type_2 data_local;\n type_1 *widget_local;\n \n var_1();\n return;\n}" primitive_type (funct... | (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... |
998_pterm_and_pterm_strip.c | x11font_cairo_cache_glyph | FUN_00151a7b | x11font_cairo_cache_glyph |
void x11font_cairo_cache_glyph(x11font_individual *xfi,wchar_t glyphindex)
{
wchar_t wVar1;
int iVar2;
undefined8 uVar3;
XCharStruct *pXVar4;
uchar *__s;
long lVar5;
long lVar6;
cairo_cached_glyph *pcVar7;
cairo_surface_t *pcVar8;
wchar_t glyphindex_local;
x11font_individual *xfi_local;
wchar_... |
void FUN_00151a7b(undefined8 *param_1,uint param_2)
{
int iVar1;
undefined8 uVar2;
short *psVar3;
void *__s;
long lVar4;
long lVar5;
int local_54;
int local_50;
int local_4c;
uVar2 = gdk_display_get_default();
uVar2 = gdk_x11_display_get_xdisplay(uVar2);
psVar3 = (short *)FUN_00150d27(*para... | (translation_unit "void FUN_00151a7b(undefined8 *param_1,uint param_2)\n\n{\n int iVar1;\n undefined8 uVar2;\n short *psVar3;\n void *__s;\n long lVar4;\n long lVar5;\n int local_54;\n int local_50;\n int local_4c;\n \n uVar2 = gdk_display_get_default();\n uVar2 = gdk_x11_display_get_xdisplay(uVar2);\n psV... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x58
MOV qword ptr [RBP + -0x58],RDI
MOV dword ptr [RBP + -0x5c],ESI
CALL 0x0010fd30
MOV RDI,RAX
CALL 0x00110e10
MOV qword ptr [RBP + -0x38],RAX
MOV EAX,dword ptr [RBP + -0x5c]
MOVZX EDX,AL
MOV EAX,dword ptr [RBP + -0x5c]
SAR EAX,0x8
MOVZX ECX,AL
MOV RAX,qword ptr [RBP + -0x58]
MOV... |
void function_1(type_1 *xfi,type_2 var_12)
{
type_2 var_11;
int iVar2;
type_3 uVar3;
type_4 *pXVar4;
type_5 *__s;
long var_9;
long var_10;
type_6 *pcVar7;
type_7 *pcVar8;
type_2 glyphindex_local;
type_1 *xfi_local;
type_2 var_8;
type_2 var_7;
type_2 var_14;
type_2 byteindex;
type_2 bit... | (translation_unit "void x11font_cairo_cache_glyph(x11font_individual *xfi,wchar_t glyphindex)\n\n{\n wchar_t wVar1;\n int iVar2;\n undefined8 uVar3;\n XCharStruct *pXVar4;\n uchar *__s;\n long lVar5;\n long lVar6;\n cairo_cached_glyph *pcVar7;\n cairo_surface_t *pcVar8;\n wchar_t glyphindex_local;\n x11font_... | (translation_unit "void function_1(type_1 *xfi,type_2 var_12)\n\n{\n type_2 var_11;\n int iVar2;\n type_3 uVar3;\n type_4 *pXVar4;\n type_5 *__s;\n long var_9;\n long var_10;\n type_6 *pcVar7;\n type_7 *pcVar8;\n type_2 glyphindex_local;\n type_1 *xfi_local;\n type_2 var_8;\n type_2 var_7;\n type_2 var_14... | (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... |
1486_puttytel_and_puttytel_strip.c | write_random_seed | FUN_001769d0 | write_random_seed |
void write_random_seed(void *data,int len)
{
char *__file;
int *piVar1;
char *pcVar2;
char *ptr;
ssize_t sVar3;
int len_local;
void *data_local;
int fd;
int ret;
char *fname;
char *dir;
char *errmsg;
__file = make_filename(3,(char *)0x0);
fd = open64(__file,0x41,0x180);
len_local = le... |
void FUN_001769d0(void *param_1,int param_2)
{
char *__file;
int *piVar1;
char *pcVar2;
undefined8 uVar3;
long lVar4;
ssize_t sVar5;
int local_34;
void *local_30;
int local_28;
__file = (char *)FUN_00175214(3,0);
local_28 = open64(__file,0x41,0x180);
local_34 = param_2;
local_30 = param_1... | (translation_unit "void FUN_001769d0(void *param_1,int param_2)\n\n{\n char *__file;\n int *piVar1;\n char *pcVar2;\n undefined8 uVar3;\n long lVar4;\n ssize_t sVar5;\n int local_34;\n void *local_30;\n int local_28;\n \n __file = (char *)FUN_00175214(3,0);\n local_28 = open64(__file,0x41,0x180);\n local_3... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
MOV dword ptr [RBP + -0x2c],ESI
MOV ESI,0x0
MOV EDI,0x3
CALL 0x00175214
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV EDX,0x180
MOV ESI,0x41
MOV RDI,RAX
MOV EAX,0x0
CALL 0x00111bb0
MOV dword ptr [RBP + -0x20],EAX
CMP dword ptr [RBP ... |
void function_1(void *data,int len)
{
char *__file;
int *piVar1;
char *pcVar2;
char *var_9;
ssize_t sVar3;
int var_10;
void *data_local;
int var_3;
int ret;
char *fname;
char *dir;
char *errmsg;
__file = var_1(3,(char *)0x0);
var_3 = var_2(__file,0x41,0x180);
var_10 = len;
data_loca... | (translation_unit "void write_random_seed(void *data,int len)\n\n{\n char *__file;\n int *piVar1;\n char *pcVar2;\n char *ptr;\n ssize_t sVar3;\n int len_local;\n void *data_local;\n int fd;\n int ret;\n char *fname;\n char *dir;\n char *errmsg;\n \n __file = make_filename(3,(char *)0x0);\n fd = open64(_... | (translation_unit "void function_1(void *data,int len)\n\n{\n char *__file;\n int *piVar1;\n char *pcVar2;\n char *var_9;\n ssize_t sVar3;\n int var_10;\n void *data_local;\n int var_3;\n int ret;\n char *fname;\n char *dir;\n char *errmsg;\n \n __file = var_1(3,(char *)0x0);\n var_3 = var_2(__file,0x41,... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifi... |
995_pterm_and_pterm_strip.c | x11font_width_16 | FUN_0015174c | x11font_width_16 |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
wchar_t x11font_width_16(unifont_drawctx *ctx,x11font_individual *xfi,void *vstring,wchar_t start,
wchar_t length)
{
wchar_t wVar1;
wchar_t length_local;
wchar_t start_local;
void *vstring_local;
x11font_indivi... |
void FUN_0015174c(undefined8 param_1,undefined8 *param_2,long param_3,int param_4,undefined4 param_5
)
{
XTextWidth16(*param_2,(long)param_4 * 2 + param_3,param_5);
return;
}
| (translation_unit "void FUN_0015174c(undefined8 param_1,undefined8 *param_2,long param_3,int param_4,undefined4 param_5\n )\n\n{\n XTextWidth16(*param_2,(long)param_4 * 2 + param_3,param_5);\n return;\n}\n\n" (function_definition "void FUN_0015174c(undefined8 param_1,undefined8 *param_2,long param_3,i... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV qword ptr [RBP + -0x28],RDX
MOV dword ptr [RBP + -0x2c],ECX
MOV dword ptr [RBP + -0x30],R8D
MOV RAX,qword ptr [RBP + -0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV EAX,dword ptr [RBP + -0x2c]
CDQE
LEA RDX,[RAX + RAX*0x1]
MO... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(type_2 *ctx,type_3 *xfi,void *vstring,type_1 start,
type_1 length)
{
type_1 wVar1;
type_1 length_local;
type_1 start_local;
void *vstring_local;
type_3 *xfi_local;
type_2 *ctx_local;
type_... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nwchar_t x11font_width_16(unifont_drawctx *ctx,x11font_individual *xfi,void *vstring,wchar_t start,\n wchar_t length)\n\n{\n wchar_t wVar1;\n wchar_t length_local;\n wchar_t start_local;\n void *vstr... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 *ctx,type_3 *xfi,void *vstring,type_1 start,\n type_1 length)\n\n{\n type_1 wVar1;\n type_1 length_local;\n type_1 start_local;\n void *vstring_local;\n type_3 *xfi_local;\... | (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... |
1413_puttytel_and_puttytel_strip.c | sk_localproxy_write_oob | FUN_0017300d | sk_localproxy_write_oob |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int sk_localproxy_write_oob(Socket s,char *data,int len)
{
int iVar1;
int len_local;
char *data_local;
Socket s_local;
iVar1 = sk_localproxy_write(s,data,len);
return iVar1;
}
|
void FUN_0017300d(undefined8 param_1,undefined8 param_2,undefined4 param_3)
{
FUN_00172f90(param_1,param_2,param_3);
return;
}
| (translation_unit "void FUN_0017300d(undefined8 param_1,undefined8 param_2,undefined4 param_3)\n\n{\n FUN_00172f90(param_1,param_2,param_3);\n return;\n}\n\n" (function_definition "void FUN_0017300d(undefined8 param_1,undefined8 param_2,undefined4 param_3)\n\n{\n FUN_00172f90(param_1,param_2,param_3);\n return;\n}"... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],EDX
MOV EDX,dword ptr [RBP + -0x14]
MOV RCX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RBP + -0x8]
MOV RSI,RCX
MOV RDI,RAX
CALL 0x00172f90
LEAVE
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int function_1(type_1 s,char *data,int len)
{
int iVar1;
int len_local;
char *data_local;
type_1 s_local;
iVar1 = var_1(s,data,len);
return iVar1;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint sk_localproxy_write_oob(Socket s,char *data,int len)\n\n{\n int iVar1;\n int len_local;\n char *data_local;\n Socket s_local;\n \n iVar1 = sk_localproxy_write(s,data,len);\n return iVar1;\n}\n\n" comment (function_... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(type_1 s,char *data,int len)\n\n{\n int iVar1;\n int len_local;\n char *data_local;\n type_1 s_local;\n \n iVar1 = var_1(s,data,len);\n return iVar1;\n}\n\n" comment (function_definition "int function_1(... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator:... |
1278_puttytel_and_puttytel_strip.c | draw_rectangle | FUN_0016977a | draw_rectangle |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void draw_rectangle(draw_ctx *dctx,wchar_t filled,wchar_t x,wchar_t y,wchar_t w,wchar_t h)
{
wchar_t h_local;
wchar_t w_local;
wchar_t y_local;
wchar_t x_local;
wchar_t filled_local;
draw_ctx *dctx_local;
if ((dctx->uctx).type ... |
void FUN_0016977a(long param_1,int param_2,int param_3,int param_4,int param_5,int param_6)
{
if (*(int *)(param_1 + 8) == 0) {
cairo_new_path(*(undefined8 *)(param_1 + 0x18));
if (param_2 == 0) {
cairo_rectangle(DAT_001a3fb8 + (double)param_3,(double)param_4 + DAT_001a3fb8,(double)param_5,
... | (translation_unit "void FUN_0016977a(long param_1,int param_2,int param_3,int param_4,int param_5,int param_6)\n\n{\n if (*(int *)(param_1 + 8) == 0) {\n cairo_new_path(*(undefined8 *)(param_1 + 0x18));\n if (param_2 == 0) {\n cairo_rectangle(DAT_001a3fb8 + (double)param_3,(double)param_4 + DAT_001a3fb8,(do... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV dword ptr [RBP + -0x10],EDX
MOV dword ptr [RBP + -0x14],ECX
MOV dword ptr [RBP + -0x18],R8D
MOV dword ptr [RBP + -0x1c],R9D
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x8]
TEST EAX,EAX
JNZ 0x00169856
MOV RAX... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *dctx,type_2 var_3,type_2 x,type_2 y,type_2 w,type_2 h)
{
type_2 h_local;
type_2 w_local;
type_2 y_local;
type_2 x_local;
type_2 filled_local;
type_1 *dctx_local;
if ((dctx->uctx).type == var_1) {
var... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid draw_rectangle(draw_ctx *dctx,wchar_t filled,wchar_t x,wchar_t y,wchar_t w,wchar_t h)\n\n{\n wchar_t h_local;\n wchar_t w_local;\n wchar_t y_local;\n wchar_t x_local;\n wchar_t filled_local;\n draw_ctx *dctx_local;... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *dctx,type_2 var_3,type_2 x,type_2 y,type_2 w,type_2 h)\n\n{\n type_2 h_local;\n type_2 w_local;\n type_2 y_local;\n type_2 x_local;\n type_2 filled_local;\n type_1 *dctx_local;\n \n if ((dctx->... | (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... |
1086_puttytel_and_puttytel_strip.c | verify_ssh_host_key | FUN_0015862c | verify_ssh_host_key |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int verify_ssh_host_key(void *frontend,char *host,int port,char *keytype,char *keystr,
char *fingerprint,_func_void_void_ptr_int *callback,void *ctx)
{
int iVar1;
char *pcVar2;
undefined8 uVar3;
void *pvVar4;
Gt... |
undefined8
FUN_0015862c(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined8 param_4,
undefined8 param_5,undefined8 param_6)
{
int iVar1;
undefined4 uVar2;
undefined8 uVar3;
char *pcVar4;
undefined8 uVar5;
undefined8 uVar6;
iVar1 = FUN_0017640b(param_2,param_3,param_4,param... | (translation_unit "undefined8\nFUN_0015862c(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n char *pcVar4;\n undefined8 uVar5;\n undefined8 uVar6;\n \n iVar1 = FUN_0017640b... | PUSH RBP
MOV RBP,RSP
PUSH R12
PUSH RBX
SUB RSP,0x40
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV dword ptr [RBP + -0x34],EDX
MOV qword ptr [RBP + -0x40],RCX
MOV qword ptr [RBP + -0x48],R8
MOV qword ptr [RBP + -0x50],R9
MOV RCX,qword ptr [RBP + -0x48]
MOV RDX,qword ptr [RBP + -0x40]
MOV ESI,dword ... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int function_1(void *frontend,char *host,int port,char *keytype,char *keystr,
char *fingerprint,type_1 *callback,void *ctx)
{
int var_2;
char *pcVar2;
type_2 uVar3;
void *pvVar4;
type_3 *parentwin;
char *finge... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint verify_ssh_host_key(void *frontend,char *host,int port,char *keytype,char *keystr,\n char *fingerprint,_func_void_void_ptr_int *callback,void *ctx)\n\n{\n int iVar1;\n char *pcVar2;\n undefined8 u... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(void *frontend,char *host,int port,char *keytype,char *keystr,\n char *fingerprint,type_1 *callback,void *ctx)\n\n{\n int var_2;\n char *pcVar2;\n type_2 uVar3;\n void *pvVar4;\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: (primitive_type) declarator:... |
1009_pterm_and_pterm_strip.c | pangofont_check_desc_makes_sense | FUN_0015343c | pangofont_check_desc_makes_sense |
wchar_t pangofont_check_desc_makes_sense(PangoContext *ctx,PangoFontDescription *desc)
{
int iVar1;
wchar_t wVar2;
undefined8 uVar3;
undefined8 uVar4;
long in_FS_OFFSET;
PangoFontDescription *desc_local;
PangoContext *ctx_local;
wchar_t nfamilies;
wchar_t i;
wchar_t matched;
PangoFontFamily **fa... |
undefined4 FUN_0015343c(undefined8 param_1,undefined8 param_2)
{
int iVar1;
undefined4 uVar2;
undefined8 uVar3;
undefined8 uVar4;
long in_FS_OFFSET;
int local_3c;
int local_38;
undefined4 local_34;
long local_30;
long local_28;
long local_20;
local_20 = *(long *)(in_FS_OFFSET + 0x28);
loc... | (translation_unit "undefined4 FUN_0015343c(undefined8 param_1,undefined8 param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long in_FS_OFFSET;\n int local_3c;\n int local_38;\n undefined4 local_34;\n long local_30;\n long local_28;\n long local_20;\n \n local_20 = *(lo... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x48
MOV qword ptr [RBP + -0x48],RDI
MOV qword ptr [RBP + -0x50],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x48]
MOV RDI,RAX
CALL 0x0010fda0
MOV qword ptr [RBP + -0x20],RAX
CMP qword ptr [RBP + -0x20],0x0
JNZ 0x0015347d
MO... |
type_1 function_1(type_2 *ctx,type_3 *desc)
{
int var_10;
type_1 wVar2;
type_4 uVar3;
type_4 uVar4;
long var_1;
type_3 *desc_local;
type_2 *ctx_local;
type_1 var_6;
type_1 var_5;
type_1 matched;
type_5 **families;
type_6 *var_3;
long var_12;
var_12 = *(long *)(var_1 + 0x28);
var_3 = (... | (translation_unit "wchar_t pangofont_check_desc_makes_sense(PangoContext *ctx,PangoFontDescription *desc)\n\n{\n int iVar1;\n wchar_t wVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long in_FS_OFFSET;\n PangoFontDescription *desc_local;\n PangoContext *ctx_local;\n wchar_t nfamilies;\n wchar_t i;\n wchar_t m... | (translation_unit "type_1 function_1(type_2 *ctx,type_3 *desc)\n\n{\n int var_10;\n type_1 wVar2;\n type_4 uVar3;\n type_4 uVar4;\n long var_1;\n type_3 *desc_local;\n type_2 *ctx_local;\n type_1 var_6;\n type_1 var_5;\n type_1 matched;\n type_5 **families;\n type_6 *var_3;\n long var_12;\n \n var_12 = *... | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (point... |
1423_puttytel_and_puttytel_strip.c | process_nonoption_arg | FUN_00173a6e | process_nonoption_arg |
int process_nonoption_arg(char *arg,Conf *conf,int *allow_launch)
{
char *pcVar1;
char cVar2;
int iVar3;
char *__s1;
size_t sVar4;
ushort **ppuVar5;
int *allow_launch_local;
Conf *conf_local;
char *arg_local;
char c;
int ret;
char *p;
char *q;
char *argdup;
__s1 = dupstr(arg);
if (g... |
undefined8 FUN_00173a6e(undefined8 param_1,undefined8 param_2,undefined4 *param_3)
{
byte *pbVar1;
byte bVar2;
int iVar3;
byte *__s1;
long lVar4;
ushort **ppuVar5;
byte *local_20;
byte *local_18;
__s1 = (byte *)FUN_0012874d(param_1);
if (DAT_001b8968 == 0) {
iVar3 = strncmp((char *)__s1,"te... | (translation_unit "undefined8 FUN_00173a6e(undefined8 param_1,undefined8 param_2,undefined4 *param_3)\n\n{\n byte *pbVar1;\n byte bVar2;\n int iVar3;\n byte *__s1;\n long lVar4;\n ushort **ppuVar5;\n byte *local_20;\n byte *local_18;\n \n __s1 = (byte *)FUN_0012874d(param_1);\n if (DAT_001b8968 == 0) {\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV qword ptr [RBP + -0x38],RDX
MOV RAX,qword ptr [RBP + -0x28]
MOV RDI,RAX
CALL 0x0012874d
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x10],RAX
MOV EAX,dword ptr [0x001b8968]
TEST ... |
int function_1(char *arg,type_1 *conf,int *allow_launch)
{
char *var_10;
char var_11;
int var_4;
char *var_5;
size_t var_9;
type_2 **ppuVar5;
int *allow_launch_local;
type_1 *conf_local;
char *arg_local;
char c;
int ret;
char *var_15;
char *var_8;
char *argdup;
var_5 = var_1(arg);
i... | (translation_unit "int process_nonoption_arg(char *arg,Conf *conf,int *allow_launch)\n\n{\n char *pcVar1;\n char cVar2;\n int iVar3;\n char *__s1;\n size_t sVar4;\n ushort **ppuVar5;\n int *allow_launch_local;\n Conf *conf_local;\n char *arg_local;\n char c;\n int ret;\n char *p;\n char *q;\n char *argdup... | (translation_unit "int function_1(char *arg,type_1 *conf,int *allow_launch)\n\n{\n char *var_10;\n char var_11;\n int var_4;\n char *var_5;\n size_t var_9;\n type_2 **ppuVar5;\n int *allow_launch_local;\n type_1 *conf_local;\n char *arg_local;\n char c;\n int ret;\n char *var_15;\n char *var_8;\n char *ar... | (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... |
513_pterm_and_pterm_strip.c | charset_emit | FUN_00111263 | charset_emit |
void charset_emit(void *ctx,long output)
{
char *pcVar1;
long in_FS_OFFSET;
long output_local;
void *ctx_local;
char outval;
wchar_t outlen;
char *p;
charset_emit_param *param;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
if (output == 0xffff) {
p = *(char **)((long)ctx + 0x1... |
void FUN_00111263(long *param_1,long param_2)
{
undefined *puVar1;
long in_FS_OFFSET;
undefined local_25;
int local_24;
undefined *local_20;
long *local_18;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
if (param_2 == 0xffff) {
local_20 = (undefined *)param_1[2];
local_24 = *(... | (translation_unit "void FUN_00111263(long *param_1,long param_2)\n\n{\n undefined *puVar1;\n long in_FS_OFFSET;\n undefined local_25;\n int local_24;\n undefined *local_20;\n long *local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_2 == 0xffff) {\n local_20 = (undefined ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x28]
MOV qword ptr [RBP + -0x10],RAX
CMP qword ptr [RBP + -0x30],0xffff
JNZ 0x001112ac
MOV RAX,qword ptr [RBP + -0x10]
MOV R... |
void function_1(void *ctx,long var_2)
{
char *var_4;
long var_1;
long output_local;
void *ctx_local;
char outval;
type_1 var_3;
char *var_5;
type_2 *param;
long var_6;
var_6 = *(long *)(var_1 + 0x28);
if (var_2 == 0xffff) {
var_5 = *(char **)((long)ctx + 0x10);
var_3 = *(type_1 *)((lo... | (translation_unit "void charset_emit(void *ctx,long output)\n\n{\n char *pcVar1;\n long in_FS_OFFSET;\n long output_local;\n void *ctx_local;\n char outval;\n wchar_t outlen;\n char *p;\n charset_emit_param *param;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n if (output == 0xffff) {\n ... | (translation_unit "void function_1(void *ctx,long var_2)\n\n{\n char *var_4;\n long var_1;\n long output_local;\n void *ctx_local;\n char outval;\n type_1 var_3;\n char *var_5;\n type_2 *param;\n long var_6;\n \n var_6 = *(long *)(var_1 + 0x28);\n if (var_2 == 0xffff) {\n var_5 = *(char **)((long)ctx + 0... | (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: (sized_type_specifier) declarator: (id... |
1011_pterm_and_pterm_strip.c | pangofont_create | FUN_00153711 | pangofont_create |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
unifont * pangofont_create(GtkWidget *widget,char *name,wchar_t wide,wchar_t bold,
wchar_t shadowoffset,wchar_t shadowalways)
{
wchar_t wVar1;
PangoFontDescription *desc_00;
unifont *puVar2;
PangoContext *ctx_0... |
undefined8
FUN_00153711(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6)
{
int iVar1;
long lVar2;
undefined8 uVar3;
long lVar4;
lVar2 = pango_font_description_from_string(param_2);
if (lVar2 == 0) {
uVar3 = 0;
}
else... | (translation_unit "undefined8\nFUN_00153711(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n int iVar1;\n long lVar2;\n undefined8 uVar3;\n long lVar4;\n \n lVar2 = pango_font_description_from_string(param_2);\n if (lVar2 == 0... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV dword ptr [RBP + -0x24],EDX
MOV dword ptr [RBP + -0x28],ECX
MOV dword ptr [RBP + -0x2c],R8D
MOV dword ptr [RBP + -0x30],R9D
MOV RAX,qword ptr [RBP + -0x20]
MOV RDI,RAX
CALL 0x00110b50
MOV qword ptr [RBP + -0x10],RAX
CM... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 * function_1(type_2 *widget,char *name,type_3 wide,type_3 bold,
type_3 shadowoffset,type_3 shadowalways)
{
type_3 var_7;
type_4 *var_2;
type_1 *puVar2;
type_5 *var_4;
type_3 shadowalways_local;
type_... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nunifont * pangofont_create(GtkWidget *widget,char *name,wchar_t wide,wchar_t bold,\n wchar_t shadowoffset,wchar_t shadowalways)\n\n{\n wchar_t wVar1;\n PangoFontDescription *desc_00;\n unifont *puV... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(type_2 *widget,char *name,type_3 wide,type_3 bold,\n type_3 shadowoffset,type_3 shadowalways)\n\n{\n type_3 var_7;\n type_4 *var_2;\n type_1 *puVar2;\n type_5 *var_4;\n type_3... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ... |
894_pterm_and_pterm_strip.c | notify_toplevel_callback | FUN_0014801e | notify_toplevel_callback |
void notify_toplevel_callback(void *frontend)
{
void *frontend_local;
if (idle_fn_scheduled == 0) {
toplevel_callback_idle_id = g_idle_add(idle_toplevel_callback_func,0);
idle_fn_scheduled = 1;
}
return;
}
|
void FUN_0014801e(void)
{
if (DAT_001a76c8 == 0) {
DAT_001a76c4 = g_idle_add(FUN_00147faf,0);
DAT_001a76c8 = 1;
}
return;
}
| (translation_unit "void FUN_0014801e(void)\n\n{\n if (DAT_001a76c8 == 0) {\n DAT_001a76c4 = g_idle_add(FUN_00147faf,0);\n DAT_001a76c8 = 1;\n }\n return;\n}\n\n" (function_definition "void FUN_0014801e(void)\n\n{\n if (DAT_001a76c8 == 0) {\n DAT_001a76c4 = g_idle_add(FUN_00147faf,0);\n DAT_001a76c8 = 1;... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV EAX,dword ptr [0x001a76c8]
TEST EAX,EAX
JNZ 0x00148055
MOV ESI,0x0
LEA RDI,[0x147faf]
CALL 0x0010fe60
MOV dword ptr [0x001a76c4],EAX
MOV dword ptr [0x001a76c8],0x1
NOP
LEAVE
RET |
void function_1(void *frontend)
{
void *frontend_local;
if (var_1 == 0) {
toplevel_callback_idle_id = var_2(idle_toplevel_callback_func,0);
var_1 = 1;
}
return;
}
| (translation_unit "void notify_toplevel_callback(void *frontend)\n\n{\n void *frontend_local;\n \n if (idle_fn_scheduled == 0) {\n toplevel_callback_idle_id = g_idle_add(idle_toplevel_callback_func,0);\n idle_fn_scheduled = 1;\n }\n return;\n}\n\n" (function_definition "void notify_toplevel_callback(void *fr... | (translation_unit "void function_1(void *frontend)\n\n{\n void *frontend_local;\n \n if (var_1 == 0) {\n toplevel_callback_idle_id = var_2(idle_toplevel_callback_func,0);\n var_1 = 1;\n }\n return;\n}\n\n" (function_definition "void function_1(void *frontend)\n\n{\n void *frontend_local;\n \n if (var_1 ==... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) dec... |
748_pterm_and_pterm_strip.c | add | FUN_0012fb24 | add |
void add(buf *b,uchar c)
{
wchar_t wVar1;
uchar *puVar2;
uchar c_local;
buf *b_local;
if (b->size <= b->len) {
b->size = (b->len * 3) / 2 + L'Ȁ';
puVar2 = (uchar *)saferealloc(b->data,(long)b->size,1);
b->data = puVar2;
}
wVar1 = b->len;
b->len = wVar1 + L'\x01';
b->data[wVar1] = c;
... |
void FUN_0012fb24(long *param_1,undefined param_2)
{
int iVar1;
long lVar2;
if (*(int *)((long)param_1 + 0xc) <= *(int *)(param_1 + 1)) {
*(int *)((long)param_1 + 0xc) = (*(int *)(param_1 + 1) * 3) / 2 + 0x200;
lVar2 = FUN_001283e7(*param_1,(long)*(int *)((long)param_1 + 0xc),1);
*param_1 = lVar2... | (translation_unit "void FUN_0012fb24(long *param_1,undefined param_2)\n\n{\n int iVar1;\n long lVar2;\n \n if (*(int *)((long)param_1 + 0xc) <= *(int *)(param_1 + 1)) {\n *(int *)((long)param_1 + 0xc) = (*(int *)(param_1 + 1) * 3) / 2 + 0x200;\n lVar2 = FUN_001283e7(*param_1,(long)*(int *)((long)param_1 + 0xc... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV EAX,ESI
MOV byte ptr [RBP + -0xc],AL
MOV RAX,qword ptr [RBP + -0x8]
MOV EDX,dword ptr [RAX + 0x8]
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0xc]
CMP EDX,EAX
JL 0x0012fb95
MOV RAX,qword ptr [RBP + -0x8]
MOV EDX,dword ptr [RAX + 0x8]
MOV E... |
void function_1(type_1 *b,type_2 c)
{
type_3 var_2;
type_2 *puVar2;
type_2 c_local;
type_1 *b_local;
if (b->size <= b->len) {
b->size = (b->len * 3) / 2 + L'Ȁ';
puVar2 = (type_2 *)var_1(b->data,(long)b->size,1);
b->data = puVar2;
}
var_2 = b->len;
b->len = var_2 + L'\x01';
b->data[var... | (translation_unit "void add(buf *b,uchar c)\n\n{\n wchar_t wVar1;\n uchar *puVar2;\n uchar c_local;\n buf *b_local;\n \n if (b->size <= b->len) {\n b->size = (b->len * 3) / 2 + L'Ȁ';\n puVar2 = (uchar *)saferealloc(b->data,(long)b->size,1);\n b->data = puVar2;\n }\n wVar1 = b->len;\n b->len = wVar1 + ... | (translation_unit "void function_1(type_1 *b,type_2 c)\n\n{\n type_3 var_2;\n type_2 *puVar2;\n type_2 c_local;\n type_1 *b_local;\n \n if (b->size <= b->len) {\n b->size = (b->len * 3) / 2 + L'Ȁ';\n puVar2 = (type_2 *)var_1(b->data,(long)b->size,1);\n b->data = puVar2;\n }\n var_2 = b->len;\n b->len ... | (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... |
885_pterm_and_pterm_strip.c | columns_get_preferred_height_for_width | FUN_00147981 | columns_get_preferred_height_for_width |
void columns_get_preferred_height_for_width(GtkWidget *widget,gint width,gint *min,gint *nat)
{
gint gVar1;
GType GVar2;
Columns *cols_00;
gint *nat_local;
gint *min_local;
gint width_local;
GtkWidget *widget_local;
gboolean __r;
GTypeInstance *__inst;
GType __t;
Columns *cols;
if (widget =... |
void FUN_00147981(long *param_1,undefined4 param_2,undefined4 *param_3,undefined4 *param_4)
{
undefined4 uVar1;
long lVar2;
undefined8 uVar3;
int local_24;
if (param_1 == (long *)0x0) {
g_return_if_fail_warning(0,"columns_get_preferred_height_for_width","widget != NULL");
}
else {
lVar2 = FUN... | (translation_unit "void FUN_00147981(long *param_1,undefined4 param_2,undefined4 *param_3,undefined4 *param_4)\n\n{\n undefined4 uVar1;\n long lVar2;\n undefined8 uVar3;\n int local_24;\n \n if (param_1 == (long *)0x0) {\n g_return_if_fail_warning(0,"columns_get_preferred_height_for_width","widget != NULL");\n... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x28],RDI
MOV dword ptr [RBP + -0x2c],ESI
MOV qword ptr [RBP + -0x38],RDX
MOV qword ptr [RBP + -0x40],RCX
CMP qword ptr [RBP + -0x28],0x0
JNZ 0x001479bc
LEA RDX,[0x192d88]
LEA RSI,[0x193080]
MOV EDI,0x0
CALL 0x0010f210
JMP 0x00147ab0
MOV RAX,qword ptr [RBP + -0x28... |
void function_1(type_1 *var_1,type_2 width,type_2 *var_9,type_2 *var_11)
{
type_2 gVar1;
type_3 var_4;
type_4 *cols_00;
type_2 *nat_local;
type_2 *min_local;
type_2 width_local;
type_1 *widget_local;
type_5 var_6;
type_6 *__inst;
type_3 __t;
type_4 *cols;
if (var_1 == (type_1 *)0x0) {
v... | (translation_unit "void columns_get_preferred_height_for_width(GtkWidget *widget,gint width,gint *min,gint *nat)\n\n{\n gint gVar1;\n GType GVar2;\n Columns *cols_00;\n gint *nat_local;\n gint *min_local;\n gint width_local;\n GtkWidget *widget_local;\n gboolean __r;\n GTypeInstance *__inst;\n GType __t;\n C... | (translation_unit "void function_1(type_1 *var_1,type_2 width,type_2 *var_9,type_2 *var_11)\n\n{\n type_2 gVar1;\n type_3 var_4;\n type_4 *cols_00;\n type_2 *nat_local;\n type_2 *min_local;\n type_2 width_local;\n type_1 *widget_local;\n type_5 var_6;\n type_6 *__inst;\n type_3 __t;\n type_4 *cols;\n \n 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: (type_identifier) declarator: (identi... |
1243_puttytel_and_puttytel_strip.c | notify_remote_exit | FUN_00167a4e | notify_remote_exit |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void notify_remote_exit(void *frontend)
{
void *frontend_local;
gui_data *inst;
queue_toplevel_callback(exit_callback,frontend);
return;
}
|
void FUN_00167a4e(undefined8 param_1)
{
FUN_001125fa(FUN_0016790c,param_1);
return;
}
| (translation_unit "void FUN_00167a4e(undefined8 param_1)\n\n{\n FUN_001125fa(FUN_0016790c,param_1);\n return;\n}\n\n" (function_definition "void FUN_00167a4e(undefined8 param_1)\n\n{\n FUN_001125fa(FUN_0016790c,param_1);\n return;\n}" primitive_type (function_declarator "FUN_00167a4e(undefined8 param_1)" identifier... | 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 RSI,RAX
LEA RDI,[0x16790c]
CALL 0x001125fa
NOP
LEAVE
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *frontend)
{
void *frontend_local;
type_1 *inst;
var_1(exit_callback,frontend);
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid notify_remote_exit(void *frontend)\n\n{\n void *frontend_local;\n gui_data *inst;\n \n queue_toplevel_callback(exit_callback,frontend);\n return;\n}\n\n" comment (function_definition "void notify_remote_exit(void *f... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *frontend)\n\n{\n void *frontend_local;\n type_1 *inst;\n \n var_1(exit_callback,frontend);\n return;\n}\n\n" comment (function_definition "void function_1(void *frontend)\n\n{\n void *frontend_loca... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive... |
898_pterm_and_pterm_strip.c | uctrl_cmp_bywidget | FUN_00148117 | uctrl_cmp_bywidget |
int uctrl_cmp_bywidget(void *av,void *bv)
{
int iVar1;
void *bv_local;
void *av_local;
uctrl *a;
uctrl *b;
if (*(ulong *)((long)av + 8) < *(ulong *)((long)bv + 8)) {
iVar1 = -1;
}
else if (*(ulong *)((long)bv + 8) < *(ulong *)((long)av + 8)) {
iVar1 = 1;
}
else {
iVar1 = 0;
}
re... |
undefined8 FUN_00148117(long param_1,long param_2)
{
undefined8 uVar1;
if (*(ulong *)(param_1 + 8) < *(ulong *)(param_2 + 8)) {
uVar1 = 0xffffffff;
}
else if (*(ulong *)(param_2 + 8) < *(ulong *)(param_1 + 8)) {
uVar1 = 1;
}
else {
uVar1 = 0;
}
return uVar1;
}
| (translation_unit "undefined8 FUN_00148117(long param_1,long param_2)\n\n{\n undefined8 uVar1;\n \n if (*(ulong *)(param_1 + 8) < *(ulong *)(param_2 + 8)) {\n uVar1 = 0xffffffff;\n }\n else if (*(ulong *)(param_2 + 8) < *(ulong *)(param_1 + 8)) {\n uVar1 = 1;\n }\n else {\n uVar1 = 0;\n }\n return uVa... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x20]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV RDX,qword ptr [RAX + 0x8]
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword p... |
int function_1(void *av,void *bv)
{
int iVar1;
void *bv_local;
void *av_local;
type_1 *a;
type_1 *b;
if (*(type_2 *)((long)av + 8) < *(type_2 *)((long)bv + 8)) {
iVar1 = -1;
}
else if (*(type_2 *)((long)bv + 8) < *(type_2 *)((long)av + 8)) {
iVar1 = 1;
}
else {
iVar1 = 0;
}
retu... | (translation_unit "int uctrl_cmp_bywidget(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n uctrl *a;\n uctrl *b;\n \n if (*(ulong *)((long)av + 8) < *(ulong *)((long)bv + 8)) {\n iVar1 = -1;\n }\n else if (*(ulong *)((long)bv + 8) < *(ulong *)((long)av + 8)) {\n iVar1 = 1;\n }\... | (translation_unit "int function_1(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n type_1 *a;\n type_1 *b;\n \n if (*(type_2 *)((long)av + 8) < *(type_2 *)((long)bv + 8)) {\n iVar1 = -1;\n }\n else if (*(type_2 *)((long)bv + 8) < *(type_2 *)((long)av + 8)) {\n iVar1 = 1;\n }\n ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_... |
908_pterm_and_pterm_strip.c | dlg_checkbox_set | FUN_001485aa | dlg_checkbox_set |
void dlg_checkbox_set(control *ctrl,void *dlg,int checked)
{
uctrl *puVar1;
undefined8 uVar2;
int checked_local;
void *dlg_local;
control *ctrl_local;
dlgparam *dp;
uctrl *uc;
puVar1 = dlg_find_byctrl((dlgparam *)dlg,ctrl);
if ((puVar1->ctrl->generic).type != 3) {
/* WARNING: ... |
void FUN_001485aa(undefined8 param_1,undefined8 param_2,undefined4 param_3)
{
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 == CT... | (translation_unit "void FUN_001485aa(undefined8 param_1,undefined8 param_2,undefined4 param_3)\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("u... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV dword ptr [RBP + -0x24],EDX
MOV RAX,qword ptr [RBP + -0x20]
MOV qword ptr [RBP + -0x10],RAX
MOV RDX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RBP + -0x10]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x00148310
MOV qword ptr [RBP + -... |
void function_1(type_1 *ctrl,void *dlg,int checked)
{
type_2 *puVar1;
type_3 uVar2;
int checked_local;
void *dlg_local;
type_1 *ctrl_local;
type_4 *dp;
type_2 *uc;
puVar1 = var_1((type_4 *)dlg,ctrl);
if ((puVar1->ctrl->generic).type != 3) {
/* WARNING: Subroutine does not retu... | (translation_unit "void dlg_checkbox_set(control *ctrl,void *dlg,int checked)\n\n{\n uctrl *puVar1;\n undefined8 uVar2;\n int checked_local;\n void *dlg_local;\n control *ctrl_local;\n dlgparam *dp;\n uctrl *uc;\n \n puVar1 = dlg_find_byctrl((dlgparam *)dlg,ctrl);\n if ((puVar1->ctrl->generic).type != 3) {\n ... | (translation_unit "void function_1(type_1 *ctrl,void *dlg,int checked)\n\n{\n type_2 *puVar1;\n type_3 uVar2;\n int checked_local;\n void *dlg_local;\n type_1 *ctrl_local;\n type_4 *dp;\n type_2 *uc;\n \n puVar1 = var_1((type_4 *)dlg,ctrl);\n if ((puVar1->ctrl->generic).type != 3) {\n /* WA... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... |
547_pterm_and_pterm_strip.c | conf_copy_into | FUN_00114dd5 | conf_copy_into |
void conf_copy_into(Conf *newconf,Conf *oldconf)
{
key *to;
key *from;
Conf *oldconf_local;
Conf *newconf_local;
int i;
conf_entry *entry;
conf_entry *entry2;
conf_clear(newconf);
i = 0;
while( true ) {
from = (key *)index234(oldconf->tree,i);
if (from == (key *)0x0) break;
to = (ke... |
void FUN_00114dd5(undefined8 *param_1,undefined8 *param_2)
{
long lVar1;
int *piVar2;
int local_1c;
FUN_00114cc0(param_1);
local_1c = 0;
while( true ) {
piVar2 = (int *)FUN_001438ee(*param_2,local_1c);
if (piVar2 == (int *)0x0) break;
lVar1 = FUN_001282f0(1,0x18);
FUN_00114ada(lVar1,piV... | (translation_unit "void FUN_00114dd5(undefined8 *param_1,undefined8 *param_2)\n\n{\n long lVar1;\n int *piVar2;\n int local_1c;\n \n FUN_00114cc0(param_1);\n local_1c = 0;\n while( true ) {\n piVar2 = (int *)FUN_001438ee(*param_2,local_1c);\n if (piVar2 == (int *)0x0) break;\n lVar1 = FUN_001282f0(1,0x1... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV RAX,qword ptr [RBP + -0x28]
MOV RDI,RAX
CALL 0x00114cc0
MOV dword ptr [RBP + -0x14],0x0
JMP 0x00114e6e
MOV ESI,0x18
MOV EDI,0x1
CALL 0x001282f0
MOV qword ptr [RBP + -0x8],RAX
MOV RDX,qword ptr [RBP + -0x10]
MOV RAX,qwo... |
void function_1(type_1 *newconf,type_1 *oldconf)
{
type_2 *var_7;
type_2 *var_3;
type_1 *oldconf_local;
type_1 *newconf_local;
int var_9;
type_3 *entry;
type_3 *entry2;
var_1(newconf);
var_9 = 0;
while( true ) {
var_3 = (type_2 *)var_2(oldconf->tree,var_9);
if (var_3 == (type_2 *)0x0) b... | (translation_unit "void conf_copy_into(Conf *newconf,Conf *oldconf)\n\n{\n key *to;\n key *from;\n Conf *oldconf_local;\n Conf *newconf_local;\n int i;\n conf_entry *entry;\n conf_entry *entry2;\n \n conf_clear(newconf);\n i = 0;\n while( true ) {\n from = (key *)index234(oldconf->tree,i);\n if (from =... | (translation_unit "void function_1(type_1 *newconf,type_1 *oldconf)\n\n{\n type_2 *var_7;\n type_2 *var_3;\n type_1 *oldconf_local;\n type_1 *newconf_local;\n int var_9;\n type_3 *entry;\n type_3 *entry2;\n \n var_1(newconf);\n var_9 = 0;\n while( true ) {\n var_3 = (type_2 *)var_2(oldconf->tree,var_9);\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... |
1013_pterm_and_pterm_strip.c | pangofont_destroy | FUN_00153876 | 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_00153876(long param_1)
{
pango_font_description_free(*(undefined8 *)(param_1 + 0x28));
FUN_001284fc(*(undefined8 *)(param_1 + 0x50));
g_object_unref(*(undefined8 *)(param_1 + 0x30));
FUN_001284fc(param_1);
return;
}
| (translation_unit "void FUN_00153876(long param_1)\n\n{\n pango_font_description_free(*(undefined8 *)(param_1 + 0x28));\n FUN_001284fc(*(undefined8 *)(param_1 + 0x50));\n g_object_unref(*(undefined8 *)(param_1 + 0x30));\n FUN_001284fc(param_1);\n return;\n}\n\n" (function_definition "void FUN_00153876(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 0x0010fb50
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x50]
MOV RDI,RAX
CALL 0x001284fc
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... |
874_pterm_and_pterm_strip.c | columns_gtk3_get_min_width | FUN_0014728d | columns_gtk3_get_min_width |
gint columns_gtk3_get_min_width(ColumnsChild *child)
{
long in_FS_OFFSET;
ColumnsChild *child_local;
gint ret;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
gtk_widget_get_preferred_width(child->widget,&ret,0);
if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) {
/* WARNI... |
undefined4 FUN_0014728d(undefined8 *param_1)
{
long in_FS_OFFSET;
undefined4 local_14;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
gtk_widget_get_preferred_width(*param_1,&local_14,0);
if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) {
/* WARNING: Subroutine does not re... | (translation_unit "undefined4 FUN_0014728d(undefined8 *param_1)\n\n{\n long in_FS_OFFSET;\n undefined4 local_14;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n gtk_widget_get_preferred_width(*param_1,&local_14,0);\n if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WAR... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX]
LEA RCX,[RBP + -0xc]
MOV EDX,0x0
MOV RSI,RCX
MOV RDI,RAX
CALL 0x0010f410
MOV EAX,dword ptr [RBP + -0xc]
MOV RDX,qword ptr [RBP ... |
type_1 function_1(type_2 *child)
{
long var_1;
type_2 *child_local;
type_1 ret;
long var_3;
var_3 = *(long *)(var_1 + 0x28);
var_2(child->widget,&ret,0);
if (var_3 != *(long *)(var_1 + 0x28)) {
/* WARNING: Subroutine does not return */
var_4();
}
return ret;
}
| (translation_unit "gint columns_gtk3_get_min_width(ColumnsChild *child)\n\n{\n long in_FS_OFFSET;\n ColumnsChild *child_local;\n gint ret;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n gtk_widget_get_preferred_width(child->widget,&ret,0);\n if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) {\... | (translation_unit "type_1 function_1(type_2 *child)\n\n{\n long var_1;\n type_2 *child_local;\n type_1 ret;\n long var_3;\n \n var_3 = *(long *)(var_1 + 0x28);\n var_2(child->widget,&ret,0);\n if (var_3 != *(long *)(var_1 + 0x28)) {\n /* WARNING: Subroutine does not return */\n var_4();\n ... | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specif... |
623_pterm_and_pterm_strip.c | ctrl_free | FUN_00120e40 | ctrl_free |
void ctrl_free(control *ctrl)
{
int iVar1;
control *ctrl_local;
int i;
safefree((ctrl->generic).label);
iVar1 = (ctrl->generic).type;
if (iVar1 == 5) {
safefree((ctrl->radio).shortcuts);
}
else if (iVar1 < 6) {
if (iVar1 == 2) {
for (i = 0; i < (ctrl->editbox).password; i = i + 1) {
... |
void FUN_00120e40(int *param_1)
{
int iVar1;
int local_c;
FUN_001284fc(*(undefined8 *)(param_1 + 2));
iVar1 = *param_1;
if (iVar1 == 5) {
FUN_001284fc(*(undefined8 *)(param_1 + 0x12));
}
else if (iVar1 < 6) {
if (iVar1 == 2) {
for (local_c = 0; local_c < param_1[0xe]; local_c = local_c ... | (translation_unit "void FUN_00120e40(int *param_1)\n\n{\n int iVar1;\n int local_c;\n \n FUN_001284fc(*(undefined8 *)(param_1 + 2));\n iVar1 = *param_1;\n if (iVar1 == 5) {\n FUN_001284fc(*(undefined8 *)(param_1 + 0x12));\n }\n else if (iVar1 < 6) {\n if (iVar1 == 2) {\n for (local_c = 0; local_c < p... | 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 + 0x8]
MOV RDI,RAX
CALL 0x001284fc
MOV RAX,qword ptr [RBP + -0x18]
MOV EAX,dword ptr [RAX]
CMP EAX,0x5
JZ 0x00120f0a
CMP EAX,0x5
JG 0x00120e7a
CMP EAX,0x2
JZ 0x00120e8d
JMP 0x00120f2d
CMP EAX,0x6
JZ ... |
void function_1(type_1 *ctrl)
{
int var_2;
type_1 *ctrl_local;
int var_3;
var_1((ctrl->generic).label);
var_2 = (ctrl->generic).type;
if (var_2 == 5) {
var_1((ctrl->radio).shortcuts);
}
else if (var_2 < 6) {
if (var_2 == 2) {
for (var_3 = 0; var_3 < (ctrl->editbox).password; var_3 = v... | (translation_unit "void ctrl_free(control *ctrl)\n\n{\n int iVar1;\n control *ctrl_local;\n int i;\n \n safefree((ctrl->generic).label);\n iVar1 = (ctrl->generic).type;\n if (iVar1 == 5) {\n safefree((ctrl->radio).shortcuts);\n }\n else if (iVar1 < 6) {\n if (iVar1 == 2) {\n for (i = 0; i < (ctrl->e... | (translation_unit "void function_1(type_1 *ctrl)\n\n{\n int var_2;\n type_1 *ctrl_local;\n int var_3;\n \n var_1((ctrl->generic).label);\n var_2 = (ctrl->generic).type;\n if (var_2 == 5) {\n var_1((ctrl->radio).shortcuts);\n }\n else if (var_2 < 6) {\n if (var_2 == 2) {\n for (var_3 = 0; var_3 < (ct... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) de... |
1012_pterm_and_pterm_strip.c | pangofont_create_fallback | FUN_001537ce | pangofont_create_fallback |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
unifont * pangofont_create_fallback
(GtkWidget *widget,wchar_t height,wchar_t wide,wchar_t bold,wchar_t shadowoffset
,wchar_t shadowalways)
{
PangoFontDescription *desc_00;
unifont *puVar1;
PangoCon... |
undefined8
FUN_001537ce(undefined8 param_1,int param_2,undefined4 param_3,undefined4 param_4,undefined4 param_5
,undefined4 param_6)
{
long lVar1;
undefined8 uVar2;
long lVar3;
lVar1 = pango_font_description_from_string("Monospace");
if (lVar1 == 0) {
uVar2 = 0;
}
else {
lVar3 = g... | (translation_unit "undefined8\nFUN_001537ce(undefined8 param_1,int param_2,undefined4 param_3,undefined4 param_4,undefined4 param_5\n ,undefined4 param_6)\n\n{\n long lVar1;\n undefined8 uVar2;\n long lVar3;\n \n lVar1 = pango_font_description_from_string("Monospace");\n if (lVar1 == 0) {\n uVar2 = ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV dword ptr [RBP + -0x20],EDX
MOV dword ptr [RBP + -0x24],ECX
MOV dword ptr [RBP + -0x28],R8D
MOV dword ptr [RBP + -0x2c],R9D
LEA RDI,[0x194854]
CALL 0x00110b50
MOV qword ptr [RBP + -0x10],RAX
CMP qword ptr [RBP + -0x10]... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 * function_1
(type_2 *widget,type_3 var_7,type_3 wide,type_3 bold,type_3 shadowoffset
,type_3 shadowalways)
{
type_4 *var_2;
type_1 *puVar1;
type_5 *var_4;
type_3 shadowalways_local;
type... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nunifont * pangofont_create_fallback\n (GtkWidget *widget,wchar_t height,wchar_t wide,wchar_t bold,wchar_t shadowoffset\n ,wchar_t shadowalways)\n\n{\n PangoFontDescription *desc_00;\n u... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1\n (type_2 *widget,type_3 var_7,type_3 wide,type_3 bold,type_3 shadowoffset\n ,type_3 shadowalways)\n\n{\n type_4 *var_2;\n type_1 *puVar1;\n type_5 *var_4;\n type_... | (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 ... |
1211_puttytel_and_puttytel_strip.c | from_backend | FUN_0016480d | from_backend |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
wchar_t from_backend(void *frontend,wchar_t is_stderr,char *data,wchar_t len)
{
wchar_t wVar1;
char *data_local;
wchar_t len_local;
wchar_t is_stderr_local;
void *frontend_local;
gui_data *inst;
wVar1 = term_data(*(Terminal **)... |
void FUN_0016480d(long param_1,undefined4 param_2,undefined8 param_3,undefined4 param_4)
{
FUN_0014b82b(*(undefined8 *)(param_1 + 0xda0),param_2,param_3,param_4);
return;
}
| (translation_unit "void FUN_0016480d(long param_1,undefined4 param_2,undefined8 param_3,undefined4 param_4)\n\n{\n FUN_0014b82b(*(undefined8 *)(param_1 + 0xda0),param_2,param_3,param_4);\n return;\n}\n\n" (function_definition "void FUN_0016480d(long param_1,undefined4 param_2,undefined8 param_3,undefined4 param_4)\n\... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV qword ptr [RBP + -0x28],RDX
MOV dword ptr [RBP + -0x20],ECX
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0xda0]
MOV ECX,dword ptr [RBP + -0x20]
... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(void *frontend,type_1 is_stderr,char *data,type_1 len)
{
type_1 wVar1;
char *data_local;
type_1 len_local;
type_1 is_stderr_local;
void *frontend_local;
type_2 *inst;
wVar1 = var_1(*(type_3 **)((long)frontend ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nwchar_t from_backend(void *frontend,wchar_t is_stderr,char *data,wchar_t len)\n\n{\n wchar_t wVar1;\n char *data_local;\n wchar_t len_local;\n wchar_t is_stderr_local;\n void *frontend_local;\n gui_data *inst;\n \n wV... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(void *frontend,type_1 is_stderr,char *data,type_1 len)\n\n{\n type_1 wVar1;\n char *data_local;\n type_1 len_local;\n type_1 is_stderr_local;\n void *frontend_local;\n type_2 *inst;\n \n wVar1 = var_... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
952_pterm_and_pterm_strip.c | treeselection_changed | FUN_0014c902 | 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_0014c902(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_0014c902(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... |
1201_puttytel_and_puttytel_strip.c | our_dialog_add_to_content_area | FUN_0016447d | our_dialog_add_to_content_area |
void our_dialog_add_to_content_area
(GtkWindow *dlg,GtkWidget *w,gboolean expand,gboolean fill,guint padding)
{
undefined8 uVar1;
undefined8 uVar2;
guint padding_local;
gboolean fill_local;
gboolean expand_local;
GtkWidget *w_local;
GtkWindow *dlg_local;
GtkBox *vbox;
uVar1 = gtk_b... |
void FUN_0016447d(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5)
{
undefined8 uVar1;
undefined8 uVar2;
uVar1 = gtk_box_get_type();
uVar2 = gtk_bin_get_type();
uVar2 = g_type_check_instance_cast(param_1,uVar2);
uVar2 = gtk_bin_get_child(... | (translation_unit "void FUN_0016447d(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n \n uVar1 = gtk_box_get_type();\n uVar2 = gtk_bin_get_type();\n uVar2 = g_type_check_instance_cast(param_1,uVar2);\n... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x38
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV dword ptr [RBP + -0x34],EDX
MOV dword ptr [RBP + -0x38],ECX
MOV dword ptr [RBP + -0x3c],R8D
CALL 0x00110ea0
MOV RBX,RAX
CALL 0x00111260
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x28]
MOV RSI,RDX
MOV RDI,RAX
CALL ... |
void function_1
(type_1 *dlg,type_2 *w,type_3 expand,type_3 fill,type_4 padding)
{
type_5 uVar1;
type_5 uVar2;
type_4 padding_local;
type_3 fill_local;
type_3 expand_local;
type_2 *w_local;
type_1 *dlg_local;
type_6 *vbox;
uVar1 = var_1();
uVar2 = var_2();
uVar2 = var_3(dlg,uVa... | (translation_unit "void our_dialog_add_to_content_area\n (GtkWindow *dlg,GtkWidget *w,gboolean expand,gboolean fill,guint padding)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n guint padding_local;\n gboolean fill_local;\n gboolean expand_local;\n GtkWidget *w_local;\n GtkWindow *dlg_local;\n Gtk... | (translation_unit "void function_1\n (type_1 *dlg,type_2 *w,type_3 expand,type_3 fill,type_4 padding)\n\n{\n type_5 uVar1;\n type_5 uVar2;\n type_4 padding_local;\n type_3 fill_local;\n type_3 expand_local;\n type_2 *w_local;\n type_1 *dlg_local;\n type_6 *vbox;\n \n uVar1 = var_1();\n uVar2 = ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe... |
845_pterm_and_pterm_strip.c | find234 | FUN_00143c57 | find234 |
void * find234(tree234 *t,void *e,cmpfn234 cmp)
{
void *pvVar1;
cmpfn234 cmp_local;
void *e_local;
tree234 *t_local;
pvVar1 = findrelpos234(t,e,cmp,0,(int *)0x0);
return pvVar1;
}
|
void FUN_00143c57(undefined8 param_1,undefined8 param_2,undefined8 param_3)
{
FUN_00143a25(param_1,param_2,param_3,0,0);
return;
}
| (translation_unit "void FUN_00143c57(undefined8 param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_00143a25(param_1,param_2,param_3,0,0);\n return;\n}\n\n" (function_definition "void FUN_00143c57(undefined8 param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_00143a25(param_1,param_2,param_3,0,0);\n ret... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV RDX,qword ptr [RBP + -0x18]
MOV RSI,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RBP + -0x8]
MOV R8D,0x0
MOV ECX,0x0
MOV RDI,RAX
CALL 0x00143a25
LEAVE
RET |
void * function_1(type_1 *t,void *e,type_2 cmp)
{
void *pvVar1;
type_2 cmp_local;
void *e_local;
type_1 *t_local;
pvVar1 = var_1(t,e,cmp,0,(int *)0x0);
return pvVar1;
}
| (translation_unit "void * find234(tree234 *t,void *e,cmpfn234 cmp)\n\n{\n void *pvVar1;\n cmpfn234 cmp_local;\n void *e_local;\n tree234 *t_local;\n \n pvVar1 = findrelpos234(t,e,cmp,0,(int *)0x0);\n return pvVar1;\n}\n\n" (function_definition "void * find234(tree234 *t,void *e,cmpfn234 cmp)\n\n{\n void *pvVar1... | (translation_unit "void * function_1(type_1 *t,void *e,type_2 cmp)\n\n{\n void *pvVar1;\n type_2 cmp_local;\n void *e_local;\n type_1 *t_local;\n \n pvVar1 = var_1(t,e,cmp,0,(int *)0x0);\n return pvVar1;\n}\n\n" (function_definition "void * function_1(type_1 *t,void *e,type_2 cmp)\n\n{\n void *pvVar1;\n type_2... | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (prim... |
1037_pterm_and_pterm_strip.c | fontinfo_realname_compare | FUN_00154ee0 | 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_00154ee0(undefined8 *param_1,undefined8 *param_2)
{
int iVar1;
iVar1 = FUN_00154e85(*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_00154ee0(undefined8 *param_1,undefined8 *param_2)\n\n{\n int iVar1;\n \n iVar1 = FUN_00154e85(*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... |
799_pterm_and_pterm_strip.c | term_bidi_cache_hit | FUN_0013d0d3 | term_bidi_cache_hit |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
wchar_t term_bidi_cache_hit(Terminal *term,wchar_t line,termchar *lbefore,wchar_t width)
{
wchar_t wVar1;
termchar *lbefore_local;
wchar_t width_local;
wchar_t line_local;
Terminal *term_local;
wchar_t i;
if (term->pre_bidi_cac... |
undefined8 FUN_0013d0d3(long param_1,int param_2,long param_3,int param_4)
{
int iVar1;
undefined8 uVar2;
int local_c;
if (*(long *)(param_1 + 0x1178) == 0) {
uVar2 = 0;
}
else if (param_2 < *(int *)(param_1 + 0x1188)) {
if (*(long *)(*(long *)(param_1 + 0x1178) + (long)param_2 * 0x20 + 8) == 0... | (translation_unit "undefined8 FUN_0013d0d3(long param_1,int param_2,long param_3,int param_4)\n\n{\n int iVar1;\n undefined8 uVar2;\n int local_c;\n \n if (*(long *)(param_1 + 0x1178) == 0) {\n uVar2 = 0;\n }\n else if (param_2 < *(int *)(param_1 + 0x1188)) {\n if (*(long *)(*(long *)(param_1 + 0x1178) + (... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x28
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV qword ptr [RBP + -0x28],RDX
MOV dword ptr [RBP + -0x20],ECX
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX + 0x1178]
TEST RAX,RAX
JNZ 0x0013d103
MOV EAX,0x0
JMP 0x0013d1f0
MOV RAX,qword ptr [RBP + -0x18]
MOV EA... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(type_2 *term,type_1 var_1,type_3 *var_5,type_1 var_2)
{
type_1 var_6;
type_3 *lbefore_local;
type_1 width_local;
type_1 line_local;
type_2 *term_local;
type_1 var_3;
if (term->pre_bidi_cache == (type_4 *)0x0) ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nwchar_t term_bidi_cache_hit(Terminal *term,wchar_t line,termchar *lbefore,wchar_t width)\n\n{\n wchar_t wVar1;\n termchar *lbefore_local;\n wchar_t width_local;\n wchar_t line_local;\n Terminal *term_local;\n wchar_t i;... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 *term,type_1 var_1,type_3 *var_5,type_1 var_2)\n\n{\n type_1 var_6;\n type_3 *lbefore_local;\n type_1 width_local;\n type_1 line_local;\n type_2 *term_local;\n type_1 var_3;\n \n if (term->pre... | (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... |
1160_puttytel_and_puttytel_strip.c | fontinfo_realname_find | FUN_0015e923 | fontinfo_realname_find |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
wchar_t fontinfo_realname_find(void *av,void *bv)
{
wchar_t wVar1;
void *bv_local;
void *av_local;
wchar_t i;
fontinfo_realname_find *a;
fontinfo *b;
/* WARNING: Load size is inaccurate */
... |
int FUN_0015e923(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 *)(param_1 + 1)) & 7) == 0) {
iVar1 = 0;
}
else if ((*(uint *)(param_1 + 1) & 7) < (*(uint *)((long)param_2 + 0x2c... | (translation_unit "int FUN_0015e923(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 *)(param_1 + 1)) & 7) == 0) {\n iVar1 = 0;\n }\n else if ((*(uint *)(param_1 + 1) & 7) < (*(... | 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;
function_1 *a;
type_2 *b;
/* WARNING: Load size is inaccurate */
/* WARNING: Load size is inac... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nwchar_t fontinfo_realname_find(void *av,void *bv)\n\n{\n wchar_t wVar1;\n void *bv_local;\n void *av_local;\n wchar_t i;\n fontinfo_realname_find *a;\n fontinfo *b;\n \n /* WARNING: Load size is inac... | (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 function_1 *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... |
1275_puttytel_and_puttytel_strip.c | free_ctx | FUN_00169616 | free_ctx |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void free_ctx(Context ctx)
{
Context ctx_local;
draw_ctx *dctx;
if (*(int *)((long)ctx + 8) == 0) {
cairo_destroy(*(undefined8 *)((long)ctx + 0x18));
}
safefree(ctx);
return;
}
|
void FUN_00169616(long param_1)
{
if (*(int *)(param_1 + 8) == 0) {
cairo_destroy(*(undefined8 *)(param_1 + 0x18));
}
FUN_001299ed(param_1);
return;
}
| (translation_unit "void FUN_00169616(long param_1)\n\n{\n if (*(int *)(param_1 + 8) == 0) {\n cairo_destroy(*(undefined8 *)(param_1 + 0x18));\n }\n FUN_001299ed(param_1);\n return;\n}\n\n" (function_definition "void FUN_00169616(long param_1)\n\n{\n if (*(int *)(param_1 + 8) == 0) {\n cairo_destroy(*(undefin... | 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
JNZ 0x00169645
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x18]
MOV RDI,RAX
CALL 0x001116d0
MOV RAX,qwor... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 ctx)
{
type_1 ctx_local;
type_2 *dctx;
if (*(int *)((long)ctx + 8) == 0) {
var_1(*(type_3 *)((long)ctx + 0x18));
}
var_2(ctx);
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid free_ctx(Context ctx)\n\n{\n Context ctx_local;\n draw_ctx *dctx;\n \n if (*(int *)((long)ctx + 8) == 0) {\n cairo_destroy(*(undefined8 *)((long)ctx + 0x18));\n }\n safefree(ctx);\n return;\n}\n\n" comment (fun... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 ctx)\n\n{\n type_1 ctx_local;\n type_2 *dctx;\n \n if (*(int *)((long)ctx + 8) == 0) {\n var_1(*(type_3 *)((long)ctx + 0x18));\n }\n var_2(ctx);\n return;\n}\n\n" comment (function_definition ... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)... |
732_pterm_and_pterm_strip.c | save_settings | FUN_0012a525 | save_settings |
char * save_settings(char *section,Conf *conf)
{
long in_FS_OFFSET;
Conf *conf_local;
char *section_local;
char *errmsg;
void *sesskey;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
sesskey = open_settings_w(section,&errmsg);
if (sesskey != (void *)0x0) {
save_open_settings(sesske... |
undefined8 FUN_0012a525(undefined8 param_1,undefined8 param_2)
{
long in_FS_OFFSET;
undefined8 local_20;
long local_18;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_18 = FUN_00167f2a(param_1,&local_20);
if (local_18 != 0) {
FUN_0012a5a2(local_18,param_2);
FUN_0016814a(local... | (translation_unit "undefined8 FUN_0012a525(undefined8 param_1,undefined8 param_2)\n\n{\n long in_FS_OFFSET;\n undefined8 local_20;\n long local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_18 = FUN_00167f2a(param_1,&local_20);\n if (local_18 != 0) {\n FUN_0012a5a2(local_18,par... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
LEA RDX,[RBP + -0x18]
MOV RAX,qword ptr [RBP + -0x28]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x00167f2a
MOV qword ptr [RBP + -0x10],RAX
CMP qword ptr [RBP + -0x1... |
char * function_1(char *section,type_1 *conf)
{
long var_1;
type_1 *conf_local;
char *section_local;
char *errmsg;
void *var_3;
long var_6;
var_6 = *(long *)(var_1 + 0x28);
var_3 = var_2(section,&errmsg);
if (var_3 != (void *)0x0) {
var_4(var_3,conf);
var_5(var_3);
errmsg = (char *)0x... | (translation_unit "char * save_settings(char *section,Conf *conf)\n\n{\n long in_FS_OFFSET;\n Conf *conf_local;\n char *section_local;\n char *errmsg;\n void *sesskey;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n sesskey = open_settings_w(section,&errmsg);\n if (sesskey != (void *)0x0) {... | (translation_unit "char * function_1(char *section,type_1 *conf)\n\n{\n long var_1;\n type_1 *conf_local;\n char *section_local;\n char *errmsg;\n void *var_3;\n long var_6;\n \n var_6 = *(long *)(var_1 + 0x28);\n var_3 = var_2(section,&errmsg);\n if (var_3 != (void *)0x0) {\n var_4(var_3,conf);\n var_5... | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_... |
1152_puttytel_and_puttytel_strip.c | multifont_create | FUN_0015e454 | multifont_create |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
unifont * multifont_create(GtkWidget *widget,char *name,wchar_t wide,wchar_t bold,
wchar_t shadowoffset,wchar_t shadowalways)
{
unifont_vtable *puVar1;
unifont *puVar2;
wchar_t shadowalways_local;
wchar_t shado... |
undefined8 *
FUN_0015e454(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6)
{
long lVar1;
undefined8 *puVar2;
uint local_24;
long local_20;
lVar1 = FUN_0015e28a(param_1,param_2,param_3,param_4,param_5,param_6);
if (lVar1 == 0... | (translation_unit "undefined8 *\nFUN_0015e454(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n long lVar1;\n undefined8 *puVar2;\n uint local_24;\n long local_20;\n \n lVar1 = FUN_0015e28a(param_1,param_2,param_3,param_4,param_... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV dword ptr [RBP + -0x34],EDX
MOV dword ptr [RBP + -0x38],ECX
MOV dword ptr [RBP + -0x3c],R8D
MOV dword ptr [RBP + -0x40],R9D
MOV R8D,dword ptr [RBP + -0x40]
MOV EDI,dword ptr [RBP + -0x3c]
MOV ECX,dword ptr [RBP + -0x38... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 * function_1(type_2 *widget,char *name,type_3 wide,type_3 bold,
type_3 shadowoffset,type_3 shadowalways)
{
type_4 *var_2;
type_1 *puVar2;
type_3 shadowalways_local;
type_3 shadowoffset_local;
type_3 bo... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nunifont * multifont_create(GtkWidget *widget,char *name,wchar_t wide,wchar_t bold,\n wchar_t shadowoffset,wchar_t shadowalways)\n\n{\n unifont_vtable *puVar1;\n unifont *puVar2;\n wchar_t shadowalw... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(type_2 *widget,char *name,type_3 wide,type_3 bold,\n type_3 shadowoffset,type_3 shadowalways)\n\n{\n type_4 *var_2;\n type_1 *puVar2;\n type_3 shadowalways_local;\n type_3 shad... | (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 ... |
1470_puttytel_and_puttytel_strip.c | open_settings_r | FUN_00175bae | open_settings_r |
void * open_settings_r(char *sessionname)
{
char *__s;
char *pcVar1;
FILE *__stream;
tree234 *t;
char *pcVar2;
size_t sVar3;
undefined8 *e;
char *sessionname_local;
char *filename;
FILE *fp;
tree234 *ret;
char *line;
char *value;
skeyval *kv;
pcVar1 = make_filename(5,sessionname);
_... |
undefined8 FUN_00175bae(undefined8 param_1)
{
char *__s;
char *pcVar1;
FILE *__stream;
undefined8 uVar2;
char *pcVar3;
size_t sVar4;
undefined8 *puVar5;
undefined8 uVar6;
pcVar1 = (char *)FUN_00175214(5,param_1);
__stream = fopen64(pcVar1,"r");
FUN_001299ed(pcVar1);
if (__stream == (FILE *)... | (translation_unit "undefined8 FUN_00175bae(undefined8 param_1)\n\n{\n char *__s;\n char *pcVar1;\n FILE *__stream;\n undefined8 uVar2;\n char *pcVar3;\n size_t sVar4;\n undefined8 *puVar5;\n undefined8 uVar6;\n \n pcVar1 = (char *)FUN_00175214(5,param_1);\n __stream = fopen64(pcVar1,"r");\n FUN_001299ed(pcV... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x38],RDI
MOV RAX,qword ptr [RBP + -0x38]
MOV RSI,RAX
MOV EDI,0x5
CALL 0x00175214
MOV qword ptr [RBP + -0x30],RAX
MOV RAX,qword ptr [RBP + -0x30]
LEA RSI,[0x1a4cb9]
MOV RDI,RAX
CALL 0x001111a0
MOV qword ptr [RBP + -0x28],RAX
MOV RAX,qword ptr [RBP + -0x30]
MOV RDI... |
void * function_1(char *sessionname)
{
char *__s;
char *var_7;
type_1 *var_4;
type_2 *t;
char *var_9;
size_t sVar3;
type_3 *e;
char *sessionname_local;
char *filename;
type_1 *fp;
type_2 *ret;
char *line;
char *value;
type_4 *kv;
var_7 = var_1(5,sessionname);
var_4 = var_2(var_7,"r"... | (translation_unit "void * open_settings_r(char *sessionname)\n\n{\n char *__s;\n char *pcVar1;\n FILE *__stream;\n tree234 *t;\n char *pcVar2;\n size_t sVar3;\n undefined8 *e;\n char *sessionname_local;\n char *filename;\n FILE *fp;\n tree234 *ret;\n char *line;\n char *value;\n skeyval *kv;\n \n pcVar1... | (translation_unit "void * function_1(char *sessionname)\n\n{\n char *__s;\n char *var_7;\n type_1 *var_4;\n type_2 *t;\n char *var_9;\n size_t sVar3;\n type_3 *e;\n char *sessionname_local;\n char *filename;\n type_1 *fp;\n type_2 *ret;\n char *line;\n char *value;\n type_4 *kv;\n \n var_7 = var_1(5,ses... | (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... |
1468_puttytel_and_puttytel_strip.c | provide_xrm_string | FUN_0017597c | provide_xrm_string |
void provide_xrm_string(char *string)
{
undefined8 *e;
void *pvVar1;
ushort **ppuVar2;
char *pcVar3;
char *string_local;
char *p;
char *q;
skeyval *xrms;
char *key;
skeyval *ret;
p = strchr(string,0x3a);
if (p == (char *)0x0) {
fprintf(stderr,"pterm: expected a colon in resource string ... |
void FUN_0017597c(char *param_1)
{
undefined8 *puVar1;
void *__dest;
ushort **ppuVar2;
undefined8 uVar3;
long lVar4;
char *local_30;
byte *local_28;
local_30 = strchr(param_1,0x3a);
if (local_30 == (char *)0x0) {
fprintf(stderr,"pterm: expected a colon in resource string \"%s\"\n",param_1);
... | (translation_unit "void FUN_0017597c(char *param_1)\n\n{\n undefined8 *puVar1;\n void *__dest;\n ushort **ppuVar2;\n undefined8 uVar3;\n long lVar4;\n char *local_30;\n byte *local_28;\n \n local_30 = strchr(param_1,0x3a);\n if (local_30 == (char *)0x0) {\n fprintf(stderr,"pterm: expected a colon in resour... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x38],RDI
MOV RAX,qword ptr [RBP + -0x38]
MOV ESI,0x3a
MOV RDI,RAX
CALL 0x00110510
MOV qword ptr [RBP + -0x20],RAX
MOV RAX,qword ptr [RBP + -0x20]
MOV qword ptr [RBP + -0x28],RAX
CMP qword ptr [RBP + -0x20],0x0
JNZ 0x001759d0
MOV RAX,qword ptr [0x001b8840]
MOV RDX... |
void function_1(char *var_4)
{
type_1 *e;
void *var_13;
type_2 **ppuVar2;
char *pcVar3;
char *string_local;
char *var_2;
char *var_7;
type_3 *xrms;
char *key;
type_3 *ret;
var_2 = var_1(var_4,0x3a);
if (var_2 == (char *)0x0) {
var_3(stderr,"pterm: expected a colon in resource string \"%... | (translation_unit "void provide_xrm_string(char *string)\n\n{\n undefined8 *e;\n void *pvVar1;\n ushort **ppuVar2;\n char *pcVar3;\n char *string_local;\n char *p;\n char *q;\n skeyval *xrms;\n char *key;\n skeyval *ret;\n \n p = strchr(string,0x3a);\n if (p == (char *)0x0) {\n fprintf(stderr,"pterm: ex... | (translation_unit "void function_1(char *var_4)\n\n{\n type_1 *e;\n void *var_13;\n type_2 **ppuVar2;\n char *pcVar3;\n char *string_local;\n char *var_2;\n char *var_7;\n type_3 *xrms;\n char *key;\n type_3 *ret;\n \n var_2 = var_1(var_4,0x3a);\n if (var_2 == (char *)0x0) {\n var_3(stderr,"pterm: expec... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) de... |
794_pterm_and_pterm_strip.c | do_osc | FUN_00135b86 | do_osc |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void do_osc(Terminal *term)
{
wchar_t wVar1;
uint uVar2;
Terminal *term_local;
if (term->osc_w != L'\0') {
while (wVar1 = term->osc_strlen, term->osc_strlen = wVar1 + L'\xffffffff', wVar1 != L'\0') {
term->wordness[(int)(ui... |
void FUN_00135b86(long param_1)
{
int iVar1;
uint uVar2;
if (*(int *)(param_1 + 0xaa4) != 0) {
while (iVar1 = *(int *)(param_1 + 0x29c), *(int *)(param_1 + 0x29c) = iVar1 + -1, iVar1 != 0) {
*(short *)(param_1 + 8 +
((long)(int)(uint)*(byte *)(param_1 + 0x2a0 + (long)*(int *)(param_... | (translation_unit "void FUN_00135b86(long param_1)\n\n{\n int iVar1;\n uint uVar2;\n \n if (*(int *)(param_1 + 0xaa4) != 0) {\n while (iVar1 = *(int *)(param_1 + 0x29c), *(int *)(param_1 + 0x29c) = iVar1 + -1, iVar1 != 0) {\n *(short *)(param_1 + 8 +\n ((long)(int)(uint)*(byte *)(param_1 + 0x... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0xaa4]
TEST EAX,EAX
JZ 0x00135bfa
JMP 0x00135bda
MOV RAX,qword ptr [RBP + -0x8]
MOV ECX,dword ptr [RAX + 0x214]
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x29c]
MOV RDX,qword ptr [RBP +... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *term)
{
type_2 var_1;
type_3 var_2;
type_1 *term_local;
if (term->osc_w != L'\0') {
while (var_1 = term->osc_strlen, term->osc_strlen = var_1 + L'\xffffffff', var_1 != L'\0') {
term->wordness[(int)(t... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid do_osc(Terminal *term)\n\n{\n wchar_t wVar1;\n uint uVar2;\n Terminal *term_local;\n \n if (term->osc_w != L'\0') {\n while (wVar1 = term->osc_strlen, term->osc_strlen = wVar1 + L'\xffffffff', wVar1 != L'\0') {\n... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term)\n\n{\n type_2 var_1;\n type_3 var_2;\n type_1 *term_local;\n \n if (term->osc_w != L'\0') {\n while (var_1 = term->osc_strlen, term->osc_strlen = var_1 + L'\xffffffff', var_1 != L'\0') {\... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_ide... |
630_pterm_and_pterm_strip.c | ldisc_configure | FUN_001212e2 | ldisc_configure |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void ldisc_configure(void *handle,Conf *conf)
{
int iVar1;
Conf *conf_local;
void *handle_local;
Ldisc ldisc;
iVar1 = conf_get_int(conf,0x4f);
*(int *)((long)handle + 0x20) = iVar1;
iVar1 = conf_get_int(conf,0x50);
*(int *)((... |
void FUN_001212e2(long param_1,undefined8 param_2)
{
undefined4 uVar1;
uVar1 = FUN_00114ec2(param_2,0x4f);
*(undefined4 *)(param_1 + 0x20) = uVar1;
uVar1 = FUN_00114ec2(param_2,0x50);
*(undefined4 *)(param_1 + 0x24) = uVar1;
uVar1 = FUN_00114ec2(param_2,2);
*(undefined4 *)(param_1 + 0x28) = uVar1;
... | (translation_unit "void FUN_001212e2(long param_1,undefined8 param_2)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_00114ec2(param_2,0x4f);\n *(undefined4 *)(param_1 + 0x20) = uVar1;\n uVar1 = FUN_00114ec2(param_2,0x50);\n *(undefined4 *)(param_1 + 0x24) = uVar1;\n uVar1 = FUN_00114ec2(param_2,2);\n *(undefined4 *)... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x20]
MOV ESI,0x4f
MOV RDI,RAX
CALL 0x00114ec2
MOV EDX,EAX
MOV RAX,qword ptr [RBP + -0x8]
MOV dword ptr [RAX + 0x20],EDX
MOV RAX,qwor... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *handle,type_1 *conf)
{
int iVar1;
type_1 *conf_local;
void *handle_local;
type_2 ldisc;
iVar1 = var_1(conf,0x4f);
*(int *)((long)handle + 0x20) = iVar1;
iVar1 = var_1(conf,0x50);
*(int *)((long)handle + ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid ldisc_configure(void *handle,Conf *conf)\n\n{\n int iVar1;\n Conf *conf_local;\n void *handle_local;\n Ldisc ldisc;\n \n iVar1 = conf_get_int(conf,0x4f);\n *(int *)((long)handle + 0x20) = iVar1;\n iVar1 = conf_ge... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *handle,type_1 *conf)\n\n{\n int iVar1;\n type_1 *conf_local;\n void *handle_local;\n type_2 ldisc;\n \n iVar1 = var_1(conf,0x4f);\n *(int *)((long)handle + 0x20) = iVar1;\n iVar1 = var_1(conf,0x5... | (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... |
824_pterm_and_pterm_strip.c | term_set_focus | FUN_00141fbd | term_set_focus |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void term_set_focus(Terminal *term,wchar_t has_focus)
{
wchar_t has_focus_local;
Terminal *term_local;
term->has_focus = has_focus;
term_schedule_cblink(term);
return;
}
|
void FUN_00141fbd(long param_1,undefined4 param_2)
{
*(undefined4 *)(param_1 + 0x194) = param_2;
FUN_001314ba(param_1);
return;
}
| (translation_unit "void FUN_00141fbd(long param_1,undefined4 param_2)\n\n{\n *(undefined4 *)(param_1 + 0x194) = param_2;\n FUN_001314ba(param_1);\n return;\n}\n\n" (function_definition "void FUN_00141fbd(long param_1,undefined4 param_2)\n\n{\n *(undefined4 *)(param_1 + 0x194) = param_2;\n FUN_001314ba(param_1);\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV RAX,qword ptr [RBP + -0x8]
MOV EDX,dword ptr [RBP + -0xc]
MOV dword ptr [RAX + 0x194],EDX
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x001314ba
NOP
LEAVE
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *term,type_2 has_focus)
{
type_2 has_focus_local;
type_1 *term_local;
term->has_focus = has_focus;
var_1(term);
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid term_set_focus(Terminal *term,wchar_t has_focus)\n\n{\n wchar_t has_focus_local;\n Terminal *term_local;\n \n term->has_focus = has_focus;\n term_schedule_cblink(term);\n return;\n}\n\n" comment (function_definitio... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term,type_2 has_focus)\n\n{\n type_2 has_focus_local;\n type_1 *term_local;\n \n term->has_focus = has_focus;\n var_1(term);\n return;\n}\n\n" comment (function_definition "void function_1(type_1... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
716_pterm_and_pterm_strip.c | backend_from_name | FUN_0012967e | backend_from_name |
Backend * backend_from_name(char *name)
{
int iVar1;
char *name_local;
Backend **p;
p = (Backend **)&backends;
while( true ) {
if (*p == (Backend *)0x0) {
return (Backend *)0x0;
}
iVar1 = strcmp((*p)->name,name);
if (iVar1 == 0) break;
p = p + 1;
}
return *p;
}
|
long FUN_0012967e(char *param_1)
{
int iVar1;
long *local_10;
local_10 = &DAT_001a7610;
while( true ) {
if (*local_10 == 0) {
return 0;
}
iVar1 = strcmp(*(char **)(*local_10 + 0x88),param_1);
if (iVar1 == 0) break;
local_10 = local_10 + 1;
}
return *local_10;
}
| (translation_unit "long FUN_0012967e(char *param_1)\n\n{\n int iVar1;\n long *local_10;\n \n local_10 = &DAT_001a7610;\n while( true ) {\n if (*local_10 == 0) {\n return 0;\n }\n iVar1 = strcmp(*(char **)(*local_10 + 0x88),param_1);\n if (iVar1 == 0) break;\n local_10 = local_10 + 1;\n }\n re... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
LEA RAX,[0x1a7610]
MOV qword ptr [RBP + -0x8],RAX
JMP 0x001296c6
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x88]
MOV RDX,qword ptr [RBP + -0x18]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x001105b0
TEST EAX,EAX
JNZ 0x001296c1
MOV... |
type_1 * function_1(char *name)
{
int var_2;
char *name_local;
type_1 **var_3;
var_3 = (type_1 **)&backends;
while( true ) {
if (*var_3 == (type_1 *)0x0) {
return (type_1 *)0x0;
}
var_2 = var_1((*var_3)->name,name);
if (var_2 == 0) break;
var_3 = var_3 + 1;
}
return *var_3;
... | (translation_unit "Backend * backend_from_name(char *name)\n\n{\n int iVar1;\n char *name_local;\n Backend **p;\n \n p = (Backend **)&backends;\n while( true ) {\n if (*p == (Backend *)0x0) {\n return (Backend *)0x0;\n }\n iVar1 = strcmp((*p)->name,name);\n if (iVar1 == 0) break;\n p = p + 1;\... | (translation_unit "type_1 * function_1(char *name)\n\n{\n int var_2;\n char *name_local;\n type_1 **var_3;\n \n var_3 = (type_1 **)&backends;\n while( true ) {\n if (*var_3 == (type_1 *)0x0) {\n return (type_1 *)0x0;\n }\n var_2 = var_1((*var_3)->name,name);\n if (var_2 == 0) break;\n var_3 = ... | (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... |
1168_puttytel_and_puttytel_strip.c | unifontsel_draw_preview_text | FUN_0015f619 | unifontsel_draw_preview_text |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void unifontsel_draw_preview_text(unifontsel_internal *fs)
{
long lVar1;
long lVar2;
undefined8 uVar3;
long in_FS_OFFSET;
unifontsel_internal *fs_local;
GdkWindow *target;
cairo_region_t *region;
unifont_drawctx dctx;
lVar1... |
void FUN_0015f619(long param_1)
{
long lVar1;
undefined8 uVar2;
long in_FS_OFFSET;
int local_68 [2];
undefined8 local_60;
undefined8 local_58;
undefined8 local_20;
undefined8 local_18;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
lVar1 = gtk_widget_get_window(*(undefined8 *)(para... | (translation_unit "void FUN_0015f619(long param_1)\n\n{\n long lVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n int local_68 [2];\n undefined8 local_60;\n undefined8 local_58;\n undefined8 local_20;\n undefined8 local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n lVar1 = gtk_widget... | PUSH RBP
MOV RBP,RSP
ADD RSP,-0x80
MOV qword ptr [RBP + -0x78],RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x78]
MOV RAX,qword ptr [RAX + 0x80]
MOV RDI,RAX
CALL 0x001105b0
MOV qword ptr [RBP + -0x70],RAX
CMP qword ptr [RBP + -0x70],0x0
JZ 0x0015f72d
MOV dword ptr... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *fs)
{
long var_14;
long var_3;
type_2 uVar3;
long var_1;
type_1 *fs_local;
type_3 *target;
type_4 *region;
type_5 dctx;
var_14 = *(long *)(var_1 + 0x28);
var_3 = var_2(fs->preview_area);
if (var_... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid unifontsel_draw_preview_text(unifontsel_internal *fs)\n\n{\n long lVar1;\n long lVar2;\n undefined8 uVar3;\n long in_FS_OFFSET;\n unifontsel_internal *fs_local;\n GdkWindow *target;\n cairo_region_t *region;\n un... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *fs)\n\n{\n long var_14;\n long var_3;\n type_2 uVar3;\n long var_1;\n type_1 *fs_local;\n type_3 *target;\n type_4 *region;\n type_5 dctx;\n \n var_14 = *(long *)(var_1 + 0x28);\n var_3 = 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: (sized_ty... |
1102_puttytel_and_puttytel_strip.c | eventlog_selection_clear | FUN_001594f7 | eventlog_selection_clear |
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
gint eventlog_selection_clear(GtkWidget *widget,GdkEventSelection *seldata,gpointer data)
{
uctrl *puVar1;
undefined8 uVar2;
gpointer data_local;
GdkEventSelection *seldata_local;
GtkWidget *widget_local;
eventlog_stuff *es;
uctrl... |
undefined8 FUN_001594f7(undefined8 param_1,undefined8 param_2,long param_3)
{
long lVar1;
undefined8 uVar2;
lVar1 = FUN_00151cc6(param_3 + 0xc18,*(undefined8 *)(param_3 + 0xc78));
*(undefined4 *)(param_3 + 0xc9c) = 1;
if (*(long *)(lVar1 + 0x38) == 0) {
/* WARNING: Subroutine does not... | (translation_unit "undefined8 FUN_001594f7(undefined8 param_1,undefined8 param_2,long param_3)\n\n{\n long lVar1;\n undefined8 uVar2;\n \n lVar1 = FUN_00151cc6(param_3 + 0xc18,*(undefined8 *)(param_3 + 0xc78));\n *(undefined4 *)(param_3 + 0xc9c) = 1;\n if (*(long *)(lVar1 + 0x38) == 0) {\n /* W... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV qword ptr [RBP + -0x28],RDX
MOV RAX,qword ptr [RBP + -0x28]
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0xc78]
MOV RDX,qword ptr [RBP + -0x10]
ADD RDX,0xc18
MOV RSI,RAX
MOV ... |
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
type_1 function_1(type_2 *widget,type_3 *seldata,type_4 data)
{
type_5 *puVar1;
type_6 uVar2;
type_4 data_local;
type_3 *seldata_local;
type_2 *widget_local;
type_7 *es;
type_5 *uc;
puVar1 = var_1((type_8 *)((long)data + 0xc1... | (translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\ngint eventlog_selection_clear(GtkWidget *widget,GdkEventSelection *seldata,gpointer data)\n\n{\n uctrl *puVar1;\n undefined8 uVar2;\n gpointer data_local;\n GdkEventSelection *seldata_local;\n GtkWidget *widget_local;\n ... | (translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\ntype_1 function_1(type_2 *widget,type_3 *seldata,type_4 data)\n\n{\n type_5 *puVar1;\n type_6 uVar2;\n type_4 data_local;\n type_3 *seldata_local;\n type_2 *widget_local;\n type_7 *es;\n type_5 *uc;\n \n puVar1 = var... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarat... |
1200_puttytel_and_puttytel_strip.c | our_dialog_make_action_hbox | FUN_001643c8 | our_dialog_make_action_hbox |
GtkBox * our_dialog_make_action_hbox(GtkWindow *dlg)
{
GtkWidget *w;
undefined8 uVar1;
GtkBox *pGVar2;
GtkWindow *dlg_local;
GtkWidget *hbox;
w = (GtkWidget *)gtk_box_new(0,0);
our_dialog_set_action_area(dlg,w);
uVar1 = g_type_check_instance_cast(w,0x50);
g_object_set(uVar1,"margin",0,0);
uVar1... |
void FUN_001643c8(undefined8 param_1)
{
undefined8 uVar1;
undefined8 uVar2;
uVar1 = gtk_box_new(0,0);
FUN_001642f0(param_1,uVar1);
uVar2 = g_type_check_instance_cast(uVar1,0x50);
g_object_set(uVar2,"margin",0,0);
uVar2 = g_type_check_instance_cast(uVar1,0x50);
g_object_set(uVar2,"spacing",8,0);
g... | (translation_unit "void FUN_001643c8(undefined8 param_1)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n \n uVar1 = gtk_box_new(0,0);\n FUN_001642f0(param_1,uVar1);\n uVar2 = g_type_check_instance_cast(uVar1,0x50);\n g_object_set(uVar2,"margin",0,0);\n uVar2 = g_type_check_instance_cast(uVar1,0x50);\n g_object_... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV ESI,0x0
MOV EDI,0x0
CALL 0x00110750
MOV qword ptr [RBP + -0x8],RAX
MOV RDX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RBP + -0x18]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x001642f0
MOV RAX,qword ptr [RBP + -0x8]
MOV ESI,0x50
MOV RDI,RAX
CALL 0x00110540
MOV ECX,... |
type_1 * function_1(type_2 *dlg)
{
type_3 *w;
type_4 uVar1;
type_1 *pGVar2;
type_2 *dlg_local;
type_3 *hbox;
w = (type_3 *)var_1(0,0);
var_2(dlg,w);
uVar1 = var_3(w,0x50);
var_4(uVar1,"margin",0,0);
uVar1 = var_3(w,0x50);
var_4(uVar1,"spacing",8,0);
var_5(w);
uVar1 = var_6();
pGVar2 = (... | (translation_unit "GtkBox * our_dialog_make_action_hbox(GtkWindow *dlg)\n\n{\n GtkWidget *w;\n undefined8 uVar1;\n GtkBox *pGVar2;\n GtkWindow *dlg_local;\n GtkWidget *hbox;\n \n w = (GtkWidget *)gtk_box_new(0,0);\n our_dialog_set_action_area(dlg,w);\n uVar1 = g_type_check_instance_cast(w,0x50);\n g_object_se... | (translation_unit "type_1 * function_1(type_2 *dlg)\n\n{\n type_3 *w;\n type_4 uVar1;\n type_1 *pGVar2;\n type_2 *dlg_local;\n type_3 *hbox;\n \n w = (type_3 *)var_1(0,0);\n var_2(dlg,w);\n uVar1 = var_3(w,0x50);\n var_4(uVar1,"margin",0,0);\n uVar1 = var_3(w,0x50);\n var_4(uVar1,"spacing",8,0);\n var_5(w)... | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (dec... |
1452_puttytel_and_puttytel_strip.c | serial_unthrottle | FUN_00174d8d | serial_unthrottle |
void serial_unthrottle(void *handle,int backlog)
{
int backlog_local;
void *handle_local;
Serial serial;
*(int *)((long)handle + 0x10) = backlog;
serial_uxsel_setup((Serial)handle);
return;
}
|
void FUN_00174d8d(long param_1,undefined4 param_2)
{
*(undefined4 *)(param_1 + 0x10) = param_2;
FUN_00174b10(param_1);
return;
}
| (translation_unit "void FUN_00174d8d(long param_1,undefined4 param_2)\n\n{\n *(undefined4 *)(param_1 + 0x10) = param_2;\n FUN_00174b10(param_1);\n return;\n}\n\n" (function_definition "void FUN_00174d8d(long param_1,undefined4 param_2)\n\n{\n *(undefined4 *)(param_1 + 0x10) = param_2;\n FUN_00174b10(param_1);\n r... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV EDX,dword ptr [RBP + -0x1c]
MOV dword ptr [RAX + 0x10],EDX
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x00174b10
NOP
LE... |
void function_1(void *handle,int backlog)
{
int backlog_local;
void *handle_local;
type_1 serial;
*(int *)((long)handle + 0x10) = backlog;
var_1((type_1)handle);
return;
}
| (translation_unit "void serial_unthrottle(void *handle,int backlog)\n\n{\n int backlog_local;\n void *handle_local;\n Serial serial;\n \n *(int *)((long)handle + 0x10) = backlog;\n serial_uxsel_setup((Serial)handle);\n return;\n}\n\n" (function_definition "void serial_unthrottle(void *handle,int backlog)\n\n{\n ... | (translation_unit "void function_1(void *handle,int backlog)\n\n{\n int backlog_local;\n void *handle_local;\n type_1 serial;\n \n *(int *)((long)handle + 0x10) = backlog;\n var_1((type_1)handle);\n return;\n}\n\n" (function_definition "void function_1(void *handle,int backlog)\n\n{\n int backlog_local;\n void... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifi... |
989_pterm_and_pterm_strip.c | x11_char_struct | FUN_00150d27 | x11_char_struct |
XCharStruct * x11_char_struct(XFontStruct *xfs,uchar byte1,uchar byte2)
{
XCharStruct *pXVar1;
uchar byte2_local;
uchar byte1_local;
XFontStruct *xfs_local;
wchar_t index;
if (((uint)byte2 < xfs->min_char_or_byte2) || (xfs->max_char_or_byte2 < (uint)byte2)) {
pXVar1 = (XCharStruct *)0x0;
}
else... |
long FUN_00150d27(long param_1,byte param_2,byte param_3)
{
int local_c;
if (((uint)param_3 < *(uint *)(param_1 + 0x14)) || (*(uint *)(param_1 + 0x18) < (uint)param_3)) {
param_1 = 0;
}
else {
if ((*(int *)(param_1 + 0x1c) == 0) && (*(int *)(param_1 + 0x20) == 0)) {
local_c = (uint)param_3 - ... | (translation_unit "long FUN_00150d27(long param_1,byte param_2,byte param_3)\n\n{\n int local_c;\n \n if (((uint)param_3 < *(uint *)(param_1 + 0x14)) || (*(uint *)(param_1 + 0x18) < (uint)param_3)) {\n param_1 = 0;\n }\n else {\n if ((*(int *)(param_1 + 0x1c) == 0) && (*(int *)(param_1 + 0x20) == 0)) {\n ... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x18],RDI
MOV EAX,ESI
MOV byte ptr [RBP + -0x1c],AL
MOV EAX,EDX
MOV byte ptr [RBP + -0x20],AL
MOVZX EDX,byte ptr [RBP + -0x20]
MOV RAX,qword ptr [RBP + -0x18]
MOV EAX,dword ptr [RAX + 0x14]
CMP EDX,EAX
JC 0x00150d57
MOVZX EDX,byte ptr [RBP + -0x20]
MOV RAX,qword ptr [RBP + -0x... |
type_1 * function_1(type_2 *xfs,type_3 byte1,type_3 byte2)
{
type_1 *pXVar1;
type_3 byte2_local;
type_3 byte1_local;
type_2 *xfs_local;
type_4 var_1;
if (((type_5)byte2 < xfs->min_char_or_byte2) || (xfs->max_char_or_byte2 < (type_5)byte2)) {
pXVar1 = (type_1 *)0x0;
}
else {
if ((xfs->min_by... | (translation_unit "XCharStruct * x11_char_struct(XFontStruct *xfs,uchar byte1,uchar byte2)\n\n{\n XCharStruct *pXVar1;\n uchar byte2_local;\n uchar byte1_local;\n XFontStruct *xfs_local;\n wchar_t index;\n \n if (((uint)byte2 < xfs->min_char_or_byte2) || (xfs->max_char_or_byte2 < (uint)byte2)) {\n pXVar1 = (X... | (translation_unit "type_1 * function_1(type_2 *xfs,type_3 byte1,type_3 byte2)\n\n{\n type_1 *pXVar1;\n type_3 byte2_local;\n type_3 byte1_local;\n type_2 *xfs_local;\n type_4 var_1;\n \n if (((type_5)byte2 < xfs->min_char_or_byte2) || (xfs->max_char_or_byte2 < (type_5)byte2)) {\n pXVar1 = (type_1 *)0x0;\n }\... | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (typ... |
1256_puttytel_and_puttytel_strip.c | retrieve_cutbuffer | FUN_0016836e | retrieve_cutbuffer |
char * retrieve_cutbuffer(wchar_t *nbytes)
{
undefined8 uVar1;
wchar_t *nbytes_local;
char *ptr;
Display *disp;
uVar1 = gdk_display_get_default();
uVar1 = gdk_x11_display_get_xdisplay(uVar1);
ptr = (char *)XFetchBytes(uVar1,nbytes);
if ((*nbytes < L'\x01') && (ptr != (char *)0x0)) {
XFree(ptr);... |
long FUN_0016836e(int *param_1)
{
undefined8 uVar1;
undefined8 local_18;
uVar1 = gdk_display_get_default();
uVar1 = gdk_x11_display_get_xdisplay(uVar1);
local_18 = XFetchBytes(uVar1,param_1);
if ((*param_1 < 1) && (local_18 != 0)) {
XFree(local_18);
local_18 = 0;
}
return local_18;
}
| (translation_unit "long FUN_0016836e(int *param_1)\n\n{\n undefined8 uVar1;\n undefined8 local_18;\n \n uVar1 = gdk_display_get_default();\n uVar1 = gdk_x11_display_get_xdisplay(uVar1);\n local_18 = XFetchBytes(uVar1,param_1);\n if ((*param_1 < 1) && (local_18 != 0)) {\n XFree(local_18);\n local_18 = 0;\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
CALL 0x00110d80
MOV RDI,RAX
CALL 0x00111ee0
MOV qword ptr [RBP + -0x8],RAX
MOV RDX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RBP + -0x8]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x00110c10
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV EAX,dwor... |
char * function_1(type_1 *nbytes)
{
type_2 uVar1;
type_1 *nbytes_local;
char *var_4;
type_3 *disp;
uVar1 = var_1();
uVar1 = var_2(uVar1);
var_4 = (char *)var_3(uVar1,nbytes);
if ((*nbytes < L'\x01') && (var_4 != (char *)0x0)) {
var_5(var_4);
var_4 = (char *)0x0;
}
return var_4;
}
| (translation_unit "char * retrieve_cutbuffer(wchar_t *nbytes)\n\n{\n undefined8 uVar1;\n wchar_t *nbytes_local;\n char *ptr;\n Display *disp;\n \n uVar1 = gdk_display_get_default();\n uVar1 = gdk_x11_display_get_xdisplay(uVar1);\n ptr = (char *)XFetchBytes(uVar1,nbytes);\n if ((*nbytes < L'\x01') && (ptr != (c... | (translation_unit "char * function_1(type_1 *nbytes)\n\n{\n type_2 uVar1;\n type_1 *nbytes_local;\n char *var_4;\n type_3 *disp;\n \n uVar1 = var_1();\n uVar1 = var_2(uVar1);\n var_4 = (char *)var_3(uVar1,nbytes);\n if ((*nbytes < L'\x01') && (var_4 != (char *)0x0)) {\n var_5(var_4);\n var_4 = (char *)0x... | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (decl... |
702_pterm_and_pterm_strip.c | match_ssh_id | FUN_001289ce | match_ssh_id |
int match_ssh_id(int stringlen,void *string,char *id)
{
int iVar1;
size_t sVar2;
char *id_local;
void *string_local;
int stringlen_local;
int idlen;
sVar2 = strlen(id);
if (((int)sVar2 == stringlen) && (iVar1 = memcmp(string,id,(long)(int)sVar2), iVar1 == 0)) {
return 1;
}
return 0;
}
|
undefined8 FUN_001289ce(int param_1,void *param_2,char *param_3)
{
int iVar1;
size_t sVar2;
sVar2 = strlen(param_3);
if (((int)sVar2 == param_1) && (iVar1 = memcmp(param_2,param_3,(long)(int)sVar2), iVar1 == 0)) {
return 1;
}
return 0;
}
| (translation_unit "undefined8 FUN_001289ce(int param_1,void *param_2,char *param_3)\n\n{\n int iVar1;\n size_t sVar2;\n \n sVar2 = strlen(param_3);\n if (((int)sVar2 == param_1) && (iVar1 = memcmp(param_2,param_3,(long)(int)sVar2), iVar1 == 0)) {\n return 1;\n }\n return 0;\n}\n\n" (function_definition "undef... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV dword ptr [RBP + -0x14],EDI
MOV qword ptr [RBP + -0x20],RSI
MOV qword ptr [RBP + -0x28],RDX
MOV RAX,qword ptr [RBP + -0x28]
MOV RDI,RAX
CALL 0x0010f5e0
MOV dword ptr [RBP + -0x4],EAX
MOV EAX,dword ptr [RBP + -0x4]
CMP EAX,dword ptr [RBP + -0x14]
JNZ 0x00128a1c
MOV EAX,dword ptr [RB... |
int function_1(int var_2,void *string,char *id)
{
int var_4;
size_t sVar2;
char *id_local;
void *string_local;
int stringlen_local;
int idlen;
sVar2 = var_1(id);
if (((int)sVar2 == var_2) && (var_4 = var_3(string,id,(long)(int)sVar2), var_4 == 0)) {
return 1;
}
return 0;
}
| (translation_unit "int match_ssh_id(int stringlen,void *string,char *id)\n\n{\n int iVar1;\n size_t sVar2;\n char *id_local;\n void *string_local;\n int stringlen_local;\n int idlen;\n \n sVar2 = strlen(id);\n if (((int)sVar2 == stringlen) && (iVar1 = memcmp(string,id,(long)(int)sVar2), iVar1 == 0)) {\n ret... | (translation_unit "int function_1(int var_2,void *string,char *id)\n\n{\n int var_4;\n size_t sVar2;\n char *id_local;\n void *string_local;\n int stringlen_local;\n int idlen;\n \n sVar2 = var_1(id);\n if (((int)sVar2 == var_2) && (var_4 = var_3(string,id,(long)(int)sVar2), var_4 == 0)) {\n return 1;\n }\... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifie... |
887_pterm_and_pterm_strip.c | fd_input_func | FUN_00147ce9 | fd_input_func |
/* WARNING: Enum "GIOFlags": Some values do not have unique names */
gboolean fd_input_func(GIOChannel *source,GIOCondition condition,gpointer data)
{
int fd;
gpointer data_local;
GIOCondition condition_local;
GIOChannel *source_local;
int sourcefd;
fd = g_io_channel_unix_get_fd(source);
if ((condit... |
undefined8 FUN_00147ce9(undefined8 param_1,uint param_2)
{
undefined4 uVar1;
uVar1 = g_io_channel_unix_get_fd(param_1);
if ((param_2 & 2) != 0) {
FUN_00167604(uVar1,4);
}
if ((param_2 & 1) != 0) {
FUN_00167604(uVar1,1);
}
if ((param_2 & 4) != 0) {
FUN_00167604(uVar1,2);
}
return 1;
}
... | (translation_unit "undefined8 FUN_00147ce9(undefined8 param_1,uint param_2)\n\n{\n undefined4 uVar1;\n \n uVar1 = g_io_channel_unix_get_fd(param_1);\n if ((param_2 & 2) != 0) {\n FUN_00167604(uVar1,4);\n }\n if ((param_2 & 1) != 0) {\n FUN_00167604(uVar1,1);\n }\n if ((param_2 & 4) != 0) {\n FUN_001676... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV qword ptr [RBP + -0x28],RDX
MOV RAX,qword ptr [RBP + -0x18]
MOV RDI,RAX
CALL 0x00110b60
MOV dword ptr [RBP + -0x4],EAX
MOV EAX,dword ptr [RBP + -0x1c]
AND EAX,0x2
TEST EAX,EAX
JZ 0x00147d24
MOV EAX,dword ptr [RBP + -0x... |
/* WARNING: Enum "GIOFlags": Some values do not have unique names */
type_1 function_1(type_2 *source,type_3 var_2,type_4 data)
{
int fd;
type_4 data_local;
type_3 condition_local;
type_2 *source_local;
int sourcefd;
fd = var_1(source);
if ((var_2 & var_3) != 0) {
var_4(fd,4);
}
if ((var_2 &... | (translation_unit "/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\ngboolean fd_input_func(GIOChannel *source,GIOCondition condition,gpointer data)\n\n{\n int fd;\n gpointer data_local;\n GIOCondition condition_local;\n GIOChannel *source_local;\n int sourcefd;\n \n fd = g_io_channel_unix_... | (translation_unit "/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\ntype_1 function_1(type_2 *source,type_3 var_2,type_4 data)\n\n{\n int fd;\n type_4 data_local;\n type_3 condition_local;\n type_2 *source_local;\n int sourcefd;\n \n fd = var_1(source);\n if ((var_2 & var_3) != 0) {\n ... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarat... |
806_pterm_and_pterm_strip.c | term_scroll_to_selection | FUN_0013f84e | term_scroll_to_selection |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void term_scroll_to_selection(Terminal *term,wchar_t which_end)
{
wchar_t wVar1;
wchar_t which_end_local;
Terminal *term_local;
wchar_t y;
wchar_t sbtop;
pos target;
wVar1 = sblines(term);
y = -wVar1;
if (term->selstate == ... |
void FUN_0013f84e(long param_1,int param_2)
{
int local_18;
int local_10;
local_18 = FUN_00130f8a(param_1);
local_18 = -local_18;
if (*(int *)(param_1 + 0xeb4) == 3) {
if (param_2 == 0) {
local_10 = (int)*(undefined8 *)(param_1 + 0xec0);
}
else {
local_10 = (int)*(undefined8 *)(pa... | (translation_unit "void FUN_0013f84e(long param_1,int param_2)\n\n{\n int local_18;\n int local_10;\n \n local_18 = FUN_00130f8a(param_1);\n local_18 = -local_18;\n if (*(int *)(param_1 + 0xeb4) == 3) {\n if (param_2 == 0) {\n local_10 = (int)*(undefined8 *)(param_1 + 0xec0);\n }\n else {\n loc... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV RAX,qword ptr [RBP + -0x18]
MOV RDI,RAX
CALL 0x00130f8a
NEG EAX
MOV dword ptr [RBP + -0xc],EAX
MOV RAX,qword ptr [RBP + -0x18]
MOV EAX,dword ptr [RAX + 0xeb4]
CMP EAX,0x3
JNZ 0x0013f8f3
CMP dword ptr [RBP + -0x1c],0x0
... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *term,type_2 var_3)
{
type_2 var_5;
type_2 which_end_local;
type_1 *term_local;
type_2 var_4;
type_2 sbtop;
type_3 target;
var_5 = var_1(term);
var_4 = -var_5;
if (term->selstate == var_2) {
if (v... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid term_scroll_to_selection(Terminal *term,wchar_t which_end)\n\n{\n wchar_t wVar1;\n wchar_t which_end_local;\n Terminal *term_local;\n wchar_t y;\n wchar_t sbtop;\n pos target;\n \n wVar1 = sblines(term);\n y = -... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term,type_2 var_3)\n\n{\n type_2 var_5;\n type_2 which_end_local;\n type_1 *term_local;\n type_2 var_4;\n type_2 sbtop;\n type_3 target;\n \n var_5 = var_1(term);\n var_4 = -var_5;\n if (term... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
1057_puttytel_and_puttytel_strip.c | dlg_coloursel_results | FUN_00153951 | dlg_coloursel_results |
int dlg_coloursel_results(control *ctrl,void *dlg,int *r,int *g,int *b)
{
bool bVar1;
int *b_local;
int *g_local;
int *r_local;
void *dlg_local;
control *ctrl_local;
dlgparam *dp;
bVar1 = *(char *)((long)dlg + 0x1b) != '\0';
if (bVar1) {
*r = (uint)*(byte *)((long)dlg + 0x18);
*g = (uint)... |
bool FUN_00153951(undefined8 param_1,long param_2,uint *param_3,uint *param_4,uint *param_5)
{
bool bVar1;
bVar1 = *(char *)(param_2 + 0x1b) != '\0';
if (bVar1) {
*param_3 = (uint)*(byte *)(param_2 + 0x18);
*param_4 = (uint)*(byte *)(param_2 + 0x19);
*param_5 = (uint)*(byte *)(param_2 + 0x1a);
... | (translation_unit "bool FUN_00153951(undefined8 param_1,long param_2,uint *param_3,uint *param_4,uint *param_5)\n\n{\n bool bVar1;\n \n bVar1 = *(char *)(param_2 + 0x1b) != '\0';\n if (bVar1) {\n *param_3 = (uint)*(byte *)(param_2 + 0x18);\n *param_4 = (uint)*(byte *)(param_2 + 0x19);\n *param_5 = (uint)*(... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV qword ptr [RBP + -0x28],RDX
MOV qword ptr [RBP + -0x30],RCX
MOV qword ptr [RBP + -0x38],R8
MOV RAX,qword ptr [RBP + -0x20]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOVZX EAX,byte ptr [RAX + 0x1b]
TEST AL,AL
JZ ... |
int function_1(type_1 *ctrl,void *dlg,int *r,int *g,int *b)
{
bool bVar1;
int *b_local;
int *g_local;
int *r_local;
void *dlg_local;
type_1 *ctrl_local;
type_2 *dp;
bVar1 = *(char *)((long)dlg + 0x1b) != '\0';
if (bVar1) {
*r = (uint)*(type_3 *)((long)dlg + 0x18);
*g = (uint)*(type_3 *)((... | (translation_unit "int dlg_coloursel_results(control *ctrl,void *dlg,int *r,int *g,int *b)\n\n{\n bool bVar1;\n int *b_local;\n int *g_local;\n int *r_local;\n void *dlg_local;\n control *ctrl_local;\n dlgparam *dp;\n \n bVar1 = *(char *)((long)dlg + 0x1b) != '\0';\n if (bVar1) {\n *r = (uint)*(byte *)((lo... | (translation_unit "int function_1(type_1 *ctrl,void *dlg,int *r,int *g,int *b)\n\n{\n bool bVar1;\n int *b_local;\n int *g_local;\n int *r_local;\n void *dlg_local;\n type_1 *ctrl_local;\n type_2 *dp;\n \n bVar1 = *(char *)((long)dlg + 0x1b) != '\0';\n if (bVar1) {\n *r = (uint)*(type_3 *)((long)dlg + 0x18... | (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... |
851_pterm_and_pterm_strip.c | about_handler | FUN_00144c3e | about_handler |
void about_handler(control *ctrl,void *dlg,void *data,int event)
{
int event_local;
void *data_local;
void *dlg_local;
control *ctrl_local;
if (event == 1) {
about_box((ctrl->generic).context.p);
}
return;
}
|
void FUN_00144c3e(long param_1,undefined8 param_2,undefined8 param_3,int param_4)
{
if (param_4 == 1) {
FUN_0014f34a(*(undefined8 *)(param_1 + 0x20));
}
return;
}
| (translation_unit "void FUN_00144c3e(long param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n if (param_4 == 1) {\n FUN_0014f34a(*(undefined8 *)(param_1 + 0x20));\n }\n return;\n}\n\n" (function_definition "void FUN_00144c3e(long param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n if ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV dword ptr [RBP + -0x1c],ECX
CMP dword ptr [RBP + -0x1c],0x1
JNZ 0x00144c6b
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x20]
MOV RDI,RAX
CALL 0x0014f34a
NOP
LEAVE
RET |
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((ctrl->generic).context.p);
}
return;
}
| (translation_unit "void about_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 about_box((ctrl->generic).context.p);\n }\n return;\n}\n\n" (function_definition "void about_handler(control *ctrl... | (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((ctrl->generic).context.p);\n }\n return;\n}\n\n" (function_definition "void function_1(type_1 *ctrl,void *dlg,vo... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... |
1085_puttytel_and_puttytel_strip.c | reallyclose | FUN_0015856d | reallyclose |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int reallyclose(void *frontend)
{
int iVar1;
char *title_00;
undefined8 uVar2;
void *pvVar3;
GtkWidget *parentwin;
void *frontend_local;
int ret;
char *title;
title_00 = dupcat(appname," Exit Confirmation",0);
iVar1 = str... |
undefined4 FUN_0015856d(undefined8 param_1)
{
undefined4 uVar1;
undefined8 uVar2;
undefined8 uVar3;
undefined8 uVar4;
uVar2 = FUN_001287a9(PTR_s_PuTTYtel_001b2de0," Exit Confirmation",0);
uVar1 = FUN_00164221("Most of the width of the above text");
uVar3 = gtk_widget_get_type();
uVar4 = FUN_001649a... | (translation_unit "undefined4 FUN_0015856d(undefined8 param_1)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n \n uVar2 = FUN_001287a9(PTR_s_PuTTYtel_001b2de0," Exit Confirmation",0);\n uVar1 = FUN_00164221("Most of the width of the above text");\n uVar3 = gtk_widget_get_t... | PUSH RBP
MOV RBP,RSP
PUSH R12
PUSH RBX
SUB RSP,0x20
MOV qword ptr [RBP + -0x28],RDI
MOV RAX,qword ptr [0x001b2de0]
MOV EDX,0x0
LEA RSI,[0x1a163b]
MOV RDI,RAX
MOV EAX,0x0
CALL 0x001287a9
MOV qword ptr [RBP + -0x18],RAX
LEA RDI,[0x1a1650]
CALL 0x00164221
MOV EBX,EAX
CALL 0x001104e0
MOV R12,RAX
MOV RAX,qword ptr [RBP + -0... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int function_1(void *frontend)
{
int iVar1;
char *title_00;
type_1 uVar2;
void *pvVar3;
type_2 *parentwin;
void *frontend_local;
int ret;
char *title;
title_00 = var_1(appname," Exit Confirmation",0);
iVar1 = var_2("Most ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint reallyclose(void *frontend)\n\n{\n int iVar1;\n char *title_00;\n undefined8 uVar2;\n void *pvVar3;\n GtkWidget *parentwin;\n void *frontend_local;\n int ret;\n char *title;\n \n title_00 = dupcat(appname," Exit... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(void *frontend)\n\n{\n int iVar1;\n char *title_00;\n type_1 uVar2;\n void *pvVar3;\n type_2 *parentwin;\n void *frontend_local;\n int ret;\n char *title;\n \n title_00 = var_1(appname," Exit Confirma... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive... |
1501_puttytel_and_puttytel_strip.c | mk_wcwidth_cjk | FUN_0017787c | mk_wcwidth_cjk |
int mk_wcwidth_cjk(uint ucs)
{
int iVar1;
uint ucs_local;
iVar1 = bisearch(ucs,mk_wcwidth_cjk::ambiguous,0xb2);
if (iVar1 == 0) {
iVar1 = mk_wcwidth(ucs);
}
else {
iVar1 = 2;
}
return iVar1;
}
|
undefined8 FUN_0017787c(undefined4 param_1)
{
int iVar1;
undefined8 uVar2;
iVar1 = FUN_001776e4(param_1,&DAT_001a78a0,0xb2);
if (iVar1 == 0) {
uVar2 = FUN_0017779e(param_1);
}
else {
uVar2 = 2;
}
return uVar2;
}
| (translation_unit "undefined8 FUN_0017787c(undefined4 param_1)\n\n{\n int iVar1;\n undefined8 uVar2;\n \n iVar1 = FUN_001776e4(param_1,&DAT_001a78a0,0xb2);\n if (iVar1 == 0) {\n uVar2 = FUN_0017779e(param_1);\n }\n else {\n uVar2 = 2;\n }\n return uVar2;\n}\n\n" (function_definition "undefined8 FUN_00177... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x8
MOV dword ptr [RBP + -0x4],EDI
MOV EAX,dword ptr [RBP + -0x4]
MOV EDX,0xb2
LEA RSI,[0x1a78a0]
MOV EDI,EAX
CALL 0x001776e4
TEST EAX,EAX
JZ 0x001778a8
MOV EAX,0x2
JMP 0x001778b2
MOV EAX,dword ptr [RBP + -0x4]
MOV EDI,EAX
CALL 0x0017779e
LEAVE
RET |
int function_1(type_1 ucs)
{
int var_2;
type_1 ucs_local;
var_2 = var_1(ucs,function_1::ambiguous,0xb2);
if (var_2 == 0) {
var_2 = var_3(ucs);
}
else {
var_2 = 2;
}
return var_2;
}
| (translation_unit "int mk_wcwidth_cjk(uint ucs)\n\n{\n int iVar1;\n uint ucs_local;\n \n iVar1 = bisearch(ucs,mk_wcwidth_cjk::ambiguous,0xb2);\n if (iVar1 == 0) {\n iVar1 = mk_wcwidth(ucs);\n }\n else {\n iVar1 = 2;\n }\n return iVar1;\n}\n\n" (function_definition "int mk_wcwidth_cjk(uint ucs)\n\n{\n in... | (translation_unit "int function_1(type_1 ucs)\n\n{\n int var_2;\n type_1 ucs_local;\n \n var_2 = var_1(ucs,function_1::ambiguous,0xb2);\n if (var_2 == 0) {\n var_2 = var_3(ucs);\n }\n else {\n var_2 = 2;\n }\n return var_2;\n}\n\n" (function_definition "int function_1(type_1 ucs)\n\n{\n int var_2;\n ty... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declarat... |
695_pterm_and_pterm_strip.c | saferealloc | FUN_001283e7 | saferealloc |
void * saferealloc(void *ptr,size_t n,size_t size)
{
long lVar1;
undefined auVar2 [16];
long in_FS_OFFSET;
size_t size_local;
size_t n_local;
void *ptr_local;
void *p;
char str [200];
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
auVar2._8_8_ = 0;
auVar2._0_8_ = size;
if (SUB168((ZEXT816(0) << 0x... |
void * FUN_001283e7(void *param_1,ulong param_2,ulong param_3)
{
undefined auVar1 [16];
long in_FS_OFFSET;
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._0_8... | (translation_unit "void * FUN_001283e7(void *param_1,ulong param_2,ulong param_3)\n\n{\n undefined auVar1 [16];\n long in_FS_OFFSET;\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);\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x100
MOV qword ptr [RBP + -0xe8],RDI
MOV qword ptr [RBP + -0xf0],RSI
MOV qword ptr [RBP + -0xf8],RDX
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 + -0xf8]
CMP qword ptr [RBP + -0xf0],RAX
JBE 0x0012843d
MOV qword pt... |
void * function_1(void *var_6,size_t var_5,size_t var_8)
{
long var_13;
type_1 var_4 [16];
long var_1;
size_t size_local;
size_t n_local;
void *ptr_local;
void *var_10;
char str [200];
var_13 = *(long *)(var_1 + 0x28);
var_4._8_8_ = 0;
var_4._0_8_ = var_8;
if (var_2((var_3(0) << 0x40 | var_... | (translation_unit "void * saferealloc(void *ptr,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 *ptr_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... | (translation_unit "void * function_1(void *var_6,size_t var_5,size_t var_8)\n\n{\n long var_13;\n type_1 var_4 [16];\n long var_1;\n size_t size_local;\n size_t n_local;\n void *ptr_local;\n void *var_10;\n char str [200];\n \n var_13 = *(long *)(var_1 + 0x28);\n var_4._8_8_ = 0;\n var_4._0_8_ = var_8;\n i... | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi... |
1302_puttytel_and_puttytel_strip.c | special_menuitem | FUN_0016b624 | special_menuitem |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void special_menuitem(GtkMenuItem *item,gpointer data)
{
undefined4 uVar1;
undefined8 uVar2;
gpointer data_local;
GtkMenuItem *item_local;
wchar_t code;
gui_data *inst;
uVar2 = g_type_check_instance_cast(item,0x50);
uVar1 = g... |
void FUN_0016b624(undefined8 param_1,long param_2)
{
undefined4 uVar1;
undefined8 uVar2;
uVar2 = g_type_check_instance_cast(param_1,0x50);
uVar1 = g_object_get_data(uVar2,"user-data");
if (*(long *)(param_2 + 0xd90) != 0) {
(**(code **)(*(long *)(param_2 + 0xd90) + 0x30))(*(undefined8 *)(param_2 + 0x... | (translation_unit "void FUN_0016b624(undefined8 param_1,long param_2)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n \n uVar2 = g_type_check_instance_cast(param_1,0x50);\n uVar1 = g_object_get_data(uVar2,"user-data");\n if (*(long *)(param_2 + 0xd90) != 0) {\n (**(code **)(*(long *)(param_2 + 0xd90) + 0x30))(*... | 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 + -0x18]
MOV ESI,0x50
MOV RDI,RAX
CALL 0x00110540
LEA RSI,[0x1a3bcb]
MOV RDI,RAX
CALL 0x00111eb0
MOV dword ptr [RBP + -0xc],EAX
MOV RAX,... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *item,type_2 data)
{
type_3 uVar1;
type_4 uVar2;
type_2 data_local;
type_1 *item_local;
type_5 type_7;
type_6 *inst;
uVar2 = var_1(item,0x50);
uVar1 = var_2(uVar2,"user-data");
if (*(long *)((long)dat... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid special_menuitem(GtkMenuItem *item,gpointer data)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n gpointer data_local;\n GtkMenuItem *item_local;\n wchar_t code;\n gui_data *inst;\n \n uVar2 = g_type_check_instanc... | (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_3 uVar1;\n type_4 uVar2;\n type_2 data_local;\n type_1 *item_local;\n type_5 type_7;\n type_6 *inst;\n \n uVar2 = var_1(item,0x50);\n uVar1 = var_2(uVar2,"user-da... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
1352_puttytel_and_puttytel_strip.c | sk_addr_needs_port | FUN_0016f4aa | sk_addr_needs_port |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int sk_addr_needs_port(SockAddr addr)
{
int iVar1;
SockAddr addr_local;
if ((addr->superfamily == ADDRTYPE_UNSPEC) || (addr->superfamily == ABOUT_TO)) {
iVar1 = 0;
}
else {
iVar1 = 1;
}
return iVar1;
}
|
undefined8 FUN_0016f4aa(long param_1)
{
undefined8 uVar1;
if ((*(int *)(param_1 + 0x10) == 0) || (*(int *)(param_1 + 0x10) == 1)) {
uVar1 = 0;
}
else {
uVar1 = 1;
}
return uVar1;
}
| (translation_unit "undefined8 FUN_0016f4aa(long param_1)\n\n{\n undefined8 uVar1;\n \n if ((*(int *)(param_1 + 0x10) == 0) || (*(int *)(param_1 + 0x10) == 1)) {\n uVar1 = 0;\n }\n else {\n uVar1 = 1;\n }\n return uVar1;\n}\n\n" (function_definition "undefined8 FUN_0016f4aa(long param_1)\n\n{\n undefined8 ... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x10]
TEST EAX,EAX
JZ 0x0016f4c9
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x10]
CMP EAX,0x1
JNZ 0x0016f4d0
MOV EAX,0x0
JMP 0x0016f4d5
MOV EAX,0x1
POP RBP
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int function_1(type_1 addr)
{
int iVar1;
type_1 addr_local;
if ((addr->superfamily == var_1) || (addr->superfamily == var_2)) {
iVar1 = 0;
}
else {
iVar1 = 1;
}
return iVar1;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint sk_addr_needs_port(SockAddr addr)\n\n{\n int iVar1;\n SockAddr addr_local;\n \n if ((addr->superfamily == ADDRTYPE_UNSPEC) || (addr->superfamily == ABOUT_TO)) {\n iVar1 = 0;\n }\n else {\n iVar1 = 1;\n }\n r... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(type_1 addr)\n\n{\n int iVar1;\n type_1 addr_local;\n \n if ((addr->superfamily == var_1) || (addr->superfamily == var_2)) {\n iVar1 = 0;\n }\n else {\n iVar1 = 1;\n }\n return iVar1;\n}\n\n" comm... | (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))... |
790_pterm_and_pterm_strip.c | check_boundary | FUN_00134a97 | check_boundary |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void check_boundary(Terminal *term,wchar_t x,wchar_t y)
{
termchar *ptVar1;
ulong uVar2;
undefined4 uVar3;
termline *line;
termchar *ptVar4;
wchar_t y_local;
wchar_t x_local;
Terminal *term_local;
termline *ldata;
if ((L'... |
void FUN_00134a97(long param_1,int param_2,undefined4 param_3)
{
undefined8 *puVar1;
undefined8 uVar2;
ushort *puVar3;
undefined8 *puVar4;
if ((0 < param_2) && (param_2 <= *(int *)(param_1 + 0x18c))) {
puVar3 = (ushort *)FUN_00130fe4(param_1,param_3,0x955,1);
FUN_0013123f(param_1,puVar3);
if ... | (translation_unit "void FUN_00134a97(long param_1,int param_2,undefined4 param_3)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n ushort *puVar3;\n undefined8 *puVar4;\n \n if ((0 < param_2) && (param_2 <= *(int *)(param_1 + 0x18c))) {\n puVar3 = (ushort *)FUN_00130fe4(param_1,param_3,0x955,1);\n FUN_00131... | 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
CMP dword ptr [RBP + -0x1c],0x0
JLE 0x00134bf1
MOV RAX,qword ptr [RBP + -0x18]
MOV EAX,dword ptr [RAX + 0x18c]
CMP dword ptr [RBP + -0x1c],EAX
JG 0x00134bf1
MOV ESI,dword ptr [RBP + -0x20]
M... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *term,type_2 var_1,type_2 y)
{
type_3 *ptVar1;
type_4 uVar2;
type_5 uVar3;
type_6 *line;
type_3 *ptVar4;
type_2 y_local;
type_2 x_local;
type_1 *term_local;
type_6 *ldata;
if ((L'\0' < var_1) && (va... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid check_boundary(Terminal *term,wchar_t x,wchar_t y)\n\n{\n termchar *ptVar1;\n ulong uVar2;\n undefined4 uVar3;\n termline *line;\n termchar *ptVar4;\n wchar_t y_local;\n wchar_t x_local;\n Terminal *term_local;\n... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term,type_2 var_1,type_2 y)\n\n{\n type_3 *ptVar1;\n type_4 uVar2;\n type_5 uVar3;\n type_6 *line;\n type_3 *ptVar4;\n type_2 y_local;\n type_2 x_local;\n type_1 *term_local;\n type_6 *ldata;\... | (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... |
615_pterm_and_pterm_strip.c | ctrl_listbox | FUN_0012098b | ctrl_listbox |
control * ctrl_listbox(controlset *s,char *label,char shortcut,intorptr helpctx,handler_fn handler,
intorptr context)
{
control *pcVar1;
char *pcVar2;
intorptr context_local;
handler_fn handler_local;
intorptr helpctx_local;
char shortcut_local;
char *label_local;
controlset *s_l... |
long FUN_0012098b(undefined8 param_1,long param_2,undefined param_3,undefined8 param_4,
undefined8 param_5,undefined8 param_6)
{
long lVar1;
undefined8 uVar2;
lVar1 = FUN_00120055(param_1,5,param_4,param_5,param_6);
if (param_2 == 0) {
uVar2 = 0;
}
else {
uVar2 = FUN_0012725c(p... | (translation_unit "long FUN_0012098b(undefined8 param_1,long param_2,undefined param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6)\n\n{\n long lVar1;\n undefined8 uVar2;\n \n lVar1 = FUN_00120055(param_1,5,param_4,param_5,param_6);\n if (param_2 == 0) {\n uVar2 = 0;\n }\n else... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV EAX,EDX
MOV qword ptr [RBP + -0x30],RCX
MOV qword ptr [RBP + -0x38],R8
MOV qword ptr [RBP + -0x40],R9
MOV byte ptr [RBP + -0x24],AL
MOV RSI,qword ptr [RBP + -0x40]
MOV RCX,qword ptr [RBP + -0x38]
MOV RDX,qword ptr [RBP... |
type_1 * function_1(type_2 *s,char *var_2,char shortcut,type_3 helpctx,type_4 handler,
type_3 context)
{
type_1 *pcVar1;
char *pcVar2;
type_3 context_local;
type_4 handler_local;
type_3 helpctx_local;
char shortcut_local;
char *label_local;
type_2 *s_local;
type_1 *c;
pcVa... | (translation_unit "control * ctrl_listbox(controlset *s,char *label,char shortcut,intorptr helpctx,handler_fn handler,\n intorptr context)\n\n{\n control *pcVar1;\n char *pcVar2;\n intorptr context_local;\n handler_fn handler_local;\n intorptr helpctx_local;\n char shortcut_local;\n char *la... | (translation_unit "type_1 * function_1(type_2 *s,char *var_2,char shortcut,type_3 helpctx,type_4 handler,\n type_3 context)\n\n{\n type_1 *pcVar1;\n char *pcVar2;\n type_3 context_local;\n type_4 handler_local;\n type_3 helpctx_local;\n char shortcut_local;\n char *label_local;\n type_2 *s_... | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (pri... |
667_pterm_and_pterm_strip.c | prompt_ensure_result_size | FUN_00127091 | prompt_ensure_result_size |
void prompt_ensure_result_size(prompt_t *pr,int newlen)
{
int iVar1;
char *__dest;
int newlen_local;
prompt_t *pr_local;
char *newbuf;
if ((int)pr->resultsize < newlen) {
iVar1 = newlen * 5;
if (iVar1 < 0) {
iVar1 = iVar1 + 3;
}
iVar1 = (iVar1 >> 2) + 0x200;
__dest = (char *)s... |
void FUN_00127091(long param_1,int param_2)
{
int iVar1;
void *__dest;
if ((int)*(undefined8 *)(param_1 + 0x18) < param_2) {
param_2 = param_2 * 5;
if (param_2 < 0) {
param_2 = param_2 + 3;
}
iVar1 = (param_2 >> 2) + 0x200;
__dest = (void *)FUN_001282f0((long)iVar1,1);
memcpy(__... | (translation_unit "void FUN_00127091(long param_1,int param_2)\n\n{\n int iVar1;\n void *__dest;\n \n if ((int)*(undefined8 *)(param_1 + 0x18) < param_2) {\n param_2 = param_2 * 5;\n if (param_2 < 0) {\n param_2 = param_2 + 3;\n }\n iVar1 = (param_2 >> 2) + 0x200;\n __dest = (void *)FUN_001282f0... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX + 0x18]
CMP dword ptr [RBP + -0x1c],EAX
JLE 0x00127148
MOV EDX,dword ptr [RBP + -0x1c]
MOV EAX,EDX
SHL EAX,0x2
ADD EAX,EDX
LEA EDX,[RAX + 0x3]
TEST EAX,EAX
CMOVS EAX,E... |
void function_1(type_1 *pr,int var_1)
{
int var_2;
char *__dest;
int newlen_local;
type_1 *pr_local;
char *newbuf;
if ((int)pr->resultsize < var_1) {
var_2 = var_1 * 5;
if (var_2 < 0) {
var_2 = var_2 + 3;
}
var_2 = (var_2 >> 2) + 0x200;
__dest = (char *)var_3((long)var_2,1);
... | (translation_unit "void prompt_ensure_result_size(prompt_t *pr,int newlen)\n\n{\n int iVar1;\n char *__dest;\n int newlen_local;\n prompt_t *pr_local;\n char *newbuf;\n \n if ((int)pr->resultsize < newlen) {\n iVar1 = newlen * 5;\n if (iVar1 < 0) {\n iVar1 = iVar1 + 3;\n }\n iVar1 = (iVar1 >> 2)... | (translation_unit "void function_1(type_1 *pr,int var_1)\n\n{\n int var_2;\n char *__dest;\n int newlen_local;\n type_1 *pr_local;\n char *newbuf;\n \n if ((int)pr->resultsize < var_1) {\n var_2 = var_1 * 5;\n if (var_2 < 0) {\n var_2 = var_2 + 3;\n }\n var_2 = (var_2 >> 2) + 0x200;\n __dest ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identif... |
776_pterm_and_pterm_strip.c | term_copy_stuff_from_conf | FUN_00131ef1 | term_copy_stuff_from_conf |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void term_copy_stuff_from_conf(Terminal *term)
{
char cVar1;
wchar_t wVar2;
size_t sVar3;
char *pcVar4;
long in_FS_OFFSET;
Terminal *term_local;
char c;
wchar_t maxlen;
char *n;
char *answerback;
long local_10;
local_... |
void FUN_00131ef1(long param_1)
{
int iVar1;
undefined uVar2;
undefined4 uVar3;
size_t sVar4;
undefined8 uVar5;
long in_FS_OFFSET;
char *local_20;
char *local_18;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
uVar3 = FUN_00114ec2(*(undefined8 *)(param_1 + 0x1120),0x84);
*(undefi... | (translation_unit "void FUN_00131ef1(long param_1)\n\n{\n int iVar1;\n undefined uVar2;\n undefined4 uVar3;\n size_t sVar4;\n undefined8 uVar5;\n long in_FS_OFFSET;\n char *local_20;\n char *local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n uVar3 = FUN_00114ec2(*(undefined8 *)(par... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x28]
MOV RAX,qword ptr [RAX + 0x1120]
MOV ESI,0x84
MOV RDI,RAX
CALL 0x00114ec2
MOV EDX,EAX
MOV RAX,qword ptr [RBP + -0x28]
MOV dword ptr [RAX + 0x118c],EDX
... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *term)
{
char cVar1;
type_2 var_8;
size_t sVar3;
char *pcVar4;
long var_1;
type_1 *term_local;
char c;
type_2 maxlen;
char *var_7;
char *var_9;
long var_10;
var_10 = *(long *)(var_1 + 0x28);
v... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid term_copy_stuff_from_conf(Terminal *term)\n\n{\n char cVar1;\n wchar_t wVar2;\n size_t sVar3;\n char *pcVar4;\n long in_FS_OFFSET;\n Terminal *term_local;\n char c;\n wchar_t maxlen;\n char *n;\n char *answerba... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term)\n\n{\n char cVar1;\n type_2 var_8;\n size_t sVar3;\n char *pcVar4;\n long var_1;\n type_1 *term_local;\n char c;\n type_2 maxlen;\n char *var_7;\n char *var_9;\n long var_10;\n \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... |
935_pterm_and_pterm_strip.c | dlg_coloursel_results | FUN_00149f9b | dlg_coloursel_results |
int dlg_coloursel_results(control *ctrl,void *dlg,int *r,int *g,int *b)
{
bool bVar1;
int *b_local;
int *g_local;
int *r_local;
void *dlg_local;
control *ctrl_local;
dlgparam *dp;
bVar1 = *(char *)((long)dlg + 0x1b) != '\0';
if (bVar1) {
*r = (uint)*(byte *)((long)dlg + 0x18);
*g = (uint)... |
bool FUN_00149f9b(undefined8 param_1,long param_2,uint *param_3,uint *param_4,uint *param_5)
{
bool bVar1;
bVar1 = *(char *)(param_2 + 0x1b) != '\0';
if (bVar1) {
*param_3 = (uint)*(byte *)(param_2 + 0x18);
*param_4 = (uint)*(byte *)(param_2 + 0x19);
*param_5 = (uint)*(byte *)(param_2 + 0x1a);
... | (translation_unit "bool FUN_00149f9b(undefined8 param_1,long param_2,uint *param_3,uint *param_4,uint *param_5)\n\n{\n bool bVar1;\n \n bVar1 = *(char *)(param_2 + 0x1b) != '\0';\n if (bVar1) {\n *param_3 = (uint)*(byte *)(param_2 + 0x18);\n *param_4 = (uint)*(byte *)(param_2 + 0x19);\n *param_5 = (uint)*(... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV qword ptr [RBP + -0x28],RDX
MOV qword ptr [RBP + -0x30],RCX
MOV qword ptr [RBP + -0x38],R8
MOV RAX,qword ptr [RBP + -0x20]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOVZX EAX,byte ptr [RAX + 0x1b]
TEST AL,AL
JZ ... |
int function_1(type_1 *ctrl,void *dlg,int *r,int *g,int *b)
{
bool bVar1;
int *b_local;
int *g_local;
int *r_local;
void *dlg_local;
type_1 *ctrl_local;
type_2 *dp;
bVar1 = *(char *)((long)dlg + 0x1b) != '\0';
if (bVar1) {
*r = (uint)*(type_3 *)((long)dlg + 0x18);
*g = (uint)*(type_3 *)((... | (translation_unit "int dlg_coloursel_results(control *ctrl,void *dlg,int *r,int *g,int *b)\n\n{\n bool bVar1;\n int *b_local;\n int *g_local;\n int *r_local;\n void *dlg_local;\n control *ctrl_local;\n dlgparam *dp;\n \n bVar1 = *(char *)((long)dlg + 0x1b) != '\0';\n if (bVar1) {\n *r = (uint)*(byte *)((lo... | (translation_unit "int function_1(type_1 *ctrl,void *dlg,int *r,int *g,int *b)\n\n{\n bool bVar1;\n int *b_local;\n int *g_local;\n int *r_local;\n void *dlg_local;\n type_1 *ctrl_local;\n type_2 *dp;\n \n bVar1 = *(char *)((long)dlg + 0x1b) != '\0';\n if (bVar1) {\n *r = (uint)*(type_3 *)((long)dlg + 0x18... | (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... |
1311_puttytel_and_puttytel_strip.c | saved_session_freedata | FUN_0016c334 | saved_session_freedata |
void saved_session_freedata(GtkMenuItem *item,gpointer data)
{
undefined8 uVar1;
void *ptr;
gpointer data_local;
GtkMenuItem *item_local;
char *str;
uVar1 = g_type_check_instance_cast(item,0x50);
ptr = (void *)g_object_get_data(uVar1,"user-data");
safefree(ptr);
return;
}
|
void FUN_0016c334(undefined8 param_1)
{
undefined8 uVar1;
uVar1 = g_type_check_instance_cast(param_1,0x50);
uVar1 = g_object_get_data(uVar1,"user-data");
FUN_001299ed(uVar1);
return;
}
| (translation_unit "void FUN_0016c334(undefined8 param_1)\n\n{\n undefined8 uVar1;\n \n uVar1 = g_type_check_instance_cast(param_1,0x50);\n uVar1 = g_object_get_data(uVar1,"user-data");\n FUN_001299ed(uVar1);\n return;\n}\n\n" (function_definition "void FUN_0016c334(undefined8 param_1)\n\n{\n undefined8 uVar1;\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV RAX,qword ptr [RBP + -0x18]
MOV ESI,0x50
MOV RDI,RAX
CALL 0x00110540
LEA RSI,[0x1a3bcb]
MOV RDI,RAX
CALL 0x00111eb0
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x001299ed
NOP
LEAVE
RE... |
void function_1(type_1 *item,type_2 data)
{
type_3 uVar1;
void *ptr;
type_2 data_local;
type_1 *item_local;
char *str;
uVar1 = var_1(item,0x50);
ptr = (void *)var_2(uVar1,"user-data");
var_3(ptr);
return;
}
| (translation_unit "void saved_session_freedata(GtkMenuItem *item,gpointer data)\n\n{\n undefined8 uVar1;\n void *ptr;\n gpointer data_local;\n GtkMenuItem *item_local;\n char *str;\n \n uVar1 = g_type_check_instance_cast(item,0x50);\n ptr = (void *)g_object_get_data(uVar1,"user-data");\n safefree(ptr);\n retu... | (translation_unit "void function_1(type_1 *item,type_2 data)\n\n{\n type_3 uVar1;\n void *ptr;\n type_2 data_local;\n type_1 *item_local;\n char *str;\n \n uVar1 = var_1(item,0x50);\n ptr = (void *)var_2(uVar1,"user-data");\n var_3(ptr);\n return;\n}\n\n" (function_definition "void function_1(type_1 *item,typ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... |
654_pterm_and_pterm_strip.c | getPreviousLevel | FUN_00123cb1 | getPreviousLevel |
wchar_t getPreviousLevel(uchar *level,wchar_t from)
{
wchar_t wVar1;
long lVar2;
wchar_t from_local;
uchar *level_local;
uchar current;
if (from < L'\x01') {
wVar1 = L'\xffffffff';
}
else {
from_local = from + L'\xffffffff';
lVar2 = (long)from_local;
for (; (L'\xffffffff' < from_loc... |
ulong FUN_00123cb1(long param_1,int param_2)
{
ulong uVar1;
long lVar2;
undefined4 local_24;
if (param_2 < 1) {
uVar1 = 0xffffffff;
}
else {
local_24 = param_2 + -1;
lVar2 = (long)local_24;
for (; (-1 < local_24 && (*(char *)(param_1 + lVar2) == *(char *)(param_1 + local_24)));
... | (translation_unit "ulong FUN_00123cb1(long param_1,int param_2)\n\n{\n ulong uVar1;\n long lVar2;\n undefined4 local_24;\n \n if (param_2 < 1) {\n uVar1 = 0xffffffff;\n }\n else {\n local_24 = param_2 + -1;\n lVar2 = (long)local_24;\n for (; (-1 < local_24 && (*(char *)(param_1 + lVar2) == *(char *)(... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
CMP dword ptr [RBP + -0x1c],0x0
JLE 0x00123d1c
SUB dword ptr [RBP + -0x1c],0x1
MOV EAX,dword ptr [RBP + -0x1c]
MOVSXD RDX,EAX
MOV RAX,qword ptr [RBP + -0x18]
ADD RAX,RDX
MOVZX EAX,byte ptr [RAX]
MOV byte ptr [RBP + -0x1],AL
JMP 0x00123... |
type_1 function_1(type_2 *level,type_1 var_1)
{
type_1 wVar1;
long lVar2;
type_1 var_2;
type_2 *level_local;
type_2 current;
if (var_1 < L'\x01') {
wVar1 = L'\xffffffff';
}
else {
var_2 = var_1 + L'\xffffffff';
lVar2 = (long)var_2;
for (; (L'\xffffffff' < var_2 && (level[lVar2] == l... | (translation_unit "wchar_t getPreviousLevel(uchar *level,wchar_t from)\n\n{\n wchar_t wVar1;\n long lVar2;\n wchar_t from_local;\n uchar *level_local;\n uchar current;\n \n if (from < L'\x01') {\n wVar1 = L'\xffffffff';\n }\n else {\n from_local = from + L'\xffffffff';\n lVar2 = (long)from_local;\n ... | (translation_unit "type_1 function_1(type_2 *level,type_1 var_1)\n\n{\n type_1 wVar1;\n long lVar2;\n type_1 var_2;\n type_2 *level_local;\n type_2 current;\n \n if (var_1 < L'\x01') {\n wVar1 = L'\xffffffff';\n }\n else {\n var_2 = var_1 + L'\xffffffff';\n lVar2 = (long)var_2;\n for (; (L'\xffffff... | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (ident... |
1346_puttytel_and_puttytel_strip.c | sk_cleanup | FUN_0016efc6 | sk_cleanup |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void sk_cleanup(void)
{
void *pvVar1;
int i;
Actual_Socket_conflict s;
if (sktree != (tree234 *)0x0) {
i = 0;
while( true ) {
pvVar1 = index23... |
void FUN_0016efc6(void)
{
long lVar1;
undefined4 local_14;
if (DAT_001b8948 != 0) {
local_14 = 0;
while( true ) {
lVar1 = FUN_0014d2a4(DAT_001b8948,local_14);
if (lVar1 == 0) break;
close(*(int *)(lVar1 + 0x10));
local_14 = local_14 + 1;
}
}
return;
}
| (translation_unit "void FUN_0016efc6(void)\n\n{\n long lVar1;\n undefined4 local_14;\n \n if (DAT_001b8948 != 0) {\n local_14 = 0;\n while( true ) {\n lVar1 = FUN_0014d2a4(DAT_001b8948,local_14);\n if (lVar1 == 0) break;\n close(*(int *)(lVar1 + 0x10));\n local_14 = local_14 + 1;\n }\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV RAX,qword ptr [0x001b8948]
TEST RAX,RAX
JZ 0x0016f014
MOV dword ptr [RBP + -0xc],0x0
JMP 0x0016eff5
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x10]
MOV EDI,EAX
CALL 0x00111f60
ADD dword ptr [RBP + -0xc],0x1
MOV RAX,qword ptr [0x001b8948]
MOV EDX,dword ptr [RBP + -0xc]... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void)
{
void *var_3;
int var_5;
type_1 s;
if (var_1 != (type_2 *)0x0) {
var_5 = 0;
while( true ) {
var_3 = var_2(var_1,var_5);... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid sk_cleanup(void)\n\n{\n void *pvVar1;\n int i;\n Actual_Socket_conflict s;\n \n if (sktree != (tree234 *)0x0) {\n i = 0;\n while( t... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void)\n\n{\n void *var_3;\n int var_5;\n type_1 s;\n \n if (var_1 != (type_2 *)0x0) {\n var_5 = 0;\n while( true ) {\n ... | (translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarato... |
1463_puttytel_and_puttytel_strip.c | open_settings_w | FUN_001756fe | open_settings_w |
void * open_settings_w(char *sessionname,char **errmsg)
{
char *pcVar1;
char *pcVar2;
char *pcVar3;
FILE *pFVar4;
int *piVar5;
char **errmsg_local;
char *sessionname_local;
char *filename;
char *err;
FILE *fp;
*errmsg = (char *)0x0;
pcVar1 = make_filename(0,(char *)0x0);
pcVar2 = make_dir... |
FILE * FUN_001756fe(undefined8 param_1,undefined8 *param_2)
{
undefined8 uVar1;
long lVar2;
undefined8 uVar3;
FILE *pFVar4;
char *__filename;
int *piVar5;
char *pcVar6;
*param_2 = 0;
uVar1 = FUN_00175214(0,0);
lVar2 = FUN_0016edd1(uVar1,0x1c0);
if (lVar2 == 0) {
FUN_001299ed(uVar1);
u... | (translation_unit "FILE * FUN_001756fe(undefined8 param_1,undefined8 *param_2)\n\n{\n undefined8 uVar1;\n long lVar2;\n undefined8 uVar3;\n FILE *pFVar4;\n char *__filename;\n int *piVar5;\n char *pcVar6;\n \n *param_2 = 0;\n uVar1 = FUN_00175214(0,0);\n lVar2 = FUN_0016edd1(uVar1,0x1c0);\n if (lVar2 == 0) ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV RAX,qword ptr [RBP + -0x30]
MOV qword ptr [RAX],0x0
MOV ESI,0x0
MOV EDI,0x0
CALL 0x00175214
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV ESI,0x1c0
MOV RDI,RAX
CALL 0x0016edd1
MOV qword ptr [RBP +... |
void * function_1(char *sessionname,char **errmsg)
{
char *pcVar1;
char *var_3;
char *pcVar3;
type_1 *var_6;
int *piVar5;
char **errmsg_local;
char *sessionname_local;
char *filename;
char *err;
type_1 *fp;
*errmsg = (char *)0x0;
pcVar1 = var_1(0,(char *)0x0);
var_3 = var_2(pcVar1,0x1c0);... | (translation_unit "void * open_settings_w(char *sessionname,char **errmsg)\n\n{\n char *pcVar1;\n char *pcVar2;\n char *pcVar3;\n FILE *pFVar4;\n int *piVar5;\n char **errmsg_local;\n char *sessionname_local;\n char *filename;\n char *err;\n FILE *fp;\n \n *errmsg = (char *)0x0;\n pcVar1 = make_filename(0,... | (translation_unit "void * function_1(char *sessionname,char **errmsg)\n\n{\n char *pcVar1;\n char *var_3;\n char *pcVar3;\n type_1 *var_6;\n int *piVar5;\n char **errmsg_local;\n char *sessionname_local;\n char *filename;\n char *err;\n type_1 *fp;\n \n *errmsg = (char *)0x0;\n pcVar1 = var_1(0,(char *)0x0... | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi... |
1199_puttytel_and_puttytel_strip.c | our_dialog_set_action_area | FUN_001642f0 | our_dialog_set_action_area |
void our_dialog_set_action_area(GtkWindow *dlg,GtkWidget *w)
{
undefined8 uVar1;
undefined8 uVar2;
GtkWidget *w_local;
GtkWindow *dlg_local;
GtkBox *vbox;
GtkWidget *sep;
uVar1 = gtk_box_get_type();
uVar2 = gtk_bin_get_type();
uVar2 = g_type_check_instance_cast(dlg,uVar2);
uVar2 = gtk_bin_get_c... |
void FUN_001642f0(undefined8 param_1,undefined8 param_2)
{
undefined8 uVar1;
undefined8 uVar2;
uVar1 = gtk_box_get_type();
uVar2 = gtk_bin_get_type();
uVar2 = g_type_check_instance_cast(param_1,uVar2);
uVar2 = gtk_bin_get_child(uVar2);
uVar1 = g_type_check_instance_cast(uVar2,uVar1);
uVar2 = g_type... | (translation_unit "void FUN_001642f0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n \n uVar1 = gtk_box_get_type();\n uVar2 = gtk_bin_get_type();\n uVar2 = g_type_check_instance_cast(param_1,uVar2);\n uVar2 = gtk_bin_get_child(uVar2);\n uVar1 = g_type_check_instance_cast(uV... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x28
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
CALL 0x00110ea0
MOV RBX,RAX
CALL 0x00111260
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x28]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x00110540
MOV RDI,RAX
CALL 0x00111530
MOV RSI,RBX
MOV RDI,RAX
CALL 0x00110540
MOV qword ptr [RB... |
void function_1(type_1 *dlg,type_2 *w)
{
type_3 uVar1;
type_3 uVar2;
type_2 *w_local;
type_1 *dlg_local;
type_4 *vbox;
type_2 *sep;
uVar1 = var_1();
uVar2 = var_2();
uVar2 = var_3(dlg,uVar2);
uVar2 = var_4(uVar2);
uVar1 = var_3(uVar2,uVar1);
uVar2 = var_3(w,0x50);
var_5(uVar2,"margin",8,0... | (translation_unit "void our_dialog_set_action_area(GtkWindow *dlg,GtkWidget *w)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n GtkWidget *w_local;\n GtkWindow *dlg_local;\n GtkBox *vbox;\n GtkWidget *sep;\n \n uVar1 = gtk_box_get_type();\n uVar2 = gtk_bin_get_type();\n uVar2 = g_type_check_instance_cast(dlg,u... | (translation_unit "void function_1(type_1 *dlg,type_2 *w)\n\n{\n type_3 uVar1;\n type_3 uVar2;\n type_2 *w_local;\n type_1 *dlg_local;\n type_4 *vbox;\n type_2 *sep;\n \n uVar1 = var_1();\n uVar2 = var_2();\n uVar2 = var_3(dlg,uVar2);\n uVar2 = var_4(uVar2);\n uVar1 = var_3(uVar2,uVar1);\n uVar2 = var_3(w,... | (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... |
832_pterm_and_pterm_strip.c | timing_last_clock | FUN_001428c0 | timing_last_clock |
/* WARNING: Unknown calling convention */
ulong timing_last_clock(void)
{
return now;
}
|
undefined8 FUN_001428c0(void)
{
return DAT_001a76a0;
}
| (translation_unit "undefined8 FUN_001428c0(void)\n\n{\n return DAT_001a76a0;\n}\n\n" (function_definition "undefined8 FUN_001428c0(void)\n\n{\n return DAT_001a76a0;\n}" type_identifier (function_declarator "FUN_001428c0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (co... | PUSH RBP
MOV RBP,RSP
MOV RAX,qword ptr [0x001a76a0]
POP RBP
RET |
/* WARNING: Unknown calling convention */
type_1 function_1(void)
{
return now;
}
| (translation_unit "/* WARNING: Unknown calling convention */\n\nulong timing_last_clock(void)\n\n{\n return now;\n}\n\n" comment (function_definition "ulong timing_last_clock(void)\n\n{\n return now;\n}" type_identifier (function_declarator "timing_last_clock(void)" identifier (parameter_list "(void)" ( (parameter_de... | (translation_unit "/* WARNING: Unknown calling convention */\n\ntype_1 function_1(void)\n\n{\n return now;\n}\n\n" comment (function_definition "type_1 function_1(void)\n\n{\n return now;\n}" type_identifier (function_declarator "function_1(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" pr... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement (identifier))))) |
684_pterm_and_pterm_strip.c | chomp | FUN_00127b14 | chomp |
char * chomp(char *str)
{
size_t sVar1;
char *str_local;
int len;
if (str != (char *)0x0) {
sVar1 = strlen(str);
len = (int)sVar1;
while ((0 < len && ((str[(long)len + -1] == '\r' || (str[(long)len + -1] == '\n'))))) {
len = len + -1;
}
str[len] = '\0';
}
return str;
}
|
char * FUN_00127b14(char *param_1)
{
size_t sVar1;
int local_c;
if (param_1 != (char *)0x0) {
sVar1 = strlen(param_1);
local_c = (int)sVar1;
while ((0 < local_c &&
((param_1[(long)local_c + -1] == '\r' || (param_1[(long)local_c + -1] == '\n'))))) {
local_c = local_c + -1;
}
... | (translation_unit "char * FUN_00127b14(char *param_1)\n\n{\n size_t sVar1;\n int local_c;\n \n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n local_c = (int)sVar1;\n while ((0 < local_c &&\n ((param_1[(long)local_c + -1] == '\r' || (param_1[(long)local_c + -1] == '\n'))))) {\n lo... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
CMP qword ptr [RBP + -0x18],0x0
JZ 0x00127b80
MOV RAX,qword ptr [RBP + -0x18]
MOV RDI,RAX
CALL 0x0010f5e0
MOV dword ptr [RBP + -0x4],EAX
JMP 0x00127b3c
SUB dword ptr [RBP + -0x4],0x1
CMP dword ptr [RBP + -0x4],0x0
JLE 0x00127b70
MOV EAX,dword ptr [RBP + ... |
char * function_1(char *var_1)
{
size_t sVar1;
char *str_local;
int var_3;
if (var_1 != (char *)0x0) {
sVar1 = var_2(var_1);
var_3 = (int)sVar1;
while ((0 < var_3 && ((var_1[(long)var_3 + -1] == '\r' || (var_1[(long)var_3 + -1] == '\n'))))) {
var_3 = var_3 + -1;
}
var_1[var_3] = '... | (translation_unit "char * chomp(char *str)\n\n{\n size_t sVar1;\n char *str_local;\n int len;\n \n if (str != (char *)0x0) {\n sVar1 = strlen(str);\n len = (int)sVar1;\n while ((0 < len && ((str[(long)len + -1] == '\r' || (str[(long)len + -1] == '\n'))))) {\n len = len + -1;\n }\n str[len] = '\... | (translation_unit "char * function_1(char *var_1)\n\n{\n size_t sVar1;\n char *str_local;\n int var_3;\n \n if (var_1 != (char *)0x0) {\n sVar1 = var_2(var_1);\n var_3 = (int)sVar1;\n while ((0 < var_3 && ((var_1[(long)var_3 + -1] == '\r' || (var_1[(long)var_3 + -1] == '\n'))))) {\n var_3 = var_3 + -... | (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... |
933_pterm_and_pterm_strip.c | dlg_refresh | FUN_00149cef | dlg_refresh |
void dlg_refresh(control *ctrl,void *dlg)
{
long *plVar1;
void *dlg_local;
control *ctrl_local;
int i;
dlgparam *dp;
uctrl *uc;
if (ctrl == (control *)0x0) {
i = 0;
while( true ) {
/* WARNING: Load size is inaccurate */
plVar1 = (long *)index234(*dlg,i);
if (pl... |
void FUN_00149cef(long param_1,undefined8 *param_2)
{
long *plVar1;
int local_1c;
if (param_1 == 0) {
local_1c = 0;
while( true ) {
plVar1 = (long *)FUN_001438ee(*param_2,local_1c);
if (plVar1 == (long *)0x0) break;
if (*plVar1 == 0) {
/* WARNING: Subroutine does... | (translation_unit "void FUN_00149cef(long param_1,undefined8 *param_2)\n\n{\n long *plVar1;\n int local_1c;\n \n if (param_1 == 0) {\n local_1c = 0;\n while( true ) {\n plVar1 = (long *)FUN_001438ee(*param_2,local_1c);\n if (plVar1 == (long *)0x0) break;\n if (*plVar1 == 0) {\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV RAX,qword ptr [RBP + -0x30]
MOV qword ptr [RBP + -0x10],RAX
CMP qword ptr [RBP + -0x28],0x0
JZ 0x00149d43
MOV RAX,qword ptr [RBP + -0x28]
MOV RAX,qword ptr [RAX + 0x18]
TEST RAX,RAX
JZ 0x00149dd3
MOV RAX,qword ptr [RBP... |
void function_1(type_1 *var_1,void *dlg)
{
long *var_3;
void *dlg_local;
type_1 *ctrl_local;
int var_5;
type_2 *dp;
type_3 *uc;
if (var_1 == (type_1 *)0x0) {
var_5 = 0;
while( true ) {
/* WARNING: Load size is inaccurate */
var_3 = (long *)var_2(*dlg,var_5);
if... | (translation_unit "void dlg_refresh(control *ctrl,void *dlg)\n\n{\n long *plVar1;\n void *dlg_local;\n control *ctrl_local;\n int i;\n dlgparam *dp;\n uctrl *uc;\n \n if (ctrl == (control *)0x0) {\n i = 0;\n while( true ) {\n /* WARNING: Load size is inaccurate */\n plVar1 = (long ... | (translation_unit "void function_1(type_1 *var_1,void *dlg)\n\n{\n long *var_3;\n void *dlg_local;\n type_1 *ctrl_local;\n int var_5;\n type_2 *dp;\n type_3 *uc;\n \n if (var_1 == (type_1 *)0x0) {\n var_5 = 0;\n while( true ) {\n /* WARNING: Load size is inaccurate */\n var_3 = (lo... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... |
594_pterm_and_pterm_strip.c | setup_config_box | FUN_00119e86 | setup_config_box |
void setup_config_box(controlbox *b,int midsession,int protocol,int protcfginfo)
{
long lVar1;
long *plVar2;
char *pcVar3;
controlset *pcVar4;
intorptr iVar5;
intorptr iVar6;
control *pcVar7;
undefined8 *p;
intorptr iVar8;
Backend *pBVar9;
intorptr iVar10;
intorptr iVar11;
intorptr iVar12;
... |
void FUN_00119e86(undefined8 param_1,int param_2,int param_3,int param_4)
{
long *plVar1;
long lVar2;
undefined8 uVar3;
undefined8 uVar4;
undefined8 uVar5;
char *pcVar6;
long *plVar7;
undefined8 uVar8;
undefined8 uVar9;
undefined8 uVar10;
undefined8 uVar11;
undefined8 uVar12;
undefined *puVa... | (translation_unit "void FUN_00119e86(undefined8 param_1,int param_2,int param_3,int param_4)\n\n{\n long *plVar1;\n long lVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n char *pcVar6;\n long *plVar7;\n undefined8 uVar8;\n undefined8 uVar9;\n undefined8 uVar10;\n undefined8 uVar11;\n unde... | PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xb8
MOV qword ptr [RBP + -0xb8],RDI
MOV dword ptr [RBP + -0xbc],ESI
MOV dword ptr [RBP + -0xc0],EDX
MOV dword ptr [RBP + -0xc4],ECX
MOV RAX,qword ptr [RBP + -0xb8]
LEA RDX,[0x117cf2]
MOV ESI,0x60
MOV RDI,RAX
CALL 0x0011ff13
MOV qword ptr [RBP + ... |
void function_1(type_1 *b,int var_8,int var_21,int var_31)
{
long var_28;
long *var_4;
char *pcVar3;
type_2 *pcVar4;
type_3 iVar5;
type_3 iVar6;
type_4 *pcVar7;
type_5 *p;
type_3 iVar8;
type_6 *var_17;
type_3 iVar10;
type_3 iVar11;
type_3 iVar12;
type_3 iVar13;
type_3 helpctx;
void *pv... | (translation_unit "void setup_config_box(controlbox *b,int midsession,int protocol,int protcfginfo)\n\n{\n long lVar1;\n long *plVar2;\n char *pcVar3;\n controlset *pcVar4;\n intorptr iVar5;\n intorptr iVar6;\n control *pcVar7;\n undefined8 *p;\n intorptr iVar8;\n Backend *pBVar9;\n intorptr iVar10;\n intor... | (translation_unit "void function_1(type_1 *b,int var_8,int var_21,int var_31)\n\n{\n long var_28;\n long *var_4;\n char *pcVar3;\n type_2 *pcVar4;\n type_3 iVar5;\n type_3 iVar6;\n type_4 *pcVar7;\n type_5 *p;\n type_3 iVar8;\n type_6 *var_17;\n type_3 iVar10;\n type_3 iVar11;\n type_3 iVar12;\n type_3 iV... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identif... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.