ptrace_do icon indicating copy to clipboard operation
ptrace_do copied to clipboard

Pairing for ARM processor

Open paramikoooo opened this issue 5 years ago • 4 comments

I'd love if you could add a pairing for ARM processor. Or you can give a brief explanation of how the code can be adjusted to fit ARM.

paramikoooo avatar Jan 22 '20 07:01 paramikoooo

  • ARM support: I love it! I don't think I'll have time soon though. I'll keep it in the back of my mind and try to carve out some time on my calendar but probably months out.
  • Better documentation of internals: Happily. I'll try to get to this soon (looking at weeks not months.)

emptymonkey avatar Jan 29 '20 20:01 emptymonkey

waiting for this issues solution,my lord! after execute "make" command,I got two types of error, one can fix it by "sed -i 's/PTRACE_GETREGS/PTRACE_GETREGSET/g' libptrace_do.c" and "sed -i 's/PTRACE_SETREGS/PTRACE_SETREGSET/g' libptrace_do.c",solution from Google. the second one,it seems the difference between struct "user_regs_struct",maybe by find the mapping-table for regs[31] in arm and r13,r14,15 etc. in x86,will be OK.except these regs are different use between arm and x86 for OS.

ghost avatar May 28 '20 07:05 ghost

Sorry, I have no real update. The sticking point is I don't know ARM assembly. I would like to learn it but I just don't have time right now. I'll leave the issue as open. When I find time I'll read up on ARM, otherwise if anyone knows ARM and wants to help, I'm open to pull requests or working together.

emptymonkey avatar Jun 05 '20 18:06 emptymonkey

Sorry, I have no real update. The sticking point is I don't know ARM assembly. I would like to learn it but I just don't have time right now. I'll leave the issue as open. When I find time I'll read up on ARM, otherwise if anyone knows ARM and wants to help, I'm open to pull requests or working together.

Hello, looking forward to support it very much, otherwise Hadoop CDH6.X migration to arm64 encountered a lot of trouble

hooraylwq avatar Jun 08 '20 07:06 hooraylwq