forked from KolibriOS/kolibrios
9 lines
217 B
PHP
9 lines
217 B
PHP
|
;---------------------------------------------------------------------
|
||
|
get_random_binary:
|
||
|
push ebx
|
||
|
mcall 26,9
|
||
|
and eax,1b
|
||
|
pop ebx
|
||
|
ret
|
||
|
;---------------------------------------------------------------------
|