Thanks Alex,
good job!
this is an interesting tool, which gives access to functions name and
location to people without IDA.
Be carreful anyway, each name function is mostly a good guess, which
should be correct 80-90% of the time only.
Alex,
what about adding in comment the end address of each function if it is
available ?
Arm.Indy
On Sep 14, 9:37 pm, Alex <
broscutama...@gmail.com> wrote:
> Hello,
>
> Here is a small script which attempts to generate a stubs file from the IDC
> database.
>
> Usage:
> python idc2stubs.py 20100904_indy_ROM0.idc stubs-550d.108.from.idc.S
>
> The script searches the IDC for MakeName(addr, "name") and MakeCode(addr).
> There is a simple filter for including/excluding the function names. Output
> is sorted by name. Please see the comments in the script file for more
> details.
>
> Attached is the script and its output generated from Arm.Indy's database. ML
> seems to compile without extra errors/warnings with this file. I hope it
> will be useful.
>
> Alex
>
> On Sat, Sep 4, 2010 at 7:42 PM, indy arm <
arm.indi...@gmail.com> wrote:
> > Please find a dump of my database for 550D/
1.0.8.
>
> > Only 0xff010000-0xff19fa88 are done today:
>
> > - based on Trammel IDC (sent August 2nd, 2010)
> > - code / data separation
> > - functions naming
>
> > Arm.Indy
>
> > --
> >
http://magiclantern.wikia.com/
>
> > To post to this group, send email to
ml-d...@googlegroups.com
> > To unsubscribe from this group, send email to
> >
ml-devel+u...@googlegroups.com<
ml-devel%2Bunsu...@googlegroups.com>
> idc2stubs.py
> 5KViewDownload
>
> stubs-550d.108.from.idc.S
> 148KViewDownload