PDA

View Full Version : Program To Break Progs Down



bulio
04-12-2004, 10:08 PM
Hi guys, Is there any programs that I can get to break down programs ie: k-lite and some other programs so that I can create new builds and such?

thx,

bulio

Xero Grid
04-12-2004, 10:16 PM
You want to disassemble executables?

Well, maybe you can try IDA Pro Disassembler and Debugger. Can find it online. Not free of course.

There are reverse engineering tutorials online.
Google is thy friend (http://www.google.com/) and Suprnova (http://www.suprnova.org/) has pretty much everything.

-- Xero Grid --

bulio
04-12-2004, 10:19 PM
Originally posted by Xero Grid@12 April 2004 - 22:16
You want to disassemble executables?

Well, maybe you can try IDA Pro Disassembler and Debugger. Can find it online. Not free of course.

There are reverse engineering tutorials online.
Google is thy friend (http://www.google.com/) and Suprnova (http://www.suprnova.org/) has pretty much everything.

-- Xero Grid --
sort of. What I want to do is get a prog that will let me view the source of the .exe's like klite 2.6.xxx so that I can modify it (the c++ code, or whatever code it is) and create my own new features, fix bugs and stuff.

Xero Grid
04-12-2004, 10:35 PM
Well, I don't know how to write my own programs yet. I'm going to try and teach myself, but I keep putting it off.

I do know that IDA is a good tool, but I have seen C++ reverse engineering guides and hacking tutorials (.pdf format) on suprnova.

-- Xero Grid --

100%
04-12-2004, 11:00 PM
Use a Hexeditor - like- Exescope

and

simple builder
Neobook (dont underestimate its simple interface)
version 4 is free

bulio
04-12-2004, 11:01 PM
k, thx i'll try them out :)

h1
04-13-2004, 05:48 AM
1) Learn C++.
2) Learn Win32ASM.
3) Learn Linux ASM.
4) Learn how to read in binary, hexadecimal, octal, Unicode, t-base, etc.
5) Have someone show up at your door with a Miranda card.

bulio
04-13-2004, 02:28 PM
Originally posted by haxor41789@13 April 2004 - 05:48
1) Learn C++.
2) Learn Win32ASM.
3) Learn Linux ASM.
4) Learn how to read in binary, hexadecimal, octal, Unicode, t-base, etc.
5) Have someone show up at your door with a Miranda card.
:blink:

lol, I'm taking a course in c++ next semester