反编译本地code的的Android NDK可能性
时可以去code本地code编译并通过喜欢NDK到Android?
Is is possible to decode native code compiled and liked to android through ndk ?
和是否有可能从APK重建项目,并导入到eclipse(或任何其他IDE)?
and is it possible from the apk to reconstruct the project and import it to eclipse (or any other IDE)?
是否有可能再次使用的.so
文件apk文件重建项目或其他项目,如果Java本地函数声明适当做些什么?
is it possible to use the .so
files in the apk file again to reconstruct the project or with another project if the java native function declaration is done appropriately?
反编译本地源$ C $ c是(或许,我是不是要它)有可能,也有一些这样的工具的 https://www.hex-rays.com/products/decompiler/
Decompiling native to source code is (probably, I wasn't trying it) possible, there are some tools like this https://www.hex-rays.com/products/decompiler/
这是可以从APK但code会被混淆(怪异的类和方法名)重建项目。您可以检查您的应用程序对apk2gold( https://github.com/lxdvs/apk2gold )
It's possible to reconstruct project from apk but code will be obfuscated (weird class and method names). You may check your app against apk2gold (https://github.com/lxdvs/apk2gold)
至于你的最后一个问题,有一点点的努力 - 是的
As for your last question, with a little effort - yes.