Help Decompiling .Dll files with IDA PRO 5.5?

07/09/2011 05:41 Vendastelca#16
Quote:
Originally Posted by adam_j View Post
LOL.
I actually considered that when I saw the post the first time xD
considered what...? >_>

Edit: Thanks again Akuhura
07/09/2011 06:13 kodaaa120#17
Spamming your mailbox.

As Akuhuru said, "Most of them are just gaming teens, which like to try to get access to hacks by building up a false reputation with continuously posting empty phrases about how they have all the most elite hacks one could imagine"

They see someone who wants to actually learn, and they get jelly. :B

That's just how I see it atleast.
07/09/2011 11:05 adam_j#18
Actually, we see people that DON'T want to learn, want everything given to them and then wemad.

Note that this thread hasn't had the crap trolled/derailed out of it.
07/12/2011 21:04 sidneyd#19
I have a few questions and since this thread has honest, helpful answers I'll try asking here.

Approximately how much C++ experience will one need for one to start to grasp editing HS or the client? I've had a couple semesters of Java, but most of what I see in the programs is Greek to me.

Is themida some kind of encryption of the dll files?

What is the difference between a hook, a bypass, and an injection?
07/12/2011 22:08 adam_j#20
Quote:
Originally Posted by sidneyd View Post
I have a few questions and since this thread has honest, helpful answers I'll try asking here.

Approximately how much C++ experience will one need for one to start to grasp editing HS or the client? I've had a couple semesters of Java, but most of what I see in the programs is Greek to me.

Is themida some kind of encryption of the dll files?

What is the difference between a hook, a bypass, and an injection?
For srs?
07/13/2011 00:43 kotarou3#21
Quote:
Originally Posted by sidneyd View Post
I have a few questions and since this thread has honest, helpful answers I'll try asking here.

Approximately how much C++ experience will one need for one to start to grasp editing HS or the client? I've had a couple semesters of Java, but most of what I see in the programs is Greek to me.

Is themida some kind of encryption of the dll files?

What is the difference between a hook, a bypass, and an injection?
You don't really need much C++ experience. You only mostly need ASM

Themida is a obfuscator that makes the disassembled code look like as if a airbus hit it.

A hook is a bit of code that is placed in to some existing code so it calls a function that wasn't supposed to be called. A bypass, look it up in a dictionary. DLL Injection is basically "injecting" a dll into a process so it runs the DLL startup functions which might do a viarity of stuff