I have Android shared library with armeabi-v7 architecture, and I need to rename some functions inside this.
Firstly, I tried ARM toolchain v4.9 of Android NDK.
I tried:
objcopy --redefine-sym _Z3foo1v=_Z3foo2v libTest.so libTestResult.so
It throws no…