gctf2023/pwn/flipper/dist
2023-11-24 13:11:34 -05:00
..
arch Add pwn challenges 2023-11-24 13:11:34 -05:00
cmake Add pwn challenges 2023-11-24 13:11:34 -05:00
common Add pwn challenges 2023-11-24 13:11:34 -05:00
userspace Add pwn challenges 2023-11-24 13:11:34 -05:00
utils Add pwn challenges 2023-11-24 13:11:34 -05:00
CMakeLists.txt Add pwn challenges 2023-11-24 13:11:34 -05:00
kernel64.x Add pwn challenges 2023-11-24 13:11:34 -05:00
kernel.x Add pwn challenges 2023-11-24 13:11:34 -05:00
README.md Add pwn challenges 2023-11-24 13:11:34 -05:00
setup_cmake.sh Add pwn challenges 2023-11-24 13:11:34 -05:00

Notes

This is a setup to run a fixed kernel with new userspace. Please read the instructions here to find out how to compile and run.

The same instructions also work for the source code at https://github.com/iaik/sweb, which is probably easier for debugging.