Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


how to convert asm to delphi code? easy?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
maplecheck
Expert Cheater
Reputation: 0

Joined: 22 Jan 2006
Posts: 139

PostPosted: Sun Mar 22, 2009 11:27 pm    Post subject: how to convert asm to delphi code? easy? Reply with quote

ASM Code:
Code:
nop
push ebp
mov ebp,esp
add esp,f8
push ebx
mov [ebp-04],eax
lea ebx,[ebp-08]
pushad
mov ecx,[ebp-04]
add ecx,00001204
call dword ptr [00e0ae00]
mov [ebp-08],eax
popad
mov eax,[ebx]
pop ebx
pop ecx
pop ecx
pop ebp
ret


how to change to delphi code?
Code:

function unknow2(i:dword):dword;  //I guess?
begin
 //here fill what code?
  asm
    pushad
    mov    ecx,[ebp-04]
    add     ecx,$1204
    call      dword ptr [$00e0ae00]
    mov    [ebp-08],eax
    popad
  end;
 //here fill what code?
end;
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites