Hi,
I need to extract assembly codes of binary files. with IDA I will get the comments and data but I need only assemblies. For example, I am getting :
; int __stdcall sub_7664133B(int, char *Str, int, int, int, int backlog, int)
sub_7664133B proc near ; DATA XREF: .data:76644010o
arg_0 = dword ptr 4
Str = dword ptr 8
arg_8 = dword ptr 0Ch
arg_C = dword ptr 10h
backlog = dword ptr 18h
cmp [esp+arg_C], 0Fh
push ebx
but I only needs the last 2 lines which are assembly codes. Does IDA do it for me ? Or is there any plugin for this purpose?
Thanks





