19.02.2020, 15:53
Quote:
твой краш в этой функции
Code:
.text:00734850 ; =============== S U B R O U T I N E ======================================= .text:00734850 .text:00734850 .text:00734850 ; int __cdecl findFirstAtomicWith2dfxCB(RpAtomic *atomic, void *data) .text:00734850 _findFirstAtomicWith2dfxCB proc near ; DATA XREF: _findFirstAtomicWith2dfx+Ao .text:00734850 .text:00734850 atomic = dword ptr 4 .text:00734850 data = dword ptr 8 .text:00734850 .text:00734850 000 mov eax, [esp+atomic] .text:00734854 000 mov ecx, [eax+RpAtomic.geometry] ; > RpGeometry * .text:00734857 000 mov edx, _pl253F2F8_TK .text:0073485D 000 mov ecx, [edx+ecx] .text:00734860 000 test ecx, ecx .text:00734862 000 jz short locret_734871 .text:00734864 000 cmp dword ptr [ecx], 0 .text:00734867 000 jbe short locret_734871 .text:00734869 000 mov ecx, [esp+data] .text:0073486D 000 mov [ecx], eax .text:0073486F 000 xor eax, eax .text:00734871 .text:00734871 locret_734871: ; CODE XREF: _findFirstAtomicWith2dfxCB+12j .text:00734871 ; _findFirstAtomicWith2dfxCB+17j .text:00734871 000 retn .text:00734871 _findFirstAtomicWith2dfxCB endp |