Tag Archives:

programming

Assembly is…

:kissm: What can be done with the Linux shell can also be done with x86 Assembly language – maybe a little less safe ;) but with direct access^^ (note that “BH” is German for “bra”):

        enter 0xCafe,0xC
        not [0xbadFace]
        monitor
        lahf
   lock leave
        sysenter
        push bh
        test ah,0xDD
        pop bh
   lock enter 0xBed,2
        into
        call si
    rep mov ah,0h
        aaa
        leave
        sysexit
times 9 mwait
        call 0xDad

Even when reading several times (hint!), even with the help that pops up when hovering over the dashed underlined items – probably no-one except me will understand that. But, well, I don’t care…. :mrgreen: