2066 shaares
6 private links
6 private links
How to well use it
command:
echo LANG=en_US.UTF-8 >> /etc/locale.conf
echo LC_ALL=en_US.UTF-8 >> /etc/locale.conf
export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
locale-gen en_US en_US.UTF-8
locale-gen fr_FR.utf8
dpkg-reconfigure locales
Obligatoire sur un site
Pretty funnny
ram compression utilitie
crack wpa wifi key
btw to use intel syntax in gcc:
asm(".intel_syntax noprefix\n"
"int 3\n"
"mov eax, [x+4]\n"
"movss xmm1,[f+4]\n"
"fld [fa+4]\n"
".att_syntax\n");
Better use mathematic trick.
Cours c++ en asm
call original func within a preloaded func