frida-core icon indicating copy to clipboard operation
frida-core copied to clipboard

compiler: rename Go conflictful symbols

Open NSEcho opened this issue 6 months ago • 1 comments

This PR adds more logic to remove troublesome Go symbols which is mostly the case when cross-compiling for Windows on Linux using mingw.

I could not trace where the mingw_vgprintf comes from so I have renamed it with the version that already exists and implementation should be the same.

Edit: mingw_vgprintf was the result of algorithm flipping fprintf to gprintf.

NSEcho avatar Jun 20 '25 16:06 NSEcho

Will investigate linux and windows failed checks, emulator ones I don't believe are failing because of this PR.

NSEcho avatar Jun 20 '25 17:06 NSEcho