View Single Post
  #4  
Old 02-05-2024, 22:03
CZC CZC is offline
Family
 
Join Date: Jul 2018
Posts: 34
Rept. Given: 0
Rept. Rcvd 38 Times in 5 Posts
Thanks Given: 5
Thanks Rcvd at 159 Times in 21 Posts
CZC Reputation: 38
Quote:
Originally Posted by CZC View Post
This means getting rid of the .dynsym section and replacing all stubs in the .plt section - not an easy task.
This turned out to be way more complicated that I've anticipated so I've dropped it.

In the end I've found an easier alternative:

I've installed the Android NDK (not SDK) on my linux computer and configured it for arm64.
That enabled me to compile my own ELF executable linked to the above library and the Android libs.
Since I had root access on the scope I've used the scope as my testing platform: I've transferred to the scope a statically linked gdb (arm64) and
then I've traced my testing programs until I found all the info I needed to create the scope options.
So now the scope is enhanced with all the options.
Reply With Quote
The Following 3 Users Say Thank You to CZC For This Useful Post:
MarcElBichon (02-06-2024), sendersu (02-06-2024), tonyweb (02-12-2024)