Re: IDS: who knows c decompiler

VrAx (drmadera@telnor.net)
Sun, 10 Jan 1999 14:13:52 -0800

UNSUBSCRIBE: email "unsubscribe ids" to majordomo@uow.edu.au
HELP: email questions to ids-owner@uow.edu.au
NOTE: Remove this section when replying otherwise it will be filtered.
SPAM: DO NOT send unsolicted mail to this list.
----------------------------------------------------------------------------
>Hi,
>I want to analyze some program such as :telnet ,they are executable .So who
>can tell me who to analyze it?Is there any C decompilers in unix?

First of all, I would recomend you to learn Assembly language.
Once you know assembly, you can pick any debugger you like (i.e. Soft-ICE)
to study the code.

As far as I know,  EXE to C decompilers are very inacurrate, unless you ask
it to produce Assembly
code packets, inserted in certain functions of your output code.


(VrAx)