能力值:
( LV2,RANK:10 )
|
-
-
2 楼
做什么用的库啊?
|
能力值:
( LV2,RANK:10 )
|
-
-
3 楼
药物设计
|
能力值:
( 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
|
能力值:
( 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,试试看
|
|
|