Have you tried using iHood.py on it? I don't think it covers entirely
what the IDC script does, but it also has fixes for the PIC addressed
jump tables (which is moot for anyone on IDA 5.3)
2008/7/25 <kellogs.osx at gmail.com>:
> Thanks that fixed the String function issue but now I'm running into issue
> about function renaming complain that
> the name is already taken ("name management" probably didn't just change in
> IDA 5.2)
>
> does anyone was actually able to run fixobjc.idc in IDA 5.2 ?
>
>
> Anyway thanks for this fix Ero!
>
> On Fri, Jul 25, 2008 at 1:23 PM, Ero Carrera Ventura <ero.carrera at gmail.com>
> wrote:
>>
>> Just adding this to the file fixes the problem IIRC:
>>
>> static String(ea)
>> {
>> return GetString(ea, -1, ASCSTR_C);
>> }
>>
>> __
>> ero
>>
>> On Jul 25, 2008, at 9:01 AM, kellogs.osx at gmail.com wrote:
>>
>> > Hello All,
>> >
>> > I tried to use fixobjc.idc from
>> > http://nah6.com/~itsme/cvs-xdadevtools/ida/idcscripts/
>> > ,
>> > but it seems broken for IDA 5.2 (complain about the String function).
>> >
>> > Does anyone got it to works ?
>> > _______________________________________________
>> > XSO mailing list
>> > XSO at 0x90.org
>> > http://0x90.org/mailman/listinfo/xso
>>
>> _______________________________________________
>> XSO mailing list
>> XSO at 0x90.org
>> http://0x90.org/mailman/listinfo/xso
>
>
> _______________________________________________
> XSO mailing list
> XSO at 0x90.org
> http://0x90.org/mailman/listinfo/xso
>
>
|