Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 104.23.187.75
Cant Read [ /etc/named.conf ]
8.1.5
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
git /
contrib /
coccinelle /
[ HOME SHELL ]
Name
Size
Permission
Action
README
2.08
KB
-rw-r--r--
array.cocci
1.19
KB
-rw-r--r--
commit.cocci
762
B
-rw-r--r--
flex_alloc.cocci
266
B
-rw-r--r--
free.cocci
146
B
-rw-r--r--
hashmap.cocci
280
B
-rw-r--r--
object_id.cocci
1.25
KB
-rw-r--r--
preincr.cocci
50
B
-rw-r--r--
qsort.cocci
610
B
-rw-r--r--
strbuf.cocci
867
B
-rw-r--r--
swap.cocci
280
B
-rw-r--r--
the_repository.pending.cocci
1.99
KB
-rw-r--r--
xstrdup_or_null.cocci
161
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : commit.cocci
@@ expression c; @@ - &c->maybe_tree->object.oid + get_commit_tree_oid(c) @@ expression c; @@ - c->maybe_tree->object.oid.hash + get_commit_tree_oid(c)->hash @@ identifier f !~ "^set_commit_tree$"; expression c; expression s; @@ f(...) {<... - c->maybe_tree = s + set_commit_tree(c, s) ...>} // These excluded functions must access c->maybe_tree directly. // Note that if c->maybe_tree is written somewhere outside of these // functions, then the recommended transformation will be bogus with // repo_get_commit_tree() on the LHS. @@ identifier f !~ "^(repo_get_commit_tree|get_commit_tree_in_graph_one|load_tree_for_commit|set_commit_tree)$"; expression c; @@ f(...) {<... - c->maybe_tree + repo_get_commit_tree(specify_the_right_repo_here, c) ...>}
Close