<div dir="ltr">Thanks that fixed the String function issue but now I&#39;m running into issue about function renaming complain that<br>the name is already taken (&quot;name management&quot; probably didn&#39;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 &lt;<a href="mailto:ero.carrera@gmail.com">ero.carrera@gmail.com</a>&gt; 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>
 &nbsp; &nbsp; 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>
&gt; Hello All,<br>
&gt;<br>
&gt; 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>
&gt; ,<br>
&gt; but it seems broken for IDA 5.2 (complain about the String function).<br>
&gt;<br>
&gt; Does anyone got it to works ?<br>
</div></div>&gt; _______________________________________________<br>
&gt; XSO mailing list<br>
&gt; <a href="mailto:XSO@0x90.org">XSO@0x90.org</a><br>
&gt; <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>