Dear All I have disassembled the object file on my CentOS server , by the following : #objdump wmain In the output , I have recognized the intended subroutine that I need to find the exact command syntax that it sends out . To this end , I tried to capture it through 'tcpdump' but didn't success . I read this segment assembly language code but it is somewhat difficult to decode . Can you please let me know what CentOS decompiler is suitable for this case ? I tried with 'decompyle' but it didn't get through. _________________________________________________________________ Hotmail: Free, trusted and rich email service. https://signup.live.com/signup.aspx?id=60969 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100221/31774fa1/attachment.html>
2010/2/21 Hadi Motamedi <motamedi24 at hotmail.com>:> Dear All > I have disassembled the object file on my?CentOS server , by the following : > #objdump wmain > In the output , I have recognized the intended subroutine that I need to > find the exact command syntax that it sends out . To this end , I?tried to > capture it through 'tcpdump' but didn't success . I read this segment > assembly language code but it is somewhat difficult to decode . Can you > please let me know what?CentOS decompiler is suitable for this case ? I > tried with 'decompyle' but it didn't get through. >if the program is open source, just get the source and read it, otherwise you can try to compile Boomerang [1] de-compiler [1] http://boomerang.sourceforge.net/ HTH -- Athmane Madjoudj
On Sun, 2010-02-21 at 10:48 +0000, Hadi Motamedi wrote:> Dear All > I have disassembled the object file on my CentOS server , by the > following : > #objdump wmain > In the output , I have recognized the intended subroutine that I need > to find the exact command syntax that it sends out . To this end , > I tried to capture it through 'tcpdump' but didn't success . I read > this segment assembly language code but it is somewhat difficult to > decode . Can you please let me know what CentOS decompiler is suitable > for this case ? I tried with 'decompyle' but it didn't get through. > > > ______________________________________________________________________ > ---Look for "libdasm"..... aka "lildasm" on .Net also. John
Hadi Motamedi wrote:> Dear All > I have disassembled the object file on my CentOS server , by the following : > #objdump wmain > In the output , I have recognized the intended subroutine that I need > to find the exact command syntax that it sends out . To this end , I > tried to capture it through 'tcpdump' but didn't success . I read > this segment assembly language code but it is somewhat difficult to > decode . Can you please let me know what CentOS decompiler is > suitable for this case ? I tried with 'decompyle' but it didn't get > through.As a possible answer to this question on a more fundamental level, it has been shown that decompiling is NP-Complete, hence that there is no reasonable way actually to do it in the general case. Mike -- p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} Oppose globalization and One World Governments like the UN. This message made from 100% recycled bits. You have found the bank of Larn. I speak only for myself, and I am unanimous in that!