⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
lib
/
modules
/
6.11.0-9-generic
/
build
/
scripts
/
View File Name :
mkcompile_h
#!/bin/sh # SPDX-License-Identifier: GPL-2.0 UTS_MACHINE=$1 CC_VERSION="$2" LD=$3 if test -z "$KBUILD_BUILD_USER"; then LINUX_COMPILE_BY=$(whoami | sed 's/\\/\\\\/') else LINUX_COMPILE_BY=$KBUILD_BUILD_USER fi if test -z "$KBUILD_BUILD_HOST"; then LINUX_COMPILE_HOST=`uname -n` else LINUX_COMPILE_HOST=$KBUILD_BUILD_HOST fi LD_VERSION=$(LC_ALL=C $LD -v | head -n1 | sed -e 's/(compatible with [^)]*)//' -e 's/[[:space:]]*$//') cat <