correct error in block service_change_description

This commit is contained in:
Florian Gaultier
2014-01-06 19:49:52 +01:00
committed by agix
parent 6332957bd2
commit bb4e9e2d4d
2 changed files with 9 additions and 5 deletions
@@ -7,7 +7,7 @@
[BITS 32]
; Input: EBP must be the address of 'api_call'.
push 0x000F01FF
push 0x000F003F
push 0x00000000
push 0x00000000
push 0x7636F067
@@ -24,7 +24,11 @@ call ebp ;OpenServiceA
mov esi, eax
push 0x00464349
push 0x56524553
mov ecx, esp
push 0x00000000
push ecx
mov ecx, esp ;SVCDESCRIPTION
push ecx
push 0x00000001 ;SERVICE_CONFIG_DESCRIPTION
push eax
push 0xED35B087