03 Luglio 2025 22:47:18
Notizie: VOLONTARI CERCASI — Nuova Guida di localizzazione per Mozilla Italia
0 Utenti e 1 Visitatore stanno visualizzando questo topic.
Go to about:config and turn devtools.chrome.enabled to trueOpen Scratchpad with Shift+F4Switch Environment to Browser and run the following snippetCodice: [Seleziona]Cu.import("resource://gre/modules/ctypes.jsm");let zero = new ctypes.intptr_t(8);let badptr = ctypes.cast(zero, ctypes.PointerType(ctypes.int32_t));badptr.contents;
Cu.import("resource://gre/modules/ctypes.jsm");let zero = new ctypes.intptr_t(8);let badptr = ctypes.cast(zero, ctypes.PointerType(ctypes.int32_t));badptr.contents;