; int __cdecl sub_13145928(LPCSTR lpString2) sub_13145928 proc near ; CODE XREF: sub_131459B2+1Bp

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
correctanswer
Posts: 43759
Joined: Sat Aug 07, 2021 7:38 am

; int __cdecl sub_13145928(LPCSTR lpString2) sub_13145928 proc near ; CODE XREF: sub_131459B2+1Bp

Post by correctanswer »

; 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
Register for solutions, replies, and use board search function. Answer Happy Forum is an archive of questions covering all technical subjects across the Internet.
Post Reply