can any1 guide me on what is trap ,breakpoint?being a noob and looking thru the past 10 pages so many times l have no idea at all.
whats does it mean?
/*2* Set trap(breakpoint) on first jump here and click start button at AgentKing window
00403596 je 40378c <- by pass this point to 40359C
0040359C move ecx,[ebp-2c]
l tried doing cheatengine tutorial ,what it too much for me.
any1 can guide me in the simplest way possible on theis step?
Originally posted by orochris@Jan 6 2007, 17:50 can any1 guide me on what is trap ,breakpoint?being a noob and looking thru the past 10 pages so many times l have no idea at all.
whats does it mean?
/*2* Set trap(breakpoint) on first jump here and click start button at AgentKing window
00403596 je 40378c <- by pass this point to 40359C
0040359C move ecx,[ebp-2c]
l tried doing cheatengine tutorial ,what it too much for me.
any1 can guide me in the simplest way possible on theis step?
press f5 at 00403596 after that right click : change register at this location go to eip and put 0040359C
Originally posted by orochris@Jan 6 2007, 17:50 can any1 guide me on what is trap ,breakpoint?being a noob and looking thru the past 10 pages so many times l have no idea at all.
whats does it mean?
/*2* Set trap(breakpoint) on first jump here and click start button at AgentKing window
00403596 je 40378c <- by pass this point to 40359C
0040359C move ecx,[ebp-2c]
l tried doing cheatengine tutorial ,what it too much for me.
any1 can guide me in the simplest way possible on theis step?
It's hard to say all thing in one post.
At first, you must have study about programming and coding in any language.
Set trap/breakpoint is same to all programming language even Basic,C++,Java,Pascal.
It's like trap or break your command on that point that you suspect or wanna check programming code.
You set trap and when program run hit that code it's will pause program and let u debug each instruction on your programming language.
There is dummy of computer language for idiot guide in bookself. It's may make you more smooth starter.
Originally posted by ∣男DB男∣+Jan 6 2007, 17:57--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (∣男DB男∣ @ Jan 6 2007, 17:57)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin--orochris@Jan 6 2007, 17:50 can any1 guide me on what is trap ,breakpoint?being a noob and looking thru the past 10 pages so many times l have no idea at all.
whats does it mean?
/*2* Set trap(breakpoint) on first jump here and click start button at AgentKing window
00403596 je 40378c <- by pass this point to 40359C
0040359C move ecx,[ebp-2c]
l tried doing cheatengine tutorial ,what it too much for me.
any1 can guide me in the simplest way possible on theis step?
press f5 at 00403596 after that right click : change register at this location go to eip and put 0040359C
Hope i`m right [/b][/quote]
anastacia is this good ?
Well iv been trying to do this since the guide was posted but i give up if anybody has time a vid would be great. But untill then i got better things to do.Im ****** off that i dident manage to get it.Good luck to everybody still trying.
Originally posted by tetnes@Jan 6 2007, 18:20 Well iv been trying to do this since the guide was posted but i give up if anybody has time a vid would be great. But untill then i got better things to do.Im ****** off that i dident manage to get it.Good luck to everybody still trying.
Originally posted by tetnes@Jan 6 2007, 18:20 Well iv been trying to do this since the guide was posted but i give up if anybody has time a vid would be great. But untill then i got better things to do.Im ****** off that i dident manage to get it.Good luck to everybody still trying.
It's like water drop to stone.
drop it everyday till it's broke.
Only one day can't make it accomplish.
FYR, I take almost 4 day and 4 night to do it,lol.
Originally posted by anantasia+Jan 6 2007, 18:29--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (anantasia @ Jan 6 2007, 18:29)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin--tetnes@Jan 6 2007, 18:20 Well iv been trying to do this since the guide was posted but i give up if anybody has time a vid would be great. But untill then i got better things to do.Im ****** off that i dident manage to get it.Good luck to everybody still trying.
It's like water drop to stone.
drop it everyday till it's broke.
Only one day can't make it accomplish.
FYR, I take almost 4 day and 4 night to do it,lol. [/b][/quote]
can u tell me how to change eip .. pls do i right click : change register at this location and there i put the eip ????
can/how do u go from assembly code to hex? 10/15/2009 - Dekaron - 7 Replies im trying to find an offset and assembly scan takes forever, could someone tell me if its possible to go from the assembly code to the hex value, if so how do you do it?
cmp dword ptr ,13 ----> 83 78 08 13 0F 84
Need help in a piece of assembly code 04/13/2007 - Conquer Online 2 - 7 Replies Well, i am just a novice in assembler language. What I am trying to do is to get some strings from registes, in this case eax. It will be clear what I mean in the following code:
...
push eax <---- here, eax contains a pointer to the string that I want
lea ecx,[ebx+04]
...