434b

Results 39 issues of 434b

```bash pip install git+https://github.com/a13xp0p0v/kconfig-hardened-check ```

enhancement
low-prio

Despite having the whole process containerised the Linux kernel build process fails on macOS APFS systems due to the disks being case-insensitive: ``` make[1]: *** Documentation/Kbuild: Is a directory. Stop....

bug
help wanted
low-prio

Use [python-on-whales](https://gabrieldemarmiesse.github.io/python-on-whales/) instead of [docker-py](https://github.com/docker/docker-py/) as the former supports building with buildkit/buildx

enhancement
low-prio

As the title says: We're currently not capable of actively maintaining this project anymore. If someone would like to contribute, please leave a comment. Maintenance entails: * Responding to new...

help wanted
good first issue

When compiling the official kernel one may want to have specific debug prints or slightly alter some functionality to aid in exploit development. This is currently not possible except for...

kernel_builder
feature-request

I think it would be quite nice to have some kind of interactive shell mode ``` $ ./start_kgdb -i $LIKE-DBG> kill # To kill the current instance but keep the...

feature-request

**NOT MERGABLE YET** I'm currently running into a ``` pwndbg: loaded 196 commands. Type pwndbg [filter] for a list. pwndbg: created $rebase, $ida gdb functions (can be used with print/break)...

Sometimes you just want to quickly look up basic kernel APIs. Sadly, `man(9)` is not always available. So, it would be nice to have a convenient way to look up...

feature-request
high-prio

**Is your feature request related to a problem? Please describe.** GDB + GEF is already a massive improvement over plain GDB. The drawback of this approach is that GEF lacks...

debugger
feature-request
high-prio

**Is your feature request related to a problem? Please describe.** Currently, there is no way to set these options: ``` # https://sysctl-explorer.net/kernel/dmesg_restrict/ echo 1 > /proc/sys/kernel/dmesg_restrict https://sysctl-explorer.net/kernel/kptr_restrict/ echo 1 >...

kernel_builder
feature-request
rootfs