<div dir="ltr">Thanks that fixed the String function issue but now I'm running into issue about function renaming complain that<br>the name is already taken ("name management" probably didn't just change in IDA 5.2)<br>
<br>does anyone was actually able to run fixobjc.idc in IDA 5.2 ?<br><br><br>Anyway thanks for this fix Ero!<br><br><div class="gmail_quote">On Fri, Jul 25, 2008 at 1:23 PM, Ero Carrera Ventura <<a href="mailto:ero.carrera@gmail.com">ero.carrera@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Just adding this to the file fixes the problem IIRC:<br>
<br>
static String(ea)<br>
{<br>
return GetString(ea, -1, ASCSTR_C);<br>
}<br>
<br>
__<br>
ero<br>
<div><div></div><div class="Wj3C7c"><br>
On Jul 25, 2008, at 9:01 AM, <a href="mailto:kellogs.osx@gmail.com">kellogs.osx@gmail.com</a> wrote:<br>
<br>
> Hello All,<br>
><br>
> I tried to use fixobjc.idc from <a href="http://nah6.com/%7Eitsme/cvs-xdadevtools/ida/idcscripts/" target="_blank">http://nah6.com/~itsme/cvs-xdadevtools/ida/idcscripts/</a><br>
> ,<br>
> but it seems broken for IDA 5.2 (complain about the String function).<br>
><br>
> Does anyone got it to works ?<br>
</div></div>> _______________________________________________<br>
> XSO mailing list<br>
> <a href="mailto:XSO@0x90.org">XSO@0x90.org</a><br>
> <a href="http://0x90.org/mailman/listinfo/xso" target="_blank">http://0x90.org/mailman/listinfo/xso</a><br>
<br>
_______________________________________________<br>
XSO mailing list<br>
<a href="mailto:XSO@0x90.org">XSO@0x90.org</a><br>
<a href="http://0x90.org/mailman/listinfo/xso" target="_blank">http://0x90.org/mailman/listinfo/xso</a><br>
</blockquote></div><br></div>