Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
This whole block is the important section, you need to find where the program flow branches to this section, and change it so it wont follow this path, see if you can find that in your linker and let me know if that is an issue and ill try to look at it when i have time.text:000093EE
.text:000093EE loc_93EE ; CODE XREF: .text:00008DB8j
.text:000093EE LDR R0, [R6,#4]
.text:000093F0 LDR R0, [R0,#4]
.text:000093F2 LDR R1, [R0]
.text:000093F4 LDR R0, =(aSErrorOnlyPosi - 0x93FA)
.text:000093F6 ADD R0, PC ; "\"%s\": error: only position independen"...
.text:000093F8 BL __dl___libc_fatal
.text:000093FC
k, good you got that worked out, for others with this issue, make sure to edit permissions of the folder as well, and edit back permissions when done, do NOT leave at 777, this will leave you no defense against even the simplest virusI changed permission of linker file and its bin folder to 777 but still I can't paste my edited linker file to system/bin
Could you make a video of replacing linker file? Thank you
Edit: I just copied my linker file to system/bin in recovery menu and it works now
I can run gdb now. Thanks
This whole block is the important section, you need to find where the program flow branches to this section, and change it so it wont follow this path, see if you can find that in your linker and let me know if that is an issue and ill try to look at it when i have time
the linker file in nougat is quite a bit different then the one in this tutorial, its possible, but not as easy to find. id recommend set up an emulator with an older os (kitkat to avoid the issue, or marshmallow has an easier linker to mod).I will appreciate it a lot, becouse I find the loc_93EE reference and replace the branches but this give me another error message and not bypass the PIE check, I cannot find the exact instruction to change and I note that the security system in the Unity game that I am trying to decompile doesn't works in Android 7.0, so I really want to patch my linker to decompyle the Assembly.
Happens to the best of us my friendfortunately ive only bricked mine once, my own fault so in general good track record even learned something that day, hey flashing a system mount with a root script in fastboot does no good without the root script having a system.img of some type, since it wipes out the mount firstwhoops
I have patched it for you thank me laterCould anyone modify my linker for me please? I tried several times but it always ends up in a bootloop. I'm probably doing something wrong.
I have patched it for you thank me later