Displaying 1 result from an estimated 1 matches for "libdasm".
2010 Feb 21
3
Decompiler?
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