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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
693_psftp_and_psftp_strip.c | ssh_sendok | FUN_00147db9 | ssh_sendok |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int ssh_sendok(void *handle)
{
void *handle_local;
Ssh_conflict ssh;
return *(int *)((long)handle + 0x174);
}
|
undefined4 FUN_00147db9(long param_1)
{
return *(undefined4 *)(param_1 + 0x174);
}
| (translation_unit "undefined4 FUN_00147db9(long param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x174);\n}\n\n" (function_definition "undefined4 FUN_00147db9(long param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x174);\n}" type_identifier (function_declarator "FUN_00147db9(long param_1)" identifier (parameter_list ... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x174]
POP RBP
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int function_1(void *handle)
{
void *handle_local;
type_1 ssh;
return *(int *)((long)handle + 0x174);
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint ssh_sendok(void *handle)\n\n{\n void *handle_local;\n Ssh_conflict ssh;\n \n return *(int *)((long)handle + 0x174);\n}\n\n" comment (function_definition "int ssh_sendok(void *handle)\n\n{\n void *handle_local;\n Ssh... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(void *handle)\n\n{\n void *handle_local;\n type_1 ssh;\n \n return *(int *)((long)handle + 0x174);\n}\n\n" comment (function_definition "int function_1(void *handle)\n\n{\n void *handle_local;\n type_1 ss... | (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... |
453_psftp_and_psftp_strip.c | fxp_fstat_recv | FUN_0012507c | fxp_fstat_recv |
int fxp_fstat_recv(sftp_packet *pktin,sftp_request *req,fxp_attrs *attrs)
{
int iVar1;
fxp_attrs *attrs_local;
sftp_request *req_local;
sftp_packet *pktin_local;
safefree(req);
if (pktin->type == 0x69) {
iVar1 = sftp_pkt_getattrs(pktin,attrs);
if (iVar1 == 0) {
fxp_internal_error("malform... |
undefined8 FUN_0012507c(long param_1,undefined8 param_2,undefined8 param_3)
{
int iVar1;
undefined8 uVar2;
FUN_00110fa6(param_2);
if (*(int *)(param_1 + 0x14) == 0x69) {
iVar1 = FUN_00123cff(param_1,param_3);
if (iVar1 == 0) {
FUN_001245a1("malformed SSH_FXP_ATTRS packet");
FUN_00123f15... | (translation_unit "undefined8 FUN_0012507c(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n int iVar1;\n undefined8 uVar2;\n \n FUN_00110fa6(param_2);\n if (*(int *)(param_1 + 0x14) == 0x69) {\n iVar1 = FUN_00123cff(param_1,param_3);\n if (iVar1 == 0) {\n FUN_001245a1("malformed SSH_FXP_ATTRS ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV RAX,qword ptr [RBP + -0x10]
MOV RDI,RAX
CALL 0x00110fa6
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x14]
CMP EAX,0x69
JNZ 0x001250f1
MOV RDX,qword ptr [RBP + -0x18]
MOV RAX,q... |
int function_1(type_1 *pktin,type_2 *req,type_3 *attrs)
{
int var_3;
type_3 *attrs_local;
type_2 *req_local;
type_1 *pktin_local;
var_1(req);
if (pktin->type == 0x69) {
var_3 = var_2(pktin,attrs);
if (var_3 == 0) {
var_4("malformed SSH_FXP_ATTRS packet");
var_5(pktin);
var_3 =... | (translation_unit "int fxp_fstat_recv(sftp_packet *pktin,sftp_request *req,fxp_attrs *attrs)\n\n{\n int iVar1;\n fxp_attrs *attrs_local;\n sftp_request *req_local;\n sftp_packet *pktin_local;\n \n safefree(req);\n if (pktin->type == 0x69) {\n iVar1 = sftp_pkt_getattrs(pktin,attrs);\n if (iVar1 == 0) {\n ... | (translation_unit "int function_1(type_1 *pktin,type_2 *req,type_3 *attrs)\n\n{\n int var_3;\n type_3 *attrs_local;\n type_2 *req_local;\n type_1 *pktin_local;\n \n var_1(req);\n if (pktin->type == 0x69) {\n var_3 = var_2(pktin,attrs);\n if (var_3 == 0) {\n var_4("malformed SSH_FXP_ATTRS packet");\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... |
1209_pterm_and_pterm_strip.c | cloexec | FUN_00164e01 | cloexec |
void cloexec(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_00164e01(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_00164e01(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 0x001109a0
MOV dword ptr [RBP + -0x4],EAX
CMP dword ptr [RBP + -0x4],0x0
JNS 0x00164e62
CALL 0x0010f080
MOV EAX,dword ptr [RAX]
MOV EDI,EAX
CALL 0x0010f4a0
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 cloexec(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)(uin... | (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... |
775_psftp_and_psftp_strip.c | bignum_from_bytes | FUN_00154b5a | bignum_from_bytes |
Bignum_conflict bignum_from_bytes(uchar *data,int nbytes)
{
int iVar1;
int iVar2;
Bignum_conflict b;
int nbytes_local;
uchar *data_local;
uchar byte;
int i;
int w;
Bignum_conflict result;
if ((-1 < nbytes) && (nbytes < 0xfffffff)) {
iVar2 = nbytes + 7;
if (nbytes + 7 < 0) {
iVar2 ... |
long FUN_00154b5a(byte *param_1,int param_2)
{
int iVar1;
int iVar2;
long lVar3;
byte *local_30;
int local_18;
if ((-1 < param_2) && (param_2 < 0xfffffff)) {
iVar2 = param_2 + 7;
if (param_2 + 7 < 0) {
iVar2 = param_2 + 0xe;
}
lVar3 = FUN_00151193(iVar2 >> 3);
for (local_18 = ... | (translation_unit "long FUN_00154b5a(byte *param_1,int param_2)\n\n{\n int iVar1;\n int iVar2;\n long lVar3;\n byte *local_30;\n int local_18;\n \n if ((-1 < param_2) && (param_2 < 0xfffffff)) {\n iVar2 = param_2 + 7;\n if (param_2 + 7 < 0) {\n iVar2 = param_2 + 0xe;\n }\n lVar3 = FUN_00151193(i... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
MOV dword ptr [RBP + -0x2c],ESI
CMP dword ptr [RBP + -0x2c],0x0
JS 0x00154b78
CMP dword ptr [RBP + -0x2c],0xffffffe
JLE 0x00154b97
LEA RCX,[0x1a04d0]
MOV EDX,0x584
LEA RSI,[0x1a0300]
LEA RDI,[0x1a03a0]
CALL 0x00108360
MOV EAX,dword ptr [RBP + -0x2c]
ADD ... |
type_1 function_1(type_2 *data,int var_1)
{
int var_5;
int var_3;
type_1 b;
int nbytes_local;
type_2 *var_6;
type_2 byte;
int var_4;
int w;
type_1 result;
if ((-1 < var_1) && (var_1 < 0xfffffff)) {
var_3 = var_1 + 7;
if (var_1 + 7 < 0) {
var_3 = var_1 + 0xe;
}
b = var_2(va... | (translation_unit "Bignum_conflict bignum_from_bytes(uchar *data,int nbytes)\n\n{\n int iVar1;\n int iVar2;\n Bignum_conflict b;\n int nbytes_local;\n uchar *data_local;\n uchar byte;\n int i;\n int w;\n Bignum_conflict result;\n \n if ((-1 < nbytes) && (nbytes < 0xfffffff)) {\n iVar2 = nbytes + 7;\n i... | (translation_unit "type_1 function_1(type_2 *data,int var_1)\n\n{\n int var_5;\n int var_3;\n type_1 b;\n int nbytes_local;\n type_2 *var_6;\n type_2 byte;\n int var_4;\n int w;\n type_1 result;\n \n if ((-1 < var_1) && (var_1 < 0xfffffff)) {\n var_3 = var_1 + 7;\n if (var_1 + 7 < 0) {\n var_3 = v... | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identi... |
352_psftp_and_psftp_strip.c | sftp_action_chmod | FUN_0011adac | sftp_action_chmod |
int sftp_action_chmod(void *vctx,char *fname)
{
long lVar1;
fxp_attrs attrs_00;
int iVar2;
uint uVar3;
uint uVar4;
sftp_request *psVar5;
sftp_packet *psVar6;
char *pcVar7;
long in_FS_OFFSET;
char *fname_local;
void *vctx_local;
int result;
uint oldperms;
uint newperms;
sftp_context_chmod... |
undefined8 FUN_0011adac(uint *param_1,undefined8 param_2)
{
int iVar1;
uint uVar2;
uint uVar3;
undefined8 uVar4;
undefined8 uVar5;
char *pcVar6;
long in_FS_OFFSET;
ulong local_58 [5];
ulong local_30;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
uVar4 = FUN_00124f14(param_2);
... | (translation_unit "undefined8 FUN_0011adac(uint *param_1,undefined8 param_2)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n char *pcVar6;\n long in_FS_OFFSET;\n ulong local_58 [5];\n ulong local_30;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x90
MOV qword ptr [RBP + -0x88],RDI
MOV qword ptr [RBP + -0x90],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x88]
MOV qword ptr [RBP + -0x68],RAX
MOV RAX,qword ptr [RBP + -0x90]
MOV RDI,RAX
CALL 0x00124f14
MOV qword ptr [RBP + -0x60]... |
int function_1(void *vctx,char *fname)
{
long var_12;
type_1 attrs_00;
int var_5;
type_2 var_8;
type_2 var_9;
type_3 *psVar5;
type_4 *psVar6;
char *pcVar7;
long var_1;
char *fname_local;
void *vctx_local;
int result;
type_2 oldperms;
type_2 newperms;
type_5 *ctx;
type_3 *req;
type_4 ... | (translation_unit "int sftp_action_chmod(void *vctx,char *fname)\n\n{\n long lVar1;\n fxp_attrs attrs_00;\n int iVar2;\n uint uVar3;\n uint uVar4;\n sftp_request *psVar5;\n sftp_packet *psVar6;\n char *pcVar7;\n long in_FS_OFFSET;\n char *fname_local;\n void *vctx_local;\n int result;\n uint oldperms;\n u... | (translation_unit "int function_1(void *vctx,char *fname)\n\n{\n long var_12;\n type_1 attrs_00;\n int var_5;\n type_2 var_8;\n type_2 var_9;\n type_3 *psVar5;\n type_4 *psVar6;\n char *pcVar7;\n long var_1;\n char *fname_local;\n void *vctx_local;\n int result;\n type_2 oldperms;\n type_2 newperms;\n ty... | (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_... |
681_psftp_and_psftp_strip.c | ssh_send | FUN_00146cca | ssh_send |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int ssh_send(void *handle,char *buf,int len)
{
int iVar1;
int len_local;
char *buf_local;
void *handle_local;
Ssh_conflict ssh;
if (((handle == (void *)0x0) || (*(long *)((long)handle + 0x20) == 0)) ||
(*(long *)((long)handl... |
undefined8 FUN_00146cca(long param_1,undefined8 param_2,undefined4 param_3)
{
undefined8 uVar1;
if (((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(long *)(param_1 + 0x368) == 0)) {
uVar1 = 0;
}
else {
(**(code **)(param_1 + 0x368))(param_1,param_2,param_3,0);
uVar1 = FUN_00146d3b(pa... | (translation_unit "undefined8 FUN_00146cca(long param_1,undefined8 param_2,undefined4 param_3)\n\n{\n undefined8 uVar1;\n \n if (((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(long *)(param_1 + 0x368) == 0)) {\n uVar1 = 0;\n }\n else {\n (**(code **)(param_1 + 0x368))(param_1,param_2,param_3,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 RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
CMP qword ptr [RBP + -0x8],0x0
JZ 0x00146d09
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x20]
TEST RAX,RAX
JZ 0x00... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int function_1(void *var_1,char *buf,int len)
{
int iVar1;
int len_local;
char *buf_local;
void *handle_local;
type_1 ssh;
if (((var_1 == (void *)0x0) || (*(long *)((long)var_1 + 0x20) == 0)) ||
(*(long *)((long)var_1 + 0x36... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint ssh_send(void *handle,char *buf,int len)\n\n{\n int iVar1;\n int len_local;\n char *buf_local;\n void *handle_local;\n Ssh_conflict ssh;\n \n if (((handle == (void *)0x0) || (*(long *)((long)handle + 0x20) == 0)) |... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(void *var_1,char *buf,int len)\n\n{\n int iVar1;\n int len_local;\n char *buf_local;\n void *handle_local;\n type_1 ssh;\n \n if (((var_1 == (void *)0x0) || (*(long *)((long)var_1 + 0x20) == 0)) ||\n ... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:... |
1109_pterm_and_pterm_strip.c | configure_area | FUN_0015b491 | configure_area |
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
gint configure_area(GtkWidget *widget,GdkEventConfigure *event,gpointer data)
{
int iVar1;
int iVar2;
int iVar3;
int iVar4;
bool bVar5;
wchar_t newcols;
wcha... |
undefined8 FUN_0015b491(undefined8 param_1,long param_2,long param_3)
{
int iVar1;
int iVar2;
int iVar3;
int iVar4;
bool bVar5;
int iVar6;
int iVar7;
undefined4 uVar8;
undefined8 uVar9;
bVar5 = false;
iVar6 = (*(int *)(param_2 + 0x1c) + *(int *)(param_3 + 0x22f4) * -2) / *(int *)(param_3 + 0x... | (translation_unit "undefined8 FUN_0015b491(undefined8 param_1,long param_2,long param_3)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n bool bVar5;\n int iVar6;\n int iVar7;\n undefined4 uVar8;\n undefined8 uVar9;\n \n bVar5 = false;\n iVar6 = (*(int *)(param_2 + 0x1c) + *(int *)(param_3 + 0x22f... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV qword ptr [RBP + -0x38],RDX
MOV RAX,qword ptr [RBP + -0x38]
MOV qword ptr [RBP + -0x8],RAX
MOV dword ptr [RBP + -0x1c],0x0
MOV RAX,qword ptr [RBP + -0x30]
MOV EDX,dword ptr [RAX + 0x1c]
MOV RAX,qword ptr [RBP + -0x8]
M... |
/* WARNING: Enum "GdkEventType": Some values do not have unique names */
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(type_2 *widget,type_3 *event,type_4 data)
{
int var_7;
int var_6;
int var_9;
int var_8;
bool bVar5;
type_5 var_1;
type_5 var_2;
type_5 ne... | (translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ngint configure_area(GtkWidget *widget,GdkEventConfigure *event,gpointer data)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n bool bVar... | (translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 *widget,type_3 *event,type_4 data)\n\n{\n int var_7;\n int var_6;\n int var_9;\n int var_8;\n bool bVar5;\n type_5 var_1... | (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... |
1185_pterm_and_pterm_strip.c | dup_session_menuitem | FUN_00162885 | dup_session_menuitem |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void dup_session_menuitem(GtkMenuItem *item,gpointer gdata)
{
gpointer gdata_local;
GtkMenuItem *item_local;
gui_data *inst;
launch_duplicate_session(*(Conf **)((long)gdata + 0x22d0));
return;
}
|
void FUN_00162885(undefined8 param_1,long param_2)
{
FUN_00158ddd(*(undefined8 *)(param_2 + 0x22d0));
return;
}
| (translation_unit "void FUN_00162885(undefined8 param_1,long param_2)\n\n{\n FUN_00158ddd(*(undefined8 *)(param_2 + 0x22d0));\n return;\n}\n\n" (function_definition "void FUN_00162885(undefined8 param_1,long param_2)\n\n{\n FUN_00158ddd(*(undefined8 *)(param_2 + 0x22d0));\n return;\n}" primitive_type (function_decl... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV RAX,qword ptr [RBP + -0x20]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x22d0]
MOV RDI,RAX
CALL 0x00158ddd
NOP
LEAVE
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *item,type_2 gdata)
{
type_2 gdata_local;
type_1 *item_local;
type_3 *inst;
var_1(*(type_4 **)((long)gdata + 0x22d0));
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid dup_session_menuitem(GtkMenuItem *item,gpointer gdata)\n\n{\n gpointer gdata_local;\n GtkMenuItem *item_local;\n gui_data *inst;\n \n launch_duplicate_session(*(Conf **)((long)gdata + 0x22d0));\n return;\n}\n\n" co... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *item,type_2 gdata)\n\n{\n type_2 gdata_local;\n type_1 *item_local;\n type_3 *inst;\n \n var_1(*(type_4 **)((long)gdata + 0x22d0));\n return;\n}\n\n" comment (function_definition "void function_1... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
782_psftp_and_psftp_strip.c | ssh2_bignum_length | FUN_0015516f | ssh2_bignum_length |
int ssh2_bignum_length(Bignum_conflict bn)
{
int iVar1;
int iVar2;
Bignum_conflict bn_local;
iVar1 = bignum_bitcount(bn);
iVar2 = iVar1 + 8;
if (iVar1 + 8 < 0) {
iVar2 = iVar1 + 0xf;
}
return (iVar2 >> 3) + 4;
}
|
int FUN_0015516f(undefined8 param_1)
{
int iVar1;
int iVar2;
iVar1 = FUN_001550d7(param_1);
iVar2 = iVar1 + 8;
if (iVar1 + 8 < 0) {
iVar2 = iVar1 + 0xf;
}
return (iVar2 >> 3) + 4;
}
| (translation_unit "int FUN_0015516f(undefined8 param_1)\n\n{\n int iVar1;\n int iVar2;\n \n iVar1 = FUN_001550d7(param_1);\n iVar2 = iVar1 + 8;\n if (iVar1 + 8 < 0) {\n iVar2 = iVar1 + 0xf;\n }\n return (iVar2 >> 3) + 4;\n}\n\n" (function_definition "int FUN_0015516f(undefined8 param_1)\n\n{\n int iVar1;\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x8
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x001550d7
ADD EAX,0x8
LEA EDX,[RAX + 0x7]
TEST EAX,EAX
CMOVS EAX,EDX
SAR EAX,0x3
ADD EAX,0x4
LEAVE
RET |
int function_1(type_1 bn)
{
int var_2;
int var_3;
type_1 bn_local;
var_2 = var_1(bn);
var_3 = var_2 + 8;
if (var_2 + 8 < 0) {
var_3 = var_2 + 0xf;
}
return (var_3 >> 3) + 4;
}
| (translation_unit "int ssh2_bignum_length(Bignum_conflict bn)\n\n{\n int iVar1;\n int iVar2;\n Bignum_conflict bn_local;\n \n iVar1 = bignum_bitcount(bn);\n iVar2 = iVar1 + 8;\n if (iVar1 + 8 < 0) {\n iVar2 = iVar1 + 0xf;\n }\n return (iVar2 >> 3) + 4;\n}\n\n" (function_definition "int ssh2_bignum_length(Bi... | (translation_unit "int function_1(type_1 bn)\n\n{\n int var_2;\n int var_3;\n type_1 bn_local;\n \n var_2 = var_1(bn);\n var_3 = var_2 + 8;\n if (var_2 + 8 < 0) {\n var_3 = var_2 + 0xf;\n }\n return (var_3 >> 3) + 4;\n}\n\n" (function_definition "int function_1(type_1 bn)\n\n{\n int var_2;\n int var_3;\n ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declarat... |
684_psftp_and_psftp_strip.c | ssh_get_specials | FUN_00146fa9 | ssh_get_specials |
/* WARNING: Removing unreachable block (ram,0x00147042) */
/* WARNING: Removing unreachable block (ram,0x001470f4) */
/* WARNING: Removing unreachable block (ram,0x00147238) */
/* WARNING: Removing unreachable block (ram,0x0014719e) */
/* WARNING: Removing unreachable block (ram,0x001472d0) */
/* WARNING: Enum "anon_e... |
/* WARNING: Removing unreachable block (ram,0x00147042) */
/* WARNING: Removing unreachable block (ram,0x001470f4) */
/* WARNING: Removing unreachable block (ram,0x00147238) */
/* WARNING: Removing unreachable block (ram,0x0014719e) */
/* WARNING: Removing unreachable block (ram,0x001472d0) */
void * FUN_00146fa9(lon... | (translation_unit "/* WARNING: Removing unreachable block (ram,0x00147042) */\n/* WARNING: Removing unreachable block (ram,0x001470f4) */\n/* WARNING: Removing unreachable block (ram,0x00147238) */\n/* WARNING: Removing unreachable block (ram,0x0014719e) */\n/* WARNING: Removing unreachable block (ram,0x001472d0) */\n\... | 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 qword ptr [RBP + -0x38],0x0
MOV dword ptr [RBP + -0x64],0x0
MOV dword ptr [RBP + -0x60],0x0
MOV RAX,qword ptr [RBP + -0x78]
MOV qword ptr [RBP + -0x30],RAX
MOV RAX,qword ptr [RBP... |
/* WARNING: Removing unreachable block (ram,0x00147042) */
/* WARNING: Removing unreachable block (ram,0x001470f4) */
/* WARNING: Removing unreachable block (ram,0x00147238) */
/* WARNING: Removing unreachable block (ram,0x0014719e) */
/* WARNING: Removing unreachable block (ram,0x001472d0) */
/* WARNING: Enum "anon_e... | (translation_unit "/* WARNING: Removing unreachable block (ram,0x00147042) */\n/* WARNING: Removing unreachable block (ram,0x001470f4) */\n/* WARNING: Removing unreachable block (ram,0x00147238) */\n/* WARNING: Removing unreachable block (ram,0x0014719e) */\n/* WARNING: Removing unreachable block (ram,0x001472d0) */\n/... | (translation_unit "/* WARNING: Removing unreachable block (ram,0x00147042) */\n/* WARNING: Removing unreachable block (ram,0x001470f4) */\n/* WARNING: Removing unreachable block (ram,0x00147238) */\n/* WARNING: Removing unreachable block (ram,0x0014719e) */\n/* WARNING: Removing unreachable block (ram,0x001472d0) */\n/... | (translation_unit (comment) (comment) (comment) (comment) (comment) (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator d... |
512_psftp_and_psftp_strip.c | ssh2_rdpkt | FUN_00128ba9 | ssh2_rdpkt |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
Packet * ssh2_rdpkt(Ssh_conflict ssh,uchar **data,int *datalen)
{
long lVar1;
ulong uVar2;
int iVar3;
Packet *pPVar4;
long lVar5;
uchar *puVar6;
char *pcVar7;
long in_FS_OFFSET;
int *datalen_local;
uchar **data_local;
Ssh_... |
ulong FUN_00128ba9(long param_1,long *param_2,int *param_3)
{
undefined *puVar1;
int iVar2;
ulong uVar3;
undefined8 uVar4;
long in_FS_OFFSET;
int local_44;
void *local_40;
ulong *local_38;
undefined4 *local_30;
undefined4 local_24;
long local_20;
local_20 = *(long *)(in_FS_OFFSET + 0x28);
... | (translation_unit "ulong FUN_00128ba9(long param_1,long *param_2,int *param_3)\n\n{\n undefined *puVar1;\n int iVar2;\n ulong uVar3;\n undefined8 uVar4;\n long in_FS_OFFSET;\n int local_44;\n void *local_40;\n ulong *local_38;\n undefined4 *local_30;\n undefined4 local_24;\n long local_20;\n \n local_20 = ... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x58
MOV qword ptr [RBP + -0x48],RDI
MOV qword ptr [RBP + -0x50],RSI
MOV qword ptr [RBP + -0x58],RDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x48]
ADD RAX,0x2f8
MOV qword ptr [RBP + -0x30],RAX
MOV RAX,qword ptr [RBP + -0x48]... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 * function_1(type_2 ssh,type_3 **data,int *datalen)
{
long var_18;
type_4 var_11;
int var_2;
type_1 *pPVar4;
long lVar5;
type_3 *var_5;
char *pcVar7;
long var_1;
int *datalen_local;
type_3 **data_local;
type_2 ssh_l... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nPacket * ssh2_rdpkt(Ssh_conflict ssh,uchar **data,int *datalen)\n\n{\n long lVar1;\n ulong uVar2;\n int iVar3;\n Packet *pPVar4;\n long lVar5;\n uchar *puVar6;\n char *pcVar7;\n long in_FS_OFFSET;\n int *datalen_loca... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(type_2 ssh,type_3 **data,int *datalen)\n\n{\n long var_18;\n type_4 var_11;\n int var_2;\n type_1 *pPVar4;\n long lVar5;\n type_3 *var_5;\n char *pcVar7;\n long var_1;\n int *datalen_local;\n typ... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarato... |
188_psftp_and_psftp_strip.c | hmacmd5_chap | FUN_0010d226 | hmacmd5_chap |
void hmacmd5_chap(uchar *challenge,int challen,char *passwd,uchar *response)
{
long lVar1;
uint len;
void *handle;
size_t sVar2;
long in_FS_OFFSET;
uchar *response_local;
char *passwd_local;
int challen_local;
uchar *challenge_local;
int pwlen;
void *hmacmd5_ctx;
uchar md5buf [16];
lVar1 ... |
void FUN_0010d226(undefined8 param_1,undefined4 param_2,char *param_3,undefined8 param_4)
{
undefined8 uVar1;
size_t sVar2;
long in_FS_OFFSET;
undefined local_28 [24];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
uVar1 = FUN_0016939d(0);
sVar2 = strlen(param_3);
if ((int)sVar2 < 0x41... | (translation_unit "void FUN_0010d226(undefined8 param_1,undefined4 param_2,char *param_3,undefined8 param_4)\n\n{\n undefined8 uVar1;\n size_t sVar2;\n long in_FS_OFFSET;\n undefined local_28 [24];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n uVar1 = FUN_0016939d(0);\n sVar2 = strlen(para... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x38],RDI
MOV dword ptr [RBP + -0x3c],ESI
MOV qword ptr [RBP + -0x48],RDX
MOV qword ptr [RBP + -0x50],RCX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV EDI,0x0
CALL 0x0016939d
MOV qword ptr [RBP + -0x28],RAX
MOV RAX,qword ptr [RBP + -0... |
void function_1(type_1 *challenge,int challen,char *passwd,type_1 *response)
{
long var_8;
type_2 len;
void *handle;
size_t sVar2;
long var_1;
type_1 *response_local;
char *passwd_local;
int challen_local;
type_1 *challenge_local;
int pwlen;
void *hmacmd5_ctx;
type_1 md5buf [16];
var_8 = ... | (translation_unit "void hmacmd5_chap(uchar *challenge,int challen,char *passwd,uchar *response)\n\n{\n long lVar1;\n uint len;\n void *handle;\n size_t sVar2;\n long in_FS_OFFSET;\n uchar *response_local;\n char *passwd_local;\n int challen_local;\n uchar *challenge_local;\n int pwlen;\n void *hmacmd5_ctx;\n... | (translation_unit "void function_1(type_1 *challenge,int challen,char *passwd,type_1 *response)\n\n{\n long var_8;\n type_2 len;\n void *handle;\n size_t sVar2;\n long var_1;\n type_1 *response_local;\n char *passwd_local;\n int challen_local;\n type_1 *challenge_local;\n int pwlen;\n void *hmacmd5_ctx;\n t... | (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... |
521_psftp_and_psftp_strip.c | ssh_versioncmp | FUN_0012aa97 | ssh_versioncmp |
int ssh_versioncmp(char *a,char *b)
{
int iVar1;
long in_FS_OFFSET;
char *b_local;
char *a_local;
char *ae;
char *be;
ulong av;
ulong bv;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
av = strtoul(a,&ae,10);
bv = strtoul(b,&be,10);
if (av == bv) {
if (*ae == '.') {
a... |
undefined8 FUN_0012aa97(char *param_1,char *param_2)
{
undefined8 uVar1;
long in_FS_OFFSET;
char *local_30;
char *local_28;
ulong local_20;
ulong local_18;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_20 = strtoul(param_1,&local_30,10);
local_18 = strtoul(param_2,&local_28,10... | (translation_unit "undefined8 FUN_0012aa97(char *param_1,char *param_2)\n\n{\n undefined8 uVar1;\n long in_FS_OFFSET;\n char *local_30;\n char *local_28;\n ulong local_20;\n ulong local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_20 = strtoul(param_1,&local_30,10);\n local_18... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x38],RDI
MOV qword ptr [RBP + -0x40],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
LEA RCX,[RBP + -0x28]
MOV RAX,qword ptr [RBP + -0x38]
MOV EDX,0xa
MOV RSI,RCX
MOV RDI,RAX
CALL 0x00108740
MOV qword ptr [RBP + -0x18],RAX
LEA RCX,[RBP ... |
int function_1(char *a,char *b)
{
int iVar1;
long var_1;
char *b_local;
char *a_local;
char *var_5;
char *var_6;
type_1 var_3;
type_1 var_4;
long var_7;
var_7 = *(long *)(var_1 + 0x28);
var_3 = var_2(a,&var_5,10);
var_4 = var_2(b,&var_6,10);
if (var_3 == var_4) {
if (*var_5 == '.') {
... | (translation_unit "int ssh_versioncmp(char *a,char *b)\n\n{\n int iVar1;\n long in_FS_OFFSET;\n char *b_local;\n char *a_local;\n char *ae;\n char *be;\n ulong av;\n ulong bv;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n av = strtoul(a,&ae,10);\n bv = strtoul(b,&be,10);\n if (av == b... | (translation_unit "int function_1(char *a,char *b)\n\n{\n int iVar1;\n long var_1;\n char *b_local;\n char *a_local;\n char *var_5;\n char *var_6;\n type_1 var_3;\n type_1 var_4;\n long var_7;\n \n var_7 = *(long *)(var_1 + 0x28);\n var_3 = var_2(a,&var_5,10);\n var_4 = var_2(b,&var_6,10);\n if (var_3 == ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_... |
1293_pterm_and_pterm_strip.c | close_settings_r | FUN_001688c6 | close_settings_r |
void close_settings_r(void *handle)
{
undefined8 *e;
void *handle_local;
tree234 *tree;
skeyval *kv;
if (handle != (void *)0x0) {
while (e = (undefined8 *)index234((tree234 *)handle,0), e != (undefined8 *)0x0) {
del234((tree234 *)handle,e);
safefree((void *)*e);
safefree((void *)e[1... |
void FUN_001688c6(long param_1)
{
undefined8 *puVar1;
if (param_1 != 0) {
while (puVar1 = (undefined8 *)FUN_001438ee(param_1,0), puVar1 != (undefined8 *)0x0) {
FUN_00144bcb(param_1,puVar1);
FUN_001284fc(*puVar1);
FUN_001284fc(puVar1[1]);
FUN_001284fc(puVar1);
}
FUN_00142ab9(... | (translation_unit "void FUN_001688c6(long param_1)\n\n{\n undefined8 *puVar1;\n \n if (param_1 != 0) {\n while (puVar1 = (undefined8 *)FUN_001438ee(param_1,0), puVar1 != (undefined8 *)0x0) {\n FUN_00144bcb(param_1,puVar1);\n FUN_001284fc(*puVar1);\n FUN_001284fc(puVar1[1]);\n FUN_001284fc(puVa... | 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
CMP qword ptr [RBP + -0x10],0x0
JZ 0x0016894b
JMP 0x00168921
MOV RDX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RBP + -0x10]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x00144bcb
MOV RAX,qword ptr [RBP + -... |
void function_1(void *var_1)
{
type_1 *var_3;
void *handle_local;
type_2 *tree;
type_3 *kv;
if (var_1 != (void *)0x0) {
while (var_3 = (type_1 *)var_2((type_2 *)var_1,0), var_3 != (type_1 *)0x0) {
var_4((type_2 *)var_1,var_3);
var_5((void *)*var_3);
var_5((void *)var_3[1]);
va... | (translation_unit "void close_settings_r(void *handle)\n\n{\n undefined8 *e;\n void *handle_local;\n tree234 *tree;\n skeyval *kv;\n \n if (handle != (void *)0x0) {\n while (e = (undefined8 *)index234((tree234 *)handle,0), e != (undefined8 *)0x0) {\n del234((tree234 *)handle,e);\n safefree((void *)*e... | (translation_unit "void function_1(void *var_1)\n\n{\n type_1 *var_3;\n void *handle_local;\n type_2 *tree;\n type_3 *kv;\n \n if (var_1 != (void *)0x0) {\n while (var_3 = (type_1 *)var_2((type_2 *)var_1,0), var_3 != (type_1 *)0x0) {\n var_4((type_2 *)var_1,var_3);\n var_5((void *)*var_3);\n 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))))) body: (compound_statement (declaration type: (type_identifier) de... |
764_psftp_and_psftp_strip.c | monty_reduce | FUN_001520c9 | monty_reduce |
void monty_reduce(BignumInt *x,BignumInt *n,BignumInt *mninv,BignumInt *tmp,int len)
{
BignumCarry BVar1;
int len_local;
BignumInt *tmp_local;
BignumInt *mninv_local;
BignumInt *n_local;
BignumInt *x_local;
int i;
BignumInt carry;
internal_mul_low(x + len,mninv,tmp,len,tmp + len * 3);
internal_... |
void FUN_001520c9(long param_1,long param_2,undefined8 param_3,long param_4,int param_5)
{
long lVar1;
int local_14;
FUN_00151cd0((long)param_5 * 8 + param_1,param_3,param_4,param_5,(long)(param_5 * 3) * 8 + param_4
);
FUN_00151551(param_4,param_2,(long)param_5 * 8 + param_4,param_5,(long)(pa... | (translation_unit "void FUN_001520c9(long param_1,long param_2,undefined8 param_3,long param_4,int param_5)\n\n{\n long lVar1;\n int local_14;\n \n FUN_00151cd0((long)param_5 * 8 + param_1,param_3,param_4,param_5,(long)(param_5 * 3) * 8 + param_4\n );\n FUN_00151551(param_4,param_2,(long)param_5 * 8 +... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV qword ptr [RBP + -0x28],RDX
MOV qword ptr [RBP + -0x30],RCX
MOV dword ptr [RBP + -0x34],R8D
MOV EDX,dword ptr [RBP + -0x34]
MOV EAX,EDX
ADD EAX,EAX
ADD EAX,EDX
CDQE
LEA RDX,[RAX*0x8]
MOV RAX,qword ptr [RBP + -0x30]
LEA... |
void function_1(type_1 *var_2,type_1 *n,type_1 *mninv,type_1 *var_4,int var_3)
{
type_2 var_8;
int len_local;
type_1 *tmp_local;
type_1 *mninv_local;
type_1 *n_local;
type_1 *x_local;
int var_7;
type_1 carry;
var_1(var_2 + var_3,mninv,var_4,var_3,var_4 + var_3 * 3);
var_5(var_4,n,var_4 + var_3,... | (translation_unit "void monty_reduce(BignumInt *x,BignumInt *n,BignumInt *mninv,BignumInt *tmp,int len)\n\n{\n BignumCarry BVar1;\n int len_local;\n BignumInt *tmp_local;\n BignumInt *mninv_local;\n BignumInt *n_local;\n BignumInt *x_local;\n int i;\n BignumInt carry;\n \n internal_mul_low(x + len,mninv,tmp,l... | (translation_unit "void function_1(type_1 *var_2,type_1 *n,type_1 *mninv,type_1 *var_4,int var_3)\n\n{\n type_2 var_8;\n int len_local;\n type_1 *tmp_local;\n type_1 *mninv_local;\n type_1 *n_local;\n type_1 *x_local;\n int var_7;\n type_1 carry;\n \n var_1(var_2 + var_3,mninv,var_4,var_3,var_4 + var_3 * 3);\... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe... |
565_psftp_and_psftp_strip.c | ssh_gotdata | FUN_0012e232 | ssh_gotdata |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void ssh_gotdata(Ssh_conflict ssh,uchar *data,int datalen)
{
int iVar1;
int datalen_local;
uchar *data_local;
Ssh_conflict ssh_local;
int ret;
int *crLine;
datalen_local = datalen;
data_local = data;
ssh_local = ssh;
if (... |
void FUN_0012e232(long param_1,undefined *param_2,int param_3)
{
int iVar1;
int local_2c;
undefined *local_28;
long local_20;
int local_14;
undefined4 *local_10;
local_2c = param_3;
local_28 = param_2;
local_20 = param_1;
if (*(long *)(param_1 + 0x30) != 0) {
FUN_0010e92a(*(undefined8 *)(pa... | (translation_unit "void FUN_0012e232(long param_1,undefined *param_2,int param_3)\n\n{\n int iVar1;\n int local_2c;\n undefined *local_28;\n long local_20;\n int local_14;\n undefined4 *local_10;\n \n local_2c = param_3;\n local_28 = param_2;\n local_20 = param_1;\n if (*(long *)(param_1 + 0x30) != 0) {\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV dword ptr [RBP + -0x24],EDX
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX + 0x30]
TEST RAX,RAX
JZ 0x0012e290
MOV ECX,dword ptr [RBP + -0x24]
MOV RDX,qword ptr [RBP + -0x20]
MOV RAX,qword ptr [RBP + -0x18]
MOV ... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 ssh,type_2 *data,int datalen)
{
int var_2;
int var_3;
type_2 *var_4;
type_1 ssh_local;
int var_5;
int *crLine;
var_3 = datalen;
var_4 = data;
ssh_local = ssh;
if (ssh->logctx != (void *)0x0) {
v... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid ssh_gotdata(Ssh_conflict ssh,uchar *data,int datalen)\n\n{\n int iVar1;\n int datalen_local;\n uchar *data_local;\n Ssh_conflict ssh_local;\n int ret;\n int *crLine;\n \n datalen_local = datalen;\n data_local = ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 ssh,type_2 *data,int datalen)\n\n{\n int var_2;\n int var_3;\n type_2 *var_4;\n type_1 ssh_local;\n int var_5;\n int *crLine;\n \n var_3 = datalen;\n var_4 = data;\n ssh_local = ssh;\n if (ss... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator... |
162_psftp_and_psftp_strip.c | free_entry | FUN_0010b87c | free_entry |
void free_entry(conf_entry *entry)
{
conf_entry *entry_local;
free_key(&entry->key);
free_value(&entry->value,valuetypes[(entry->key).primary]);
safefree(entry);
return;
}
|
void FUN_0010b87c(int *param_1)
{
FUN_0010b6e2(param_1);
FUN_0010b791(param_1 + 4,*(undefined4 *)(&DAT_001b8300 + (long)*param_1 * 4));
FUN_00110fa6(param_1);
return;
}
| (translation_unit "void FUN_0010b87c(int *param_1)\n\n{\n FUN_0010b6e2(param_1);\n FUN_0010b791(param_1 + 4,*(undefined4 *)(&DAT_001b8300 + (long)*param_1 * 4));\n FUN_00110fa6(param_1);\n return;\n}\n\n" (function_definition "void FUN_0010b87c(int *param_1)\n\n{\n FUN_0010b6e2(param_1);\n FUN_0010b791(param_1 + ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x0010b6e2
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX]
CDQE
LEA RDX,[RAX*0x4]
LEA RAX,[0x1b8300]
MOV EAX,dword ptr [RDX + RAX*0x1]
MOV RDX,qword ptr [RBP + -0x8]
ADD RDX,0x10
MOV ESI,EAX
MOV RDI,R... |
void function_1(type_1 *entry)
{
type_1 *entry_local;
var_1(&entry->key);
var_2(&entry->value,valuetypes[(entry->key).primary]);
var_3(entry);
return;
}
| (translation_unit "void free_entry(conf_entry *entry)\n\n{\n conf_entry *entry_local;\n \n free_key(&entry->key);\n free_value(&entry->value,valuetypes[(entry->key).primary]);\n safefree(entry);\n return;\n}\n\n" (function_definition "void free_entry(conf_entry *entry)\n\n{\n conf_entry *entry_local;\n \n free... | (translation_unit "void function_1(type_1 *entry)\n\n{\n type_1 *entry_local;\n \n var_1(&entry->key);\n var_2(&entry->value,valuetypes[(entry->key).primary]);\n var_3(entry);\n return;\n}\n\n" (function_definition "void function_1(type_1 *entry)\n\n{\n type_1 *entry_local;\n \n var_1(&entry->key);\n var_2(&e... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d... |
591_psftp_and_psftp_strip.c | ssh_queueing_handler | FUN_0013374d | ssh_queueing_handler |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void ssh_queueing_handler(Ssh_conflict ssh,Packet *pktin)
{
queued_handler *ptr;
Packet *pktin_local;
Ssh_conflict ssh_local;
queued_handler *qh;
ptr = ssh->qhead;
if (ptr == (queued_handler *)0x0) {
/* WARNIN... |
void FUN_0013374d(long param_1,long param_2)
{
int *piVar1;
piVar1 = *(int **)(param_1 + 0xbc8);
if (piVar1 == (int *)0x0) {
/* WARNING: Subroutine does not return */
__assert_fail("qh != NULL","ssh.c",0x142c,"ssh_queueing_handler");
}
if ((*(int *)(param_2 + 0x10) != *piVar1) && ... | (translation_unit "void FUN_0013374d(long param_1,long param_2)\n\n{\n int *piVar1;\n \n piVar1 = *(int **)(param_1 + 0xbc8);\n if (piVar1 == (int *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("qh != NULL","ssh.c",0x142c,"ssh_queueing_handler");\n }\n if ((*(int *)(par... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX + 0xbc8]
MOV qword ptr [RBP + -0x8],RAX
CMP qword ptr [RBP + -0x8],0x0
JNZ 0x00133792
LEA RCX,[0x19ca10]
MOV EDX,0x142c
LEA RSI,[0x198cc6]
LEA RDI,[0x19a571]
CALL 0x00... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 ssh,type_2 *pktin)
{
type_3 *var_1;
type_2 *pktin_local;
type_1 ssh_local;
type_3 *qh;
var_1 = ssh->qhead;
if (var_1 == (type_3 *)0x0) {
/* WARNING: Subroutine does not return */
var... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid ssh_queueing_handler(Ssh_conflict ssh,Packet *pktin)\n\n{\n queued_handler *ptr;\n Packet *pktin_local;\n Ssh_conflict ssh_local;\n queued_handler *qh;\n \n ptr = ssh->qhead;\n if (ptr == (queued_handler *)0x0) {\... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 ssh,type_2 *pktin)\n\n{\n type_3 *var_1;\n type_2 *pktin_local;\n type_1 ssh_local;\n type_3 *qh;\n \n var_1 = ssh->qhead;\n if (var_1 == (type_3 *)0x0) {\n /* WARNING: Subrout... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator... |
832_psftp_and_psftp_strip.c | ccp_key | FUN_00159072 | ccp_key |
void ccp_key(void *vctx,uchar *key)
{
uchar *key_local;
void *vctx_local;
ccp_context *ctx;
chacha20_key((chacha20 *)vctx,key + 0x20);
chacha20_key((chacha20 *)((long)vctx + 0x84),key);
return;
}
|
void FUN_00159072(long param_1,long param_2)
{
FUN_0015714e(param_1,param_2 + 0x20);
FUN_0015714e(param_1 + 0x84,param_2);
return;
}
| (translation_unit "void FUN_00159072(long param_1,long param_2)\n\n{\n FUN_0015714e(param_1,param_2 + 0x20);\n FUN_0015714e(param_1 + 0x84,param_2);\n return;\n}\n\n" (function_definition "void FUN_00159072(long param_1,long param_2)\n\n{\n FUN_0015714e(param_1,param_2 + 0x20);\n FUN_0015714e(param_1 + 0x84,param_... | 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]
LEA RDX,[RAX + 0x20]
MOV RAX,qword ptr [RBP + -0x8]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x0015714e
MOV RAX,qword ptr [RBP + -0x8]
LEA ... |
void function_1(void *vctx,type_1 *var_2)
{
type_1 *key_local;
void *vctx_local;
type_2 *ctx;
var_1((type_3 *)vctx,var_2 + 0x20);
var_1((type_3 *)((long)vctx + 0x84),var_2);
return;
}
| (translation_unit "void ccp_key(void *vctx,uchar *key)\n\n{\n uchar *key_local;\n void *vctx_local;\n ccp_context *ctx;\n \n chacha20_key((chacha20 *)vctx,key + 0x20);\n chacha20_key((chacha20 *)((long)vctx + 0x84),key);\n return;\n}\n\n" (function_definition "void ccp_key(void *vctx,uchar *key)\n\n{\n uchar *k... | (translation_unit "void function_1(void *vctx,type_1 *var_2)\n\n{\n type_1 *key_local;\n void *vctx_local;\n type_2 *ctx;\n \n var_1((type_3 *)vctx,var_2 + 0x20);\n var_1((type_3 *)((long)vctx + 0x84),var_2);\n return;\n}\n\n" (function_definition "void function_1(void *vctx,type_1 *var_2)\n\n{\n type_1 *key_lo... | (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... |
1093_pterm_and_pterm_strip.c | logevent | FUN_0015af41 | logevent |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void logevent(void *frontend,char *string)
{
char *string_local;
void *frontend_local;
gui_data *inst;
log_eventlog(*(void **)((long)frontend + 0xda8),string);
logevent_dlg(*(void **)((long)frontend + 0x22d8),string);
return;
}
|
void FUN_0015af41(long param_1,undefined8 param_2)
{
FUN_00122d55(*(undefined8 *)(param_1 + 0xda8),param_2);
FUN_00150232(*(undefined8 *)(param_1 + 0x22d8),param_2);
return;
}
| (translation_unit "void FUN_0015af41(long param_1,undefined8 param_2)\n\n{\n FUN_00122d55(*(undefined8 *)(param_1 + 0xda8),param_2);\n FUN_00150232(*(undefined8 *)(param_1 + 0x22d8),param_2);\n return;\n}\n\n" (function_definition "void FUN_0015af41(long param_1,undefined8 param_2)\n\n{\n FUN_00122d55(*(undefined8 ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0xda8]
MOV RDX,qword ptr [RBP + -0x20]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x00122d55
MOV RAX,qword ptr [RBP +... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *frontend,char *string)
{
char *string_local;
void *frontend_local;
type_1 *inst;
var_1(*(void **)((long)frontend + 0xda8),string);
var_2(*(void **)((long)frontend + 0x22d8),string);
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid logevent(void *frontend,char *string)\n\n{\n char *string_local;\n void *frontend_local;\n gui_data *inst;\n \n log_eventlog(*(void **)((long)frontend + 0xda8),string);\n logevent_dlg(*(void **)((long)frontend + 0x... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *frontend,char *string)\n\n{\n char *string_local;\n void *frontend_local;\n type_1 *inst;\n \n var_1(*(void **)((long)frontend + 0xda8),string);\n var_2(*(void **)((long)frontend + 0x22d8),string);... | (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:... |
753_psftp_and_psftp_strip.c | blowfish_ssh2_sdctr | FUN_00151160 | blowfish_ssh2_sdctr |
void blowfish_ssh2_sdctr(void *handle,uchar *blk,int len)
{
int len_local;
uchar *blk_local;
void *handle_local;
BlowfishContext *ctx;
blowfish_msb_sdctr(blk,len,(BlowfishContext *)handle);
return;
}
|
void FUN_00151160(undefined8 param_1,undefined8 param_2,undefined4 param_3)
{
FUN_001504c0(param_2,param_3,param_1);
return;
}
| (translation_unit "void FUN_00151160(undefined8 param_1,undefined8 param_2,undefined4 param_3)\n\n{\n FUN_001504c0(param_2,param_3,param_1);\n return;\n}\n\n" (function_definition "void FUN_00151160(undefined8 param_1,undefined8 param_2,undefined4 param_3)\n\n{\n FUN_001504c0(param_2,param_3,param_1);\n return;\n}"... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV dword ptr [RBP + -0x24],EDX
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RDX,qword ptr [RBP + -0x8]
MOV ECX,dword ptr [RBP + -0x24]
MOV RAX,qword ptr [RBP + -0x20]
MOV ESI,ECX
MOV RDI,RAX
CALL 0x0... |
void function_1(void *handle,type_1 *blk,int len)
{
int len_local;
type_1 *blk_local;
void *handle_local;
type_2 *ctx;
var_1(blk,len,(type_2 *)handle);
return;
}
| (translation_unit "void blowfish_ssh2_sdctr(void *handle,uchar *blk,int len)\n\n{\n int len_local;\n uchar *blk_local;\n void *handle_local;\n BlowfishContext *ctx;\n \n blowfish_msb_sdctr(blk,len,(BlowfishContext *)handle);\n return;\n}\n\n" (function_definition "void blowfish_ssh2_sdctr(void *handle,uchar *blk... | (translation_unit "void function_1(void *handle,type_1 *blk,int len)\n\n{\n int len_local;\n type_1 *blk_local;\n void *handle_local;\n type_2 *ctx;\n \n var_1(blk,len,(type_2 *)handle);\n return;\n}\n\n" (function_definition "void function_1(void *handle,type_1 *blk,int len)\n\n{\n int len_local;\n type_1 *bl... | (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... |
1046_pterm_and_pterm_strip.c | unifontsel_draw_preview_text | FUN_00155c63 | 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_00155c63(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_00155c63(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 0x0010f5a0
MOV qword ptr [RBP + -0x70],RAX
CMP qword ptr [RBP + -0x70],0x0
JZ 0x00155d77
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... |
401_psftp_and_psftp_strip.c | do_defaults | FUN_00123078 | do_defaults |
void do_defaults(char *session,Conf *conf)
{
Conf *conf_local;
char *session_local;
load_settings(session,conf);
return;
}
|
void FUN_00123078(undefined8 param_1,undefined8 param_2)
{
FUN_0012091f(param_1,param_2);
return;
}
| (translation_unit "void FUN_00123078(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_0012091f(param_1,param_2);\n return;\n}\n\n" (function_definition "void FUN_00123078(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_0012091f(param_1,param_2);\n return;\n}" primitive_type (function_declarator "FUN_00123078(und... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RDX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RBP + -0x8]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x0012091f
NOP
LEAVE
RET |
void function_1(char *session,type_1 *conf)
{
type_1 *conf_local;
char *session_local;
var_1(session,conf);
return;
}
| (translation_unit "void do_defaults(char *session,Conf *conf)\n\n{\n Conf *conf_local;\n char *session_local;\n \n load_settings(session,conf);\n return;\n}\n\n" (function_definition "void do_defaults(char *session,Conf *conf)\n\n{\n Conf *conf_local;\n char *session_local;\n \n load_settings(session,conf);\n ... | (translation_unit "void function_1(char *session,type_1 *conf)\n\n{\n type_1 *conf_local;\n char *session_local;\n \n var_1(session,conf);\n return;\n}\n\n" (function_definition "void function_1(char *session,type_1 *conf)\n\n{\n type_1 *conf_local;\n char *session_local;\n \n var_1(session,conf);\n return;\n... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer... |
207_psftp_and_psftp_strip.c | logfopen | FUN_0010e5dc | logfopen |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void logfopen(void *handle)
{
long lVar1;
int iVar2;
char *hostname;
Filename *pFVar3;
FILE *__stream;
long in_FS_OFFSET;
void *handle_local;
int mode;
int logxfovr;
LogContext *ctx;
FILE *fp;
tm tm;
lVar1 = *(long ... |
void FUN_0010e5dc(long param_1)
{
undefined4 uVar1;
undefined8 uVar2;
undefined8 uVar3;
long in_FS_OFFSET;
undefined8 local_c8;
undefined8 local_c0;
undefined8 local_b8;
undefined8 local_b0;
undefined8 local_a8;
undefined8 local_a0;
undefined8 local_98;
long local_80;
int local_70;
int loc... | (translation_unit "void FUN_0010e5dc(long param_1)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n long in_FS_OFFSET;\n undefined8 local_c8;\n undefined8 local_c0;\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n long loc... | PUSH RBP
MOV RBP,RSP
PUSH R12
PUSH RBX
SUB RSP,0xb0
MOV qword ptr [RBP + -0x78],RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x78]
MOV qword ptr [RBP + -0x60],RAX
MOV RAX,qword ptr [RBP + -0x60]
MOV EAX,dword ptr [RAX + 0x8]
TEST EAX,EAX
JNZ 0x0010e7c1
MOV RAX,qw... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *handle)
{
long var_15;
int var_11;
char *hostname;
type_1 *pFVar3;
type_2 *var_9;
long var_1;
void *handle_local;
int var_13;
int logxfovr;
type_3 *ctx;
type_2 *fp;
type_4 type_4;
var_15 = *(lo... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid logfopen(void *handle)\n\n{\n long lVar1;\n int iVar2;\n char *hostname;\n Filename *pFVar3;\n FILE *__stream;\n long in_FS_OFFSET;\n void *handle_local;\n int mode;\n int logxfovr;\n LogContext *ctx;\n FILE *... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *handle)\n\n{\n long var_15;\n int var_11;\n char *hostname;\n type_1 *pFVar3;\n type_2 *var_9;\n long var_1;\n void *handle_local;\n int var_13;\n int logxfovr;\n type_3 *ctx;\n type_2 *fp;\n ... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_typ... |
761_psftp_and_psftp_strip.c | mul_compute_scratch | FUN_00151506 | mul_compute_scratch |
int mul_compute_scratch(int len)
{
int len_local;
int ret;
int toplen;
int botlen;
int midlen;
ret = 0;
len_local = len;
while (0x32 < len_local) {
len_local = (len_local - len_local / 2) + 1;
ret = ret + len_local * 4;
}
return ret;
}
|
int FUN_00151506(int param_1)
{
undefined4 local_1c;
undefined4 local_18;
local_18 = 0;
local_1c = param_1;
while (0x32 < local_1c) {
local_1c = (local_1c - local_1c / 2) + 1;
local_18 = local_18 + local_1c * 4;
}
return local_18;
}
| (translation_unit "int FUN_00151506(int param_1)\n\n{\n undefined4 local_1c;\n undefined4 local_18;\n \n local_18 = 0;\n local_1c = param_1;\n while (0x32 < local_1c) {\n local_1c = (local_1c - local_1c / 2) + 1;\n local_18 = local_18 + local_1c * 4;\n }\n return local_18;\n}\n\n" (function_definition "in... | PUSH RBP
MOV RBP,RSP
MOV dword ptr [RBP + -0x14],EDI
MOV dword ptr [RBP + -0x10],0x0
JMP 0x00151546
MOV EAX,dword ptr [RBP + -0x14]
MOV EDX,EAX
SHR EDX,0x1f
ADD EAX,EDX
SAR EAX,0x1
MOV dword ptr [RBP + -0xc],EAX
MOV EAX,dword ptr [RBP + -0x14]
SUB EAX,dword ptr [RBP + -0xc]
MOV dword ptr [RBP + -0x8],EAX
MOV EAX,dword ... |
int function_1(int len)
{
int var_1;
int var_2;
int toplen;
int botlen;
int midlen;
var_2 = 0;
var_1 = len;
while (0x32 < var_1) {
var_1 = (var_1 - var_1 / 2) + 1;
var_2 = var_2 + var_1 * 4;
}
return var_2;
}
| (translation_unit "int mul_compute_scratch(int len)\n\n{\n int len_local;\n int ret;\n int toplen;\n int botlen;\n int midlen;\n \n ret = 0;\n len_local = len;\n while (0x32 < len_local) {\n len_local = (len_local - len_local / 2) + 1;\n ret = ret + len_local * 4;\n }\n return ret;\n}\n\n" (function_de... | (translation_unit "int function_1(int len)\n\n{\n int var_1;\n int var_2;\n int toplen;\n int botlen;\n int midlen;\n \n var_2 = 0;\n var_1 = len;\n while (0x32 < var_1) {\n var_1 = (var_1 - var_1 / 2) + 1;\n var_2 = var_2 + var_1 * 4;\n }\n return var_2;\n}\n\n" (function_definition "int function_1(in... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declarati... |
393_psftp_and_psftp_strip.c | val2key | FUN_0011e09c | val2key |
char * val2key(keyvalwhere *mapping,int nmaps,int val)
{
int val_local;
int nmaps_local;
keyvalwhere *mapping_local;
int i;
i = 0;
while( true ) {
if (nmaps <= i) {
return (char *)0x0;
}
if (val == mapping[i].v) break;
i = i + 1;
}
return mapping[i].s;
}
|
undefined8 FUN_0011e09c(long param_1,int param_2,int param_3)
{
int local_c;
local_c = 0;
while( true ) {
if (param_2 <= local_c) {
return 0;
}
if (param_3 == *(int *)(param_1 + (long)local_c * 0x18 + 8)) break;
local_c = local_c + 1;
}
return *(undefined8 *)(param_1 + (long)local_c... | (translation_unit "undefined8 FUN_0011e09c(long param_1,int param_2,int param_3)\n\n{\n int local_c;\n \n local_c = 0;\n while( true ) {\n if (param_2 <= local_c) {\n return 0;\n }\n if (param_3 == *(int *)(param_1 + (long)local_c * 0x18 + 8)) break;\n local_c = local_c + 1;\n }\n return *(undefi... | 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 + -0x4],0x0
JMP 0x0011e0fe
MOV EAX,dword ptr [RBP + -0x4]
MOVSXD RDX,EAX
MOV RAX,RDX
ADD RAX,RAX
ADD RAX,RDX
SHL RAX,0x3
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x18]
ADD RAX,RDX
MOV EAX... |
char * function_1(type_1 *mapping,int var_1,int var_3)
{
int val_local;
int nmaps_local;
type_1 *mapping_local;
int var_2;
var_2 = 0;
while( true ) {
if (var_1 <= var_2) {
return (char *)0x0;
}
if (var_3 == mapping[var_2].v) break;
var_2 = var_2 + 1;
}
return mapping[var_2].s;... | (translation_unit "char * val2key(keyvalwhere *mapping,int nmaps,int val)\n\n{\n int val_local;\n int nmaps_local;\n keyvalwhere *mapping_local;\n int i;\n \n i = 0;\n while( true ) {\n if (nmaps <= i) {\n return (char *)0x0;\n }\n if (val == mapping[i].v) break;\n i = i + 1;\n }\n return mapp... | (translation_unit "char * function_1(type_1 *mapping,int var_1,int var_3)\n\n{\n int val_local;\n int nmaps_local;\n type_1 *mapping_local;\n int var_2;\n \n var_2 = 0;\n while( true ) {\n if (var_1 <= var_2) {\n return (char *)0x0;\n }\n if (var_3 == mapping[var_2].v) break;\n var_2 = var_2 + 1... | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (prim... |
201_psftp_and_psftp_strip.c | uint64_shift_left | FUN_0010de6b | uint64_shift_left |
uint64 uint64_shift_left(uint64 x,int shift)
{
uint64 uVar1;
byte bVar2;
ulong uVar3;
int shift_local;
uint64 x_local;
uVar3 = x.lo;
bVar2 = (byte)shift;
if (shift < 0x20) {
x_local.hi = uVar3 >> (0x20 - bVar2 & 0x3f) | x.hi << (bVar2 & 0x3f) & 0xffffffff;
x_local.lo = uVar3 << (bVar2 & 0x3... |
undefined [16] FUN_0010de6b(long param_1,ulong param_2,int param_3)
{
undefined auVar1 [16];
byte bVar2;
undefined8 local_28;
undefined8 local_20;
bVar2 = (byte)param_3;
if (param_3 < 0x20) {
local_28 = param_2 >> (0x20 - bVar2 & 0x3f) | param_1 << (bVar2 & 0x3f) & 0xffffffffU;
local_20 = para... | (translation_unit "undefined [16] FUN_0010de6b(long param_1,ulong param_2,int param_3)\n\n{\n undefined auVar1 [16];\n byte bVar2;\n undefined8 local_28;\n undefined8 local_20;\n \n bVar2 = (byte)param_3;\n if (param_3 < 0x20) {\n local_28 = param_2 >> (0x20 - bVar2 & 0x3f) | param_1 << (bVar2 & 0x3f) & 0xff... | PUSH RBP
MOV RBP,RSP
PUSH RBX
MOV RCX,RDI
MOV RAX,RSI
MOV RBX,RAX
MOV qword ptr [RBP + -0x20],RCX
MOV qword ptr [RBP + -0x18],RBX
MOV dword ptr [RBP + -0x24],EDX
CMP dword ptr [RBP + -0x24],0x1f
JG 0x0010ded5
MOV RDX,qword ptr [RBP + -0x20]
MOV EAX,dword ptr [RBP + -0x24]
MOV ECX,EAX
SHL RDX,CL
MOV RAX,RDX
MOV EAX,EAX
... |
type_1 function_1(type_1 x,int var_1)
{
type_1 uVar1;
type_2 var_3;
type_3 var_2;
int shift_local;
type_1 x_local;
var_2 = x.lo;
var_3 = (type_2)var_1;
if (var_1 < 0x20) {
x_local.hi = var_2 >> (0x20 - var_3 & 0x3f) | x.hi << (var_3 & 0x3f) & 0xffffffff;
x_local.lo = var_2 << (var_3 & 0x3f)... | (translation_unit "uint64 uint64_shift_left(uint64 x,int shift)\n\n{\n uint64 uVar1;\n byte bVar2;\n ulong uVar3;\n int shift_local;\n uint64 x_local;\n \n uVar3 = x.lo;\n bVar2 = (byte)shift;\n if (shift < 0x20) {\n x_local.hi = uVar3 >> (0x20 - bVar2 & 0x3f) | x.hi << (bVar2 & 0x3f) & 0xffffffff;\n x_l... | (translation_unit "type_1 function_1(type_1 x,int var_1)\n\n{\n type_1 uVar1;\n type_2 var_3;\n type_3 var_2;\n int shift_local;\n type_1 x_local;\n \n var_2 = x.lo;\n var_3 = (type_2)var_1;\n if (var_1 < 0x20) {\n x_local.hi = var_2 >> (0x20 - var_3 & 0x3f) | x.hi << (var_3 & 0x3f) & 0xffffffff;\n x_loc... | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statemen... |
851_psftp_and_psftp_strip.c | des_3cbc_encrypt | FUN_0015c936 | des_3cbc_encrypt |
void des_3cbc_encrypt(uchar *blk,uint len,DESContext *scheds)
{
DESContext *scheds_local;
uint len_local;
uchar *blk_local;
des_cbc_encrypt(blk,len,scheds);
des_cbc_decrypt(blk,len,scheds + 1);
des_cbc_encrypt(blk,len,scheds + 2);
return;
}
|
void FUN_0015c936(undefined8 param_1,undefined4 param_2,long param_3)
{
FUN_0015c54c(param_1,param_2,param_3);
FUN_0015c73b(param_1,param_2,param_3 + 0x88);
FUN_0015c54c(param_1,param_2,param_3 + 0x110);
return;
}
| (translation_unit "void FUN_0015c936(undefined8 param_1,undefined4 param_2,long param_3)\n\n{\n FUN_0015c54c(param_1,param_2,param_3);\n FUN_0015c73b(param_1,param_2,param_3 + 0x88);\n FUN_0015c54c(param_1,param_2,param_3 + 0x110);\n return;\n}\n\n" (function_definition "void FUN_0015c936(undefined8 param_1,undefin... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV qword ptr [RBP + -0x18],RDX
MOV RDX,qword ptr [RBP + -0x18]
MOV ECX,dword ptr [RBP + -0xc]
MOV RAX,qword ptr [RBP + -0x8]
MOV ESI,ECX
MOV RDI,RAX
CALL 0x0015c54c
MOV RAX,qword ptr [RBP + -0x18]
LEA RDX,[RAX + 0x88]
MOV E... |
void function_1(type_1 *blk,type_2 len,type_3 *var_3)
{
type_3 *scheds_local;
type_2 len_local;
type_1 *blk_local;
var_1(blk,len,var_3);
var_2(blk,len,var_3 + 1);
var_1(blk,len,var_3 + 2);
return;
}
| (translation_unit "void des_3cbc_encrypt(uchar *blk,uint len,DESContext *scheds)\n\n{\n DESContext *scheds_local;\n uint len_local;\n uchar *blk_local;\n \n des_cbc_encrypt(blk,len,scheds);\n des_cbc_decrypt(blk,len,scheds + 1);\n des_cbc_encrypt(blk,len,scheds + 2);\n return;\n}\n\n" (function_definition "void... | (translation_unit "void function_1(type_1 *blk,type_2 len,type_3 *var_3)\n\n{\n type_3 *scheds_local;\n type_2 len_local;\n type_1 *blk_local;\n \n var_1(blk,len,var_3);\n var_2(blk,len,var_3 + 1);\n var_1(blk,len,var_3 + 2);\n return;\n}\n\n" (function_definition "void function_1(type_1 *blk,type_2 len,type_3 ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... |
338_psftp_and_psftp_strip.c | sftp_cmd_mget | FUN_0011a215 | sftp_cmd_mget |
int sftp_cmd_mget(sftp_command *cmd)
{
int iVar1;
sftp_command *cmd_local;
iVar1 = sftp_general_get(cmd,0,1);
return iVar1;
}
|
void FUN_0011a215(undefined8 param_1)
{
FUN_00119e64(param_1,0,1);
return;
}
| (translation_unit "void FUN_0011a215(undefined8 param_1)\n\n{\n FUN_00119e64(param_1,0,1);\n return;\n}\n\n" (function_definition "void FUN_0011a215(undefined8 param_1)\n\n{\n FUN_00119e64(param_1,0,1);\n return;\n}" primitive_type (function_declarator "FUN_0011a215(undefined8 param_1)" identifier (parameter_list "... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV EDX,0x1
MOV ESI,0x0
MOV RDI,RAX
CALL 0x00119e64
LEAVE
RET |
int function_1(type_1 *cmd)
{
int iVar1;
type_1 *cmd_local;
iVar1 = var_1(cmd,0,1);
return iVar1;
}
| (translation_unit "int sftp_cmd_mget(sftp_command *cmd)\n\n{\n int iVar1;\n sftp_command *cmd_local;\n \n iVar1 = sftp_general_get(cmd,0,1);\n return iVar1;\n}\n\n" (function_definition "int sftp_cmd_mget(sftp_command *cmd)\n\n{\n int iVar1;\n sftp_command *cmd_local;\n \n iVar1 = sftp_general_get(cmd,0,1);\n ... | (translation_unit "int function_1(type_1 *cmd)\n\n{\n int iVar1;\n type_1 *cmd_local;\n \n iVar1 = var_1(cmd,0,1);\n return iVar1;\n}\n\n" (function_definition "int function_1(type_1 *cmd)\n\n{\n int iVar1;\n type_1 *cmd_local;\n \n iVar1 = var_1(cmd,0,1);\n return iVar1;\n}" primitive_type (function_declarat... | (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... |
432_psftp_and_psftp_strip.c | fxp_error_type | FUN_001245ce | fxp_error_type |
/* WARNING: Unknown calling convention */
int fxp_error_type(void)
{
return fxp_errtype;
}
|
undefined4 FUN_001245ce(void)
{
return DAT_001b8d40;
}
| (translation_unit "undefined4 FUN_001245ce(void)\n\n{\n return DAT_001b8d40;\n}\n\n" (function_definition "undefined4 FUN_001245ce(void)\n\n{\n return DAT_001b8d40;\n}" type_identifier (function_declarator "FUN_001245ce(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (co... | PUSH RBP
MOV RBP,RSP
MOV EAX,dword ptr [0x001b8d40]
POP RBP
RET |
/* WARNING: Unknown calling convention */
int function_1(void)
{
return fxp_errtype;
}
| (translation_unit "/* WARNING: Unknown calling convention */\n\nint fxp_error_type(void)\n\n{\n return fxp_errtype;\n}\n\n" comment (function_definition "int fxp_error_type(void)\n\n{\n return fxp_errtype;\n}" primitive_type (function_declarator "fxp_error_type(void)" identifier (parameter_list "(void)" ( (parameter_... | (translation_unit "/* WARNING: Unknown calling convention */\n\nint function_1(void)\n\n{\n return fxp_errtype;\n}\n\n" comment (function_definition "int function_1(void)\n\n{\n return fxp_errtype;\n}" primitive_type (function_declarator "function_1(void)" identifier (parameter_list "(void)" ( (parameter_declaration ... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement (identifier))))) |
1077_pterm_and_pterm_strip.c | our_dialog_set_action_area | FUN_0015a93a | 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_0015a93a(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_0015a93a(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 0x0010fe50
MOV RBX,RAX
CALL 0x00110200
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x28]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x0010f530
MOV RDI,RAX
CALL 0x00110490
MOV RSI,RBX
MOV RDI,RAX
CALL 0x0010f530
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... |
1075_pterm_and_pterm_strip.c | align_label_left | FUN_0015a8b7 | align_label_left |
void align_label_left(GtkLabel *label)
{
GtkLabel *label_local;
gtk_label_set_xalign(0,label);
return;
}
|
void FUN_0015a8b7(undefined8 param_1)
{
gtk_label_set_xalign(0,param_1);
return;
}
| (translation_unit "void FUN_0015a8b7(undefined8 param_1)\n\n{\n gtk_label_set_xalign(0,param_1);\n return;\n}\n\n" (function_definition "void FUN_0015a8b7(undefined8 param_1)\n\n{\n gtk_label_set_xalign(0,param_1);\n return;\n}" primitive_type (function_declarator "FUN_0015a8b7(undefined8 param_1)" identifier (para... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
PXOR XMM0,XMM0
MOV RDI,RAX
CALL 0x0010fea0
NOP
LEAVE
RET |
void function_1(type_1 *label)
{
type_1 *label_local;
var_1(0,label);
return;
}
| (translation_unit "void align_label_left(GtkLabel *label)\n\n{\n GtkLabel *label_local;\n \n gtk_label_set_xalign(0,label);\n return;\n}\n\n" (function_definition "void align_label_left(GtkLabel *label)\n\n{\n GtkLabel *label_local;\n \n gtk_label_set_xalign(0,label);\n return;\n}" primitive_type (function_decl... | (translation_unit "void function_1(type_1 *label)\n\n{\n type_1 *label_local;\n \n var_1(0,label);\n return;\n}\n\n" (function_definition "void function_1(type_1 *label)\n\n{\n type_1 *label_local;\n \n var_1(0,label);\n return;\n}" primitive_type (function_declarator "function_1(type_1 *label)" identifier (par... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d... |
1275_pterm_and_pterm_strip.c | block_signal | FUN_001676f8 | block_signal |
void block_signal(int sig,int block_it)
{
long lVar1;
int iVar2;
long in_FS_OFFSET;
int block_it_local;
int sig_local;
sigset_t ss;
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
sigemptyset((sigset_t *)&ss);
sigaddset((sigset_t *)&ss,sig);
iVar2 = sigprocmask((uint)(block_it == 0),(sigset_t *)&ss,(si... |
void FUN_001676f8(int param_1,int param_2)
{
int iVar1;
long in_FS_OFFSET;
sigset_t local_98;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
sigemptyset(&local_98);
sigaddset(&local_98,param_1);
iVar1 = sigprocmask((uint)(param_2 == 0),&local_98,(sigset_t *)0x0);
if (iVar1 < 0) {
p... | (translation_unit "void FUN_001676f8(int param_1,int param_2)\n\n{\n int iVar1;\n long in_FS_OFFSET;\n sigset_t local_98;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n sigemptyset(&local_98);\n sigaddset(&local_98,param_1);\n iVar1 = sigprocmask((uint)(param_2 == 0),&local_98,(sigset_t *)0... | PUSH RBP
MOV RBP,RSP
SUB RSP,0xa0
MOV dword ptr [RBP + -0x94],EDI
MOV dword ptr [RBP + -0x98],ESI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
LEA RAX,[RBP + -0x90]
MOV RDI,RAX
CALL 0x00110350
MOV EDX,dword ptr [RBP + -0x94]
LEA RAX,[RBP + -0x90]
MOV ESI,EDX
MOV RDI,RAX
CALL 0x00110860
CMP dwo... |
void function_1(int sig,int var_5)
{
long var_9;
int var_6;
long var_1;
int block_it_local;
int sig_local;
type_1 ss;
var_9 = *(long *)(var_1 + 0x28);
var_2((type_1 *)&ss);
var_3((type_1 *)&ss,sig);
var_6 = var_4((uint)(var_5 == 0),(type_1 *)&ss,(type_1 *)0x0);
if (var_6 < 0) {
var_7("sig... | (translation_unit "void block_signal(int sig,int block_it)\n\n{\n long lVar1;\n int iVar2;\n long in_FS_OFFSET;\n int block_it_local;\n int sig_local;\n sigset_t ss;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n sigemptyset((sigset_t *)&ss);\n sigaddset((sigset_t *)&ss,sig);\n iVar2 = sigprocmask((uint)(blo... | (translation_unit "void function_1(int sig,int var_5)\n\n{\n long var_9;\n int var_6;\n long var_1;\n int block_it_local;\n int sig_local;\n type_1 ss;\n \n var_9 = *(long *)(var_1 + 0x28);\n var_2((type_1 *)&ss);\n var_3((type_1 *)&ss,sig);\n var_6 = var_4((uint)(var_5 == 0),(type_1 *)&ss,(type_1 *)0x0);\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: (identifier)))) body: (compound_statement ... |
820_psftp_and_psftp_strip.c | poly_free_context | FUN_00158c3e | poly_free_context |
void poly_free_context(void *ctx)
{
void *ctx_local;
return;
}
|
void FUN_00158c3e(void)
{
return;
}
| (translation_unit "void FUN_00158c3e(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00158c3e(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00158c3e(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
NOP
POP RBP
RET |
void function_1(void *ctx)
{
void *ctx_local;
return;
}
| (translation_unit "void poly_free_context(void *ctx)\n\n{\n void *ctx_local;\n \n return;\n}\n\n" (function_definition "void poly_free_context(void *ctx)\n\n{\n void *ctx_local;\n \n return;\n}" primitive_type (function_declarator "poly_free_context(void *ctx)" identifier (parameter_list "(void *ctx)" ( (paramete... | (translation_unit "void function_1(void *ctx)\n\n{\n void *ctx_local;\n \n return;\n}\n\n" (function_definition "void function_1(void *ctx)\n\n{\n void *ctx_local;\n \n return;\n}" primitive_type (function_declarator "function_1(void *ctx)" identifier (parameter_list "(void *ctx)" ( (parameter_declaration "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))))) body: (compound_statement (declaration type: (primitive_type) dec... |
1236_pterm_and_pterm_strip.c | pty_find_by_pid | FUN_001657e8 | pty_find_by_pid |
int pty_find_by_pid(void *av,void *bv)
{
int iVar1;
void *bv_local;
void *av_local;
pid_t a;
Pty b;
/* WARNING: Load size is inaccurate */
if (*av < *(int *)((long)bv + 0x1018)) {
iVar1 = -1;
}
else if (*(int *)((long)bv + 0x1018) < *av) {
iVar1 = 1;
}
else {
iVa... |
undefined8 FUN_001657e8(int *param_1,long param_2)
{
undefined8 uVar1;
if (*param_1 < *(int *)(param_2 + 0x1018)) {
uVar1 = 0xffffffff;
}
else if (*(int *)(param_2 + 0x1018) < *param_1) {
uVar1 = 1;
}
else {
uVar1 = 0;
}
return uVar1;
}
| (translation_unit "undefined8 FUN_001657e8(int *param_1,long param_2)\n\n{\n undefined8 uVar1;\n \n if (*param_1 < *(int *)(param_2 + 0x1018)) {\n uVar1 = 0xffffffff;\n }\n else if (*(int *)(param_2 + 0x1018) < *param_1) {\n uVar1 = 1;\n }\n else {\n uVar1 = 0;\n }\n return uVar1;\n}\n\n" (function_de... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV RAX,qword ptr [RBP + -0x18]
MOV EAX,dword ptr [RAX]
MOV dword ptr [RBP + -0xc],EAX
MOV RAX,qword ptr [RBP + -0x20]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x1018]
CMP dword ptr [RBP + ... |
int function_1(void *av,void *bv)
{
int iVar1;
void *bv_local;
void *av_local;
type_1 a;
type_2 b;
/* WARNING: Load size is inaccurate */
if (*av < *(int *)((long)bv + 0x1018)) {
iVar1 = -1;
}
else if (*(int *)((long)bv + 0x1018) < *av) {
iVar1 = 1;
}
else {
iVar... | (translation_unit "int pty_find_by_pid(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n pid_t a;\n Pty b;\n \n /* WARNING: Load size is inaccurate */\n if (*av < *(int *)((long)bv + 0x1018)) {\n iVar1 = -1;\n }\n else if (*(int *)((long)bv + 0x1018) < *av) {\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_2 b;\n \n /* WARNING: Load size is inaccurate */\n if (*av < *(int *)((long)bv + 0x1018)) {\n iVar1 = -1;\n }\n else if (*(int *)((long)bv + 0x1018) < *av) {\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_... |
190_psftp_and_psftp_strip.c | proxy_socks5_handlechap | FUN_0010d31f | proxy_socks5_handlechap |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int proxy_socks5_handlechap(Proxy_Socket p)
{
long lVar1;
int iVar2;
char *passwd;
long in_FS_OFFSET;
Proxy_Socket p_local;
uchar outbuf [20];
uchar data [260];
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
do {
if ((p->chap_... |
undefined8 FUN_0010d31f(long param_1)
{
int iVar1;
undefined8 uVar2;
long in_FS_OFFSET;
undefined local_138;
undefined local_137;
undefined local_136;
undefined local_135;
undefined local_134 [28];
byte local_118;
byte local_117;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
d... | (translation_unit "undefined8 FUN_0010d31f(long param_1)\n\n{\n int iVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n undefined local_138;\n undefined local_137;\n undefined local_136;\n undefined local_135;\n undefined local_134 [28];\n byte local_118;\n byte local_117;\n long local_10;\n \n local_10 = *(... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x140
MOV qword ptr [RBP + -0x138],RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
JMP 0x0010d727
MOV RAX,qword ptr [RBP + -0x138]
MOV EAX,dword ptr [RAX + 0xd8]
TEST EAX,EAX
JZ 0x0010d368
MOV RAX,qword ptr [RBP + -0x138]
MOV EAX,dword ptr [RAX + 0xe0]
CMP EAX,-0x... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int function_1(type_1 p)
{
long var_6;
int var_3;
char *passwd;
long var_1;
type_1 p_local;
type_2 var_11 [20];
type_2 data [260];
var_6 = *(long *)(var_1 + 0x28);
do {
if ((p->chap_num_attributes != 0) &&
(p->ch... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint proxy_socks5_handlechap(Proxy_Socket p)\n\n{\n long lVar1;\n int iVar2;\n char *passwd;\n long in_FS_OFFSET;\n Proxy_Socket p_local;\n uchar outbuf [20];\n uchar data [260];\n \n lVar1 = *(long *)(in_FS_OFFSET + ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(type_1 p)\n\n{\n long var_6;\n int var_3;\n char *passwd;\n long var_1;\n type_1 p_local;\n type_2 var_11 [20];\n type_2 data [260];\n \n var_6 = *(long *)(var_1 + 0x28);\n do {\n if ((p->chap_num_... | (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: (sized_type_specifier) declarator: (identi... |
1047_pterm_and_pterm_strip.c | unifontsel_select_font | FUN_00155d8e | unifontsel_select_font |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void unifontsel_select_font
(unifontsel_internal *fs,fontinfo *info,wchar_t size,wchar_t leftlist,
wchar_t size_is_explicit)
{
wchar_t wVar1;
long lVar2;
undefined8 uVar3;
long in_FS_OFFSET;
wchar_t size_... |
void FUN_00155d8e(long param_1,long param_2,uint param_3,int param_4,int param_5)
{
int iVar1;
undefined8 uVar2;
long in_FS_OFFSET;
uint local_9c;
int local_84;
undefined4 local_80;
undefined4 local_7c;
uint local_78;
int local_74;
undefined8 local_70;
undefined local_68 [32];
char local_48 [4... | (translation_unit "void FUN_00155d8e(long param_1,long param_2,uint param_3,int param_4,int param_5)\n\n{\n int iVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n uint local_9c;\n int local_84;\n undefined4 local_80;\n undefined4 local_7c;\n uint local_78;\n int local_74;\n undefined8 local_70;\n undefined lo... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x98
MOV qword ptr [RBP + -0x88],RDI
MOV qword ptr [RBP + -0x90],RSI
MOV dword ptr [RBP + -0x94],EDX
MOV dword ptr [RBP + -0x98],ECX
MOV dword ptr [RBP + -0x9c],R8D
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x88]
MOV dword ptr... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1
(type_1 *fs,type_2 *info,type_3 var_26,type_3 var_7,
type_3 var_2)
{
type_3 var_31;
long var_33;
type_4 uVar3;
long var_1;
type_3 size_is_explicit_local;
type_3 leftlist_local;
type_3 ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid unifontsel_select_font\n (unifontsel_internal *fs,fontinfo *info,wchar_t size,wchar_t leftlist,\n wchar_t size_is_explicit)\n\n{\n wchar_t wVar1;\n long lVar2;\n undefined8 uVar3;\n long i... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1\n (type_1 *fs,type_2 *info,type_3 var_26,type_3 var_7,\n type_3 var_2)\n\n{\n type_3 var_31;\n long var_33;\n type_4 uVar3;\n long var_1;\n type_3 size_is_explicit_local;\n ty... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
1248_pterm_and_pterm_strip.c | pty_init | FUN_0016651c | pty_init |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
char * pty_init(void *frontend,void **backend_handle,Conf *conf,char *host,int port,char **realhost,
int nodelay,int keepalive)
{
char cVar1;
long lVar2;
int iVar3;
__pid_t _Var4;
int iVar5;
wchar_t wVar6;
Conf *pCV... |
undefined8
FUN_0016651c(long param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5,undefined8 *param_6)
{
char cVar1;
undefined4 uVar2;
int iVar3;
__pid_t _Var4;
int iVar5;
long lVar6;
ssize_t sVar7;
size_t sVar8;
undefined8 uVar9;
char *pcVar10;
long ... | (translation_unit "undefined8\nFUN_0016651c(long param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 *param_6)\n\n{\n char cVar1;\n undefined4 uVar2;\n int iVar3;\n __pid_t _Var4;\n int iVar5;\n long lVar6;\n ssize_t sVar7;\n size_t sVar8;\n undefined8 ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x140
MOV qword ptr [RBP + -0x118],RDI
MOV qword ptr [RBP + -0x120],RSI
MOV qword ptr [RBP + -0x128],RDX
MOV qword ptr [RBP + -0x130],RCX
MOV dword ptr [RBP + -0x134],R8D
MOV qword ptr [RBP + -0x140],R9
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
char * function_1(void *frontend,void **backend_handle,type_1 *conf,char *host,int port,char **realhost,
int nodelay,int keepalive)
{
char var_70;
long var_28;
int var_9;
type_2 var_19;
int var_64;
type_3 var_40;
ty... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * pty_init(void *frontend,void **backend_handle,Conf *conf,char *host,int port,char **realhost,\n int nodelay,int keepalive)\n\n{\n char cVar1;\n long lVar2;\n int iVar3;\n __pid_t _Var4;\n int iVar5;\... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * function_1(void *frontend,void **backend_handle,type_1 *conf,char *host,int port,char **realhost,\n int nodelay,int keepalive)\n\n{\n char var_70;\n long var_28;\n int var_9;\n type_2 var_19;\n int v... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ty... |
371_psftp_and_psftp_strip.c | from_backend_untrusted | FUN_0011c7d4 | from_backend_untrusted |
int from_backend_untrusted(void *frontend_handle,char *data,int len)
{
int len_local;
char *data_local;
void *frontend_handle_local;
/* WARNING: Subroutine does not return */
__assert_fail("!\"Unexpected call to from_backend_untrusted()\"","psftp.c",0xa0f,
"from_backend_... |
void FUN_0011c7d4(void)
{
/* WARNING: Subroutine does not return */
__assert_fail("!\"Unexpected call to from_backend_untrusted()\"","psftp.c",0xa0f,
"from_backend_untrusted");
}
| (translation_unit "void FUN_0011c7d4(void)\n\n{\n /* WARNING: Subroutine does not return */\n __assert_fail("!\"Unexpected call to from_backend_untrusted()\"","psftp.c",0xa0f,\n "from_backend_untrusted");\n}\n\n" (function_definition "void FUN_0011c7d4(void)\n\n{\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
LEA RCX,[0x196e20]
MOV EDX,0xa0f
LEA RSI,[0x194902]
LEA RDI,[0x196710]
CALL 0x00108360 |
int function_1(void *frontend_handle,char *data,int len)
{
int len_local;
char *data_local;
void *frontend_handle_local;
/* WARNING: Subroutine does not return */
var_1("!\"Unexpected call to from_backend_untrusted()\"","psftp.c",0xa0f,
"from_backend_untrusted");
}
| (translation_unit "int from_backend_untrusted(void *frontend_handle,char *data,int len)\n\n{\n int len_local;\n char *data_local;\n void *frontend_handle_local;\n \n /* WARNING: Subroutine does not return */\n __assert_fail("!\"Unexpected call to from_backend_untrusted()\"","psftp.c",0xa0f,\n ... | (translation_unit "int function_1(void *frontend_handle,char *data,int len)\n\n{\n int len_local;\n char *data_local;\n void *frontend_handle_local;\n \n /* WARNING: Subroutine does not return */\n var_1("!\"Unexpected call to from_backend_untrusted()\"","psftp.c",0xa0f,\n "from_b... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_... |
656_psftp_and_psftp_strip.c | sshfwd_x11_sharing_handover | FUN_0013eba7 | sshfwd_x11_sharing_handover |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void sshfwd_x11_sharing_handover
(ssh_channel *c,void *share_cs,void *share_chan,char *peer_addr,int peer_port,
int endian,int protomajor,int protominor,void *initial_data,int initial_len)
{
int endian_local;
i... |
void FUN_0013eba7(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,
undefined8 param_9,undefined4 param_10)
{
*(undefined4 *)(param_1 + 0x10) = 4;
*(undefined8 *)(param_1 + 0x70) = p... | (translation_unit "void FUN_0013eba7(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined8 param_9,undefined4 param_10)\n\n{\n *(undefined4 *)(param_1 + 0x10) = 4;\n *(undefined... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV dword ptr [RBP + -0x24],R8D
MOV dword ptr [RBP + -0x28],R9D
MOV RAX,qword ptr [RBP + -0x8]
MOV dword ptr [RAX + 0x10],0x4
MOV RAX,qword ptr [RBP + -0x8]
MO... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1
(type_1 *c,void *share_cs,void *share_chan,char *peer_addr,int peer_port,
int endian,int protomajor,int protominor,void *initial_data,int initial_len)
{
int endian_local;
int peer_port_local;
... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid sshfwd_x11_sharing_handover\n (ssh_channel *c,void *share_cs,void *share_chan,char *peer_addr,int peer_port,\n int endian,int protomajor,int protominor,void *initial_data,int initial_len)\n\n{... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1\n (type_1 *c,void *share_cs,void *share_chan,char *peer_addr,int peer_port,\n int endian,int protomajor,int protominor,void *initial_data,int initial_len)\n\n{\n int endian_local;\... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator... |
163_psftp_and_psftp_strip.c | conf_new | FUN_0010b8cf | conf_new |
/* WARNING: Unknown calling convention */
Conf * conf_new(void)
{
Conf *pCVar1;
tree234 *ptVar2;
Conf *conf;
pCVar1 = (Conf *)safemalloc(1,8);
ptVar2 = newtree234(conf_cmp);
pCVar1->tree = ptVar2;
return pCVar1;
}
|
undefined8 * FUN_0010b8cf(void)
{
undefined8 *puVar1;
undefined8 uVar2;
puVar1 = (undefined8 *)FUN_00110d9a(1,8);
uVar2 = FUN_00181d4a(FUN_0010b534);
*puVar1 = uVar2;
return puVar1;
}
| (translation_unit "undefined8 * FUN_0010b8cf(void)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n \n puVar1 = (undefined8 *)FUN_00110d9a(1,8);\n uVar2 = FUN_00181d4a(FUN_0010b534);\n *puVar1 = uVar2;\n return puVar1;\n}\n\n" (function_definition "undefined8 * FUN_0010b8cf(void)\n\n{\n undefined8 *puVar1;\n u... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV ESI,0x8
MOV EDI,0x1
CALL 0x00110d9a
MOV qword ptr [RBP + -0x8],RAX
LEA RDI,[0x10b534]
CALL 0x00181d4a
MOV RDX,RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RAX],RDX
MOV RAX,qword ptr [RBP + -0x8]
LEAVE
RET |
/* WARNING: Unknown calling convention */
type_1 * function_1(void)
{
type_1 *pCVar1;
type_2 *ptVar2;
type_1 *conf;
pCVar1 = (type_1 *)var_1(1,8);
ptVar2 = var_2(conf_cmp);
pCVar1->tree = ptVar2;
return pCVar1;
}
| (translation_unit "/* WARNING: Unknown calling convention */\n\nConf * conf_new(void)\n\n{\n Conf *pCVar1;\n tree234 *ptVar2;\n Conf *conf;\n \n pCVar1 = (Conf *)safemalloc(1,8);\n ptVar2 = newtree234(conf_cmp);\n pCVar1->tree = ptVar2;\n return pCVar1;\n}\n\n" comment (function_definition "Conf * conf_new(void... | (translation_unit "/* WARNING: Unknown calling convention */\n\ntype_1 * function_1(void)\n\n{\n type_1 *pCVar1;\n type_2 *ptVar2;\n type_1 *conf;\n \n pCVar1 = (type_1 *)var_1(1,8);\n ptVar2 = var_2(conf_cmp);\n pCVar1->tree = ptVar2;\n return pCVar1;\n}\n\n" comment (function_definition "type_1 * function_1(v... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (declaration type: (type_identifier) declarator: (poi... |
1153_pterm_and_pterm_strip.c | free_ctx | FUN_0015fc60 | 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_0015fc60(long param_1)
{
if (*(int *)(param_1 + 8) == 0) {
cairo_destroy(*(undefined8 *)(param_1 + 0x18));
}
FUN_001284fc(param_1);
return;
}
| (translation_unit "void FUN_0015fc60(long param_1)\n\n{\n if (*(int *)(param_1 + 8) == 0) {\n cairo_destroy(*(undefined8 *)(param_1 + 0x18));\n }\n FUN_001284fc(param_1);\n return;\n}\n\n" (function_definition "void FUN_0015fc60(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 0x0015fc8f
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x18]
MOV RDI,RAX
CALL 0x00110630
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)... |
287_psftp_and_psftp_strip.c | pfd_unthrottle | FUN_00112b8d | pfd_unthrottle |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void pfd_unthrottle(PortForwarding *pf)
{
int iVar1;
PortForwarding *pf_local;
if (pf != (PortForwarding *)0x0) {
pf->throttled = 0;
if ((pf->throttled == 0) && (pf->throttle_override == 0)) {
iVar1 = 0;
}
else {
... |
void FUN_00112b8d(long param_1)
{
undefined8 uVar1;
if (param_1 != 0) {
*(undefined4 *)(param_1 + 0x20) = 0;
if ((*(int *)(param_1 + 0x20) == 0) && (*(int *)(param_1 + 0x24) == 0)) {
uVar1 = 0;
}
else {
uVar1 = 1;
}
(**(code **)(**(long **)(param_1 + 0x18) + 0x30))(*(undefin... | (translation_unit "void FUN_00112b8d(long param_1)\n\n{\n undefined8 uVar1;\n \n if (param_1 != 0) {\n *(undefined4 *)(param_1 + 0x20) = 0;\n if ((*(int *)(param_1 + 0x20) == 0) && (*(int *)(param_1 + 0x24) == 0)) {\n uVar1 = 0;\n }\n else {\n uVar1 = 1;\n }\n (**(code **)(**(long **)(par... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
CMP qword ptr [RBP + -0x8],0x0
JZ 0x00112bed
MOV RAX,qword ptr [RBP + -0x8]
MOV dword ptr [RAX + 0x20],0x0
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x18]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x30]
MOV RDX,qword ptr [RBP + -0x8]
... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *var_1)
{
int iVar1;
type_1 *pf_local;
if (var_1 != (type_1 *)0x0) {
var_1->throttled = 0;
if ((var_1->throttled == 0) && (var_1->throttle_override == 0)) {
iVar1 = 0;
}
else {
iVar1 =... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid pfd_unthrottle(PortForwarding *pf)\n\n{\n int iVar1;\n PortForwarding *pf_local;\n \n if (pf != (PortForwarding *)0x0) {\n pf->throttled = 0;\n if ((pf->throttled == 0) && (pf->throttle_override == 0)) {\n ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *var_1)\n\n{\n int iVar1;\n type_1 *pf_local;\n \n if (var_1 != (type_1 *)0x0) {\n var_1->throttled = 0;\n if ((var_1->throttled == 0) && (var_1->throttle_override == 0)) {\n iVar1 = 0;\n... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitiv... |
1121_pterm_and_pterm_strip.c | notify_remote_exit | FUN_0015e098 | 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_0015e098(undefined8 param_1)
{
FUN_00111109(FUN_0015df56,param_1);
return;
}
| (translation_unit "void FUN_0015e098(undefined8 param_1)\n\n{\n FUN_00111109(FUN_0015df56,param_1);\n return;\n}\n\n" (function_definition "void FUN_0015e098(undefined8 param_1)\n\n{\n FUN_00111109(FUN_0015df56,param_1);\n return;\n}" primitive_type (function_declarator "FUN_0015e098(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,[0x15df56]
CALL 0x00111109
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... |
1128_pterm_and_pterm_strip.c | colour_to_css | FUN_0015e311 | colour_to_css |
char * colour_to_css(GdkColor *col)
{
long lVar1;
char *pcVar2;
long in_FS_OFFSET;
GdkColor *col_local;
GdkRGBA rgba;
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
rgba.red = (double)col->red / DAT_00195eb0;
rgba.green = (double)col->green / DAT_00195eb0;
rgba.blue = (double)col->blue / DAT_00195eb0;
... |
void FUN_0015e311(long param_1)
{
long in_FS_OFFSET;
double local_38;
double local_30;
double local_28;
undefined8 local_20;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_38 = (double)*(ushort *)(param_1 + 4) / DAT_00195eb0;
local_30 = (double)*(ushort *)(param_1 + 6) / DAT_0019... | (translation_unit "void FUN_0015e311(long param_1)\n\n{\n long in_FS_OFFSET;\n double local_38;\n double local_30;\n double local_28;\n undefined8 local_20;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_38 = (double)*(ushort *)(param_1 + 4) / DAT_00195eb0;\n local_30 = (double)*(ush... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x38],RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x38]
MOVZX EAX,word ptr [RAX + 0x4]
MOVZX EAX,AX
CVTSI2SD XMM0,EAX
MOVSD XMM1,qword ptr [0x00195eb0]
DIVSD XMM0,XMM1
MOVSD qword ptr [RBP + -0x30],XMM0
MOV ... |
char * function_1(type_1 *col)
{
long var_4;
char *pcVar2;
long var_1;
type_1 *col_local;
type_2 rgba;
var_4 = *(long *)(var_1 + 0x28);
rgba.red = (double)col->red / var_2;
rgba.green = (double)col->green / var_2;
rgba.blue = (double)col->blue / var_2;
rgba.alpha = DAT_00195ea0;
pcVar2 = (cha... | (translation_unit "char * colour_to_css(GdkColor *col)\n\n{\n long lVar1;\n char *pcVar2;\n long in_FS_OFFSET;\n GdkColor *col_local;\n GdkRGBA rgba;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n rgba.red = (double)col->red / DAT_00195eb0;\n rgba.green = (double)col->green / DAT_00195eb0;\n rgba.blue = (doub... | (translation_unit "char * function_1(type_1 *col)\n\n{\n long var_4;\n char *pcVar2;\n long var_1;\n type_1 *col_local;\n type_2 rgba;\n \n var_4 = *(long *)(var_1 + 0x28);\n rgba.red = (double)col->red / var_2;\n rgba.green = (double)col->green / var_2;\n rgba.blue = (double)col->blue / var_2;\n rgba.alpha ... | (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... |
143_psftp_and_psftp_strip.c | backend_socket_log | FUN_001089dc | backend_socket_log |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void backend_socket_log(void *frontend,int type,SockAddr addr,int port,char *error_msg,
int error_code,Conf *conf,int session_started)
{
long lVar1;
int iVar2;
size_t sVar3;
long in_FS_OFFSET;
Conf *conf_local;
... |
void FUN_001089dc(undefined8 param_1,int param_2,undefined8 param_3,undefined4 param_4,
undefined8 param_5,undefined8 param_6,undefined8 param_7,int param_8)
{
int iVar1;
size_t sVar2;
long in_FS_OFFSET;
uint local_128;
char *local_120;
undefined local_118 [264];
long local_10;
loc... | (translation_unit "void FUN_001089dc(undefined8 param_1,int param_2,undefined8 param_3,undefined4 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,int param_8)\n\n{\n int iVar1;\n size_t sVar2;\n long in_FS_OFFSET;\n uint local_128;\n char *local_120;\n undefined local_118 [264]... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x150
MOV qword ptr [RBP + -0x128],RDI
MOV dword ptr [RBP + -0x12c],ESI
MOV qword ptr [RBP + -0x138],RDX
MOV dword ptr [RBP + -0x130],ECX
MOV qword ptr [RBP + -0x140],R8
MOV dword ptr [RBP + -0x144],R9D
MOV RAX,qword ptr [RBP + 0x10]
MOV qword ptr [RBP + -0x150],RAX
MOV RAX,qword ptr FS:[0x... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *frontend,int var_2,type_1 addr,int port,char *error_msg,
int error_code,type_2 *conf,int var_10)
{
long var_16;
int var_6;
size_t sVar3;
long var_1;
type_2 *conf_local;
int error_code_loc... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid backend_socket_log(void *frontend,int type,SockAddr addr,int port,char *error_msg,\n int error_code,Conf *conf,int session_started)\n\n{\n long lVar1;\n int iVar2;\n size_t sVar3;\n long in_FS_O... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *frontend,int var_2,type_1 addr,int port,char *error_msg,\n int error_code,type_2 *conf,int var_10)\n\n{\n long var_16;\n int var_6;\n size_t sVar3;\n long var_1;\n type_2 *conf... | (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:... |
1126_pterm_and_pterm_strip.c | request_resize | FUN_0015e1d4 | request_resize |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void request_resize(void *frontend,wchar_t w,wchar_t h)
{
undefined8 uVar1;
long in_FS_OFFSET;
wchar_t h_local;
wchar_t w_local;
void *frontend_local;
wchar_t wp;
wchar_t hp;
gui_data *inst;
long local_20;
local_20 = *(lo... |
void FUN_0015e1d4(undefined8 *param_1,undefined4 param_2,undefined4 param_3)
{
undefined8 uVar1;
long in_FS_OFFSET;
undefined4 local_30;
undefined4 local_2c;
undefined8 *local_28;
long local_20;
local_20 = *(long *)(in_FS_OFFSET + 0x28);
local_28 = param_1;
FUN_00161b37(param_1,param_2,param_3,&l... | (translation_unit "void FUN_0015e1d4(undefined8 *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n undefined8 uVar1;\n long in_FS_OFFSET;\n undefined4 local_30;\n undefined4 local_2c;\n undefined8 *local_28;\n long local_20;\n \n local_20 = *(long *)(in_FS_OFFSET + 0x28);\n local_28 = param_1;\n FUN_00161... | PUSH RBP
MOV RBP,RSP
PUSH R12
PUSH RBX
SUB RSP,0x30
MOV qword ptr [RBP + -0x38],RDI
MOV dword ptr [RBP + -0x3c],ESI
MOV dword ptr [RBP + -0x40],EDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x38]
MOV qword ptr [RBP + -0x20],RAX
LEA RDI,[RBP + -0x24]
LEA RCX,[RBP +... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *frontend,type_1 w,type_1 h)
{
type_2 uVar1;
long var_1;
type_1 h_local;
type_1 w_local;
void *frontend_local;
type_1 wp;
type_1 hp;
type_3 *inst;
long var_6;
var_6 = *(long *)(var_1 + 0x28);
inst =... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid request_resize(void *frontend,wchar_t w,wchar_t h)\n\n{\n undefined8 uVar1;\n long in_FS_OFFSET;\n wchar_t h_local;\n wchar_t w_local;\n void *frontend_local;\n wchar_t wp;\n wchar_t hp;\n gui_data *inst;\n long... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *frontend,type_1 w,type_1 h)\n\n{\n type_2 uVar1;\n long var_1;\n type_1 h_local;\n type_1 w_local;\n void *frontend_local;\n type_1 wp;\n type_1 hp;\n type_3 *inst;\n long var_6;\n \n var_6 = ... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator... |
848_psftp_and_psftp_strip.c | des_decipher | FUN_0015b038 | des_decipher |
void des_decipher(word32 *output,word32 L,word32 R,DESContext *sched)
{
uint uVar1;
uint uVar2;
uint uVar3;
uint uVar4;
uint uVar5;
DESContext *sched_local;
word32 R_local;
word32 L_local;
word32 *output_local;
word32 swap;
word32 s0246;
word32 s1357;
uVar2 = (L >> 4 ^ R) & 0xf0f0f0f;
u... |
void FUN_0015b038(uint *param_1,uint param_2,uint param_3,uint *param_4)
{
uint uVar1;
uint uVar2;
uint uVar3;
uint uVar4;
uVar1 = (param_2 >> 4 ^ param_3) & 0xf0f0f0f;
param_2 = param_2 ^ uVar1 << 4;
param_3 = param_3 ^ uVar1;
uVar1 = (param_2 >> 0x10 ^ param_3) & 0xffff;
param_2 = param_2 ^ uVa... | (translation_unit "void FUN_0015b038(uint *param_1,uint param_2,uint param_3,uint *param_4)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n \n uVar1 = (param_2 >> 4 ^ param_3) & 0xf0f0f0f;\n param_2 = param_2 ^ uVar1 << 4;\n param_3 = param_3 ^ uVar1;\n uVar1 = (param_2 >> 0x10 ^ param_3) & 0xff... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV dword ptr [RBP + -0x20],EDX
MOV qword ptr [RBP + -0x28],RCX
MOV EAX,dword ptr [RBP + -0x1c]
SHR EAX,0x4
XOR EAX,dword ptr [RBP + -0x20]
AND EAX,0xf0f0f0f
MOV dword ptr [RBP + -0xc],EAX
MOV EAX,dword ptr [RBP + -0xc]
SHL EAX,0x4
XOR... |
void function_1(type_1 *output,type_1 var_1,type_1 var_2,type_2 *sched)
{
type_3 var_4;
type_3 var_3;
type_3 var_5;
type_3 var_6;
type_3 var_7;
type_2 *sched_local;
type_1 R_local;
type_1 L_local;
type_1 *output_local;
type_1 swap;
type_1 s0246;
type_1 s1357;
var_3 = (var_1 >> 4 ^ var_2) ... | (translation_unit "void des_decipher(word32 *output,word32 L,word32 R,DESContext *sched)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n DESContext *sched_local;\n word32 R_local;\n word32 L_local;\n word32 *output_local;\n word32 swap;\n word32 s0246;\n word32 s1357;\n \n uVa... | (translation_unit "void function_1(type_1 *output,type_1 var_1,type_1 var_2,type_2 *sched)\n\n{\n type_3 var_4;\n type_3 var_3;\n type_3 var_5;\n type_3 var_6;\n type_3 var_7;\n type_2 *sched_local;\n type_1 R_local;\n type_1 L_local;\n type_1 *output_local;\n type_1 swap;\n type_1 s0246;\n type_1 s1357;\n ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... |
646_psftp_and_psftp_strip.c | ssh2_msg_channel_eof | FUN_0013d4b1 | ssh2_msg_channel_eof |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void ssh2_msg_channel_eof(Ssh_conflict ssh,Packet *pktin)
{
ssh_channel *c_00;
Packet *pktin_local;
Ssh_conflict ssh_local;
ssh_channel *c;
c_00 = ssh_channel_msg(ssh,pktin);
if (c_00 != (ssh_channel *)0x0) {
ssh_channel_got_... |
void FUN_0013d4b1(undefined8 param_1,undefined8 param_2)
{
long lVar1;
lVar1 = FUN_0013c89f(param_1,param_2);
if (lVar1 != 0) {
FUN_0013d364(lVar1);
FUN_0013d240(lVar1);
}
return;
}
| (translation_unit "void FUN_0013d4b1(undefined8 param_1,undefined8 param_2)\n\n{\n long lVar1;\n \n lVar1 = FUN_0013c89f(param_1,param_2);\n if (lVar1 != 0) {\n FUN_0013d364(lVar1);\n FUN_0013d240(lVar1);\n }\n return;\n}\n\n" (function_definition "void FUN_0013d4b1(undefined8 param_1,undefined8 param_2)\n\... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV RDX,qword ptr [RBP + -0x20]
MOV RAX,qword ptr [RBP + -0x18]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x0013c89f
MOV qword ptr [RBP + -0x8],RAX
CMP qword ptr [RBP + -0x8],0x0
JZ 0x0013d4f9
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 ssh,type_2 *pktin)
{
type_3 *var_2;
type_2 *pktin_local;
type_1 ssh_local;
type_3 *c;
var_2 = var_1(ssh,pktin);
if (var_2 != (type_3 *)0x0) {
var_3(var_2);
var_4(var_2);
}
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid ssh2_msg_channel_eof(Ssh_conflict ssh,Packet *pktin)\n\n{\n ssh_channel *c_00;\n Packet *pktin_local;\n Ssh_conflict ssh_local;\n ssh_channel *c;\n \n c_00 = ssh_channel_msg(ssh,pktin);\n if (c_00 != (ssh_channel ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 ssh,type_2 *pktin)\n\n{\n type_3 *var_2;\n type_2 *pktin_local;\n type_1 ssh_local;\n type_3 *c;\n \n var_2 = var_1(ssh,pktin);\n if (var_2 != (type_3 *)0x0) {\n var_3(var_2);\n var_4(var_2... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator... |
751_psftp_and_psftp_strip.c | blowfish_ssh2_encrypt_blk | FUN_001510fa | blowfish_ssh2_encrypt_blk |
void blowfish_ssh2_encrypt_blk(void *handle,uchar *blk,int len)
{
int len_local;
uchar *blk_local;
void *handle_local;
BlowfishContext *ctx;
blowfish_msb_encrypt_cbc(blk,len,(BlowfishContext *)handle);
return;
}
|
void FUN_001510fa(undefined8 param_1,undefined8 param_2,undefined4 param_3)
{
FUN_001500de(param_2,param_3,param_1);
return;
}
| (translation_unit "void FUN_001510fa(undefined8 param_1,undefined8 param_2,undefined4 param_3)\n\n{\n FUN_001500de(param_2,param_3,param_1);\n return;\n}\n\n" (function_definition "void FUN_001510fa(undefined8 param_1,undefined8 param_2,undefined4 param_3)\n\n{\n FUN_001500de(param_2,param_3,param_1);\n return;\n}"... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV dword ptr [RBP + -0x24],EDX
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
MOV RDX,qword ptr [RBP + -0x8]
MOV ECX,dword ptr [RBP + -0x24]
MOV RAX,qword ptr [RBP + -0x20]
MOV ESI,ECX
MOV RDI,RAX
CALL 0x0... |
void function_1(void *handle,type_1 *blk,int len)
{
int len_local;
type_1 *blk_local;
void *handle_local;
type_2 *ctx;
var_1(blk,len,(type_2 *)handle);
return;
}
| (translation_unit "void blowfish_ssh2_encrypt_blk(void *handle,uchar *blk,int len)\n\n{\n int len_local;\n uchar *blk_local;\n void *handle_local;\n BlowfishContext *ctx;\n \n blowfish_msb_encrypt_cbc(blk,len,(BlowfishContext *)handle);\n return;\n}\n\n" (function_definition "void blowfish_ssh2_encrypt_blk(void ... | (translation_unit "void function_1(void *handle,type_1 *blk,int len)\n\n{\n int len_local;\n type_1 *blk_local;\n void *handle_local;\n type_2 *ctx;\n \n var_1(blk,len,(type_2 *)handle);\n return;\n}\n\n" (function_definition "void function_1(void *handle,type_1 *blk,int len)\n\n{\n int len_local;\n type_1 *bl... | (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... |
255_psftp_and_psftp_strip.c | conf_launchable | FUN_00110fc8 | conf_launchable |
int conf_launchable(Conf *conf)
{
char cVar1;
int iVar2;
char *pcVar3;
Conf *conf_local;
iVar2 = conf_get_int(conf,2);
if (iVar2 == 4) {
pcVar3 = conf_get_str(conf,0x39);
cVar1 = *pcVar3;
}
else {
pcVar3 = conf_get_str(conf,0);
cVar1 = *pcVar3;
}
return (uint)(cVar1 != '\0');
}
... |
bool FUN_00110fc8(undefined8 param_1)
{
char cVar1;
int iVar2;
char *pcVar3;
iVar2 = FUN_0010bb08(param_1,2);
if (iVar2 == 4) {
pcVar3 = (char *)FUN_0010bd08(param_1,0x39);
cVar1 = *pcVar3;
}
else {
pcVar3 = (char *)FUN_0010bd08(param_1,0);
cVar1 = *pcVar3;
}
return cVar1 != '\0';... | (translation_unit "bool FUN_00110fc8(undefined8 param_1)\n\n{\n char cVar1;\n int iVar2;\n char *pcVar3;\n \n iVar2 = FUN_0010bb08(param_1,2);\n if (iVar2 == 4) {\n pcVar3 = (char *)FUN_0010bd08(param_1,0x39);\n cVar1 = *pcVar3;\n }\n else {\n pcVar3 = (char *)FUN_0010bd08(param_1,0);\n cVar1 = *pcV... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV ESI,0x2
MOV RDI,RAX
CALL 0x0010bb08
CMP EAX,0x4
JNZ 0x00111008
MOV RAX,qword ptr [RBP + -0x8]
MOV ESI,0x39
MOV RDI,RAX
CALL 0x0010bd08
MOVZX EAX,byte ptr [RAX]
TEST AL,AL
SETNZ AL
MOVZX EAX,AL
JMP 0x00111024
MOV RAX,qwor... |
int function_1(type_1 *conf)
{
char var_4;
int var_2;
char *pcVar3;
type_1 *conf_local;
var_2 = var_1(conf,2);
if (var_2 == 4) {
pcVar3 = var_3(conf,0x39);
var_4 = *pcVar3;
}
else {
pcVar3 = var_3(conf,0);
var_4 = *pcVar3;
}
return (uint)(var_4 != '\0');
}
| (translation_unit "int conf_launchable(Conf *conf)\n\n{\n char cVar1;\n int iVar2;\n char *pcVar3;\n Conf *conf_local;\n \n iVar2 = conf_get_int(conf,2);\n if (iVar2 == 4) {\n pcVar3 = conf_get_str(conf,0x39);\n cVar1 = *pcVar3;\n }\n else {\n pcVar3 = conf_get_str(conf,0);\n cVar1 = *pcVar3;\n }\... | (translation_unit "int function_1(type_1 *conf)\n\n{\n char var_4;\n int var_2;\n char *pcVar3;\n type_1 *conf_local;\n \n var_2 = var_1(conf,2);\n if (var_2 == 4) {\n pcVar3 = var_3(conf,0x39);\n var_4 = *pcVar3;\n }\n else {\n pcVar3 = var_3(conf,0);\n var_4 = *pcVar3;\n }\n return (uint)(var_4... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) de... |
180_psftp_and_psftp_strip.c | conf_set_str | FUN_0010c560 | conf_set_str |
void conf_set_str(Conf *conf,int primary,char *value)
{
conf_entry *entry_00;
char *pcVar1;
char *value_local;
int primary_local;
Conf *conf_local;
conf_entry *entry;
entry_00 = (conf_entry *)safemalloc(1,0x18);
if (subkeytypes[primary] != 0) {
/* WARNING: Subroutine does not re... |
void FUN_0010c560(undefined8 param_1,int param_2,undefined8 param_3)
{
int *piVar1;
undefined8 uVar2;
piVar1 = (int *)FUN_00110d9a(1,0x18);
if (*(int *)(&DAT_001b8020 + (long)param_2 * 4) != 0) {
/* WARNING: Subroutine does not return */
__assert_fail("subkeytypes[primary] == TYPE_N... | (translation_unit "void FUN_0010c560(undefined8 param_1,int param_2,undefined8 param_3)\n\n{\n int *piVar1;\n undefined8 uVar2;\n \n piVar1 = (int *)FUN_00110d9a(1,0x18);\n if (*(int *)(&DAT_001b8020 + (long)param_2 * 4) != 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("sub... | 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 ESI,0x18
MOV EDI,0x1
CALL 0x00110d9a
MOV qword ptr [RBP + -0x8],RAX
MOV EAX,dword ptr [RBP + -0x1c]
CDQE
LEA RDX,[RAX*0x4]
LEA RAX,[0x1b8020]
MOV EAX,dword ptr [RDX + RAX*0x1]
TEST EAX,E... |
void function_1(type_1 *conf,int primary,char *value)
{
type_2 *entry_00;
char *pcVar1;
char *value_local;
int primary_local;
type_1 *conf_local;
type_2 *entry;
entry_00 = (type_2 *)var_1(1,0x18);
if (subkeytypes[primary] != 0) {
/* WARNING: Subroutine does not return */
var... | (translation_unit "void conf_set_str(Conf *conf,int primary,char *value)\n\n{\n conf_entry *entry_00;\n char *pcVar1;\n char *value_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] != 0) {\n /* W... | (translation_unit "void function_1(type_1 *conf,int primary,char *value)\n\n{\n type_2 *entry_00;\n char *pcVar1;\n char *value_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] != 0) {\n /* WARNING: Subrout... | (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... |
376_psftp_and_psftp_strip.c | usage | FUN_0011c9d1 | usage |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void usage(void)
{
puts("PuTTY Secure File Transfer (SFTP) client");
puts("Release 0.70");
puts("Usage: psftp [options] [user@]host");
puts("Options:");
puts(" -V print version information and exit");
puts(" -pgpfp p... |
void FUN_0011c9d1(void)
{
puts("PuTTY Secure File Transfer (SFTP) client");
puts("Release 0.70");
puts("Usage: psftp [options] [user@]host");
puts("Options:");
puts(" -V print version information and exit");
puts(" -pgpfp print PGP key fingerprints and exit");
puts(" -b file use specified... | (translation_unit "void FUN_0011c9d1(void)\n\n{\n puts("PuTTY Secure File Transfer (SFTP) client");\n puts("Release 0.70");\n puts("Usage: psftp [options] [user@]host");\n puts("Options:");\n puts(" -V print version information and exit");\n puts(" -pgpfp print PGP key fingerprints and exit");\n puts... | PUSH RBP
MOV RBP,RSP
LEA RDI,[0x196778]
CALL 0x00108130
LEA RDI,[0x1a64a0]
CALL 0x00108130
LEA RDI,[0x1967a8]
CALL 0x00108130
LEA RDI,[0x1967cb]
CALL 0x00108130
LEA RDI,[0x1967d8]
CALL 0x00108130
LEA RDI,[0x196808]
CALL 0x00108130
LEA RDI,[0x196838]
CALL 0x00108130
LEA RDI,[0x196860]
CALL 0x00108130
LEA RDI,[0x196888]
... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
var_1("PuTTY Secure File Transfer (SFTP) client");
var_1("Release 0.70");
var_1("Usage: psftp [options] [user@]host");
var_1("Options:");
var_1(" -V print version information and exit");
var_1(" ... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid usage(void)\n\n{\n puts("PuTTY Secure File Transfer (SFTP) client");\n puts("Release 0.70");\n puts("Usage: psftp [options] [user@]host");\n puts("Options:");\n puts(" -V print version information and ex... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid function_1(void)\n\n{\n var_1("PuTTY Secure File Transfer (SFTP) client");\n var_1("Release 0.70");\n var_1("Usage: psftp [options] [user@]host");\n var_1("Options:");\n var_1(" -V print version informat... | (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... |
773_psftp_and_psftp_strip.c | bigdivmod | FUN_001547fe | bigdivmod |
void bigdivmod(Bignum_conflict p,Bignum_conflict mod,Bignum_conflict result,Bignum_conflict quotient
)
{
int mlen_00;
int rshift_00;
BignumInt *m_00;
BignumInt *a;
BignumInt BVar1;
Bignum_conflict quotient_local;
Bignum_conflict result_local;
Bignum_conflict mod_local;
Bignum_conflict ... |
void FUN_001547fe(undefined8 *param_1,ulong *param_2,undefined8 *param_3,undefined8 param_4)
{
ulong uVar1;
int iVar2;
int iVar3;
ulong *puVar4;
long lVar5;
undefined8 uVar6;
int local_40;
int local_3c;
int local_38;
ulong local_28;
if (param_2[*param_2] == 0) {
/* WARNING... | (translation_unit "void FUN_001547fe(undefined8 *param_1,ulong *param_2,undefined8 *param_3,undefined8 param_4)\n\n{\n ulong uVar1;\n int iVar2;\n int iVar3;\n ulong *puVar4;\n long lVar5;\n undefined8 uVar6;\n int local_40;\n int local_3c;\n int local_38;\n ulong local_28;\n \n if (param_2[*param_2] == 0) ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x48],RDI
MOV qword ptr [RBP + -0x50],RSI
MOV qword ptr [RBP + -0x58],RDX
MOV qword ptr [RBP + -0x60],RCX
MOV RAX,qword ptr [RBP + -0x50]
MOV RAX,qword ptr [RAX]
LEA RDX,[RAX*0x8]
MOV RAX,qword ptr [RBP + -0x50]
ADD RAX,RDX
MOV RAX,qword ptr [RAX]
TEST RAX,RAX
JNZ... |
void function_1(type_1 p,type_1 mod,type_1 var_11,type_1 quotient
)
{
int var_4;
int var_7;
type_2 *m_00;
type_2 *a;
type_2 BVar1;
type_1 quotient_local;
type_1 result_local;
type_1 mod_local;
type_1 p_local;
int var_5;
int var_12;
int var_3;
int mlen;
int rshift;
int j_1;
... | (translation_unit "void bigdivmod(Bignum_conflict p,Bignum_conflict mod,Bignum_conflict result,Bignum_conflict quotient\n )\n\n{\n int mlen_00;\n int rshift_00;\n BignumInt *m_00;\n BignumInt *a;\n BignumInt BVar1;\n Bignum_conflict quotient_local;\n Bignum_conflict result_local;\n Bignum_conflict ... | (translation_unit "void function_1(type_1 p,type_1 mod,type_1 var_11,type_1 quotient\n )\n\n{\n int var_4;\n int var_7;\n type_2 *m_00;\n type_2 *a;\n type_2 BVar1;\n type_1 quotient_local;\n type_1 result_local;\n type_1 mod_local;\n type_1 p_local;\n int var_5;\n int var_12;\n int var_3;\n i... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration typ... |
779_psftp_and_psftp_strip.c | ssh1_read_bignum | FUN_00155010 | ssh1_read_bignum |
int ssh1_read_bignum(uchar *data,int len,Bignum_conflict *result)
{
int iVar1;
Bignum_conflict pBVar2;
Bignum_conflict *result_local;
int len_local;
uchar *data_local;
int i;
int w;
int b;
uchar *p;
if (len < 2) {
iVar1 = -1;
}
else {
w = 0;
p = data;
for (i = 0; i < 2; i = ... |
byte * FUN_00155010(byte *param_1,int param_2,undefined8 *param_3)
{
int iVar1;
undefined8 uVar2;
int local_1c;
int local_18;
byte *local_10;
if (param_2 < 2) {
local_10 = (byte *)0xffffffff;
}
else {
local_18 = 0;
local_10 = param_1;
for (local_1c = 0; local_1c < 2; local_1c = loca... | (translation_unit "byte * FUN_00155010(byte *param_1,int param_2,undefined8 *param_3)\n\n{\n int iVar1;\n undefined8 uVar2;\n int local_1c;\n int local_18;\n byte *local_10;\n \n if (param_2 < 2) {\n local_10 = (byte *)0xffffffff;\n }\n else {\n local_18 = 0;\n local_10 = param_1;\n for (local_1c =... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x28],RDI
MOV dword ptr [RBP + -0x2c],ESI
MOV qword ptr [RBP + -0x38],RDX
MOV RAX,qword ptr [RBP + -0x28]
MOV qword ptr [RBP + -0x8],RAX
CMP dword ptr [RBP + -0x2c],0x1
JG 0x0015503b
MOV EAX,0xffffffff
JMP 0x001550d5
MOV dword ptr [RBP + -0x10],0x0
MOV dword ptr [... |
int function_1(type_1 *data,int var_1,type_2 *var_6)
{
int var_5;
type_2 pBVar2;
type_2 *result_local;
int len_local;
type_1 *data_local;
int var_2;
int var_4;
int b;
type_1 *var_3;
if (var_1 < 2) {
var_5 = -1;
}
else {
var_4 = 0;
var_3 = data;
for (var_2 = 0; var_2 < 2; var... | (translation_unit "int ssh1_read_bignum(uchar *data,int len,Bignum_conflict *result)\n\n{\n int iVar1;\n Bignum_conflict pBVar2;\n Bignum_conflict *result_local;\n int len_local;\n uchar *data_local;\n int i;\n int w;\n int b;\n uchar *p;\n \n if (len < 2) {\n iVar1 = -1;\n }\n else {\n w = 0;\n p... | (translation_unit "int function_1(type_1 *data,int var_1,type_2 *var_6)\n\n{\n int var_5;\n type_2 pBVar2;\n type_2 *result_local;\n int len_local;\n type_1 *data_local;\n int var_2;\n int var_4;\n int b;\n type_1 *var_3;\n \n if (var_1 < 2) {\n var_5 = -1;\n }\n else {\n var_4 = 0;\n var_3 = data... | (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... |
1049_pterm_and_pterm_strip.c | unifontsel_add_entry | FUN_001565e9 | unifontsel_add_entry |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void unifontsel_add_entry
(void *ctx,char *realfontname,char *family,char *charset,char *style,char *stylekey,
wchar_t size,wchar_t flags,unifont_vtable *fontclass)
{
int iVar1;
int iVar2;
int iVar3;
int iV... |
void FUN_001565e9(long param_1,char *param_2,char *param_3,char *param_4,char *param_5,char *param_6
,undefined4 param_7,undefined4 param_8,undefined8 param_9)
{
int iVar1;
int iVar2;
int iVar3;
int iVar4;
undefined4 uVar5;
size_t sVar6;
size_t sVar7;
undefined8 *puVar8;
undefined8 ... | (translation_unit "void FUN_001565e9(long param_1,char *param_2,char *param_3,char *param_4,char *param_5,char *param_6\n ,undefined4 param_7,undefined4 param_8,undefined8 param_9)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n undefined4 uVar5;\n size_t sVar6;\n size_t sVar7;\n unde... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x58
MOV qword ptr [RBP + -0x38],RDI
MOV qword ptr [RBP + -0x40],RSI
MOV qword ptr [RBP + -0x48],RDX
MOV qword ptr [RBP + -0x50],RCX
MOV qword ptr [RBP + -0x58],R8
MOV qword ptr [RBP + -0x60],R9
MOV RAX,qword ptr [RBP + -0x38]
MOV qword ptr [RBP + -0x20],RAX
MOV RAX,qword ptr [RBP ... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1
(void *ctx,char *realfontname,char *var_2,char *var_3,char *var_4,char *var_5,
type_1 size,type_1 flags,type_2 *fontclass)
{
int var_8;
int var_9;
int var_6;
int var_7;
size_t var_14;
si... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid unifontsel_add_entry\n (void *ctx,char *realfontname,char *family,char *charset,char *style,char *stylekey,\n wchar_t size,wchar_t flags,unifont_vtable *fontclass)\n\n{\n int iVar1;\n int iV... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1\n (void *ctx,char *realfontname,char *var_2,char *var_3,char *var_4,char *var_5,\n type_1 size,type_1 flags,type_2 *fontclass)\n\n{\n int var_8;\n int var_9;\n int var_6;\n int ... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:... |
588_psftp_and_psftp_strip.c | sshfwd_unclean_close | FUN_00133641 | sshfwd_unclean_close |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void sshfwd_unclean_close(ssh_channel *c,char *err)
{
char *reason_00;
char *err_local;
ssh_channel *c_local;
Ssh_conflict ssh;
char *reason;
if (c->ssh->state != CHAN_SHARING) {
reason_00 = dupprintf("due to local error: %s"... |
void FUN_00133641(long *param_1,undefined8 param_2)
{
undefined8 uVar1;
if (*(int *)(*param_1 + 0x1d0) != 4) {
uVar1 = FUN_001101da("due to local error: %s",param_2);
FUN_0013cff1(param_1,uVar1);
FUN_00110fa6(uVar1);
*(undefined4 *)((long)param_1 + 0x1c) = 0;
FUN_0013d240(param_1);
}
re... | (translation_unit "void FUN_00133641(long *param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n if (*(int *)(*param_1 + 0x1d0) != 4) {\n uVar1 = FUN_001101da("due to local error: %s",param_2);\n FUN_0013cff1(param_1,uVar1);\n FUN_00110fa6(uVar1);\n *(undefined4 *)((long)param_1 + 0x1c) = 0;\n FUN... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV EAX,dword ptr [RAX + 0x1d0]
CMP EAX,0x4
JZ 0x001336bf
MOV RAX,qword ptr [RBP + -0x20]
MOV RSI,RAX
... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *c,char *err)
{
char *reason_00;
char *err_local;
type_1 *c_local;
type_2 ssh;
char *reason;
if (c->ssh->state != var_1) {
reason_00 = var_2("due to local error: %s",err);
var_3(c,reason_00);
va... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid sshfwd_unclean_close(ssh_channel *c,char *err)\n\n{\n char *reason_00;\n char *err_local;\n ssh_channel *c_local;\n Ssh_conflict ssh;\n char *reason;\n \n if (c->ssh->state != CHAN_SHARING) {\n reason_00 = dupp... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *c,char *err)\n\n{\n char *reason_00;\n char *err_local;\n type_1 *c_local;\n type_2 ssh;\n char *reason;\n \n if (c->ssh->state != var_1) {\n reason_00 = var_2("due to local error: %s",err);\... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator... |
322_psftp_and_psftp_strip.c | sftp_get_file | FUN_00117814 | sftp_get_file |
int sftp_get_file(char *fname,char *outfname,int recurse,int restart)
{
fxp_name **ppfVar1;
long lVar2;
int iVar3;
char *pcVar4;
fxp_name *pfVar5;
long in_FS_OFFSET;
uint64 offset_00;
int restart_local;
int recurse_local;
char *outfname_local;
char *fname_local;
int len;
int ret;
int shown... |
int FUN_00117814(undefined8 param_1,undefined8 param_2,int param_3,int param_4)
{
undefined8 *puVar1;
int iVar2;
undefined8 uVar3;
long in_FS_OFFSET;
undefined auVar4 [16];
int local_150;
int local_130;
int local_12c;
int local_128;
int local_124;
int local_120;
int local_11c;
int local_118;... | (translation_unit "int FUN_00117814(undefined8 param_1,undefined8 param_2,int param_3,int param_4)\n\n{\n undefined8 *puVar1;\n int iVar2;\n undefined8 uVar3;\n long in_FS_OFFSET;\n undefined auVar4 [16];\n int local_150;\n int local_130;\n int local_12c;\n int local_128;\n int local_124;\n int local_120;\n ... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x148
MOV qword ptr [RBP + -0x138],RDI
MOV qword ptr [RBP + -0x140],RSI
MOV dword ptr [RBP + -0x144],EDX
MOV dword ptr [RBP + -0x148],ECX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
XOR EAX,EAX
MOV dword ptr [RBP + -0x120],0x0
CMP dword ptr [RBP + -0x144],0x0
JZ 0x0... |
int function_1(char *fname,char *outfname,int var_2,int var_31)
{
type_1 **ppfVar1;
long var_66;
int var_8;
char *pcVar4;
type_1 *pfVar5;
long var_1;
type_2 offset_00;
int restart_local;
int recurse_local;
char *outfname_local;
char *fname_local;
int var_59;
int var_55;
int var_56;
int v... | (translation_unit "int sftp_get_file(char *fname,char *outfname,int recurse,int restart)\n\n{\n fxp_name **ppfVar1;\n long lVar2;\n int iVar3;\n char *pcVar4;\n fxp_name *pfVar5;\n long in_FS_OFFSET;\n uint64 offset_00;\n int restart_local;\n int recurse_local;\n char *outfname_local;\n char *fname_local;\n ... | (translation_unit "int function_1(char *fname,char *outfname,int var_2,int var_31)\n\n{\n type_1 **ppfVar1;\n long var_66;\n int var_8;\n char *pcVar4;\n type_1 *pfVar5;\n long var_1;\n type_2 offset_00;\n int restart_local;\n int recurse_local;\n char *outfname_local;\n char *fname_local;\n int var_59;\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_... |
1141_pterm_and_pterm_strip.c | get_clip | FUN_0015f7c3 | get_clip |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void get_clip(void *frontend,wchar_t **p,wchar_t *len)
{
wchar_t *len_local;
wchar_t **p_local;
void *frontend_local;
gui_data *inst;
if (p != (wchar_t **)0x0) {
*p = *(wchar_t **)((long)frontend + 0xd18);
*len = *(wchar_t ... |
void FUN_0015f7c3(long param_1,undefined8 *param_2,undefined4 *param_3)
{
if (param_2 != (undefined8 *)0x0) {
*param_2 = *(undefined8 *)(param_1 + 0xd18);
*param_3 = *(undefined4 *)(param_1 + 0xd20);
}
return;
}
| (translation_unit "void FUN_0015f7c3(long param_1,undefined8 *param_2,undefined4 *param_3)\n\n{\n if (param_2 != (undefined8 *)0x0) {\n *param_2 = *(undefined8 *)(param_1 + 0xd18);\n *param_3 = *(undefined4 *)(param_1 + 0xd20);\n }\n return;\n}\n\n" (function_definition "void FUN_0015f7c3(long param_1,undefine... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV qword ptr [RBP + -0x28],RDX
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
CMP qword ptr [RBP + -0x20],0x0
JZ 0x0015f804
MOV RAX,qword ptr [RBP + -0x8]
MOV RDX,qword ptr [RAX + 0xd18]
MOV RAX,qword ptr [RBP + -0x20]... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *frontend,type_1 **var_1,type_1 *len)
{
type_1 *len_local;
type_1 **p_local;
void *frontend_local;
type_2 *inst;
if (var_1 != (type_1 **)0x0) {
*var_1 = *(type_1 **)((long)frontend + 0xd18);
*len = *(ty... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid get_clip(void *frontend,wchar_t **p,wchar_t *len)\n\n{\n wchar_t *len_local;\n wchar_t **p_local;\n void *frontend_local;\n gui_data *inst;\n \n if (p != (wchar_t **)0x0) {\n *p = *(wchar_t **)((long)frontend + ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *frontend,type_1 **var_1,type_1 *len)\n\n{\n type_1 *len_local;\n type_1 **p_local;\n void *frontend_local;\n type_2 *inst;\n \n if (var_1 != (type_1 **)0x0) {\n *var_1 = *(type_1 **)((long)front... | (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... |
1310_pterm_and_pterm_strip.c | decode_codepage | FUN_00169b60 | decode_codepage |
wchar_t decode_codepage(char *cp_name)
{
wchar_t wVar1;
char *cp_name_local;
if ((cp_name == (char *)0x0) || (*cp_name == '\0')) {
wVar1 = L'7';
}
else {
wVar1 = charset_from_localenc(cp_name);
}
return wVar1;
}
|
undefined8 FUN_00169b60(char *param_1)
{
undefined8 uVar1;
if ((param_1 == (char *)0x0) || (*param_1 == '\0')) {
uVar1 = 0x37;
}
else {
uVar1 = FUN_001114cb(param_1);
}
return uVar1;
}
| (translation_unit "undefined8 FUN_00169b60(char *param_1)\n\n{\n undefined8 uVar1;\n \n if ((param_1 == (char *)0x0) || (*param_1 == '\0')) {\n uVar1 = 0x37;\n }\n else {\n uVar1 = FUN_001114cb(param_1);\n }\n return uVar1;\n}\n\n" (function_definition "undefined8 FUN_00169b60(char *param_1)\n\n{\n undefi... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
CMP qword ptr [RBP + -0x8],0x0
JZ 0x00169b7e
MOV RAX,qword ptr [RBP + -0x8]
MOVZX EAX,byte ptr [RAX]
TEST AL,AL
JNZ 0x00169b85
MOV EAX,0x37
JMP 0x00169b91
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x001114cb
LEAVE
RET |
type_1 function_1(char *var_1)
{
type_1 wVar1;
char *cp_name_local;
if ((var_1 == (char *)0x0) || (*var_1 == '\0')) {
wVar1 = L'7';
}
else {
wVar1 = var_2(var_1);
}
return wVar1;
}
| (translation_unit "wchar_t decode_codepage(char *cp_name)\n\n{\n wchar_t wVar1;\n char *cp_name_local;\n \n if ((cp_name == (char *)0x0) || (*cp_name == '\0')) {\n wVar1 = L'7';\n }\n else {\n wVar1 = charset_from_localenc(cp_name);\n }\n return wVar1;\n}\n\n" (function_definition "wchar_t decode_codepage... | (translation_unit "type_1 function_1(char *var_1)\n\n{\n type_1 wVar1;\n char *cp_name_local;\n \n if ((var_1 == (char *)0x0) || (*var_1 == '\0')) {\n wVar1 = L'7';\n }\n else {\n wVar1 = var_2(var_1);\n }\n return wVar1;\n}\n\n" (function_definition "type_1 function_1(char *var_1)\n\n{\n type_1 wVar1;\n... | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d... |
214_psftp_and_psftp_strip.c | log_reconfig | FUN_0010f114 | log_reconfig |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void log_reconfig(void *handle,Conf *conf)
{
bool bVar1;
int iVar2;
int iVar3;
Filename *f2;
Filename *f1;
Conf *pCVar4;
Conf *conf_local;
void *handle_local;
int reset_logging;
LogContext *ctx;
f2 = conf_get_filename(c... |
void FUN_0010f114(long param_1,undefined8 param_2)
{
bool bVar1;
int iVar2;
int iVar3;
undefined4 uVar4;
undefined8 uVar5;
undefined8 uVar6;
uVar5 = FUN_0010c1d4(param_2,0x77);
uVar6 = FUN_0010c1d4(*(undefined8 *)(param_1 + 0x38),0x77);
iVar2 = FUN_00185d79(uVar6,uVar5);
if (iVar2 != 0) {
i... | (translation_unit "void FUN_0010f114(long param_1,undefined8 param_2)\n\n{\n bool bVar1;\n int iVar2;\n int iVar3;\n undefined4 uVar4;\n undefined8 uVar5;\n undefined8 uVar6;\n \n uVar5 = FUN_0010c1d4(param_2,0x77);\n uVar6 = FUN_0010c1d4(*(undefined8 *)(param_1 + 0x38),0x77);\n iVar2 = FUN_00185d79(uVar6,uVa... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x28
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV RAX,qword ptr [RBP + -0x28]
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x30]
MOV ESI,0x77
MOV RDI,RAX
CALL 0x0010c1d4
MOV RBX,RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX + 0x38]
M... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *handle,type_1 *conf)
{
bool bVar1;
int var_3;
int var_5;
type_2 *f2;
type_2 *f1;
type_1 *pCVar4;
type_1 *conf_local;
void *handle_local;
int reset_logging;
type_3 *ctx;
f2 = var_1(conf,0x77);
f1 ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid log_reconfig(void *handle,Conf *conf)\n\n{\n bool bVar1;\n int iVar2;\n int iVar3;\n Filename *f2;\n Filename *f1;\n Conf *pCVar4;\n Conf *conf_local;\n void *handle_local;\n int reset_logging;\n LogContext *ct... | (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 bool bVar1;\n int var_3;\n int var_5;\n type_2 *f2;\n type_2 *f1;\n type_1 *pCVar4;\n type_1 *conf_local;\n void *handle_local;\n int reset_logging;\n type_3 *ctx;\n... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator... |
725_psftp_and_psftp_strip.c | arcfour_make_context | FUN_0014e732 | arcfour_make_context |
/* WARNING: Unknown calling convention */
void * arcfour_make_context(void)
{
void *pvVar1;
pvVar1 = safemalloc(1,0x102);
return pvVar1;
}
|
void FUN_0014e732(void)
{
FUN_00110d9a(1,0x102);
return;
}
| (translation_unit "void FUN_0014e732(void)\n\n{\n FUN_00110d9a(1,0x102);\n return;\n}\n\n" (function_definition "void FUN_0014e732(void)\n\n{\n FUN_00110d9a(1,0x102);\n return;\n}" primitive_type (function_declarator "FUN_0014e732(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_... | PUSH RBP
MOV RBP,RSP
MOV ESI,0x102
MOV EDI,0x1
CALL 0x00110d9a
POP RBP
RET |
/* WARNING: Unknown calling convention */
void * function_1(void)
{
void *pvVar1;
pvVar1 = var_1(1,0x102);
return pvVar1;
}
| (translation_unit "/* WARNING: Unknown calling convention */\n\nvoid * arcfour_make_context(void)\n\n{\n void *pvVar1;\n \n pvVar1 = safemalloc(1,0x102);\n return pvVar1;\n}\n\n" comment (function_definition "void * arcfour_make_context(void)\n\n{\n void *pvVar1;\n \n pvVar1 = safemalloc(1,0x102);\n return pvVa... | (translation_unit "/* WARNING: Unknown calling convention */\n\nvoid * function_1(void)\n\n{\n void *pvVar1;\n \n pvVar1 = var_1(1,0x102);\n return pvVar1;\n}\n\n" comment (function_definition "void * function_1(void)\n\n{\n void *pvVar1;\n \n pvVar1 = var_1(1,0x102);\n return pvVar1;\n}" primitive_type (pointe... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (declaration type: (primitive_type) declarator: (point... |
655_psftp_and_psftp_strip.c | ssh2_msg_channel_open | FUN_0013e4ae | ssh2_msg_channel_open |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void ssh2_msg_channel_open(Ssh_conflict ssh,Packet *pktin)
{
long lVar1;
int iVar2;
ulong uVar3;
X11Connection *pXVar4;
long in_FS_OFFSET;
Packet *pktin_local;
Ssh_conflict ssh_local;
int typelen;
int peeraddrlen;
int shostl... |
void FUN_0013e4ae(long param_1,ulong *param_2)
{
int iVar1;
long lVar2;
long in_FS_OFFSET;
int local_b0;
undefined4 local_ac;
undefined4 local_a8;
int local_a4;
undefined4 local_a0;
undefined4 local_9c;
undefined4 local_98;
undefined4 local_94;
void *local_90;
undefined *local_88;
undefine... | (translation_unit "void FUN_0013e4ae(long param_1,ulong *param_2)\n\n{\n int iVar1;\n long lVar2;\n long in_FS_OFFSET;\n int local_b0;\n undefined4 local_ac;\n undefined4 local_a8;\n int local_a4;\n undefined4 local_a0;\n undefined4 local_9c;\n undefined4 local_98;\n undefined4 local_94;\n void *local_90;\n... | PUSH RBP
MOV RBP,RSP
SUB RSP,0xc0
MOV qword ptr [RBP + -0xb8],RDI
MOV qword ptr [RBP + -0xc0],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV qword ptr [RBP + -0x70],0x0
MOV dword ptr [RBP + -0x9c],0x0
LEA RDX,[RBP + -0xa8]
LEA RCX,[RBP + -0x88]
MOV RAX,qword ptr [RBP + -0xc0]
MOV RSI,RCX... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 ssh,type_2 *pktin)
{
long var_29;
int var_7;
type_3 var_11;
type_4 *pXVar4;
long var_1;
type_2 *pktin_local;
type_1 ssh_local;
int var_5;
int peeraddrlen;
int shostlen;
type_5 var_24;
type_5 remid;... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid ssh2_msg_channel_open(Ssh_conflict ssh,Packet *pktin)\n\n{\n long lVar1;\n int iVar2;\n ulong uVar3;\n X11Connection *pXVar4;\n long in_FS_OFFSET;\n Packet *pktin_local;\n Ssh_conflict ssh_local;\n int typelen;\n... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 ssh,type_2 *pktin)\n\n{\n long var_29;\n int var_7;\n type_3 var_11;\n type_4 *pXVar4;\n long var_1;\n type_2 *pktin_local;\n type_1 ssh_local;\n int var_5;\n int peeraddrlen;\n int shostlen;\... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator... |
237_psftp_and_psftp_strip.c | strbuf_str | FUN_0011033d | strbuf_str |
char * strbuf_str(strbuf *buf)
{
strbuf *buf_local;
return buf->s;
}
|
undefined8 FUN_0011033d(undefined8 *param_1)
{
return *param_1;
}
| (translation_unit "undefined8 FUN_0011033d(undefined8 *param_1)\n\n{\n return *param_1;\n}\n\n" (function_definition "undefined8 FUN_0011033d(undefined8 *param_1)\n\n{\n return *param_1;\n}" type_identifier (function_declarator "FUN_0011033d(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
POP RBP
RET |
char * function_1(type_1 *buf)
{
type_1 *buf_local;
return buf->s;
}
| (translation_unit "char * strbuf_str(strbuf *buf)\n\n{\n strbuf *buf_local;\n \n return buf->s;\n}\n\n" (function_definition "char * strbuf_str(strbuf *buf)\n\n{\n strbuf *buf_local;\n \n return buf->s;\n}" primitive_type (pointer_declarator "* strbuf_str(strbuf *buf)" * (function_declarator "strbuf_str(strbuf *b... | (translation_unit "char * function_1(type_1 *buf)\n\n{\n type_1 *buf_local;\n \n return buf->s;\n}\n\n" (function_definition "char * function_1(type_1 *buf)\n\n{\n type_1 *buf_local;\n \n return buf->s;\n}" primitive_type (pointer_declarator "* function_1(type_1 *buf)" * (function_declarator "function_1(type_1 *b... | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (decl... |
488_psftp_and_psftp_strip.c | ssh_comp_none_disable | FUN_00126c3c | ssh_comp_none_disable |
int ssh_comp_none_disable(void *handle)
{
void *handle_local;
return 0;
}
|
undefined8 FUN_00126c3c(void)
{
return 0;
}
| (translation_unit "undefined8 FUN_00126c3c(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined8 FUN_00126c3c(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_00126c3c(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n ... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV EAX,0x0
POP RBP
RET |
int function_1(void *handle)
{
void *handle_local;
return 0;
}
| (translation_unit "int ssh_comp_none_disable(void *handle)\n\n{\n void *handle_local;\n \n return 0;\n}\n\n" (function_definition "int ssh_comp_none_disable(void *handle)\n\n{\n void *handle_local;\n \n return 0;\n}" primitive_type (function_declarator "ssh_comp_none_disable(void *handle)" identifier (parameter_l... | (translation_unit "int function_1(void *handle)\n\n{\n void *handle_local;\n \n return 0;\n}\n\n" (function_definition "int function_1(void *handle)\n\n{\n void *handle_local;\n \n return 0;\n}" primitive_type (function_declarator "function_1(void *handle)" identifier (parameter_list "(void *handle)" ( (parameter... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) dec... |
238_psftp_and_psftp_strip.c | strbuf_to_str | FUN_0011034e | strbuf_to_str |
char * strbuf_to_str(strbuf *buf)
{
char *pcVar1;
strbuf *buf_local;
char *ret;
pcVar1 = buf->s;
safefree(buf);
return pcVar1;
}
|
undefined8 FUN_0011034e(undefined8 *param_1)
{
undefined8 uVar1;
uVar1 = *param_1;
FUN_00110fa6(param_1);
return uVar1;
}
| (translation_unit "undefined8 FUN_0011034e(undefined8 *param_1)\n\n{\n undefined8 uVar1;\n \n uVar1 = *param_1;\n FUN_00110fa6(param_1);\n return uVar1;\n}\n\n" (function_definition "undefined8 FUN_0011034e(undefined8 *param_1)\n\n{\n undefined8 uVar1;\n \n uVar1 = *param_1;\n FUN_00110fa6(param_1);\n return ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV RDI,RAX
CALL 0x00110fa6
MOV RAX,qword ptr [RBP + -0x8]
LEAVE
RET |
char * function_1(type_1 *buf)
{
char *pcVar1;
type_1 *buf_local;
char *ret;
pcVar1 = buf->s;
var_1(buf);
return pcVar1;
}
| (translation_unit "char * strbuf_to_str(strbuf *buf)\n\n{\n char *pcVar1;\n strbuf *buf_local;\n char *ret;\n \n pcVar1 = buf->s;\n safefree(buf);\n return pcVar1;\n}\n\n" (function_definition "char * strbuf_to_str(strbuf *buf)\n\n{\n char *pcVar1;\n strbuf *buf_local;\n char *ret;\n \n pcVar1 = buf->s;\n ... | (translation_unit "char * function_1(type_1 *buf)\n\n{\n char *pcVar1;\n type_1 *buf_local;\n char *ret;\n \n pcVar1 = buf->s;\n var_1(buf);\n return pcVar1;\n}\n\n" (function_definition "char * function_1(type_1 *buf)\n\n{\n char *pcVar1;\n type_1 *buf_local;\n char *ret;\n \n pcVar1 = buf->s;\n var_1(buf... | (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... |
347_psftp_and_psftp_strip.c | sftp_action_rm | FUN_0011a88b | sftp_action_rm |
int sftp_action_rm(void *vctx,char *fname)
{
int iVar1;
sftp_request *req_00;
sftp_packet *pktin_00;
char *pcVar2;
char *fname_local;
void *vctx_local;
int result;
sftp_request *req;
sftp_packet *pktin;
req_00 = fxp_remove_send(fname);
pktin_00 = sftp_wait_for_reply(req_00);
iVar1 = fxp_rem... |
bool FUN_0011a88b(undefined8 param_1,undefined8 param_2)
{
int iVar1;
undefined8 uVar2;
undefined8 uVar3;
uVar2 = FUN_00124da9(param_2);
uVar3 = FUN_0011745e(uVar2);
iVar1 = FUN_00124e08(uVar3,uVar2);
if (iVar1 != 0) {
printf("rm %s: OK\n",param_2);
}
else {
uVar2 = FUN_001245c1();
pr... | (translation_unit "bool FUN_0011a88b(undefined8 param_1,undefined8 param_2)\n\n{\n int iVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n \n uVar2 = FUN_00124da9(param_2);\n uVar3 = FUN_0011745e(uVar2);\n iVar1 = FUN_00124e08(uVar3,uVar2);\n if (iVar1 != 0) {\n printf("rm %s: OK\n",param_2);\n }\n else {\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV RAX,qword ptr [RBP + -0x30]
MOV RDI,RAX
CALL 0x00124da9
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV RDI,RAX
CALL 0x0011745e
MOV qword ptr [RBP + -0x8],RAX
MOV RDX,qword ptr [RBP + -0x10]
MOV RAX... |
int function_1(void *vctx,char *fname)
{
int var_4;
type_1 *req_00;
type_2 *pktin_00;
char *pcVar2;
char *fname_local;
void *vctx_local;
int result;
type_1 *req;
type_2 *pktin;
req_00 = var_1(fname);
pktin_00 = var_2(req_00);
var_4 = var_3(pktin_00,req_00);
if (var_4 != 0) {
var_5("rm... | (translation_unit "int sftp_action_rm(void *vctx,char *fname)\n\n{\n int iVar1;\n sftp_request *req_00;\n sftp_packet *pktin_00;\n char *pcVar2;\n char *fname_local;\n void *vctx_local;\n int result;\n sftp_request *req;\n sftp_packet *pktin;\n \n req_00 = fxp_remove_send(fname);\n pktin_00 = sftp_wait_for_... | (translation_unit "int function_1(void *vctx,char *fname)\n\n{\n int var_4;\n type_1 *req_00;\n type_2 *pktin_00;\n char *pcVar2;\n char *fname_local;\n void *vctx_local;\n int result;\n type_1 *req;\n type_2 *pktin;\n \n req_00 = var_1(fname);\n pktin_00 = var_2(req_00);\n var_4 = var_3(pktin_00,req_00);\... | (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_... |
1162_pterm_and_pterm_strip.c | draw_backing_rect | FUN_00160195 | draw_backing_rect |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void draw_backing_rect(gui_data *inst)
{
wchar_t w_00;
wchar_t h_00;
draw_ctx *dctx_00;
gui_data *inst_local;
wchar_t w;
wchar_t h;
draw_ctx *dctx;
dctx_00 = (draw_ctx *)get_ctx(inst);
w_00 = inst->window_border * 2 + inst-... |
void FUN_00160195(long param_1)
{
int iVar1;
int iVar2;
undefined8 uVar3;
uVar3 = FUN_0015fb9e(param_1);
iVar1 = *(int *)(param_1 + 0x22f4) * 2 + *(int *)(param_1 + 0xd54) * *(int *)(param_1 + 0xd4c);
iVar2 = *(int *)(param_1 + 0x22f4) * 2 + *(int *)(param_1 + 0xd58) * *(int *)(param_1 + 0xd50);
FUN_... | (translation_unit "void FUN_00160195(long param_1)\n\n{\n int iVar1;\n int iVar2;\n undefined8 uVar3;\n \n uVar3 = FUN_0015fb9e(param_1);\n iVar1 = *(int *)(param_1 + 0x22f4) * 2 + *(int *)(param_1 + 0xd54) * *(int *)(param_1 + 0xd4c);\n iVar2 = *(int *)(param_1 + 0x22f4) * 2 + *(int *)(param_1 + 0xd58) * *(int ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr [RBP + -0x18]
MOV RDI,RAX
CALL 0x0015fb9e
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV EDX,dword ptr [RAX + 0xd54]
MOV RAX,qword ptr [RBP + -0x18]
MOV EAX,dword ptr [RAX + 0xd4c]
IMUL EDX,EAX
MOV RAX,qword ptr [RBP... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *inst)
{
type_2 w_00;
type_2 h_00;
type_3 *dctx_00;
type_1 *inst_local;
type_2 w;
type_2 h;
type_3 *dctx;
dctx_00 = (type_3 *)var_1(inst);
w_00 = inst->window_border * 2 + inst->width * inst->font_wid... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid draw_backing_rect(gui_data *inst)\n\n{\n wchar_t w_00;\n wchar_t h_00;\n draw_ctx *dctx_00;\n gui_data *inst_local;\n wchar_t w;\n wchar_t h;\n draw_ctx *dctx;\n \n dctx_00 = (draw_ctx *)get_ctx(inst);\n w_00 =... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *inst)\n\n{\n type_2 w_00;\n type_2 h_00;\n type_3 *dctx_00;\n type_1 *inst_local;\n type_2 w;\n type_2 h;\n type_3 *dctx;\n \n dctx_00 = (type_3 *)var_1(inst);\n w_00 = inst->window_border * ... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_ide... |
757_psftp_and_psftp_strip.c | freebn | FUN_001512c3 | freebn |
void freebn(Bignum_conflict b)
{
Bignum_conflict b_local;
smemclr(b,(*b + 1) * 8);
safefree(b);
return;
}
|
void FUN_001512c3(long *param_1)
{
FUN_0011106e(param_1,(*param_1 + 1) * 8);
FUN_00110fa6(param_1);
return;
}
| (translation_unit "void FUN_001512c3(long *param_1)\n\n{\n FUN_0011106e(param_1,(*param_1 + 1) * 8);\n FUN_00110fa6(param_1);\n return;\n}\n\n" (function_definition "void FUN_001512c3(long *param_1)\n\n{\n FUN_0011106e(param_1,(*param_1 + 1) * 8);\n FUN_00110fa6(param_1);\n return;\n}" primitive_type (function_de... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
ADD RAX,0x1
LEA RDX,[RAX*0x8]
MOV RAX,qword ptr [RBP + -0x8]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x0011106e
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x00110fa6
NOP
LEAVE
RET |
void function_1(type_1 b)
{
type_1 b_local;
var_1(b,(*b + 1) * 8);
var_2(b);
return;
}
| (translation_unit "void freebn(Bignum_conflict b)\n\n{\n Bignum_conflict b_local;\n \n smemclr(b,(*b + 1) * 8);\n safefree(b);\n return;\n}\n\n" (function_definition "void freebn(Bignum_conflict b)\n\n{\n Bignum_conflict b_local;\n \n smemclr(b,(*b + 1) * 8);\n safefree(b);\n return;\n}" primitive_type (funct... | (translation_unit "void function_1(type_1 b)\n\n{\n type_1 b_local;\n \n var_1(b,(*b + 1) * 8);\n var_2(b);\n return;\n}\n\n" (function_definition "void function_1(type_1 b)\n\n{\n type_1 b_local;\n \n var_1(b,(*b + 1) * 8);\n var_2(b);\n return;\n}" primitive_type (function_declarator "function_1(type_1 b)" ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (express... |
1294_pterm_and_pterm_strip.c | del_settings | FUN_0016894e | del_settings |
void del_settings(char *sessionname)
{
char *__name;
char *sessionname_local;
char *filename;
__name = make_filename(5,sessionname);
unlink(__name);
safefree(__name);
return;
}
|
void FUN_0016894e(undefined8 param_1)
{
char *__name;
__name = (char *)FUN_00167a40(5,param_1);
unlink(__name);
FUN_001284fc(__name);
return;
}
| (translation_unit "void FUN_0016894e(undefined8 param_1)\n\n{\n char *__name;\n \n __name = (char *)FUN_00167a40(5,param_1);\n unlink(__name);\n FUN_001284fc(__name);\n return;\n}\n\n" (function_definition "void FUN_0016894e(undefined8 param_1)\n\n{\n char *__name;\n \n __name = (char *)FUN_00167a40(5,param_1)... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr [RBP + -0x18]
MOV RSI,RAX
MOV EDI,0x5
CALL 0x00167a40
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x0010f670
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x001284fc
NOP
LEAVE
RET |
void function_1(char *sessionname)
{
char *__name;
char *sessionname_local;
char *filename;
__name = var_1(5,sessionname);
var_2(__name);
var_3(__name);
return;
}
| (translation_unit "void del_settings(char *sessionname)\n\n{\n char *__name;\n char *sessionname_local;\n char *filename;\n \n __name = make_filename(5,sessionname);\n unlink(__name);\n safefree(__name);\n return;\n}\n\n" (function_definition "void del_settings(char *sessionname)\n\n{\n char *__name;\n char *... | (translation_unit "void function_1(char *sessionname)\n\n{\n char *__name;\n char *sessionname_local;\n char *filename;\n \n __name = var_1(5,sessionname);\n var_2(__name);\n var_3(__name);\n return;\n}\n\n" (function_definition "void function_1(char *sessionname)\n\n{\n char *__name;\n char *sessionname_loca... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) dec... |
380_psftp_and_psftp_strip.c | psftp_main | FUN_0011d2ac | psftp_main |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int psftp_main(int argc,char **argv)
{
int iVar1;
char *pcVar2;
long in_FS_OFFSET;
char **argv_local;
int argc_local;
char ch;
int i;
int mode;
int modeflags;
int portnumber;
int ret_1;
int ret_2;
int ret;
char *user... |
undefined4 FUN_0011d2ac(int param_1,long param_2)
{
int iVar1;
undefined4 uVar2;
char *pcVar3;
undefined8 uVar4;
long in_FS_OFFSET;
undefined local_45;
int local_44;
undefined4 local_40;
uint local_3c;
undefined4 local_38;
int local_34;
int local_30;
undefined4 local_2c;
long local_28;
u... | (translation_unit "undefined4 FUN_0011d2ac(int param_1,long param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n char *pcVar3;\n undefined8 uVar4;\n long in_FS_OFFSET;\n undefined local_45;\n int local_44;\n undefined4 local_40;\n uint local_3c;\n undefined4 local_38;\n int local_34;\n int local_30;\n undefine... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV dword ptr [RBP + -0x44],EDI
MOV qword ptr [RBP + -0x50],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV dword ptr [RBP + -0x30],0x0
MOV dword ptr [RBP + -0x38],0x0
MOV dword ptr [RBP + -0x34],0x0
MOV qword ptr [RBP + -0x18],0x0
MOV dword ptr [0x001b96... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int function_1(int var_5,char **argv)
{
int var_12;
char *pcVar2;
long var_1;
char **argv_local;
int argc_local;
char ch;
int var_6;
int mode;
int var_14;
int portnumber;
int var_8;
int var_23;
int ret;
char *var_17;... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint psftp_main(int argc,char **argv)\n\n{\n int iVar1;\n char *pcVar2;\n long in_FS_OFFSET;\n char **argv_local;\n int argc_local;\n char ch;\n int i;\n int mode;\n int modeflags;\n int portnumber;\n int ret_1;\n ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(int var_5,char **argv)\n\n{\n int var_12;\n char *pcVar2;\n long var_1;\n char **argv_local;\n int argc_local;\n char ch;\n int var_6;\n int mode;\n int var_14;\n int portnumber;\n int var_8;\n int ... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: ... |
1053_pterm_and_pterm_strip.c | size_changed | FUN_00156d08 | size_changed |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void size_changed(GtkTreeSelection *treeselection,gpointer data)
{
long lVar1;
int iVar2;
long in_FS_OFFSET;
gpointer data_local;
GtkTreeSelection *treeselection_local;
wchar_t minval;
wchar_t size;
GtkTreeModel *treemodel;
un... |
void FUN_00156d08(undefined8 param_1,long param_2)
{
int iVar1;
long in_FS_OFFSET;
undefined4 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;
if ((*(int *... | (translation_unit "void FUN_00156d08(undefined8 param_1,long param_2)\n\n{\n int iVar1;\n long in_FS_OFFSET;\n undefined4 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 lo... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x58],RDI
MOV qword ptr [RBP + -0x60],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x60]
MOV qword ptr [RBP + -0x40],RAX
MOV RAX,qword ptr [RBP + -0x40]
MOV EAX,dword ptr [RAX + 0xd0]
TEST EAX,EAX
JNZ 0x00156... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *treeselection,type_2 data)
{
long var_7;
int var_3;
long var_1;
type_2 data_local;
type_1 *treeselection_local;
type_3 minval;
type_3 size;
type_4 *treemodel;
type_5 *fs;
type_6 *info;
type_7 treeit... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid size_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 wchar_t minval;\n wchar_t size;\n ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *treeselection,type_2 data)\n\n{\n long var_7;\n int var_3;\n long var_1;\n type_2 data_local;\n type_1 *treeselection_local;\n type_3 minval;\n type_3 size;\n type_4 *treemodel;\n type_5 *fs;\... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
1240_pterm_and_pterm_strip.c | fatal_sig_handler | FUN_00165a71 | fatal_sig_handler |
void fatal_sig_handler(int signum)
{
int signum_local;
putty_signal(signum,(_func_void_int *)0x0);
cleanup_utmp();
raise(signum);
return;
}
|
void FUN_00165a71(int param_1)
{
FUN_00167651(param_1,0);
FUN_0016596b();
raise(param_1);
return;
}
| (translation_unit "void FUN_00165a71(int param_1)\n\n{\n FUN_00167651(param_1,0);\n FUN_0016596b();\n raise(param_1);\n return;\n}\n\n" (function_definition "void FUN_00165a71(int param_1)\n\n{\n FUN_00167651(param_1,0);\n FUN_0016596b();\n raise(param_1);\n return;\n}" primitive_type (function_declarator "FUN_... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV dword ptr [RBP + -0x4],EDI
MOV EAX,dword ptr [RBP + -0x4]
MOV ESI,0x0
MOV EDI,EAX
CALL 0x00167651
CALL 0x0016596b
MOV EAX,dword ptr [RBP + -0x4]
MOV EDI,EAX
CALL 0x0010ff90
NOP
LEAVE
RET |
void function_1(int signum)
{
int signum_local;
var_1(signum,(type_1 *)0x0);
var_2();
var_3(signum);
return;
}
| (translation_unit "void fatal_sig_handler(int signum)\n\n{\n int signum_local;\n \n putty_signal(signum,(_func_void_int *)0x0);\n cleanup_utmp();\n raise(signum);\n return;\n}\n\n" (function_definition "void fatal_sig_handler(int signum)\n\n{\n int signum_local;\n \n putty_signal(signum,(_func_void_int *)0x0);... | (translation_unit "void function_1(int signum)\n\n{\n int signum_local;\n \n var_1(signum,(type_1 *)0x0);\n var_2();\n var_3(signum);\n return;\n}\n\n" (function_definition "void function_1(int signum)\n\n{\n int signum_local;\n \n var_1(signum,(type_1 *)0x0);\n var_2();\n var_3(signum);\n return;\n}" primi... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expressio... |
460_psftp_and_psftp_strip.c | fxp_readdir_send | FUN_00125486 | fxp_readdir_send |
sftp_request * fxp_readdir_send(fxp_handle *handle)
{
sftp_request *psVar1;
sftp_packet *pkt;
fxp_handle *handle_local;
sftp_request *req;
sftp_packet *pktout;
psVar1 = sftp_alloc_request();
pkt = sftp_pkt_init(0xc);
sftp_pkt_adduint32(pkt,(ulong)psVar1->id);
sftp_pkt_addstring_start(pkt);
sftp... |
undefined4 * FUN_00125486(undefined8 *param_1)
{
undefined4 *puVar1;
undefined8 uVar2;
puVar1 = (undefined4 *)FUN_001241c7();
uVar2 = FUN_0012363b(0xc);
FUN_001235c5(uVar2,*puVar1);
FUN_0012375b(uVar2);
FUN_00123882(uVar2,*param_1,*(undefined4 *)(param_1 + 1));
FUN_00123f4b(uVar2);
return puVar1;... | (translation_unit "undefined4 * FUN_00125486(undefined8 *param_1)\n\n{\n undefined4 *puVar1;\n undefined8 uVar2;\n \n puVar1 = (undefined4 *)FUN_001241c7();\n uVar2 = FUN_0012363b(0xc);\n FUN_001235c5(uVar2,*puVar1);\n FUN_0012375b(uVar2);\n FUN_00123882(uVar2,*param_1,*(undefined4 *)(param_1 + 1));\n FUN_0012... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
CALL 0x001241c7
MOV qword ptr [RBP + -0x10],RAX
MOV EDI,0xc
CALL 0x0012363b
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV EAX,dword ptr [RAX]
MOV EDX,EAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x001235c5
MOV RAX,... |
type_1 * function_1(type_2 *handle)
{
type_1 *psVar1;
type_3 *pkt;
type_2 *handle_local;
type_1 *req;
type_3 *pktout;
psVar1 = var_1();
pkt = var_2(0xc);
var_3(pkt,(type_4)psVar1->id);
var_4(pkt);
var_5(pkt,handle->hstring,handle->hlen);
var_6(pkt);
return psVar1;
}
| (translation_unit "sftp_request * fxp_readdir_send(fxp_handle *handle)\n\n{\n sftp_request *psVar1;\n sftp_packet *pkt;\n fxp_handle *handle_local;\n sftp_request *req;\n sftp_packet *pktout;\n \n psVar1 = sftp_alloc_request();\n pkt = sftp_pkt_init(0xc);\n sftp_pkt_adduint32(pkt,(ulong)psVar1->id);\n sftp_pk... | (translation_unit "type_1 * function_1(type_2 *handle)\n\n{\n type_1 *psVar1;\n type_3 *pkt;\n type_2 *handle_local;\n type_1 *req;\n type_3 *pktout;\n \n psVar1 = var_1();\n pkt = var_2(0xc);\n var_3(pkt,(type_4)psVar1->id);\n var_4(pkt);\n var_5(pkt,handle->hstring,handle->hlen);\n var_6(pkt);\n return p... | (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... |
1125_pterm_and_pterm_strip.c | set_raw_mouse_mode | FUN_0015e174 | set_raw_mouse_mode |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void set_raw_mouse_mode(void *frontend,wchar_t activate)
{
int iVar1;
wchar_t activate_local;
void *frontend_local;
gui_data *inst;
if (activate != L'\0') {
iVar1 = conf_get_int(*(Conf **)((long)frontend + 0x22d0),0x44);
if... |
void FUN_0015e174(long param_1,int param_2)
{
int iVar1;
if (param_2 != 0) {
iVar1 = FUN_00114ec2(*(undefined8 *)(param_1 + 0x22d0),0x44);
if (iVar1 == 0) {
DAT_001a7700 = 1;
goto LAB_0015e1b9;
}
}
DAT_001a7700 = 0;
LAB_0015e1b9:
FUN_0015b330(param_1);
return;
}
| (translation_unit "void FUN_0015e174(long param_1,int param_2)\n\n{\n int iVar1;\n \n if (param_2 != 0) {\n iVar1 = FUN_00114ec2(*(undefined8 *)(param_1 + 0x22d0),0x44);\n if (iVar1 == 0) {\n DAT_001a7700 = 1;\n goto LAB_0015e1b9;\n }\n }\n DAT_001a7700 = 0;\nLAB_0015e1b9:\n FUN_0015b330(param_... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x8],RAX
CMP dword ptr [RBP + -0x1c],0x0
JZ 0x0015e1b4
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x22d0]
MOV ESI,0x44
MOV RDI,RAX
CALL 0x00114ec2
TEST EAX... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *frontend,type_1 var_1)
{
int var_3;
type_1 activate_local;
void *frontend_local;
type_2 *inst;
if (var_1 != L'\0') {
var_3 = var_2(*(type_3 **)((long)frontend + 0x22d0),0x44);
if (var_3 == 0) {
s... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid set_raw_mouse_mode(void *frontend,wchar_t activate)\n\n{\n int iVar1;\n wchar_t activate_local;\n void *frontend_local;\n gui_data *inst;\n \n if (activate != L'\0') {\n iVar1 = conf_get_int(*(Conf **)((long)fro... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *frontend,type_1 var_1)\n\n{\n int var_3;\n type_1 activate_local;\n void *frontend_local;\n type_2 *inst;\n \n if (var_1 != L'\0') {\n var_3 = var_2(*(type_3 **)((long)frontend + 0x22d0),0x44);\... | (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... |
640_psftp_and_psftp_strip.c | ssh_sharing_downstream_disconnected | FUN_0013ce83 | ssh_sharing_downstream_disconnected |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void ssh_sharing_downstream_disconnected(Ssh_conflict ssh,uint id)
{
uint id_local;
Ssh_conflict ssh_local;
logeventf(ssh,"Connection sharing downstream #%u disconnected",(ulong)id);
ssh_check_termination(ssh);
return;
}
|
void FUN_0013ce83(undefined8 param_1,undefined4 param_2)
{
FUN_00126ce9(param_1,"Connection sharing downstream #%u disconnected",param_2);
FUN_0013cd7b(param_1);
return;
}
| (translation_unit "void FUN_0013ce83(undefined8 param_1,undefined4 param_2)\n\n{\n FUN_00126ce9(param_1,"Connection sharing downstream #%u disconnected",param_2);\n FUN_0013cd7b(param_1);\n return;\n}\n\n" (function_definition "void FUN_0013ce83(undefined8 param_1,undefined4 param_2)\n\n{\n FUN_00126ce9(param_1,"Co... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV EDX,dword ptr [RBP + -0xc]
MOV RAX,qword ptr [RBP + -0x8]
LEA RSI,[0x19b770]
MOV RDI,RAX
MOV EAX,0x0
CALL 0x00126ce9
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,RAX
CALL 0x0013cd7b
NOP
LEAVE
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 ssh,type_2 id)
{
type_2 id_local;
type_1 ssh_local;
var_1(ssh,"Connection sharing downstream #%u disconnected",(type_3)id);
var_2(ssh);
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid ssh_sharing_downstream_disconnected(Ssh_conflict ssh,uint id)\n\n{\n uint id_local;\n Ssh_conflict ssh_local;\n \n logeventf(ssh,"Connection sharing downstream #%u disconnected",(ulong)id);\n ssh_check_termination(s... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 ssh,type_2 id)\n\n{\n type_2 id_local;\n type_1 ssh_local;\n \n var_1(ssh,"Connection sharing downstream #%u disconnected",(type_3)id);\n var_2(ssh);\n return;\n}\n\n" comment (function_definition... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compoun... |
444_psftp_and_psftp_strip.c | fxp_rmdir_send | FUN_00124cff | fxp_rmdir_send |
sftp_request * fxp_rmdir_send(char *path)
{
sftp_request *psVar1;
sftp_packet *pkt;
char *path_local;
sftp_request *req;
sftp_packet *pktout;
psVar1 = sftp_alloc_request();
pkt = sftp_pkt_init(0xf);
sftp_pkt_adduint32(pkt,(ulong)psVar1->id);
sftp_pkt_addstring(pkt,path);
sftp_send(pkt);
retur... |
undefined4 * FUN_00124cff(undefined8 param_1)
{
undefined4 *puVar1;
undefined8 uVar2;
puVar1 = (undefined4 *)FUN_001241c7();
uVar2 = FUN_0012363b(0xf);
FUN_001235c5(uVar2,*puVar1);
FUN_00123973(uVar2,param_1);
FUN_00123f4b(uVar2);
return puVar1;
}
| (translation_unit "undefined4 * FUN_00124cff(undefined8 param_1)\n\n{\n undefined4 *puVar1;\n undefined8 uVar2;\n \n puVar1 = (undefined4 *)FUN_001241c7();\n uVar2 = FUN_0012363b(0xf);\n FUN_001235c5(uVar2,*puVar1);\n FUN_00123973(uVar2,param_1);\n FUN_00123f4b(uVar2);\n return puVar1;\n}\n\n" (function_defini... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
CALL 0x001241c7
MOV qword ptr [RBP + -0x10],RAX
MOV EDI,0xf
CALL 0x0012363b
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV EAX,dword ptr [RAX]
MOV EDX,EAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x001235c5
MOV RDX,... |
type_1 * function_1(char *path)
{
type_1 *psVar1;
type_2 *pkt;
char *path_local;
type_1 *req;
type_2 *pktout;
psVar1 = var_1();
pkt = var_2(0xf);
var_3(pkt,(type_3)psVar1->id);
var_4(pkt,path);
var_5(pkt);
return psVar1;
}
| (translation_unit "sftp_request * fxp_rmdir_send(char *path)\n\n{\n sftp_request *psVar1;\n sftp_packet *pkt;\n char *path_local;\n sftp_request *req;\n sftp_packet *pktout;\n \n psVar1 = sftp_alloc_request();\n pkt = sftp_pkt_init(0xf);\n sftp_pkt_adduint32(pkt,(ulong)psVar1->id);\n sftp_pkt_addstring(pkt,pa... | (translation_unit "type_1 * function_1(char *path)\n\n{\n type_1 *psVar1;\n type_2 *pkt;\n char *path_local;\n type_1 *req;\n type_2 *pktout;\n \n psVar1 = var_1();\n pkt = var_2(0xf);\n var_3(pkt,(type_3)psVar1->id);\n var_4(pkt,path);\n var_5(pkt);\n return psVar1;\n}\n\n" (function_definition "type_1 * f... | (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... |
654_psftp_and_psftp_strip.c | ssh_sharing_remove_x11_display | FUN_0013e475 | ssh_sharing_remove_x11_display |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void ssh_sharing_remove_x11_display(Ssh_conflict ssh,X11FakeAuth *auth)
{
X11FakeAuth *auth_local;
Ssh_conflict ssh_local;
del234(ssh->x11authtree,auth);
x11_free_fake_auth(auth);
return;
}
|
void FUN_0013e475(long param_1,undefined8 param_2)
{
FUN_00183efc(*(undefined8 *)(param_1 + 0x248),param_2);
FUN_0018fd54(param_2);
return;
}
| (translation_unit "void FUN_0013e475(long param_1,undefined8 param_2)\n\n{\n FUN_00183efc(*(undefined8 *)(param_1 + 0x248),param_2);\n FUN_0018fd54(param_2);\n return;\n}\n\n" (function_definition "void FUN_0013e475(long param_1,undefined8 param_2)\n\n{\n FUN_00183efc(*(undefined8 *)(param_1 + 0x248),param_2);\n F... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x248]
MOV RDX,qword ptr [RBP + -0x10]
MOV RSI,RDX
MOV RDI,RAX
CALL 0x00183efc
MOV RAX,qword ptr [RBP + -0x10]
MOV RDI,RAX
CALL 0x0018fd54
NOP
LEAVE
RET |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 ssh,type_2 *auth)
{
type_2 *auth_local;
type_1 ssh_local;
var_1(ssh->x11authtree,auth);
var_2(auth);
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid ssh_sharing_remove_x11_display(Ssh_conflict ssh,X11FakeAuth *auth)\n\n{\n X11FakeAuth *auth_local;\n Ssh_conflict ssh_local;\n \n del234(ssh->x11authtree,auth);\n x11_free_fake_auth(auth);\n return;\n}\n\n" comment... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 ssh,type_2 *auth)\n\n{\n type_2 *auth_local;\n type_1 ssh_local;\n \n var_1(ssh->x11authtree,auth);\n var_2(auth);\n return;\n}\n\n" comment (function_definition "void function_1(type_1 ssh,type_2... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator... |
1283_pterm_and_pterm_strip.c | keycmp | FUN_0016816d | keycmp |
int keycmp(void *av,void *bv)
{
int iVar1;
void *bv_local;
void *av_local;
skeyval *a;
skeyval *b;
/* WARNING: Load size is inaccurate */
/* WARNING: Load size is inaccurate */
iVar1 = strcmp(*av,*bv);
return iVar1;
}
|
void FUN_0016816d(undefined8 *param_1,undefined8 *param_2)
{
strcmp((char *)*param_1,(char *)*param_2);
return;
}
| (translation_unit "void FUN_0016816d(undefined8 *param_1,undefined8 *param_2)\n\n{\n strcmp((char *)*param_1,(char *)*param_2);\n return;\n}\n\n" (function_definition "void FUN_0016816d(undefined8 *param_1,undefined8 *param_2)\n\n{\n strcmp((char *)*param_1,(char *)*param_2);\n return;\n}" primitive_type (function_... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x20]
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RDX,qword ptr [RAX]
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,... |
int function_1(void *av,void *bv)
{
int iVar1;
void *bv_local;
void *av_local;
type_1 *a;
type_1 *b;
/* WARNING: Load size is inaccurate */
/* WARNING: Load size is inaccurate */
iVar1 = var_1(*av,*bv);
return iVar1;
}
| (translation_unit "int keycmp(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n skeyval *a;\n skeyval *b;\n \n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n iVar1 = strcmp(*av,*bv);\n return iVar1;\n}\n\n" (functi... | (translation_unit "int function_1(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n type_1 *a;\n type_1 *b;\n \n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n iVar1 = var_1(*av,*bv);\n return iVar1;\n}\n\n" (funct... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_... |
147_psftp_and_psftp_strip.c | queue_toplevel_callback | FUN_00108eb8 | queue_toplevel_callback |
void queue_toplevel_callback(toplevel_callback_fn_t fn,void *ctx)
{
callback *pcVar1;
callback *pcVar2;
void *ctx_local;
toplevel_callback_fn_t fn_local;
callback *cb;
pcVar2 = (callback *)safemalloc(1,0x18);
pcVar2->fn = fn;
pcVar2->ctx = ctx;
if (((notify_frontend != (toplevel_callback_notify_f... |
void FUN_00108eb8(undefined8 param_1,undefined8 param_2)
{
undefined8 *puVar1;
undefined8 *puVar2;
puVar2 = (undefined8 *)FUN_00110d9a(1,0x18);
puVar2[1] = param_1;
puVar2[2] = param_2;
if (((DAT_001b8c88 != (code *)0x0) && (DAT_001b8c78 == (undefined8 *)0x0)) && (DAT_001b8c70 == 0))
{
(*DAT_001b... | (translation_unit "void FUN_00108eb8(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n \n puVar2 = (undefined8 *)FUN_00110d9a(1,0x18);\n puVar2[1] = param_1;\n puVar2[2] = param_2;\n if (((DAT_001b8c88 != (code *)0x0) && (DAT_001b8c78 == (undefined8 *)0x0)) && (DAT_001b8c7... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV ESI,0x18
MOV EDI,0x1
CALL 0x00110d9a
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RDX,qword ptr [RBP + -0x18]
MOV qword ptr [RAX + 0x8],RDX
MOV RAX,qword ptr [RBP + -0x8]
MOV RDX,qword ptr [RBP + -... |
void function_1(type_1 fn,void *ctx)
{
type_2 *pcVar1;
type_2 *pcVar2;
void *ctx_local;
type_1 fn_local;
type_2 *cb;
pcVar2 = (type_2 *)var_1(1,0x18);
pcVar2->fn = fn;
pcVar2->ctx = ctx;
if (((var_2 != (type_3)0x0) && (var_3 == (type_2 *)0x0)) &&
(var_4 == (type_2 *)0x0)) {
(*var_2)(fron... | (translation_unit "void queue_toplevel_callback(toplevel_callback_fn_t fn,void *ctx)\n\n{\n callback *pcVar1;\n callback *pcVar2;\n void *ctx_local;\n toplevel_callback_fn_t fn_local;\n callback *cb;\n \n pcVar2 = (callback *)safemalloc(1,0x18);\n pcVar2->fn = fn;\n pcVar2->ctx = ctx;\n if (((notify_frontend ... | (translation_unit "void function_1(type_1 fn,void *ctx)\n\n{\n type_2 *pcVar1;\n type_2 *pcVar2;\n void *ctx_local;\n type_1 fn_local;\n type_2 *cb;\n \n pcVar2 = (type_2 *)var_1(1,0x18);\n pcVar2->fn = fn;\n pcVar2->ctx = ctx;\n if (((var_2 != (type_3)0x0) && (var_3 == (type_2 *)0x0)) &&\n (var_4 == (typ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifi... |
1255_pterm_and_pterm_strip.c | pty_size | FUN_00167200 | pty_size |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void pty_size(void *handle,int width,int height)
{
undefined4 uVar1;
long lVar2;
wchar_t wVar3;
long in_FS_OFFSET;
int height_local;
int width_local;
void *handle_local;
Pty pty;
winsize size;
lVar2 = *(long *)(in_FS_OFFS... |
void FUN_00167200(long param_1,undefined4 param_2,undefined4 param_3)
{
undefined4 uVar1;
long in_FS_OFFSET;
undefined2 local_28;
undefined2 local_26;
short local_24;
short local_22;
long local_20;
local_20 = *(long *)(in_FS_OFFSET + 0x28);
*(undefined4 *)(param_1 + 0x101c) = param_2;
*(undefin... | (translation_unit "void FUN_00167200(long param_1,undefined4 param_2,undefined4 param_3)\n\n{\n undefined4 uVar1;\n long in_FS_OFFSET;\n undefined2 local_28;\n undefined2 local_26;\n short local_24;\n short local_22;\n long local_20;\n \n local_20 = *(long *)(in_FS_OFFSET + 0x28);\n *(undefined4 *)(param_1 + ... | PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x38
MOV qword ptr [RBP + -0x38],RDI
MOV dword ptr [RBP + -0x3c],ESI
MOV dword ptr [RBP + -0x40],EDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x38]
MOV qword ptr [RBP + -0x28],RAX
MOV RAX,qword ptr [RBP + -0x28]
MOV EDX,dword... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *handle,int width,int height)
{
type_1 uVar1;
long var_4;
type_2 wVar3;
long var_1;
int height_local;
int width_local;
void *handle_local;
type_3 pty;
type_4 size;
var_4 = *(long *)(var_1 + 0x28);
*... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid pty_size(void *handle,int width,int height)\n\n{\n undefined4 uVar1;\n long lVar2;\n wchar_t wVar3;\n long in_FS_OFFSET;\n int height_local;\n int width_local;\n void *handle_local;\n Pty pty;\n winsize size;\n ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *handle,int width,int height)\n\n{\n type_1 uVar1;\n long var_4;\n type_2 wVar3;\n long var_1;\n int height_local;\n int width_local;\n void *handle_local;\n type_3 pty;\n type_4 size;\n \n var... | (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:... |
574_psftp_and_psftp_strip.c | connect_to_host | FUN_0012eadc | connect_to_host |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
char * connect_to_host(Ssh_conflict ssh,char *host,int port,char **realhost,int nodelay,
int keepalive)
{
int iVar1;
Socket ppsVar2;
char *pcVar3;
long in_FS_OFFSET;
int keepalive_local;
char **realhost_local;
... |
long FUN_0012eadc(undefined8 *param_1,undefined8 param_2,undefined4 param_3,undefined8 *param_4,
undefined4 param_5,undefined4 param_6)
{
undefined4 uVar1;
int iVar2;
undefined8 uVar3;
long lVar4;
long in_FS_OFFSET;
char *local_28;
undefined8 local_20;
long local_18;
long local_10;
... | (translation_unit "long FUN_0012eadc(undefined8 *param_1,undefined8 param_2,undefined4 param_3,undefined8 *param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n undefined4 uVar1;\n int iVar2;\n undefined8 uVar3;\n long lVar4;\n long in_FS_OFFSET;\n char *local_28;\n undefined8 local_20;\n lon... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x38],RDI
MOV qword ptr [RBP + -0x40],RSI
MOV dword ptr [RBP + -0x44],EDX
MOV qword ptr [RBP + -0x50],RCX
MOV dword ptr [RBP + -0x48],R8D
MOV dword ptr [RBP + -0x54],R9D
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP ... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
char * function_1(type_1 ssh,char *host,int port,char **realhost,int nodelay,
int keepalive)
{
int var_12;
type_2 ppsVar2;
char *pcVar3;
long var_1;
int keepalive_local;
char **realhost_local;
int nodelay_loc... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * connect_to_host(Ssh_conflict ssh,char *host,int port,char **realhost,int nodelay,\n int keepalive)\n\n{\n int iVar1;\n Socket ppsVar2;\n char *pcVar3;\n long in_FS_OFFSET;\n int keepalive_loca... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * function_1(type_1 ssh,char *host,int port,char **realhost,int nodelay,\n int keepalive)\n\n{\n int var_12;\n type_2 ppsVar2;\n char *pcVar3;\n long var_1;\n int keepalive_local;\n char **real... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator:... |
216_psftp_and_psftp_strip.c | parse_blocksize | FUN_0010f51c | parse_blocksize |
ulong parse_blocksize(char *bs)
{
ushort **ppuVar1;
long in_FS_OFFSET;
char *bs_local;
char *suf;
ulong r;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
r = strtoul(bs,&suf,10);
if (*suf != '\0') {
while ((*suf != '\0' && (ppuVar1 = __ctype_b_loc(), ((*ppuVar1)[(byte)*suf] & 0x200... |
ulong FUN_0010f51c(char *param_1)
{
ushort **ppuVar1;
long in_FS_OFFSET;
byte *local_20;
ulong local_18;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_18 = strtoul(param_1,(char **)&local_20,10);
if (*local_20 != 0) {
while ((*local_20 != 0 && (ppuVar1 = __ctype_b_loc(), ((*pp... | (translation_unit "ulong FUN_0010f51c(char *param_1)\n\n{\n ushort **ppuVar1;\n long in_FS_OFFSET;\n byte *local_20;\n ulong local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_18 = strtoul(param_1,(char **)&local_20,10);\n if (*local_20 != 0) {\n while ((*local_20 != 0 && (pp... | 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
LEA RCX,[RBP + -0x18]
MOV RAX,qword ptr [RBP + -0x28]
MOV EDX,0xa
MOV RSI,RCX
MOV RDI,RAX
CALL 0x00108740
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x18]
MOVZX EAX,byt... |
type_1 function_1(char *bs)
{
type_2 **ppuVar1;
long var_1;
char *bs_local;
char *var_4;
type_1 var_5;
long var_6;
var_6 = *(long *)(var_1 + 0x28);
var_5 = var_2(bs,&var_4,10);
if (*var_4 != '\0') {
while ((*var_4 != '\0' && (ppuVar1 = var_3(), ((*ppuVar1)[(byte)*var_4] & 0x2000) != 0))) {
... | (translation_unit "ulong parse_blocksize(char *bs)\n\n{\n ushort **ppuVar1;\n long in_FS_OFFSET;\n char *bs_local;\n char *suf;\n ulong r;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n r = strtoul(bs,&suf,10);\n if (*suf != '\0') {\n while ((*suf != '\0' && (ppuVar1 = __ctype_b_loc(), ... | (translation_unit "type_1 function_1(char *bs)\n\n{\n type_2 **ppuVar1;\n long var_1;\n char *bs_local;\n char *var_4;\n type_1 var_5;\n long var_6;\n \n var_6 = *(long *)(var_1 + 0x28);\n var_5 = var_2(bs,&var_4,10);\n if (*var_4 != '\0') {\n while ((*var_4 != '\0' && (ppuVar1 = var_3(), ((*ppuVar1)[(byte... | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d... |
306_psftp_and_psftp_strip.c | proxy_for_destination | FUN_001136a6 | proxy_for_destination |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int proxy_for_destination(SockAddr addr,char *hostname,int port,Conf *conf)
{
long lVar1;
int iVar2;
size_t sVar3;
char *pcVar4;
ushort **ppuVar5;
long in_FS_OFFSET;
Conf *conf_local;
int port_local;
char *hostname_local;
So... |
undefined8 FUN_001136a6(long param_1,char *param_2,undefined8 param_3,undefined8 param_4)
{
int iVar1;
undefined8 uVar2;
size_t sVar3;
long lVar4;
ushort **ppuVar5;
long in_FS_OFFSET;
int local_70;
int local_6c;
int local_68;
char local_58;
char acStack_57 [71];
long local_10;
local_10 = ... | (translation_unit "undefined8 FUN_001136a6(long param_1,char *param_2,undefined8 param_3,undefined8 param_4)\n\n{\n int iVar1;\n undefined8 uVar2;\n size_t sVar3;\n long lVar4;\n ushort **ppuVar5;\n long in_FS_OFFSET;\n int local_70;\n int local_6c;\n int local_68;\n char local_58;\n char acStack_57 [71];\n ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x90
MOV qword ptr [RBP + -0x78],RDI
MOV qword ptr [RBP + -0x80],RSI
MOV dword ptr [RBP + -0x84],EDX
MOV qword ptr [RBP + -0x90],RCX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV dword ptr [RBP + -0x68],0x0
MOV dword ptr [RBP + -0x64],0x0
CMP qword ptr [RBP + -0... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int function_1(type_1 var_2,char *var_17,int port,type_2 *conf)
{
long var_18;
int var_4;
size_t sVar3;
char *var_16;
type_3 **ppuVar5;
long var_1;
type_2 *conf_local;
int port_local;
char *hostname_local;
type_1 addr_local;... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint proxy_for_destination(SockAddr addr,char *hostname,int port,Conf *conf)\n\n{\n long lVar1;\n int iVar2;\n size_t sVar3;\n char *pcVar4;\n ushort **ppuVar5;\n long in_FS_OFFSET;\n Conf *conf_local;\n int port_local... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(type_1 var_2,char *var_17,int port,type_2 *conf)\n\n{\n long var_18;\n int var_4;\n size_t sVar3;\n char *var_16;\n type_3 **ppuVar5;\n long var_1;\n type_2 *conf_local;\n int port_local;\n char *hostn... | (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:... |
1271_pterm_and_pterm_strip.c | next_fd | FUN_0016757e | next_fd |
/* WARNING: Enum "GIOFlags": Some values do not have unique names */
int next_fd(int *state,int *rwx)
{
int iVar1;
int *piVar2;
int *rwx_local;
int *state_local;
fd *fd;
iVar1 = *state;
*state = iVar1 + 1;
piVar2 = (int *)index234(fds,iVar1);
if (piVar2 == (int *)0x0) {
iVar1 = -1;
}
els... |
undefined4 FUN_0016757e(int *param_1,undefined4 *param_2)
{
int iVar1;
undefined4 uVar2;
undefined4 *puVar3;
iVar1 = *param_1;
*param_1 = iVar1 + 1;
puVar3 = (undefined4 *)FUN_001438ee(DAT_001a78c0,iVar1);
if (puVar3 == (undefined4 *)0x0) {
uVar2 = 0xffffffff;
}
else {
*param_2 = puVar3[1... | (translation_unit "undefined4 FUN_0016757e(int *param_1,undefined4 *param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n \n iVar1 = *param_1;\n *param_1 = iVar1 + 1;\n puVar3 = (undefined4 *)FUN_001438ee(DAT_001a78c0,iVar1);\n if (puVar3 == (undefined4 *)0x0) {\n uVar2 = 0xffffffff;\n }\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 EAX,dword ptr [RAX]
LEA ECX,[RAX + 0x1]
MOV RDX,qword ptr [RBP + -0x18]
MOV dword ptr [RDX],ECX
MOV RDX,qword ptr [0x001a78c0]
MOV ESI,EAX
MOV RDI,RDX
CALL 0x001438ee
MOV qword ptr [RBP ... |
/* WARNING: Enum "GIOFlags": Some values do not have unique names */
int function_1(int *state,int *rwx)
{
int var_1;
int *var_3;
int *rwx_local;
int *state_local;
type_1 *type_1;
var_1 = *state;
*state = var_1 + 1;
var_3 = (int *)var_2(fds,var_1);
if (var_3 == (int *)0x0) {
var_1 = -1;
}
... | (translation_unit "/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\nint next_fd(int *state,int *rwx)\n\n{\n int iVar1;\n int *piVar2;\n int *rwx_local;\n int *state_local;\n fd *fd;\n \n iVar1 = *state;\n *state = iVar1 + 1;\n piVar2 = (int *)index234(fds,iVar1);\n if (piVar2 == (int *)... | (translation_unit "/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\nint function_1(int *state,int *rwx)\n\n{\n int var_1;\n int *var_3;\n int *rwx_local;\n int *state_local;\n type_1 *type_1;\n \n var_1 = *state;\n *state = var_1 + 1;\n var_3 = (int *)var_2(fds,var_1);\n if (var_3 == (i... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:... |
807_psftp_and_psftp_strip.c | chacha20_decrypt | FUN_00157626 | chacha20_decrypt |
void chacha20_decrypt(chacha20 *ctx,uchar *blk,int len)
{
int len_local;
uchar *blk_local;
chacha20 *ctx_local;
chacha20_encrypt(ctx,blk,len);
return;
}
|
void FUN_00157626(undefined8 param_1,undefined8 param_2,undefined4 param_3)
{
FUN_0015759d(param_1,param_2,param_3);
return;
}
| (translation_unit "void FUN_00157626(undefined8 param_1,undefined8 param_2,undefined4 param_3)\n\n{\n FUN_0015759d(param_1,param_2,param_3);\n return;\n}\n\n" (function_definition "void FUN_00157626(undefined8 param_1,undefined8 param_2,undefined4 param_3)\n\n{\n FUN_0015759d(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 0x0015759d
NOP
LEAVE
RET |
void function_1(type_1 *ctx,type_2 *blk,int len)
{
int len_local;
type_2 *blk_local;
type_1 *ctx_local;
var_1(ctx,blk,len);
return;
}
| (translation_unit "void chacha20_decrypt(chacha20 *ctx,uchar *blk,int len)\n\n{\n int len_local;\n uchar *blk_local;\n chacha20 *ctx_local;\n \n chacha20_encrypt(ctx,blk,len);\n return;\n}\n\n" (function_definition "void chacha20_decrypt(chacha20 *ctx,uchar *blk,int len)\n\n{\n int len_local;\n uchar *blk_local... | (translation_unit "void function_1(type_1 *ctx,type_2 *blk,int len)\n\n{\n int len_local;\n type_2 *blk_local;\n type_1 *ctx_local;\n \n var_1(ctx,blk,len);\n return;\n}\n\n" (function_definition "void function_1(type_1 *ctx,type_2 *blk,int len)\n\n{\n int len_local;\n type_2 *blk_local;\n type_1 *ctx_local;\n... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe... |
803_psftp_and_psftp_strip.c | chacha20_round | FUN_00156beb | chacha20_round |
void chacha20_round(chacha20 *ctx)
{
long lVar1;
uint uVar2;
uint uVar3;
uint uVar4;
uint uVar5;
uint uVar6;
uint uVar7;
uint uVar8;
uint uVar9;
uint uVar10;
uint uVar11;
uint uVar12;
uint uVar13;
uint uVar14;
uint uVar15;
uint uVar16;
uint uVar17;
uint uVar18;
long in_FS_OFFSET;... |
void FUN_00156beb(void *param_1)
{
uint uVar1;
uint uVar2;
uint uVar3;
uint uVar4;
uint uVar5;
uint uVar6;
uint uVar7;
uint uVar8;
uint uVar9;
long in_FS_OFFSET;
int local_5c;
uint local_58 [18];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
memcpy(local_58,param_1,0x40);
... | (translation_unit "void FUN_00156beb(void *param_1)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n uint uVar6;\n uint uVar7;\n uint uVar8;\n uint uVar9;\n long in_FS_OFFSET;\n int local_5c;\n uint local_58 [18];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28)... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x70
MOV qword ptr [RBP + -0x68],RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RCX,qword ptr [RBP + -0x68]
LEA RAX,[RBP + -0x50]
MOV EDX,0x40
MOV RSI,RCX
MOV RDI,RAX
CALL 0x00108530
MOV dword ptr [RBP + -0x54],0x0
JMP 0x0015700e
MOV EDX,dword ptr [RBP + -0x5... |
void function_1(type_1 *ctx)
{
long var_22;
type_2 var_4;
type_2 var_5;
type_2 var_6;
type_2 var_7;
type_2 var_8;
type_2 var_20;
type_2 var_9;
type_2 var_10;
type_2 var_11;
type_2 var_17;
type_2 var_12;
type_2 var_13;
type_2 var_14;
type_2 var_18;
type_2 var_15;
type_2 var_16;
type... | (translation_unit "void chacha20_round(chacha20 *ctx)\n\n{\n long lVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n uint uVar6;\n uint uVar7;\n uint uVar8;\n uint uVar9;\n uint uVar10;\n uint uVar11;\n uint uVar12;\n uint uVar13;\n uint uVar14;\n uint uVar15;\n uint uVar16;\n uint uVar17... | (translation_unit "void function_1(type_1 *ctx)\n\n{\n long var_22;\n type_2 var_4;\n type_2 var_5;\n type_2 var_6;\n type_2 var_7;\n type_2 var_8;\n type_2 var_20;\n type_2 var_9;\n type_2 var_10;\n type_2 var_11;\n type_2 var_17;\n type_2 var_12;\n type_2 var_13;\n type_2 var_14;\n type_2 var_18;\n ty... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifi... |
653_psftp_and_psftp_strip.c | ssh_sharing_add_x11_display | FUN_0013e424 | ssh_sharing_add_x11_display |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
X11FakeAuth *
ssh_sharing_add_x11_display(Ssh_conflict ssh,int authtype,void *share_cs,void *share_chan)
{
X11FakeAuth *pXVar1;
void *share_chan_local;
void *share_cs_local;
int authtype_local;
Ssh_conflict ssh_local;
X11FakeAuth *a... |
long FUN_0013e424(long param_1,undefined4 param_2,undefined8 param_3,undefined8 param_4)
{
long lVar1;
lVar1 = FUN_0018fa6d(*(undefined8 *)(param_1 + 0x248),param_2);
*(undefined8 *)(lVar1 + 0x40) = param_3;
*(undefined8 *)(lVar1 + 0x48) = param_4;
return lVar1;
}
| (translation_unit "long FUN_0013e424(long param_1,undefined4 param_2,undefined8 param_3,undefined8 param_4)\n\n{\n long lVar1;\n \n lVar1 = FUN_0018fa6d(*(undefined8 *)(param_1 + 0x248),param_2);\n *(undefined8 *)(lVar1 + 0x40) = param_3;\n *(undefined8 *)(lVar1 + 0x48) = param_4;\n return lVar1;\n}\n\n" (functio... | 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 RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX + 0x248]
MOV EDX,dword ptr [RBP + -0x1c]
MOV ESI,EDX
MOV RDI,RAX
CALL 0x0018fa6d
MOV qword ptr [RBP + -... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 *
function_1(type_2 ssh,int authtype,void *share_cs,void *share_chan)
{
type_1 *pXVar1;
void *share_chan_local;
void *share_cs_local;
int authtype_local;
type_2 ssh_local;
type_1 *auth;
pXVar1 = var_1(ssh->x11authtree,au... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nX11FakeAuth *\nssh_sharing_add_x11_display(Ssh_conflict ssh,int authtype,void *share_cs,void *share_chan)\n\n{\n X11FakeAuth *pXVar1;\n void *share_chan_local;\n void *share_cs_local;\n int authtype_local;\n Ssh_conflict... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 *\nfunction_1(type_2 ssh,int authtype,void *share_cs,void *share_chan)\n\n{\n type_1 *pXVar1;\n void *share_chan_local;\n void *share_cs_local;\n int authtype_local;\n type_2 ssh_local;\n type_1 *auth;\n \n pXV... | (translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator... |
358_psftp_and_psftp_strip.c | lookup_command | FUN_0011b6cc | lookup_command |
sftp_cmd_lookup * lookup_command(char *name)
{
int iVar1;
int iVar2;
int iVar3;
char *name_local;
int i;
int j;
int k;
int cmp;
i = -1;
j = 0x1c;
iVar1 = j;
do {
j = iVar1;
if (j - i < 2) {
return (sftp_cmd_lookup *)0x0;
}
iVar2 = (i + j) / 2;
iVar3 = strcmp(name,s... |
undefined ** FUN_0011b6cc(char *param_1)
{
int iVar1;
int iVar2;
int iVar3;
int local_18;
int local_14;
local_18 = -1;
local_14 = 0x1c;
iVar1 = local_14;
do {
local_14 = iVar1;
if (local_14 - local_18 < 2) {
return (undefined **)0x0;
}
iVar2 = (local_18 + local_14) / 2;
... | (translation_unit "undefined ** FUN_0011b6cc(char *param_1)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n int local_18;\n int local_14;\n \n local_18 = -1;\n local_14 = 0x1c;\n iVar1 = local_14;\n do {\n local_14 = iVar1;\n if (local_14 - local_18 < 2) {\n return (undefined **)0x0;\n }\n iVar... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x10],0xffffffff
MOV dword ptr [RBP + -0xc],0x1c
JMP 0x0011b76f
MOV EDX,dword ptr [RBP + -0xc]
MOV EAX,dword ptr [RBP + -0x10]
ADD EAX,EDX
MOV EDX,EAX
SHR EDX,0x1f
ADD EAX,EDX
SAR EAX,0x1
MOV dword ptr [RBP + -0x8],EAX
MOV EAX,dword... |
type_1 * function_1(char *name)
{
int iVar1;
int var_6;
int var_4;
char *name_local;
int var_2;
int var_1;
int k;
int cmp;
var_2 = -1;
var_1 = 0x1c;
iVar1 = var_1;
do {
var_1 = iVar1;
if (var_1 - var_2 < 2) {
return (type_1 *)0x0;
}
var_6 = (var_2 + var_1) / 2;
var... | (translation_unit "sftp_cmd_lookup * lookup_command(char *name)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n char *name_local;\n int i;\n int j;\n int k;\n int cmp;\n \n i = -1;\n j = 0x1c;\n iVar1 = j;\n do {\n j = iVar1;\n if (j - i < 2) {\n return (sftp_cmd_lookup *)0x0;\n }\n iVar2 = ... | (translation_unit "type_1 * function_1(char *name)\n\n{\n int iVar1;\n int var_6;\n int var_4;\n char *name_local;\n int var_2;\n int var_1;\n int k;\n int cmp;\n \n var_2 = -1;\n var_1 = 0x1c;\n iVar1 = var_1;\n do {\n var_1 = iVar1;\n if (var_1 - var_2 < 2) {\n return (type_1 *)0x0;\n }\n ... | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (decl... |
321_psftp_and_psftp_strip.c | not_connected | FUN_00117801 | not_connected |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void not_connected(void)
{
puts("psftp: not connected to a host; use \"open host.name\"");
return;
}
|
void FUN_00117801(void)
{
puts("psftp: not connected to a host; use \"open host.name\"");
return;
}
| (translation_unit "void FUN_00117801(void)\n\n{\n puts("psftp: not connected to a host; use \"open host.name\"");\n return;\n}\n\n" (function_definition "void FUN_00117801(void)\n\n{\n puts("psftp: not connected to a host; use \"open host.name\"");\n return;\n}" primitive_type (function_declarator "FUN_00117801(voi... | PUSH RBP
MOV RBP,RSP
LEA RDI,[0x1945e8]
CALL 0x00108130
NOP
POP RBP
RET |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
var_1("psftp: not connected to a host; use \"open host.name\"");
return;
}
| (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid not_connected(void)\n\n{\n puts("psftp: not connected to a host; use \"open host.name\"");\n return;\n}\n\n" comment (function_definition "void not_connected(void)\n\n{\n puts("psftp: not connected to a host; use ... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid function_1(void)\n\n{\n var_1("psftp: not connected to a host; use \"open host.name\"");\n return;\n}\n\n" comment (function_definition "void function_1(void)\n\n{\n var_1("psftp: not connected to a host; use \"op... | (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... |
219_psftp_and_psftp_strip.c | host_strcspn | FUN_0010f814 | host_strcspn |
size_t host_strcspn(char *s,char *set)
{
char *pcVar1;
size_t sVar2;
char *set_local;
char *s_local;
char *answer;
pcVar1 = host_strchr_internal(s,set,1);
if (pcVar1 == (char *)0x0) {
sVar2 = strlen(s);
}
else {
sVar2 = (long)pcVar1 - (long)s;
}
return sVar2;
}
|
size_t FUN_0010f814(char *param_1,undefined8 param_2)
{
long lVar1;
size_t sVar2;
lVar1 = FUN_0010f76b(param_1,param_2,1);
if (lVar1 == 0) {
sVar2 = strlen(param_1);
}
else {
sVar2 = lVar1 - (long)param_1;
}
return sVar2;
}
| (translation_unit "size_t FUN_0010f814(char *param_1,undefined8 param_2)\n\n{\n long lVar1;\n size_t sVar2;\n \n lVar1 = FUN_0010f76b(param_1,param_2,1);\n if (lVar1 == 0) {\n sVar2 = strlen(param_1);\n }\n else {\n sVar2 = lVar1 - (long)param_1;\n }\n return sVar2;\n}\n\n" (function_definition "size_t F... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV RCX,qword ptr [RBP + -0x20]
MOV RAX,qword ptr [RBP + -0x18]
MOV EDX,0x1
MOV RSI,RCX
MOV RDI,RAX
CALL 0x0010f76b
MOV qword ptr [RBP + -0x8],RAX
CMP qword ptr [RBP + -0x8],0x0
JZ 0x0010f851
MOV RAX,qword ptr [RBP + -0x8]... |
size_t function_1(char *s,char *set)
{
char *var_2;
size_t sVar2;
char *set_local;
char *s_local;
char *answer;
var_2 = var_1(s,set,1);
if (var_2 == (char *)0x0) {
sVar2 = var_3(s);
}
else {
sVar2 = (long)var_2 - (long)s;
}
return sVar2;
}
| (translation_unit "size_t host_strcspn(char *s,char *set)\n\n{\n char *pcVar1;\n size_t sVar2;\n char *set_local;\n char *s_local;\n char *answer;\n \n pcVar1 = host_strchr_internal(s,set,1);\n if (pcVar1 == (char *)0x0) {\n sVar2 = strlen(s);\n }\n else {\n sVar2 = (long)pcVar1 - (long)s;\n }\n retur... | (translation_unit "size_t function_1(char *s,char *set)\n\n{\n char *var_2;\n size_t sVar2;\n char *set_local;\n char *s_local;\n char *answer;\n \n var_2 = var_1(s,set,1);\n if (var_2 == (char *)0x0) {\n sVar2 = var_3(s);\n }\n else {\n sVar2 = (long)var_2 - (long)s;\n }\n return sVar2;\n}\n\n" (func... | (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_... |
325_psftp_and_psftp_strip.c | sftp_wildcard_get_filename | FUN_0011917c | sftp_wildcard_get_filename |
char * sftp_wildcard_get_filename(SftpWildcardMatcher *swcm)
{
char *pcVar1;
int iVar2;
sftp_request *req_00;
sftp_packet *pktin_00;
fxp_names *pfVar3;
char *pcVar4;
fxp_name *pfVar5;
size_t sVar6;
undefined *puVar7;
SftpWildcardMatcher *swcm_local;
sftp_request *req;
sftp_packet *pktin;
fxp... |
undefined8 FUN_0011917c(undefined8 *param_1)
{
long lVar1;
int iVar2;
undefined8 uVar3;
undefined8 uVar4;
undefined8 *puVar5;
size_t sVar6;
undefined *puVar7;
do {
if ((param_1[1] != 0) && (*(int *)param_1[1] <= *(int *)(param_1 + 2))) {
FUN_001258f2(param_1[1]);
param_1[1] = 0;
... | (translation_unit "undefined8 FUN_0011917c(undefined8 *param_1)\n\n{\n long lVar1;\n int iVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n undefined8 *puVar5;\n size_t sVar6;\n undefined *puVar7;\n \n do {\n if ((param_1[1] != 0) && (*(int *)param_1[1] <= *(int *)(param_1 + 2))) {\n FUN_001258f2(param_1... | PUSH RBP
MOV RBP,RSP
PUSH R12
PUSH RBX
SUB RSP,0x30
MOV qword ptr [RBP + -0x38],RDI
MOV RAX,qword ptr [RBP + -0x38]
MOV RAX,qword ptr [RAX + 0x8]
TEST RAX,RAX
JZ 0x001191c9
MOV RAX,qword ptr [RBP + -0x38]
MOV EDX,dword ptr [RAX + 0x10]
MOV RAX,qword ptr [RBP + -0x38]
MOV RAX,qword ptr [RAX + 0x8]
MOV EAX,dword ptr [RAX... |
char * function_1(type_1 *swcm)
{
char *pcVar1;
int var_6;
type_2 *req_00;
type_3 *pktin_00;
type_4 *pfVar3;
char *pcVar4;
type_5 *var_10;
size_t var_15;
type_6 *puVar7;
type_1 *swcm_local;
type_2 *req;
type_3 *pktin;
type_5 *name;
do {
if ((swcm->names != (type_4 *)0x0) && (swcm->n... | (translation_unit "char * sftp_wildcard_get_filename(SftpWildcardMatcher *swcm)\n\n{\n char *pcVar1;\n int iVar2;\n sftp_request *req_00;\n sftp_packet *pktin_00;\n fxp_names *pfVar3;\n char *pcVar4;\n fxp_name *pfVar5;\n size_t sVar6;\n undefined *puVar7;\n SftpWildcardMatcher *swcm_local;\n sftp_request *r... | (translation_unit "char * function_1(type_1 *swcm)\n\n{\n char *pcVar1;\n int var_6;\n type_2 *req_00;\n type_3 *pktin_00;\n type_4 *pfVar3;\n char *pcVar4;\n type_5 *var_10;\n size_t var_15;\n type_6 *puVar7;\n type_1 *swcm_local;\n type_2 *req;\n type_3 *pktin;\n type_5 *name;\n \n do {\n if ((swcm-... | (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... |
792_psftp_and_psftp_strip.c | bigadd | FUN_00155c7b | bigadd |
Bignum_conflict bigadd(Bignum_conflict a,Bignum_conflict b)
{
BignumInt BVar1;
int iVar2;
Bignum_conflict pBVar3;
ulong uVar4;
ulong uVar5;
Bignum_conflict b_local;
Bignum_conflict a_local;
int i;
int maxspot;
int alen;
int blen;
int rlen;
BignumCarry carry;
Bignum_conflict ret;
BignumIn... |
long * FUN_00155c7b(undefined8 *param_1,undefined8 *param_2)
{
long lVar1;
int iVar2;
long *plVar3;
ulong uVar4;
ulong uVar5;
int local_6c;
int local_68;
ulong local_58;
iVar2 = (int)*param_1;
if ((int)*param_1 <= (int)*param_2) {
iVar2 = (int)*param_2;
}
plVar3 = (long *)FUN_00151193(i... | (translation_unit "long * FUN_00155c7b(undefined8 *param_1,undefined8 *param_2)\n\n{\n long lVar1;\n int iVar2;\n long *plVar3;\n ulong uVar4;\n ulong uVar5;\n int local_6c;\n int local_68;\n ulong local_58;\n \n iVar2 = (int)*param_1;\n if ((int)*param_1 <= (int)*param_2) {\n iVar2 = (int)*param_2;\n }\... | PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
SUB RSP,0x60
MOV qword ptr [RBP + -0x78],RDI
MOV qword ptr [RBP + -0x80],RSI
MOV RAX,qword ptr [RBP + -0x78]
MOV RAX,qword ptr [RAX]
MOV dword ptr [RBP + -0x5c],EAX
MOV RAX,qword ptr [RBP + -0x80]
MOV RAX,qword ptr [RAX]
MOV dword ptr [RBP + -0x58],EAX
MOV EAX,dw... |
type_1 function_1(type_1 a,type_1 b)
{
type_2 BVar1;
int var_2;
type_1 pBVar3;
type_3 var_4;
type_3 var_5;
type_1 b_local;
type_1 a_local;
int var_3;
int var_8;
int alen;
int blen;
int rlen;
type_4 var_6;
type_1 ret;
type_2 aword;
type_2 bword;
type_5 ADC_temp;
var_2 = (int)*a;
... | (translation_unit "Bignum_conflict bigadd(Bignum_conflict a,Bignum_conflict b)\n\n{\n BignumInt BVar1;\n int iVar2;\n Bignum_conflict pBVar3;\n ulong uVar4;\n ulong uVar5;\n Bignum_conflict b_local;\n Bignum_conflict a_local;\n int i;\n int maxspot;\n int alen;\n int blen;\n int rlen;\n BignumCarry carry;\... | (translation_unit "type_1 function_1(type_1 a,type_1 b)\n\n{\n type_2 BVar1;\n int var_2;\n type_1 pBVar3;\n type_3 var_4;\n type_3 var_5;\n type_1 b_local;\n type_1 a_local;\n int var_3;\n int var_8;\n int alen;\n int blen;\n int rlen;\n type_4 var_6;\n type_1 ret;\n type_2 aword;\n type_2 bword;\n ty... | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_stateme... |
285_psftp_and_psftp_strip.c | pfd_close | FUN_00112b0d | pfd_close |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void pfd_close(PortForwarding *pf)
{
PortForwarding *pf_local;
if (pf != (PortForwarding *)0x0) {
(*(*pf->s)->close)(pf->s);
free_portfwd_state(pf);
}
return;
}
|
void FUN_00112b0d(long param_1)
{
if (param_1 != 0) {
(**(code **)(**(long **)(param_1 + 0x18) + 8))(*(undefined8 *)(param_1 + 0x18));
FUN_00111a2d(param_1);
}
return;
}
| (translation_unit "void FUN_00112b0d(long param_1)\n\n{\n if (param_1 != 0) {\n (**(code **)(**(long **)(param_1 + 0x18) + 8))(*(undefined8 *)(param_1 + 0x18));\n FUN_00111a2d(param_1);\n }\n return;\n}\n\n" (function_definition "void FUN_00112b0d(long param_1)\n\n{\n if (param_1 != 0) {\n (**(code **)(**(... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
CMP qword ptr [RBP + -0x8],0x0
JZ 0x00112b4a
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x18]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x8]
MOV RDX,qword ptr [RBP + -0x8]
MOV RDX,qword ptr [RDX + 0x18]
MOV RDI,RDX
CALL RAX
MOV RAX,qwo... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *var_1)
{
type_1 *pf_local;
if (var_1 != (type_1 *)0x0) {
(*(*var_1->s)->close)(var_1->s);
var_2(var_1);
}
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid pfd_close(PortForwarding *pf)\n\n{\n PortForwarding *pf_local;\n \n if (pf != (PortForwarding *)0x0) {\n (*(*pf->s)->close)(pf->s);\n free_portfwd_state(pf);\n }\n return;\n}\n\n" comment (function_definition ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *var_1)\n\n{\n type_1 *pf_local;\n \n if (var_1 != (type_1 *)0x0) {\n (*(*var_1->s)->close)(var_1->s);\n var_2(var_1);\n }\n return;\n}\n\n" comment (function_definition "void function_1(type... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_ide... |
1051_pterm_and_pterm_strip.c | family_changed | FUN_00156a9c | family_changed |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void family_changed(GtkTreeSelection *treeselection,gpointer data)
{
long lVar1;
int iVar2;
wchar_t size;
long in_FS_OFFSET;
gpointer data_local;
GtkTreeSelection *treeselection_local;
wchar_t minval;
GtkTreeModel *treemodel;
... |
void FUN_00156a9c(undefined8 param_1,long param_2)
{
int iVar1;
undefined4 uVar2;
long in_FS_OFFSET;
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;
if ((*(int *)(p... | (translation_unit "void FUN_00156a9c(undefined8 param_1,long param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n long in_FS_OFFSET;\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... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x58],RDI
MOV qword ptr [RBP + -0x60],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x60]
MOV qword ptr [RBP + -0x40],RAX
MOV RAX,qword ptr [RBP + -0x40]
MOV EAX,dword ptr [RAX + 0xd0]
TEST EAX,EAX
JNZ 0x00156... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 *treeselection,type_2 data)
{
long var_9;
int var_3;
type_3 size;
long var_1;
type_2 data_local;
type_1 *treeselection_local;
type_3 minval;
type_4 *treemodel;
type_5 *fs;
type_6 *var_7;
type_7 treei... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid family_changed(GtkTreeSelection *treeselection,gpointer data)\n\n{\n long lVar1;\n int iVar2;\n wchar_t size;\n long in_FS_OFFSET;\n gpointer data_local;\n GtkTreeSelection *treeselection_local;\n wchar_t minval;\... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *treeselection,type_2 data)\n\n{\n long var_9;\n int var_3;\n type_3 size;\n long var_1;\n type_2 data_local;\n type_1 *treeselection_local;\n type_3 minval;\n type_4 *treemodel;\n type_5 *fs;\... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
1199_pterm_and_pterm_strip.c | filename_copy | FUN_00164bc3 | filename_copy |
Filename * filename_copy(Filename *fn)
{
Filename *pFVar1;
Filename *fn_local;
pFVar1 = filename_from_str(fn->path);
return pFVar1;
}
|
void FUN_00164bc3(undefined8 *param_1)
{
FUN_00164b88(*param_1);
return;
}
| (translation_unit "void FUN_00164bc3(undefined8 *param_1)\n\n{\n FUN_00164b88(*param_1);\n return;\n}\n\n" (function_definition "void FUN_00164bc3(undefined8 *param_1)\n\n{\n FUN_00164b88(*param_1);\n return;\n}" primitive_type (function_declarator "FUN_00164bc3(undefined8 *param_1)" identifier (parameter_list "(un... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
MOV RDI,RAX
CALL 0x00164b88
LEAVE
RET |
type_1 * function_1(type_1 *fn)
{
type_1 *pFVar1;
type_1 *fn_local;
pFVar1 = var_1(fn->path);
return pFVar1;
}
| (translation_unit "Filename * filename_copy(Filename *fn)\n\n{\n Filename *pFVar1;\n Filename *fn_local;\n \n pFVar1 = filename_from_str(fn->path);\n return pFVar1;\n}\n\n" (function_definition "Filename * filename_copy(Filename *fn)\n\n{\n Filename *pFVar1;\n Filename *fn_local;\n \n pFVar1 = filename_from_st... | (translation_unit "type_1 * function_1(type_1 *fn)\n\n{\n type_1 *pFVar1;\n type_1 *fn_local;\n \n pFVar1 = var_1(fn->path);\n return pFVar1;\n}\n\n" (function_definition "type_1 * function_1(type_1 *fn)\n\n{\n type_1 *pFVar1;\n type_1 *fn_local;\n \n pFVar1 = var_1(fn->path);\n return pFVar1;\n}" type_identi... | (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... |
398_psftp_and_psftp_strip.c | save_open_settings | FUN_0011e77c | save_open_settings |
void save_open_settings(void *sesskey,Conf *conf)
{
long lVar1;
int iVar2;
uint uVar3;
uint uVar4;
uint uVar5;
char *pcVar6;
Filename *pFVar7;
Backend *pBVar8;
FontSpec *pFVar9;
size_t sVar10;
undefined1 *puVar11;
long in_FS_OFFSET;
Conf *conf_local;
void *sesskey_local;
int i;
int j;
... |
void FUN_0011e77c(undefined8 param_1,undefined8 param_2)
{
undefined4 uVar1;
int iVar2;
uint uVar3;
uint uVar4;
uint uVar5;
undefined8 uVar6;
long lVar7;
size_t sVar8;
undefined1 *puVar9;
long in_FS_OFFSET;
uint local_160;
uint local_15c;
undefined *local_158;
char local_148 [32];
char l... | (translation_unit "void FUN_0011e77c(undefined8 param_1,undefined8 param_2)\n\n{\n undefined4 uVar1;\n int iVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n undefined8 uVar6;\n long lVar7;\n size_t sVar8;\n undefined1 *puVar9;\n long in_FS_OFFSET;\n uint local_160;\n uint local_15c;\n undefined *local_158... | PUSH RBP
MOV RBP,RSP
PUSH R12
PUSH RBX
SUB RSP,0x160
MOV qword ptr [RBP + -0x168],RDI
MOV qword ptr [RBP + -0x170],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
XOR EAX,EAX
MOV RAX,qword ptr [RBP + -0x168]
MOV EDX,0x1
LEA RSI,[0x19703b]
MOV RDI,RAX
CALL 0x0018e1a9
MOV RAX,qword ptr [RBP + -0x170]
MOV ... |
void function_1(void *sesskey,type_1 *conf)
{
long var_22;
int var_10;
type_2 uVar3;
type_2 uVar4;
type_2 uVar5;
char *pcVar6;
type_3 *pFVar7;
type_4 *var_9;
type_5 *pFVar9;
size_t var_21;
type_6 *puVar11;
long var_1;
type_1 *conf_local;
void *sesskey_local;
int var_15;
int var_18;
c... | (translation_unit "void save_open_settings(void *sesskey,Conf *conf)\n\n{\n long lVar1;\n int iVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n char *pcVar6;\n Filename *pFVar7;\n Backend *pBVar8;\n FontSpec *pFVar9;\n size_t sVar10;\n undefined1 *puVar11;\n long in_FS_OFFSET;\n Conf *conf_local;\n void ... | (translation_unit "void function_1(void *sesskey,type_1 *conf)\n\n{\n long var_22;\n int var_10;\n type_2 uVar3;\n type_2 uVar4;\n type_2 uVar5;\n char *pcVar6;\n type_3 *pFVar7;\n type_4 *var_9;\n type_5 *pFVar9;\n size_t var_21;\n type_6 *puVar11;\n long var_1;\n type_1 *conf_local;\n void *sesskey_loca... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer... |
297_psftp_and_psftp_strip.c | sk_proxy_write_eof | FUN_0011312b | sk_proxy_write_eof |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void sk_proxy_write_eof(Socket s)
{
Socket s_local;
Proxy_Socket ps;
if (*(int *)((long)s + 0x84) == 0) {
(**(code **)(s[2]->plug + 0x20))(s[2]);
}
else {
*(undefined4 *)(s + 0x10) = 1;
}
return;
}
|
void FUN_0011312b(long param_1)
{
if (*(int *)(param_1 + 0x84) == 0) {
(**(code **)(**(long **)(param_1 + 0x10) + 0x20))(*(undefined8 *)(param_1 + 0x10));
}
else {
*(undefined4 *)(param_1 + 0x80) = 1;
}
return;
}
| (translation_unit "void FUN_0011312b(long param_1)\n\n{\n if (*(int *)(param_1 + 0x84) == 0) {\n (**(code **)(**(long **)(param_1 + 0x10) + 0x20))(*(undefined8 *)(param_1 + 0x10));\n }\n else {\n *(undefined4 *)(param_1 + 0x80) = 1;\n }\n return;\n}\n\n" (function_definition "void FUN_0011312b(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 EAX,dword ptr [RAX + 0x84]
TEST EAX,EAX
JZ 0x0011315d
MOV RAX,qword ptr [RBP + -0x8]
MOV dword ptr [RAX + 0x80],0x1
JMP 0x00113179
MOV RAX,qword ptr [RBP + ... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(type_1 var_1)
{
type_1 s_local;
type_2 ps;
if (*(int *)((long)var_1 + 0x84) == 0) {
(**(type_3 **)(var_1[2]->plug + 0x20))(var_1[2]);
}
else {
*(type_4 *)(var_1 + 0x10) = 1;
}
return;
}
| (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid sk_proxy_write_eof(Socket s)\n\n{\n Socket s_local;\n Proxy_Socket ps;\n \n if (*(int *)((long)s + 0x84) == 0) {\n (**(code **)(s[2]->plug + 0x20))(s[2]);\n }\n else {\n *(undefined4 *)(s + 0x10) = 1;\n }\n ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 var_1)\n\n{\n type_1 s_local;\n type_2 ps;\n \n if (*(int *)((long)var_1 + 0x84) == 0) {\n (**(type_3 **)(var_1[2]->plug + 0x20))(var_1[2]);\n }\n else {\n *(type_4 *)(var_1 + 0x10) = 1;\n ... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)... |
339_psftp_and_psftp_strip.c | sftp_cmd_reget | FUN_0011a239 | sftp_cmd_reget |
int sftp_cmd_reget(sftp_command *cmd)
{
int iVar1;
sftp_command *cmd_local;
iVar1 = sftp_general_get(cmd,1,0);
return iVar1;
}
|
void FUN_0011a239(undefined8 param_1)
{
FUN_00119e64(param_1,1,0);
return;
}
| (translation_unit "void FUN_0011a239(undefined8 param_1)\n\n{\n FUN_00119e64(param_1,1,0);\n return;\n}\n\n" (function_definition "void FUN_0011a239(undefined8 param_1)\n\n{\n FUN_00119e64(param_1,1,0);\n return;\n}" primitive_type (function_declarator "FUN_0011a239(undefined8 param_1)" identifier (parameter_list "... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV EDX,0x0
MOV ESI,0x1
MOV RDI,RAX
CALL 0x00119e64
LEAVE
RET |
int function_1(type_1 *cmd)
{
int iVar1;
type_1 *cmd_local;
iVar1 = var_1(cmd,1,0);
return iVar1;
}
| (translation_unit "int sftp_cmd_reget(sftp_command *cmd)\n\n{\n int iVar1;\n sftp_command *cmd_local;\n \n iVar1 = sftp_general_get(cmd,1,0);\n return iVar1;\n}\n\n" (function_definition "int sftp_cmd_reget(sftp_command *cmd)\n\n{\n int iVar1;\n sftp_command *cmd_local;\n \n iVar1 = sftp_general_get(cmd,1,0);\... | (translation_unit "int function_1(type_1 *cmd)\n\n{\n int iVar1;\n type_1 *cmd_local;\n \n iVar1 = var_1(cmd,1,0);\n return iVar1;\n}\n\n" (function_definition "int function_1(type_1 *cmd)\n\n{\n int iVar1;\n type_1 *cmd_local;\n \n iVar1 = var_1(cmd,1,0);\n return iVar1;\n}" primitive_type (function_declarat... | (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... |
279_psftp_and_psftp_strip.c | wrap_send_port_open | FUN_00111bc2 | wrap_send_port_open |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void wrap_send_port_open(void *channel,char *hostname,int port,Socket s)
{
char *ptr;
Socket s_local;
int port_local;
char *hostname_local;
void *channel_local;
char *description;
char *peerinfo;
ptr = (*(*s)->peer_info)(s);
... |
void FUN_00111bc2(undefined8 param_1,undefined8 param_2,undefined4 param_3,long *param_4)
{
long lVar1;
undefined8 local_18;
lVar1 = (**(code **)(*param_4 + 0x40))(param_4);
if (lVar1 == 0) {
local_18 = FUN_0010fd06("forwarding");
}
else {
local_18 = FUN_001101da("forwarding from %s",lVar1);
... | (translation_unit "void FUN_00111bc2(undefined8 param_1,undefined8 param_2,undefined4 param_3,long *param_4)\n\n{\n long lVar1;\n undefined8 local_18;\n \n lVar1 = (**(code **)(*param_4 + 0x40))(param_4);\n if (lVar1 == 0) {\n local_18 = FUN_0010fd06("forwarding");\n }\n else {\n local_18 = FUN_001101da("f... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV dword ptr [RBP + -0x24],EDX
MOV qword ptr [RBP + -0x30],RCX
MOV RAX,qword ptr [RBP + -0x30]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x40]
MOV RDX,qword ptr [RBP + -0x30]
MOV RDI,RDX
CALL RAX
MOV qword ptr [RBP... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
void function_1(void *channel,char *hostname,int port,type_1 s)
{
char *var_1;
type_1 s_local;
int port_local;
char *hostname_local;
void *channel_local;
char *description;
char *peerinfo;
var_1 = (*(*s)->peer_info)(s);
if ... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid wrap_send_port_open(void *channel,char *hostname,int port,Socket s)\n\n{\n char *ptr;\n Socket s_local;\n int port_local;\n char *hostname_local;\n void *channel_local;\n char *description;\n char *peerinfo;\n \n... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *channel,char *hostname,int port,type_1 s)\n\n{\n char *var_1;\n type_1 s_local;\n int port_local;\n char *hostname_local;\n void *channel_local;\n char *description;\n char *peerinfo;\n \n var_1... | (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:... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.