Results 1 to 8 of 8

Thread: Program To Break Progs Down

  1. #1
    BANNED
    Join Date
    Apr 2003
    Posts
    1,143
    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

  2. Software & Hardware   -   #2
    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 and Suprnova has pretty much everything.

    -- Xero Grid --
    <span style='color:green'>Supertrick XG Forums</span> | Supertrick XG - Your solution to ads, pop-ups, malicious code, and the rest of the garbage just floating around the web.

  3. Software & Hardware   -   #3
    BANNED
    Join Date
    Apr 2003
    Posts
    1,143
    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 and Suprnova 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&#39;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.

  4. Software & Hardware   -   #4
    Well, I don&#39;t know how to write my own programs yet. I&#39;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 --
    <span style='color:green'>Supertrick XG Forums</span> | Supertrick XG - Your solution to ads, pop-ups, malicious code, and the rest of the garbage just floating around the web.

  5. Software & Hardware   -   #5
    100%'s Avatar ╚════╩═╬════╝
    Join Date
    Jan 2003
    Posts
    13,383
    Use a Hexeditor - like- Exescope

    and

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

  6. Software & Hardware   -   #6
    BANNED
    Join Date
    Apr 2003
    Posts
    1,143
    k, thx i&#39;ll try them out

  7. Software & Hardware   -   #7
    h1
    Guest
    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.

  8. Software & Hardware   -   #8
    BANNED
    Join Date
    Apr 2003
    Posts
    1,143
    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.


    lol, I&#39;m taking a course in c++ next semester

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •