Matei02Mihai Posted November 29, 2022 Share Posted November 29, 2022 Hello. I scanned a cheat and I found this suspect dll: "WININET.dll". This can be used for make a virus? After a little research, i found this: 1) "HttpOpenRequestA" is used to open a request handle. 2) "HttpSendRequestA" is used to send the specified request to the HTTP server. 3) "InternetCloseHandle" is used to close an internet handle. 4) "InternetConnectA" is used to open a File Transfer Protocol (FTP) or HTTP session for a given site. 5) "InternetOpenA" is used to initialize an application's use of the WinINet functions. 6) "InternetReadFile" is used to read data from a handle opened by the InternetOpenUrl, FtpOpenFile, or HttpOpenRequest function. 2) and 4) give me the impression this dll can collect data and send them somewhere Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.