wkz / ply

Light-weight Dynamic Tracer for Linux
https://wkz.github.io/ply
GNU General Public License v2.0
399 stars 152 forks source link

How can aarch64_be be supported? #36

Open xumn3348 opened 2 years ago

xumn3348 commented 2 years ago

i want to use ply in aarch64 big endian, so i clone aarch64.c to aarch64_be.c, but it doesn't work normally, it means it can't print kernel function name, but kernel function addr。 so would you tell me how to support aarch64_be? thanks very much!

wkz commented 2 years ago

Is everything but the address-to-function-name translation working as expected?