首页
社区
课程
招聘
[旧帖] python的库要有license才能调用,已找到IsLicensed判断 0.00雪花
发表于: 2016-1-11 20:12 3738

[旧帖] python的库要有license才能调用,已找到IsLicensed判断 0.00雪花

2016-1-11 20:12
3738
OpenEye toolkit python

windows version:
link: http://pan.baidu.com/s/1eRq5Py6 password:68fv
linux version:
link: http://pan.baidu.com/s/1i3PvyPR password:bwvm

相关说明可参看这里
http://docs.eyesopen.com/toolkits/python/quickstart-python/

IsLicensed 判断见三楼

[课程]Linux pwn 探索篇!

收藏
免费 0
支持
分享
最新回复 (4)
雪    币: 156
活跃值: (97)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
做什么用的库啊?
2016-1-12 11:36
0
雪    币: 284
活跃值: (283)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
药物设计
2016-1-12 12:17
0
雪    币: 284
活跃值: (283)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
0000000003AF4F0                 push    r12
.text:00000000003AF4F2                 push    rbp
.text:00000000003AF4F3                 push    rbx
.text:00000000003AF4F4                 mov     rbx, rsi
.text:00000000003AF4F7                 sub     rsp, 70h
.text:00000000003AF4FB                 mov     rax, [rsi+8]
.text:00000000003AF4FF                 test    byte ptr [rax+0ABh], 4
.text:00000000003AF506                 jz      loc_3AF6C0
.text:00000000003AF50C                 mov     rdi, rsi
.text:00000000003AF50F                 call    _PyObject_Size
.text:00000000003AF514                 test    eax, eax
.text:00000000003AF516                 jg      short loc_3AF548
.text:00000000003AF518                 test    eax, eax
.text:00000000003AF51A                 jnz     short loc_3AF55D
.text:00000000003AF51C                 lea     rsi, aOechemislicens ; "OEChemIsLicensed"
.text:00000000003AF523                 xor     ecx, ecx
.text:00000000003AF525                 xor     edx, edx
.text:00000000003AF527                 mov     rdi, rbx
.text:00000000003AF52A                 call    _PyArg_UnpackTuple
.text:00000000003AF52F                 test    eax, eax
.text:00000000003AF531                 jnz     loc_3AF710
2016-1-14 13:50
0
雪    币: 37
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
lea     rsi, aOechemislicens ; "OEChemIsLicensed"
这行只是取地址而已,不是判断
call    _PyArg_UnpackTuple
test    eax, eax
jnz     loc_3AF710
判断可能在 _PyArg_UnpackTuple里面
eax是结果
可以试试断点到test,看eax的值,然后1改0,0改1,试试看
2016-1-25 16:21
0
游客
登录 | 注册 方可回帖
返回
//