From kellogs.osx at gmail.com Fri Jul 25 03:01:30 2008 From: kellogs.osx at gmail.com (kellogs.osx at gmail.com) Date: Fri, 25 Jul 2008 09:01:30 +0200 Subject: [XSO] fixobjc.idc Message-ID: <6afee3d80807250001tc63305aj8e6f8e098ee61056@mail.gmail.com> 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 ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://0x90.org/pipermail/xso/attachments/20080725/f89461b7/attachment.htm From ero.carrera at gmail.com Fri Jul 25 07:23:31 2008 From: ero.carrera at gmail.com (Ero Carrera Ventura) Date: Fri, 25 Jul 2008 13:23:31 +0200 Subject: [XSO] fixobjc.idc In-Reply-To: <6afee3d80807250001tc63305aj8e6f8e098ee61056@mail.gmail.com> References: <6afee3d80807250001tc63305aj8e6f8e098ee61056@mail.gmail.com> Message-ID: 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 From kellogs.osx at gmail.com Fri Jul 25 10:28:05 2008 From: kellogs.osx at gmail.com (kellogs.osx at gmail.com) Date: Fri, 25 Jul 2008 16:28:05 +0200 Subject: [XSO] fixobjc.idc In-Reply-To: References: <6afee3d80807250001tc63305aj8e6f8e098ee61056@mail.gmail.com> Message-ID: <6afee3d80807250728q5435eff2u2b1559e8e8a16fd9@mail.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 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://0x90.org/pipermail/xso/attachments/20080725/ca532443/attachment.htm From nummish at 0x90.org Fri Jul 25 13:59:39 2008 From: nummish at 0x90.org (nummish) Date: Fri, 25 Jul 2008 12:59:39 -0500 Subject: [XSO] fixobjc.idc In-Reply-To: <6afee3d80807250728q5435eff2u2b1559e8e8a16fd9@mail.gmail.com> References: <6afee3d80807250001tc63305aj8e6f8e098ee61056@mail.gmail.com> <6afee3d80807250728q5435eff2u2b1559e8e8a16fd9@mail.gmail.com> Message-ID: 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 : > 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 > 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 > >