kernel-hook-framework
kernel-hook-framework copied to clipboard
[Discussion] How many CPU arches and OS do you want?
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
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: @.***>
mips, mipsel, mips64, mips64el
Thanks, I will update my list.
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
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.
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.