kernel-hook-framework icon indicating copy to clipboard operation
kernel-hook-framework copied to clipboard

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

Open liutgnu opened this issue 1 year ago • 2 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?

liutgnu avatar Sep 04 '23 13:09 liutgnu

mips, mipsel, mips64, mips64el

Hao Li

Security & System Research @.***)

GPG Public Key https://keybase.io/haohaolee Email @.*** Telephone +86 18671743083 <+86+18671743083>

On Mon, Sep 4, 2023 at 9:50 PM liutgnu @.***> wrote:

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?

— Reply to this email directly, view it on GitHub https://github.com/WeiJiLab/kernel-hook-framework/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAB2GU5AUPOIXAVOLLCWDATXYXMCLANCNFSM6AAAAAA4KOZ2D4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

haohaolee avatar Sep 05 '23 03:09 haohaolee

mips, mipsel, mips64, mips64el

Thanks, I will update my list.

liutgnu avatar Sep 06 '23 14:09 liutgnu

Would love support for FreeBSD & OpenBSD, I use both, and it'd be great to be able to use this same library to do kernel hacking in BSD-land

xplshn avatar Dec 14 '24 14:12 xplshn

Would love support for FreeBSD & OpenBSD, I use both, and it'd be great to be able to use this same library to do kernel hacking in BSD-land

OK, thanks for the comments. I will give it a try at my spare time.

liutgnu avatar Dec 16 '24 00:12 liutgnu

Would love support for FreeBSD & OpenBSD, I use both, and it'd be great to be able to use this same library to do kernel hacking in BSD-land

Please checkout the bsd folder for a basic FreeBSD support. OpenBSD is not doable because it doesn't support loadable kernel modules.

liutgnu avatar Dec 24 '24 03:12 liutgnu