Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 108.162.216.188
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
src /
linux-headers-5.15.0-25 /
scripts /
atomic /
[ HOME SHELL ]
Name
Size
Permission
Action
fallbacks
[ DIR ]
drwxr-xr-x
atomic-tbl.sh
3.33
KB
-rwxr-xr-x
atomics.tbl
1.13
KB
-rwxr-xr-x
check-atomics.sh
742
B
-rwxr-xr-x
gen-atomic-fallback.sh
5.5
KB
-rwxr-xr-x
gen-atomic-instrumented.sh
3.76
KB
-rwxr-xr-x
gen-atomic-long.sh
2.15
KB
-rwxr-xr-x
gen-atomics.sh
626
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : gen-atomics.sh
#!/bin/sh # SPDX-License-Identifier: GPL-2.0 # # Generate atomic headers ATOMICDIR=$(dirname $0) ATOMICTBL=${ATOMICDIR}/atomics.tbl LINUXDIR=${ATOMICDIR}/../.. cat <<EOF | gen-atomic-instrumented.sh linux/atomic/atomic-instrumented.h gen-atomic-long.sh linux/atomic/atomic-long.h gen-atomic-fallback.sh linux/atomic/atomic-arch-fallback.h EOF while read script header args; do /bin/sh ${ATOMICDIR}/${script} ${ATOMICTBL} ${args} > ${LINUXDIR}/include/${header} HASH="$(sha1sum ${LINUXDIR}/include/${header})" HASH="${HASH%% *}" printf "// %s\n" "${HASH}" >> ${LINUXDIR}/include/${header} done
Close