• Welcome to Valhalla Legends Archive.
 

Request for Information: Warcraft 3 Gaming Protocol Documentation

Started by topaz, January 04, 2006, 10:37 PM

Previous topic - Next topic

PaiD

Also. I tried the seDebug idea and now when I create a new process of war3 and it loads fine, it cant connect to bnet or my lan. It just says it needs to be connected to the net. but when I allow to to open from Start->.....War3 it works just fine

Edit: And What right am I looking at restoring?

Edit: This is what I got sofar and it isnt working. Anyone know why?

GetNamedSecurityInfoA "C:\Program Files (x86)\Warcraft III\war3.exe", SE_FILE_OBJECT, DACL_SECURITY_INFORMATION, &H0, &H0, &H0, &H0, &H0
GetNamedSecurityInfoA "C:\Program Files (x86)\Warcraft III\war3.exe", SE_FILE_OBJECT, SACL_SECURITY_INFORMATION, &H0, &H0, &H0, &H0, &H0

SetSecurityInfo pInfo.hProcess, SE_FILE_OBJECT, DACL_SECURITY_INFORMATION, &H0, &H0, &H0, &H0
SetSecurityInfo pInfo.hProcess, SE_FILE_OBJECT, SACL_SECURITY_INFORMATION, &H0, &H0, &H0, &H0


Edit: YaY Problem solved!!! I found out that WinPcap has made a driver for x64 (alpha) and I downloaded that and can now use Etheral.

Puzzle

You have to pass a null as the third value in SetSecurityInfo(). You are passing the same paramaters that war3 uses.

|