首页
社区
课程
招聘
[求助]v1[46].functions,
发表于: 2017-4-3 16:05 2166

[求助]v1[46].functions,

2017-4-3 16:05
2166

v1[32].functions = (const struct JNINativeInterface *)((int (__fastcall *)(_DWORD))unk_A2388868)(v1->functions);

如何转换成函数名


[课程]Linux pwn 探索篇!

收藏
免费 1
支持
分享
最新回复 (3)
雪    币: 222
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
或者这种怎么解读
2017-4-3 17:37
0
雪    币: 1176
活跃值: (1234)
能力值: ( LV12,RANK:380 )
在线值:
发帖
回帖
粉丝
3
typedef int (__stdcall *punk_A2388868)(int);
struct fun_table{ 
	punk_A2388868 functions;
};
void get_fun(){
	struct fun_table ft[MAX_PATH];
	ft[32].functions = unk_A2388868;
	}


2017-4-3 18:18
0
雪    币: 222
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
Tennn typedef int (__stdcall *punk_A2388868)(int); struct fun_table{& ...
谢谢
2017-4-3 22:34
0
游客
登录 | 注册 方可回帖
返回
//