Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Programming IT Technology

Reverse Engineering Win32 Trojans on Linux 86

slackrootcyc writes "A post (and previous article) give a detailed examination of the reversing process, using a trojan found in the wild. Later on in the story it discusses some techniques for reversing Windows-native code entirely under Linux."
This discussion has been archived. No new comments can be posted.

Reverse Engineering Win32 Trojans on Linux

Comments Filter:
  • by g4dget ( 579145 ) on Saturday November 16, 2002 @06:13PM (#4687400)
    But, referring to doing this on native Windows code is not a good idea at all. Remember the EULA, simply having the Windows code on your disk constitutes acceptance of the EULA and reverse engineering by assembly dumps is explicitly defined as a violation of the EULA. In other words you are setting yourself in a position for major legal problems.

    Don't believe everything you read. Just because Bill Gates writes into the EULA that you'll work as his towel boy if you open the box doesn't mean you are actually legally obligated to.

    The only legitimate way to reverse engineer software is the method used by the Samba team. You must look at the input and look at the output and then determine your OWN method of achieving the same result.

    Sorry, but you don't know what you are talking about. That is not "the only legitimate way".

    Thus ANYTHING that you produce afterwards the even vaguely resembles the operation of the original software will place you in a losing position, legally


    Oh, please, stop the hysteria. These things need to judged on a case-by-case basis. I frankly doubt that reverse engineering a trojan/virus will get you into hot water with Microsoft's EULA.

  • by jericho4.0 ( 565125 ) on Saturday November 16, 2002 @06:41PM (#4687525)
    RE is the process of looking at how software or hardware works, and trying to replicate it, without looking at the source code. ie, trying to build a car by looking at a car, rather than blueprints.
  • by Anonymous Coward on Sunday November 17, 2002 @07:39AM (#4689930)
    "virii" is perfectly acceptable hacker speak [tuxedo.org]

"Engineering without management is art." -- Jeff Johnson

Working...