xzlwbl / idapython

Automatically exported from code.google.com/p/idapython
Other
0 stars 0 forks source link

Abount Functions() #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I used to follwing statement to get a all function list

for funcea in Functions(SegStart(self.seg_start),SegEnd(self.seg_start)):
    ...
    MakeNameEx(funcea,self.funcList[i+1],0x100)
    ...

but sometimes It don't get a all functions with MakeNameEX()

What version of the product are you using? On what operating system?

idapython 1.2 with IDA 5.5

Original issue reported on code.google.com by cod...@gmail.com on 29 Dec 2009 at 1:28

GoogleCodeExporter commented 9 years ago
This should be fixed by r271 
http://code.google.com/p/idapython/source/detail?r=271

Please take the latest idautils.py from the SVN trunk and give it a spin.

Original comment by gergely.erdelyi on 4 Feb 2010 at 8:32