Loading 0x7E1 procedure

| December 13th, 2016
section     .text
global      _startNextBSidesLjubljana                              

_startNextBSidesLjubljana:                                         

    mov     edx,len                             
    mov     ecx,msg                             
    mov     ebx,1                              
    mov     eax,4                               
    int     0x80                              

    mov     eax,1                               
    int     0x80                               

section     .data

msg     db  'Booting up BSidesLjubljana 0x7E1',0xa                 
len     equ $ - msg                            

Comments are closed.