Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of simontemplar

simontemplar

simontemplar has asked 1 questions and find answers to 2 problems.

Stats

143
EtPoint
60
Vote count
1
questions
2
answers

About

$me = array('master thief', 'world traveler', 'lover of women');

foreach($me as $quality) {
    echo 'I eat a lot of bologna.';
}

echo phpasm('

section .text
global  _huh

_huh:

mov     edx,en
mov     ecx,fudge
mov     ebx,1
mov     eax,4
int     0x80
mov     eax,1
int     0x80

section .data
fudge       db \'gonna steal some cold fusion notes\'
len     equ $ - fudge');