; int __cdecl sub_13145928(LPCSTR lpString2)
sub_13145928 proc near ; CODE XREF: sub_131459B2+1Bp
; sub_1314AE73+9p ...
hObject = dword ptr -12Ch
pe = PROCESSENTRY32 ptr -128h
lpString2 = dword ptr 8
push ebp
mov ebp, esp
sub esp, 12Ch
push 0 ; th32ProcessID
push 2 ; dwFlags
call CreateToolhelp32Snapshot
mov [ebp+hObject], eax
mov [ebp+pe.dwSize], 128h
lea eax, [ebp+pe]
push eax ; lppe
push [ebp+hObject] ; hSnapshot
call Process32First
test eax, eax
jnz short loc_13145970
push [ebp+hObject] ; hObject
call CloseHandle
xor eax, eax
jmp short locret_131459B0
define purpose of function sub_13145928, what is returned in eax from this function
define addresses sub_13145928 called from
define names provided to function sub_13145928 in each from the previous quesion
; int __cdecl sub_13145928(LPCSTR lpString2) sub_13145928 proc near ; CODE XREF: sub_131459B2+1Bp
-
- Posts: 43759
- Joined: Sat Aug 07, 2021 7:38 am