WeiJiLab / kernel-hook-framework

A generic linux kernel inline hook framework for arm32, arm64, x86, x86_64 and powerpc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Discussion] How many CPU arches and OS do you want?

liutgnu opened this issue · comments

I have planned to support more CPU arches, mainly due to my work needs and personal interests. Writing assembly and hacking is too much of fun! But I want to know your flavours, so I can arrange the priority on my To-Do lists:

  • [Done] x86_64
  • [Done] x86
  • [Done] arm64
  • [Done] arm32
  • [Doing] ppc64le
  • [To do] s390x
  • [To do] riscv64
  • [Maybe] riscv32
  • others?

In addition, different OS are also my personal interests, I'm thinking of supporting the following OS as well:

  • [Done] Linux
  • [To do] MacOS
  • [To do] BSD
  • [Maybe] Solaris
  • others?

mips, mipsel, mips64, mips64el

Thanks, I will update my list.