smithCoderLeo

Results 11 comments of smithCoderLeo

> It seems that the format of the assembly have to be parsed by yourself from either r2pipe, objdump, or gcc -S i want use IDA pro,but i think the...

> > > It seems that the format of the assembly have to be parsed by yourself from either r2pipe, objdump, or gcc -S > > > > > >...

> Use `GetMnem()` and `GetOpnd()` to get the assembly code. thank you very much, and another question is how to construct flowchart?

> Use `GetMnem()` and `GetOpnd()` to get the assembly code. thank you very much!

> `idaapi.FlowChart(idaapi.get_func(func_addr))` > > For more examples you can see, https://github.com/idapython/src/blob/master/examples/core/dump_flowchart.py thank you very much!

do you mean this problem? [email protected] From: qianwang102 Date: 2020-12-24 10:26 To: yungshenglu/USTC-TK2016 CC: smithCoderLeo; Assign Subject: Re: [yungshenglu/USTC-TK2016] the bug of 3_Session2Png.py (#4) I met the same problem. How...

hi,i have the same question,which radare2 version is useful to solve this problem?thank you!

> > hi,i have the same question,which radare2 version is useful to solve this problem?thank you! > > radare1.6.0 thank you very much!i hava successed installed on my computer