MustardChef / WSABuilds

Run Windows Subsystem For Android on your Windows 10 and Windows 11 PC using prebuilt binaries with Google Play Store (MindTheGapps) and/or Magisk or KernelSU (root solutions) built in.
GNU Affero General Public License v3.0
7.8k stars 1.32k forks source link

Custom Build #398

Open neervanbiqs opened 3 months ago

neervanbiqs commented 3 months ago

Describe your request

Hi! I need to be able to hook syscalls (modify sys_call_table address). Is it possible for you to build a kernel with this configuration: CONFIG_MODULES=Y CONFIG_STRICT_MEMORY_RWX=N CONFIG_DEBUG_RODATA=N CONFIG_DEVMEM=Y CONFIG_DEVKMEM=Y CONFIG_KALLSYMS=Y CONFIG_KALLSYMS_ALL=Y CONFIG_HAVE_KPROBES=Y CONFIG_HAVE_KRETPROBES=Y CONFIG_HAVE_FUNCTION_TRACER=Y CONFIG_HAVE_FUNCTION_GRAPH_TRACER=Y CONFIG_TRACING=Y CONFIG_FTRACE=Y

neervanbiqs commented 1 month ago

Is it possible?