Quote:
Originally Posted by tenketsu
Good tool, just a few details; In the Entropy section you cannot sort the table or copy the entire table, nor does it have a context menu, the same with other tables. Some more information would be useful like the version of Unity, Cocos, etc. When you open a .so (elf) file is there only read only mode or am I being dumb?
|
Thanks a lot for the testing!
Sure I will add later Unity and Cocos versions. I will think about context menus in tables.
ELF files are in read only mode because the program reads the files from APK archive in memory. If you need to edit the ELF files you should to unpack the files from APK and use the editor: https://github.com/horsicq/XELFViewer