Files
linux-kernel-module-cheat/build-userland-in-tree
Ciro Santilli 六四事件 法轮功 0263c21557 userland: add assembly support
Move arm assembly cheat here, and start some work on x86 cheat as well.
2019-05-05 00:00:00 +00:00

8 lines
135 B
Bash
Executable File

#!/usr/bin/env bash
"$(git rev-parse --show-toplevel)/build-userland" \
--gcc-which host \
--in-tree \
--target-cwd \
"$@" \
;