| View previous topic :: View next topic |
| Author |
Message |
maxuer Newbie cheater
Reputation: 0
Joined: 07 Dec 2007 Posts: 20
|
Posted: Sat Mar 15, 2008 8:13 pm Post subject: HELP2 |
|
|
| Where I can found Assembler and Hacking (anything) Guides, tutorials, etc...?
|
|
| Back to top |
|
 |
buzzah Grandmaster Cheater
Reputation: 0
Joined: 21 Nov 2007 Posts: 787 Location: MSN
|
Posted: Sat Mar 15, 2008 8:20 pm Post subject: Re: HELP2 |
|
|
| maxuer wrote: | | Where I can found Assembler and Hacking (anything) Guides, tutorials, etc...? |
It would help if you said what program.
There is a bunch of tutorials for most things in Cheat Engine Tutorials
_________________
PM me if you want an AQ/MQ/DF upgrade card! |
|
| Back to top |
|
 |
maxuer Newbie cheater
Reputation: 0
Joined: 07 Dec 2007 Posts: 20
|
Posted: Sat Mar 15, 2008 8:29 pm Post subject: HELP2 |
|
|
| There is a way to read the codes of an .exe file?
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Sat Mar 15, 2008 10:44 pm Post subject: Re: HELP2 |
|
|
| maxuer wrote: | | There is a way to read the codes of an .exe file? |
Depends on the language it was written in. Some can be decompiled all the way back to it's (almost usually not 100%) code that is fully readable. Others can be disassembled to the ASM code and debugged with programs like OllyDbg or IDA.
_________________
- Retired. |
|
| Back to top |
|
 |
malfunction Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Jan 2007 Posts: 1015 Location: http://www.behindthecorner.com/
|
Posted: Sun Mar 16, 2008 4:01 am Post subject: Re: HELP2 |
|
|
| maxuer wrote: | | There is a way to read the codes of an .exe file? |
If you are gonna start disassembling I'd suggest you to get PEiD as most programs have been packed with a packer, so this lil tool will help you get the name of the packer. Then you will know what steps to take when disassembling it and ofcourse you need a disassembler/debugger depending what you wanna do. OllyDbg is good for this as it can do both.
Just to add to Wiccaans post, i'd suggest you to learn ASM.
_________________
|
|
| Back to top |
|
 |
92Garfield I'm a spammer
Reputation: 57
Joined: 20 Dec 2007 Posts: 5871 Location: Banana Republic Germany
|
Posted: Sun Mar 16, 2008 8:38 am Post subject: |
|
|
is it hard to decompile a .exe made with VB6?
and does it matter if u know how its written?
_________________
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Sun Mar 16, 2008 10:39 am Post subject: |
|
|
| 92Garfield wrote: | is it hard to decompile a .exe made with VB6?
and does it matter if u know how its written? |
The last decompiler that could decompile VB code back to its original state was for Visual Basic 4. 5 and 6 are completely rewritten versions of the language and can only be disassembled to a certain point. You can use a debugger like OllyDbg or IDA and get it to a readable state enough to understand whats going on if you have some basic knowledge in ASM.
If you are trying to understand what the program is doing, you will most likely not know how it is written. Such things like crack-me's, keygen-me's and so on. They expect you to have no knowledge of what you are reversing to make it more of a challenge.
The only worth while decompiler for VB around at this time is called VBDecompiler. It is the only one that will reverse back to some suitable code to help with understanding things.
A good debugger / monitoring software for VB5/6 is SmartCheck as well which will help with monitoring various things.
_________________
- Retired. |
|
| Back to top |
|
 |
|