Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
opt /
miniconda3 /
python /
include /
reproc /
[ HOME SHELL ]
Name
Size
Permission
Action
drain.h
2.86
KB
-rw-rw-r--
export.h
451
B
-rw-rw-r--
reproc.h
18.22
KB
-rw-rw-r--
run.h
882
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : run.h
#pragma once #include <reproc/drain.h> #include <reproc/reproc.h> #ifdef __cplusplus extern "C" { #endif /*! Sets `options.redirect.parent = true` unless `discard` is set and calls `reproc_run_ex` with `REPROC_SINK_NULL` for the `out` and `err` sinks. */ REPROC_EXPORT int reproc_run(const char *const *argv, reproc_options options); /*! Wrapper function that starts a process with the given arguments, drain its output and waits until it exits. Have a look at its (trivial) implementation and the documentation of the functions it calls to see exactly what it does: https://github.com/DaanDeMeyer/reproc/blob/master/reproc/src/run.c */ REPROC_EXPORT int reproc_run_ex(const char *const *argv, reproc_options options, reproc_sink out, reproc_sink err); #ifdef __cplusplus } #endif
Close