Skip to content

Commit 5f11bfc

Browse files
committed
Remove wrong comment lstrcmpiW
1 parent d95a3d2 commit 5f11bfc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

qiling/os/windows/dlls/kernel32/winbase.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ def hook_lstrlenW(ql: Qiling, address: int, params):
250250
# );
251251
@winsdkapi(cc=STDCALL, dllname=dllname)
252252
def hook_lstrcmpiW(ql, address, params):
253-
# Copy String2 into String
254253
str1 = params["lpString1"].lower()
255254
str2 = params["lpString2"].lower()
256255
if str1 == str2:

0 commit comments

Comments
 (0)