mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
run: create -F option to run base64 encoded command after busybox init
Fix ./run -h which was showing the build help instead.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#!/bin/sh
|
||||
echo "hello S98"
|
||||
if [ -n "$lkmc_eval" ]; then
|
||||
echo "$lkmc_eval"
|
||||
eval "$lkmc_eval"
|
||||
elif [ -n "$lkmc_eval_base64" ]; then
|
||||
eval "$(printf "$lkmc_eval_base64" | base64 -d)"
|
||||
fi
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user