ply icon indicating copy to clipboard operation
ply copied to clipboard

How can aarch64_be be supported?

Open xumn3348 opened this issue 3 years ago • 1 comments

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!

xumn3348 avatar May 26 '22 15:05 xumn3348

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

wkz avatar May 27 '22 23:05 wkz